@charset "utf-8";

/* css document */

/*面包屑导航*/
.crumb{
	width: 100%;
	height: auto;
	float: left;
}
.crumb .crumb-main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.crumb .crumb-main ul{
	float: left;
	width:90%;
	margin:18px 0 18px 40px;
}
.crumb .crumb-main ul li{
	float: left;
	color:#666;
	font-size: 14px;
}
.crumb .crumb-main ul li a{
	color:#181d61;
}
.crumb .crumb-main ul li em{
	float: left;
	font-family: arial;
	font-style: normal;
	margin:3px 5px 0;
}
.crumb .crumb-main ul li a:hover{
	text-decoration: underline;
}

.wrap .wrap-content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.wrap .wrap-content .wrap-main {
	width: 100%;
	height: auto;
	float: left;
}

/*报名 样式*/

.wrap .wrap-content .wrap-main{
	background: url(../../image/guoxue/bg-white.png) repeat;
	width:1120px;
	padding:26px 40px 20px;
	margin-bottom: 80px;
}
.wrap .wrap-content .wrap-main .main-title{
	float: left;
	width:100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 16px;
}
.wrap .wrap-content .wrap-main .main-title h3{
	float: left;
	font-size: 20px;
	max-width: 610px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}


/*未到答题时间*/

.wrap .wrap-content .wrap-main .answer{
	float: left;
	width:100%;
	background: url(../../image/guoxue/bm-bg.png) 0px 40px no-repeat;
	margin-top:20px;
}
.wrap .wrap-content .wrap-main .answer .answer-main{
	float:right;
	width:686px;
	height:330px;
	background: url(../../image/guoxue/text-bg.png) repeat;
	position:relative;
	padding:0 40px 25px;
}
.wrap .wrap-content .wrap-main .answer .answer-main b{
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #edf1f5;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 34px;
    left: -14px;
}
.wrap .wrap-content .wrap-main .answer .answer-main h4{
	float: left;
	width:100%;
	color:#181c61;
	font-size: 16px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 10px;
}
.wrap .wrap-content .wrap-main .answer .answer-main p{
	color: #333;
	font-size: 14px;
	float: left;
	width: 100%;
	line-height: 24px;
}
.wrap .wrap-content .wrap-main .answer .answer-main h6{
	color: #333;
	font-size: 14px;
	float: left;
	width: 100%;
	font-weight: bold;
	line-height: 24px;
}
.wrap .wrap-content .wrap-main .answer .answer-main button{
	float: left;
	width: 210px;
	height:35px;
	background: #171c61;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 15px;
}
.wrap .wrap-content .wrap-main .answer .answer-main button:hover{
	background: #373e9f;
}

