@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{
	background: #fff;
	float: left;
	width:1120px;
	padding:26px 40px 80px;
	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 .preface{
	float: left;
	width:100%;
}
.wrap .wrap-content .wrap-main .preface h6{
	float: left;
	width: 100%;
	color:#222;
	font-size: 16px;
	margin-top:25px;
	font-weight:bold;
}
.wrap .wrap-content .wrap-main .preface h5{
	float: left;
	width: 100%;
	color:#222;
	font-size: 14px;
	margin-top:25px;
	font-weight:bold;
	text-indent:8px;
}
.wrap .wrap-content .wrap-main .preface p{
	float: left;
	width: 100%;
	color:#222;
	font-size: 14px;
	line-height: 26px;
	text-indent:32px;
}
