@charset "UTF-8";
body{
	background-color: #fff;
}
img{
	background:url("../images/no-images.png") no-repeat;
	background-size: contain;	
}

/* 头文件 */
.logo-info{
	height: 94px;
}
.logo-info .w1280{
	overflow: hidden;
}
.logo-info .logo{
	float: left;
	margin-top: 20px;
}
.logo-info .logo img{
	background:none;
}

.logo-info .account{
	float: right;
}
.account ul{
	overflow: hidden;
	margin-top: 17px;
}
.account ul li{
	float: left;
	line-height: 25px;
	height: 25px;
	margin-left: 30px;
}
li.youtu{
	background: url("../images/youtube.png") no-repeat;
	padding-left: 35px;
}
li.app{
	background: url("../images/app.png") no-repeat;
	padding-left: 35px;
}


.head{
	width: 100%;
	overflow: hidden;
}
/* 导航 */
.top-nav{
	height: 58px;
	background-color: #297CE2;
	color: #fff;
}
.top-nav > .w1280{
	position: relative;
}
.nav-bar{
	width: calc(100% - 200px);
	overflow: hidden;
	display: inline-flex;
	justify-content: space-evenly;
}
.nav-bar li{
	float: left;
	position: relative;
	margin-left: 25px;
}
.nav-bar li:first-child{
	margin-left: 0;
}
.nav-bar li.onclick::after{
	content: "";
	width: 30px;
	height: 3px;
	background: #ffffff;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
	
}
.nav-bar a{
	color: #fff;
	height: 50px;
	display: block;
	line-height: 58px;
	font-size: 20px;
}
.logo-info .sercher{
	display: none;
}
.top-nav .sercher{
	width: 180px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 8px;
}
.sercher .znss {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    padding-left: 20px;
    font-size: 12px;
  color:#333
}
.sercher .submit_btn{
	background: url("../images/search_solid.svg") no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
  left:unset
}
.sercher input::-webkit-input-placeholder {
    color: #666 !important;
}

.sercher input:-moz-placeholder{
  color: #666 !important;
}

.sercher input::-moz-placeholder {
  color: #666 !important;
}

.sercher input:-ms-input-placeholder {
  color: #666 !important;
}
/* 内容部分 */
.w1280{
	width: 1280px;
	margin: 0 auto;
}
.content_newslist {
    margin-top: 0px;
    margin-bottom: 30px;
}
.current_policy {
    width: 100%;
}
/* 当前位置 */
.s-nav{
	height: 58px;
	line-height: 58px;
	width: 100%;
	color:#333;
}
.s-nav span{
	margin:0px 10px;
}
/* ++++++++++list新闻列表+++++++++++ */
/* 左侧列表 */
.current_list {
    width: 842px;
	border: 1px solid #F5F5F5;
	padding: 25px 30px;
}
.left {
    float: left;
}
.current_name{
	font-size: 30px;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
}

/* 右侧新闻排行 */
.right_info{
	width: 408px;
}
.news_ph {    
    padding: 25px 30px;
	border: 1px solid #F5F5F5;
	margin-bottom: 30px;
}
.right {
    float: right;
}
/* 新闻排行 */
.bt_name{
	font-size: 30px;
	line-height: 30px;
	padding-left:20px;
	position: relative;
	margin-bottom: 25px;
}
.bt_name::before{
	content: "";
	position: absolute;
	top: 2px;
	left:0;
	width: 4px;
	height: 27px;
	background-color: #297CE2;
}
/* 媒体公众号 */
.mtgzh{
	overflow: hidden;
}
.mtgzh li{
	float: left;
	width: 50%;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 25px;
}
.mtgzh li:nth-last-child(1),
.mtgzh li:nth-last-child(2){
	margin-bottom: 0;
}
.mtgzh li img{
	text-align: center;
	width: 130px;
}

/* 排行榜 */
.ph li{
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 25px;
	padding-bottom: 25px;	
	overflow: hidden;
}
.ph em{
	font-size: 20px;
	font-style: italic;
	float: left;
	
}
.ph li:nth-child(1) em{
	color:#FF9191;
}
.ph li:nth-child(2) em{
	color:#FFB444;
}
.ph li:nth-child(3) em{
	color:#FFB444;
}
.ph li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0;
}
.ph li:nth-child(1) em::before{
	content: "No.1";
}
.ph li:nth-child(2) em::before{
	content: "No.2";
}
.ph li:nth-child(3) em::before{
	content: "No.3";
}
.ph li:nth-child(4) em::before{
	content: "No.4";
}
.ph li:nth-child(5) em::before{
	content: "No.5";
}
.ph p{
	font-size: 16px;
	margin-left: 68px;
}
/* 底部 */
.footer{
	width: 100%;
	border-top:1px solid #F5F5F5;
}
.footer .white{
	height: 138px;
	
}
.footer .blue{
	background-color: #297CE2;
	text-align: center;
	color: #fff;
	height: 58px;
	line-height: 60px;
	width: 100%;
}
.footer .logo{
	margin-top: 40px;
	float: left;
	margin-right: 90px;
}
.footer-info{
	font-size: 16px;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}
