@charset "utf-8";

.sub_ban{
	position: relative;
	overflow: hidden;
}
.sub_ban img{
	min-height:160px;
	object-fit: cover;
}
.s_banhv{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 3.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9;
	color: #fff;
	text-align: center;
}
.s_banhv .h3 span{
	display: inline-block;
	position: relative;
	padding: 0 32px;
}
.s_banhv .h3 span::after,.s_banhv .h3 span::before{
	position: absolute;
	width: 20px;
	height: 1px;
	content: '';
	background: rgba(255,255,255,0.7);
	top: 50%;
}
.s_banhv .h3 span::before{
	left: 0;
}
.s_banhv .h3 span::after{
	right: 0;
}
.s_banhv .p{
	padding-top: 10px;
	line-height: 1.3;
}
.sub_wz{
	border-bottom: 1px solid #efefef;
	line-height:44px;
	background: #fff;
	max-width: 1400px;
	margin: 0 auto;
}
.sub_wz .wz{
	padding-left: 35px;
	background: url(../images/wz_ico.png) no-repeat left center;
}
.sub_wz .s_nav a{
	display: block;
	line-height: 44px;
	padding: 0 35px;
	color: #666666;
}
.sub_wz .s_nav a:hover,.sub_wz .s_nav a.a_hv{
	background: #1c3271;
	color: #fff;
}

.main{
	overflow: hidden;
	margin: 0 auto;
	
	max-width: 1920px;
}
.about_content{
    min-height: 500px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    padding-top: 40px;
}
.about_content p{
    padding-bottom: 20px;
}

.about_cc{
    width: 1000px;
    margin:0 auto;
    margin-bottom: 60px;
}

.inner_news{
    padding-top: 50px;

}

.inner_news_title {
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.inner_news_date{
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.inner_news_con{
    line-height: 36px;
    font-size: 14px;
    color: #666;
   
}

.goback_anniu{
    margin-top: 30px;
    margin-bottom: 60px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go_back {
    height: 34px;
    width: 160px;
    border-radius:6px;
    background:#d5d5d5;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.go_back:hover{
    background: #d20104;
    color: #fff;
}