@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
body{
	font-size: 18px;
	font-family: "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","微软雅黑",STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
	color: #333;
	line-height: 27px;
}
a{
	text-decoration: none;
	color: #333;
}
img{
	display: block;
	width: 100%;
	height: 100%;
}
.title{
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #0A2083;
	line-height: 60px;
	margin: 0 auto;
}
.title p{
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #0A2083;
}
.title a{
	color: #999;
	float: right;
	font-size: 16px;
}
.title a:hover{
	color: #0A2083;
}

/* banner */
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner_ph{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

/* 摘要 */
.zy{
	width: 1300px;
	margin: 0 auto;
	background: #ececec;
	padding: 40px;
	margin-top: 20px;
	box-sizing: border-box;
}
.zy p:first-child{
	width: 80px;
	text-align: center;
	font-weight: bold;
	background: #cacaca;
	padding: 5px 20px;
}
.zy p:last-child{
	text-indent: 2em;
	margin-top: 20px;
}

/* 要闻 */
.yw{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.yw_left{
	width: 640px;
	height: 408px;
	overflow: hidden;
	float: left;
}
.yw_swiper{
	width: 100%;
	height: 100%;
	position: relative;
}
.yw_swiper .swiper-pagination{
	bottom: 70px;
}
.swiper-button-prev{
	outline: navajowhite;
}
.swiper-button-next{
	outline: navajowhite;
}
.yw_swiper_item{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.yw_swiper_item p{
	width: 100%;
	height: 60px;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 60px;
	box-sizing: border-box;
}

.yw_right{
	width: 610px;
	height: auto;
	overflow: hidden;
	float: right;
}
.yw_right a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ECECEC;
}
.yw_right a:first-child{
	margin-top: 18px;
}
.yw_right a:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.yw_right a p:first-child{
	font-weight: bold;
}
.yw_right a:hover p:first-child{
	color: #0a2083;
}

.yw_right a p:last-child{
	color: #999;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

.main2{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}

/* 实时关注 */
.ssgz{
	width: 800px;
	height: auto;
	overflow: hidden;
	float: left;
}
.ssgz_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.ssgz_item{
	width: 100%;
	height: 124px;
	cursor: pointer;
}
.ssgz_item:hover a{
	background: #ECECEC;
}
.ssgz_item:hover a > span{
	color: #0A2083;
}
.ssgz_line{
	width: 11px;
	height: 100%;
	background: url(../../images/zt_ewjs/sship_23.jpg) repeat-y;
	float: left;
	position: relative;
}
.ssgz_line span{
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #d2d2d2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ssgz_item a{
	width: calc(100% - 21px);
	display: block;
	height: 100%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	margin-left: 10px;
}
.ssgz_item a>span{
	font-weight: bold;
}
.ssgz_item a p{
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}
.ssgz_item a p span{
	margin-right: 10px;
}

/* 现场直击 */
.xczj_ph{
	display: none;
}
.loadmore{
	display: none;
}
.xczj{
	width: 450px;
	height: auto;
	overflow: hidden;
	float: right;
}
.xczj_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.xczj_main a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}
.xczj_main a span{
	display: block;
	width: 100%;
	height: 286px;
	overflow: hidden;
}
.xczj_main a div{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.xczj_main a p{
	width: 100%;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}
.xczj_main a img{
	transition: all 0.1s;
}
.xczj_main a:hover img{
	transform: scale(1.3);
}
.xczj_main a i{
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../../images/zt_ewjs/play.png) no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 新闻聚焦 */
.xwjj{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.xwjj_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.xwjj_item{
	width: 620px;
	height: auto;
	overflow: hidden;
	float: left;
}
.xwjj_item:last-of-type{
	float: right;
}
.xwjj_item a{
	display: block;
	padding: 20px 0 20px 10px;
	border-bottom: 1px dashed #D2D2D2;
}
.xwjj_item a:last-child{
	border: none;
}
.xwjj_item a:hover{
	color: #0A2083;
}

/* 底部 */
.foot{
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-top: 100px;
	background: #2f2f2f;
}
.foot p{
	display: inline-block;
	margin: 0 10px;
}
.foot a{
	color: #fff;
	margin: 0 10px;
	display: inline-block;
}
.loadmore{
	display: none;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
body{
	font-size: 0.34rem;
	line-height: 0.51rem;
}

.title{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
}
.title p{
	font-size: 0.34rem;
}
.title a{
	font-size: 0.3rem;
}
.banner{
	display: none;
}
.banner_ph{
	display: block;
}
.loadmore{
	margin-top: 0.2rem;
	text-align: center;
	color: #999;
	display: block;
}
	
/* 摘要 */
.zy{
	width: 100%;
	padding: 0.4rem;
	margin-top: 0;
}
.zy p:first-child{
	width: 1.2rem;
	margin: 0 auto;
	padding: 0.1rem 0.2rem;
}
.zy p:last-child{
	text-indent: 2em;
	margin-top: 0.2rem;
	text-align: justify;
}

/* 要闻 */
.yw{
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.yw_left{
	width: 100%;
	height: 4.33rem;
	float: none;
}
.yw_swiper .swiper-pagination{
	bottom: 1rem;
}
.yw_swiper_item p{
	height: 1rem;
	line-height: 1rem;
	padding: 0rem 0.1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.yw_right{
	width: 100%;
	float: none;
	margin-top: 0.4rem;
}
.yw_right a{
	margin-bottom: 0.2rem;
	padding-bottom: 0.2rem;
}
.yw_right a:first-child{
	margin-top: 0rem;
}
.yw_right a p:last-child{
	margin-top: 0.1rem;
	font-size: 0.30rem;
	line-height: 0.45rem;
}

.main2{
	width: 100%;
	margin-top: 0.6rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

/* 实时关注 */
.ssgz{
	width: 100%;
	float: none;
}
.ssgz_main{
	margin-top: 0.5rem;
}
.ssgz_item{
	height: 2rem;
}
.ssgz_line{
	width: 11px;
}
.ssgz_line span{
	width: 11px;
	height: 11px;
}
.ssgz_item a{
	width: calc(100% - 21px);
	padding: 0.2rem;
	box-sizing: border-box;
	margin-left: 0.1rem;
}
.ssgz_item a p{
	margin-top: 0.1rem;
}
.ssgz_item a p span{
	margin-right: 0.1rem;
}

/* 现场直击 */
.xczj{
	width: 100%;
	float: none;
	margin-top: 0.5rem;
}
.xczj_main{
	display: none;
}
.xczj_ph{
	display: block;
	width: 100%;
	height: 4.33rem;
	margin-top: 0.5rem;
}
.xczj_swiper{
	width: 100%;
	height: 100%;
	position: relative;
}
.xczj_swiper .swiper-pagination{
	bottom: 0.7rem;
}
.xczj_ph a i{
	width: 1rem;
	height: 1rem;
	background: url(../../images/zt_ewjs/play.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 新闻聚焦 */
.xwjj{
	width: 100%;
	margin-top: 0.6rem;
	padding: 0 0.4rem;
	box-sizing: border-box;
}
.xwjj_main{
	margin-top: 0.5rem;
}
.xwjj_item{
	width: 100%;
	float: none;
}
.xwjj_item:last-of-type{
	float: none;
}
.xwjj_item a{
	padding: 0.2rem 0 0.2rem 0;
}
.xwjj_item a:last-of-type{
	border: none;
}

/* 底部 */
.foot{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.28rem;
	line-height: 0.42rem;
	margin-top: 0.5rem;
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.foot p{
	margin: 0 0.1rem;
}
.foot a{
	margin: 0 0.1rem;
}

}