/*公共样式*/
.clear{clear:both}
/*.banner{height:767px !important;}*/
.banner #full-screen-slider{height:100% !important;}
.banner #full-screen-slider #slides{height:100% !important;}
.inside_pages{width: 100%;}
hr{border: 1px dashed #5b5b5b; width: 90%; margin: auto; margin-top: 40px}


/*小导航*/
.inside_pages .sec_nav{
	width:90%;
	margin: auto;
	margin-top: 60px;
	background:#fff;
}
.inside_pages .sec_nav ul{
	font-size: 14px;
}
.inside_pages .sec_nav ul li{
	float: right;
}
.inside_pages .sec_nav ul li a{
	font-size: 15px;
	color:#5b5b5b;
}
.inside_pages .sec_nav ul .on a{
	color:#5b5b5b !important;
}


/* 内容标题 */
.inside_pages .news_title{
	width: 90%;
	margin: auto;
	color: #615d5e;
	text-align: center;
}
.inside_pages .news_title .news_titles{
	width: 55%;
	margin: auto;
	margin-left: 38%;
}
.inside_pages .news_title .news_titles div{
	margin-top: 12%;
	float: left;
}
.inside_pages .news_title .news_titles div:nth-child(1){
	width: 22%;
}
.inside_pages .news_title .news_titles div:nth-child(2){
	width: 78%;
	text-align: left;
	font-size: 32px;
	margin-top: 12%;
}
.inside_pages .news_title .news_titles div span{
	font-size: 40px;
	font-weight: bold;
	margin-left:3%;
    margin-top: 2%;
    display: block;
}
.inside_pages .news_title .news_titles div p{margin-left: -5%;}
.inside_pages .news_title .news_titles div img{
	width: 100%;
}

/* 内容 */
.inside_pages .content{
	width: 100%;
	margin: 0 auto;
}
.inside_pages .content .content_news{
	width: 90%;
	margin: auto;
	margin-top: 40px;
}
.inside_pages .content .content_news .news_left{
	width: 40%;
	
    margin:0 auto
}
.inside_pages .content .content_news .news_left .news_left_title{
	font-size:27px;
	color: #3f3e3c;
	text-align:left;
	display: block;
}
.inside_pages .content .content_news .news_left .news_left_content{
	font-size: 15px;
	line-height: 27px;
	color: rgb(92, 92, 92);
}
.inside_pages .content .content_news .news_right{
	width:56%;
	float: right;
}
.inside_pages .content .content_news .news_right .news_li{
	width:100%;
	margin-bottom: 3%;
}
.inside_pages .content .content_news .news_right .news_li img{
	width:100%;
}
.list_news{
	width: 90%;
	margin: 0 auto;
}
.inside_pages .content .list_news ul{
	width: 100%;
	height:100%;
}
.list_news li{
	float: left;
	width: 32%;
	margin-right: 1.3%;
	margin-top: 4%;
}
.news_img{
	width: 100%;
	height: 300px;
}
.news_img img{
	width: 100%;
	height:100%;
}
.news_font{
	width:90%;
	margin: 0 auto;
	margin-top: 2%;
}
.news_font a{
	width: 100%;
	line-height:40px;
	font-size:20px;
	color:#5c5c5c;
	text-align: left;
	display: block;
}

.content_news .zixun{
	width:90%;
	margin:40px auto 0;
	border-top: 1px solid #e9e9e9;
	padding:40px 0 0;
}

.content_news .zixun h3{
	font-size:30px;
	line-height: 30px;
	text-align: center;
	display: block;
	color:#ff0000;
	margin-bottom: 40px;
	position: relative;
}

.content_news .zixun h3::after{
	content: "";
	width:40px;
	height:3px;
	margin:20px auto 0;
	display: block;
	background: #ff0000;
}

.content_news .zixun li{
	width:31.333%;
	float:left;
	margin-right:3%;
	box-sizing: border-box;
	font-size:15px;
	line-height: 36px;
	color:#999;
	text-align: left;
}

.content_news .zixun li:nth-child(3n){
	margin-right:0;
}

.content_news .zixun li a{
	font-size:16px;
	color:#000;
	padding-right:20px;
	width:77%;
	float:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content_news .zixun li a:hover{
	text-decoration: underline;
	color:#ff0000;
}

.content_news .zixun li span{
	float: right;
}