/************banner************/
.banner{
	width: 100%;
	min-width: 700px;
	padding-top: 100px;
}
.banner>img{
	width: 100%;
}
/************container************/

.title-box{
	width: 100%;
	margin: 40px 0 12px 0;
	overflow: hidden;
}
.title-wrap{
	float: left;
}
.title-wrap>h4{
	margin-bottom: 10px;
	font-size: 30px;
	color: #3a3f5c;
	font-weight: normal;
}
.title-wrap>span{
	line-height: 40px;
	font-size: 24px;
	color: #707070;
}
.title-line{
	width: 25px;
	height: 5px;
	margin-bottom: 10px;
	background: #3A3F5C;
}
.title-more{
	width: 60px;
	height: 20px;
	margin-top: 20px;
	padding-left: 28px;
	background: url(../img/index/title_more.png) center left no-repeat;
	background-size: 17px;
	line-height: 20px;
	color: #3a3f5c;
	font-size: 16px;
	float: right;
}

.detail-head{
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.detail-title{
	margin: 20px 0;
	text-align: center;
	line-height: 28px;
	color: #3FA7FF;
	font-size: 22px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.detail-bar{
	margin-bottom: 40px;
	text-align: center;
}
.detail-bar>div{
	display: inline-block;
}
.detail-bar>div>span{
	font-family: "SimSun";
    color: rgb(102, 102, 102);
    font-size: 14px;
}
.detail-content{
	padding: 35px 20px 45px;
	font-size: 14px;
    line-height: 28px;
	color: #141414;
	font-family: "SimSun";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.detail-content img{ max-width:1130px;}
.detail-pagination{
	width: 100%;
	margin-bottom: 70px;
    font-family: "微软雅黑";
	overflow: hidden;
}
.detail-prev{
    width: 45%;
	float: left;
	font-size: 16px;
	color: #3a3f5c;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.detail-next{
	width: 45%;
    height: 22px;
    text-align: right;
	float: right;
	cursor: pointer;
	color: #3a3f5c;
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (max-width: 930px){
	.banner{
		padding-top: 60px;
	}
}
/*title-box*/
@media screen and (max-width: 1200px){
	.title-box {
	    margin: 40px 0 12px 0;
	}
}
@media screen and (max-width: 1100px){
	.title-box {
	    margin: 35px 0 12px 0;
	}
	.detail-bar{
		margin-bottom: 30px;
	}
	.detail-pagination{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 950px){
	.title-box {
	    margin: 30px 0 12px 0;
	}
	.detail-bar{
		margin-bottom: 20px;
	}
	.detail-pagination{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 800px){
	.title-box {
	    margin: 25px 0 12px 0;
	}
	.detail-bar{
		margin-bottom: 10px;
	}
	.detail-pagination{
		margin-bottom: 40px;
	}
}
