body, body * {
	font-family: STHeiti STXihei, DroidSansFallback, Microsoft JhengHei, Microsoft YaHei, Helvetica,	DroidSans, Tohoma, Arial; 
	margin: 0;
	text-decoration: none;
}

body{
	background-color: #e6f0f9; /* 改背景颜色 */
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat;
	background-position: center;
}

img{
	border: 0;
}

.header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.wrapper{
    margin: 0 auto;
}

.header .bg_header{
    background-repeat: repeat-x;
    background-position: center;
	margin: 0;
	width: auto;
}

.container{
	margin: 0 auto;
	width: 1116px;
	z-index: 19;
}


.card{
	z-index: 999;
}

.wr{
	position: relative;
	
}

.motit{
	background: url(../images/title_bg.png) 0 0 no-repeat;
	width: 300px;
	height: 60px; /* 填写图片高度 */
	line-height: 60px; /* 填写图片高度 */
	font-weight: 600;
	color: #a6232d;
	margin: 0 auto 20px;
	text-align: center;
	/*text-shadow: 0px 2px #4372ff;*/
}


#time .time_date{
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}


.awtit{
	position: absolute;
	width: 350px;
	height: 32px;
	text-align: center;
	bottom: 4px;
	z-index: 64;
}

.awtit span{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	width: 350px;
	font-weight: 600;
}

.awpic img{
	width: 100%;
	+width: 350px;
}

.hl{
	background: url(../images/hl_text.png) no-repeat;
	width: 290px;
	height: 69px;
}


/* 参加 */
.dec{
	width: 160px;
	height: 82px;
	position: absolute;
	pointer-events: none;
}

.decwr h3{
	color: #a6232d;
	background: #fff;
}

.decwr span{
	display: block;
}


.dec_l{
	background: url(../images/dec_left.png) no-repeat;
}

.dec_r{
	background: url(../images/dec_right.png) no-repeat;
}


h3{
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	margin: 20px 0 10px;
}

.decwr h3{
	height: 50px;
}

.decwr .ways01{
	background-position: 0 0px;
	background:url(../images/way01.png) no-repeat;
}
.decwr .ways02{
	background-position: 0 0px;
	background:url(../images/way02.png) no-repeat;
}


#approach a{
	font-weight: 600;
	color: #a6232d;
	transition: all .2s ease-out;
}

#approach a:hover{
	color: #A9916A;
}

.fhl{
	color: #a6232d;
	font-weight: 600;
	font-style: normal;
}

.link{
	background-image: url(../images/ico_link.png);
}

.link:hover{
	background-image: url(../images/ico_link_hover.png);
}

.golearning{
	margin: 20px auto 0;
}

/* 评论 */
.ft_comment{
	background-image: url(../images/ft_comment.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.ft_dec{
	width: 100%;
	background: #e11750;
}


/* footer */

.copyright p{
	color: #a2a2a2;
}
	
.copyright a{
	color: #a2a2a2;
}

.copyright a:hover{
	color: #a6232d;
}

.fth .bgh02{
	height: 16px;
	background-image: url(../images/bg_head05.png);
}