body{
    background-color: #fff;
}

.main{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    /*background: url(/zhphone/public/images/hzal-bg.jpg) no-repeat center;*/
    background-size: 100% 100%;
    background-color: #e8e8e8;
}

/* detail */
.main_detail{
	position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.center_detail{
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.detail_line{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #006ae5;
}

.content_detail{
	padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    height: 500px;
}


.content_detail>img{
	width: 100%;
	height: 100%;
}

.title_detail{
	font-size: 30px;
	color: #0052d1;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 60px 0 20px;
}

.detail_top{
	padding-bottom: 30px;
	margin: 0 30px;
	border-bottom: 1px dashed #b5b5b5;
}

.detail_data{
	font-size: 0;
	padding: 0 60px;
	display: flex;
    justify-content: space-around;
	box-sizing: border-box;
}

.public_time,.public_look{
	display: inline-block;
}

.public_time{
	margin-right: 10px;
}

.public_time_icon{
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(/zhphone/public/images/public_time.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 16px;
}

.public_text{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #5d5d5d;
	vertical-align: middle;
}

.piblic_text_time{
	display: inline-block;
	font-weight: normal;
}

.public_look_icon{
	width: 27px;
	height: 19px;
	display: inline-block;
	background: url(/zhphone/public/images/public_look.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 10px;
}

.content_text{
	padding: 50px 30px 0;
	box-sizing: border-box;
}

.content_text>img{
	width: 100%;
	height: 100%;
}

/* 头部swiper开始 */
.swiper_nav_container{
    position: fixed;
    top: 100px;
    z-index: 2;
    width: 100%;
}

.header_swiper{
    height: 70px;
    padding: 0 64px;
    box-sizing: border-box;
    position: relative;
    background-color: #e3e3e3;
}

.swiper-slide>a{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #5d5d5d;
    font-size: 22px;
}

.swiper-slide-active>a{
    height: 70px;
    background-color: #d7000f;
    color: #fff;
    border-radius: 10px;
}
/* 头部swiper结束 */

.center{
    padding: 182px 50px 0;
    box-sizing: border-box;
}

.title>h1{
    margin-top: 50px;
    font-size: 36px;
    color: #015dc2;
    /*line-height: 36px;*/
    text-align: center;
    margin-bottom:50px;
}

/* 列表 */
.news_tab_item{
	margin-bottom: 16px;
}

.news_tab_item:last-child{
	margin-bottom: 16px;
}

.news_active_img{
	z-index: 2;
}

.news_tab_text{
	width: 540px;
	height: 344px;
	text-align: center;
	padding: 72px 0 0 0;
	box-sizing: border-box;
	margin-top: -35px;
	background-color: #fff;
	border-radius: 15px;
}


.news_tab_item-time{
	font-size: 18px;
	line-height: 18px;
	color: #5f5f5f;
	margin-bottom: 34px;
}

.news_tab_item-title{
	font-size: 26px;
	line-height: 26px;
	color: #5d5d5d;
    margin-bottom: 30px;
    font-weight: bold;
}

.news_tab_item-desc{
    font-size: 24px;
    line-height: 42px;
	color: #5f5f5f;
	padding: 0 30px;
	text-align: justify;
}

.news_tab_item-arrow{
	width: 115px;
	height: 53px;
	display: block;
	margin-top: -27px;
    margin-left: 217px;
	background: url(/zhphone/public/images/news_item_arrow.png) no-repeat center;
}

.news2_item{
	width: 100%;
	height: 240px;
	border-radius: 15px;
  padding: 36px 30px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 16px;
}

.news2_icon{
	width: 17px;
	height: 17px;
	display: inline-block;
}

.news2_time_text{
	font-size: 22px;
	line-height: 22px;
	color: #a4a4a4;
	display: inline-block;
}

.news2_item_title{
	font-size: 26px;
	line-height: 26px;
	color: #4c4c4c;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 32px;
}


.news2_text{
	font-size: 24px;
	line-height: 38px;
  color: #5f5f5f;
  text-align: justify;
}

/* 查看更多 */
.btn-wraper,.btn-wraper_back{
	position: relative;
	width: 100%;
	height: 84px;
    /* margin-top: -30px; */
    margin-top: 50px;
}

.btn-wraper .btn, .btn-wraper_back .btn{
	position: absolute;
	width: 200px;
	height: 84px;
	left: 50%;
	top: 30px;
	margin-top: -30px;
	margin-left: -100px;
	margin-bottom: 40px;
	background: url(/zhphone/public/images/btn.png) no-repeat center;
	/* opacity: 0;
	animation: shanshuo 2s linear 0.7s infinite both;
    -webkit-animation: shanshuo 2s linear 0.7s infinite both; */
}

.btn-wraper_back .btn{
	background: url(/zhphone/public/images/back_en.png) no-repeat center;
}

.btn-wraper>a,.btn-wraper_back>a{
	position: absolute;
	display: block;
	height: 84px;
	width: 200px;
	line-height: 84px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -100px;
}

.btn_detail{
	position: relative;
	margin: 66px 0 142px;
}

.btn_detail>img{
	width: 172px;
	height: 62px;
	position: absolute;
	left: 50%;
	margin-left: -86px;
}