
.news_lists{
    width: 80%;
    padding: 15px;
    min-height: 560px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.news_nav{
	width: 15%;
	height: 250px;


}
.news_nav_tilte{
	width: 100%;
	height: 40px;
	background: #1a96dd;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 40px;
}
.nav_lists{
	width: 100%;
	height: 210px;
    list-style-type: none;
}
.nav_lists li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
    background: #008DD7;
    margin-bottom: 4px;
    color: #ffffff;
}
.nav_lists li:hover{
	cursor: pointer;;
}
.nav_active{
    font-weight: 600;
    border-right: 5px solid #ff9900;
}
.news_container{
	width: 65%;
    height: 540px;
    /* border: 1px solid #fdd1ab; */
    border-radius: 0.5%;

}
.news_container_tilte{
	width: 100%;
	height: 40px;
	background: #fef2de;
	font-size: 1.5rem;
	font-weight: 600;
	color: #8a6d3b;
	line-height: 40px;
	padding-left:15px;
	box-sizing: border-box;
	border-bottom: 1px solid #fdd1ab;
}
.news_container_lists{
	width: 100%;
	list-style-type: none;
	padding: 10px 15px;
	box-sizing: border-box;
	height: 400px;
}
.news_container_lists li{
   width: 100%;
   height: 40px;
   line-height: 40px;
   border-bottom: 1px dashed  #eaeaea;
   box-sizing: border-box;
}
.news_container_lists li a{
	width: 100%;
	height: 40px;
	color:#131212;
	display: flex;
	justify-content: space-between;
}
.list_icon{
	display: block;
    width: 15px;
    height: 15px;
    background: url(../images/zxlisticon.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 13px;
}
.list_title{
	display: block;
	width: 70%;
	height: 40px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_time{
	display: block;
	height: 40px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	width: 15%;
}
.news_container_zcwj{
	display: none;
}
.news_container_nybz{
	display: none;
}

.news_container_zczc{
	display: none;
}

.news_container_gzdt{
	display: none;
}
.news_container_nyhq{
	display: none;
}
.news_container_nyzh{
	display: none;
}
.news_container_zfxx{
	display: none;
}

.news_container_xmsb{
	display: none;
}
.selectlist{
	width: 100%;
    list-style-type: none;
    padding: 0 15px 10px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.selectlist li{
	padding: 10px;
	border: 1px solid #eeeeee;
	margin: 0 10px 10px 0px;
	cursor: pointer;
}
.selectlist li.checked{
	background: #008dd7;
	color: #ffffff;
	border: 1px solid #008dd7;
}


.zczcselectlist{
	width: 100%;
    list-style-type: none;
    padding: 0 15px 10px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.zczcselectlist li{
	padding: 10px;
	border: 1px solid #eeeeee;
	margin: 0 10px 10px 0px;
	cursor: pointer;
}
.zczcselectlist li.zczcchecked{
	background: #008dd7;
	color: #ffffff;
	border: 1px solid #008dd7;
}
.news_hot{
	width: 20%;
	min-height: 300px;

}
.news_hot_title{
	width: 100%;
	/* height: 40px; */
	background: #e8fddf;
	/* line-height: 40px; */
}
.news_hot_title_icon{
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/sanjiao.png') no-repeat;
	background-size: 100% 100%;
	float: left;
	position: relative;
	top: 10px;
}
.news_hot_title_point{
	font-size: 1.5rem;
	font-weight: 600;
	float: left;
}
.news_top ul{
   list-style-type: none;
}
.news_top_list{
	width: 100%;
	height: 80px;
	border-bottom: 3px solid #e4e5e7;
	box-sizing: border-box;
}
.news_top_list a{
	/* width: 100%; */
	height: 80px;
	display: flex;
	color: #000000;
	/*font-size: 1rem;*/
	font-weight: 600;
}
.news_top_list a img{
	width:80px !important;
	height: 60px !important;
	margin-top: 10px;
	display: inline-block;
}
.news_top_title{
	height: 44px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
	margin-left: 20px;
	width: 70%;
}



.news_container_zyjs{
	display: none;
}
.news_container_yzjs{
	display: none;
}
.news_container_jgjs{
	display: none;
}
.news_container_qt{
	display: none;
}
.news_container_njwh{
	display: none;
}


.news_container_xczx{
	display: none;
}
.news_container_ssrd{
	display: none;
}
@media screen and (max-width: 1200px){
.news_lists{
	width: 100%
}
}