.footer-info .link{
	margin-bottom:10px;
}
.footer-info .link span{
	padding:0px 15px;
}
.other-info > div{
	float: left;
	margin-right: 30px;
}

.footer .logo img{
	background-image: none;
}



@media(max-width: 1280px){
	.w1280{
		width: 1000px;
	}
	.nav-bar{
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
	}
	/* .top-nav > .w1280 {
		width: calc(100% - 32px);
	} */
	/* .content_newslist{
		width: 100%;
	} */
	.current_policy {
		width: 100%;
		/* padding: 0 2%; */
	}
	/* 头文件 */
	.top-nav .sercher{
		display: none;
	}
	/* 当前位置 */
	/*.s-nav{
		 display: none; 
		padding:0px 16px;
	}*/
	/* 左侧列表 */
	.current_list{
		width: calc(100% - 360px);
	}

	
	
	
	/* 右侧新闻排行 */
	.right_info{
		width: 340px;
	}
/* 	.news_ph{
		display: none;
	} */
	.news_ph {
	    padding: 30px 20px;
	    border: 1px solid #F5F5F5;
	    margin-bottom: 20px;
	}
	
	
}
@media(max-width: 1000px){
	.w1280,.head,.footer{
		width: 768px;
		margin: 0px auto;
	}
	.current_name{
		display: none;
	}
	/* 头文件 */
	.top-nav > .w1280 {
		padding: 0px 16px;
	}
	.nav-bar{
		width: 100%;
		
	}
	/* 左侧列表 */
	.current_list{
		width: 100%;
	}
	/* 右侧新闻排行 */
	.right_info{		
		display: none;
	}
	.news_ph{
		display: none;
	}
	
	/* 底部 */
	.white{
		display: none;
	}
	
	
	
}
@media(max-width: 768px){
	.w1280,.head,.footer{
		width: 100%;
	}
	/* 头文件 */
	.logo-info{
		height: auto;
	}
	.logo-info .logo{
		margin: 0;
		height: .96rem;
		line-height: .96rem;
		padding: .2rem .32rem;
	}
	.logo-info img {
		height: 100%;
		display: block;
	}
	
	.logo-info .account{
		display: none;
	}
	.logo-info .sercher{
		display: block;		
		position: relative;
		float: right;
		height: .96rem;
		padding: .2rem .32rem;
	}
	.logo-info .sercher .znss{
		width: 3.6rem;
		height: 100%;
		top: 0.3rem;
		right: 0.6rem;
		background-color: #F5F5F5;
		font-size: 0.22rem;
	}

	.logo-info .sercher .submit_btn {
	    background: url(../images/search_solid.svg) no-repeat;
		background-size: contain;
	    height: 0.34rem;
	    width: 0.34rem;
		z-index: 20;
	    position: absolute;
	    top: 0.3rem;
		right: 0.6rem;
	    cursor: pointer;
    left:unset
	}
	.top-nav > .w1280 {
		padding: 0 .32rem;
	}
	.top-nav{
		height: .96rem;
		background-color: #fff;
		border-bottom: 1px solid #e6e6e6;
	}

	.nav-bar li {
		margin-left: 0.4rem;
	}
	.nav-bar a {
	    color: #333;
	    height: .86rem;
	    display: block;
	    line-height: .96rem;
	    font-size: .32rem;
	}
	.nav-bar li.onclick a{
		font-weight: 700;
	}
	.nav-bar li.onclick:after {
		background: #297CE2;
	    width: .3rem;
		height: .04rem;
		border-radius: .04rem;
		bottom: .08rem;
		margin-left: -0.15rem;
	}
	.s-nav{
		display: none;
	}
	
	/*内容信息*/
	.content_newslist{
		margin-bottom: 0;
	}
	.current_policy {
		padding: 0;
	}
	.current_list{
		padding: 0 .32rem;
	}
	/*底部*/
	.footer .blue{
		height: auto;
		font-size: 0.26rem;
		line-height: 0.26rem;
		padding: 0.26rem 0;
	}
	.blue em{
		display: block;
	}
	
}
