.news_banner{
	width:790px;
	height:470px;
}
.news_banner .banner_ctrl{
	width:790px;
	height:4470px;
	position: absolute;
    top: 0;
}
.news_banner .banner_ctrl_left{
	width: 34px;
    height: 34px;
    position: absolute;
    left: 6px;
    top: 260px;
}
.news_banner .banner_ctrl_right{
	width: 34px;
    height: 34px;
    position: absolute;
    right: 6px;
    top: 260px;
}
.news_banner .carousel-item img{
	width:790px;
    height:470px;
}
.news_banner .banner_title_text{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 58px;
	position:absolute;
	left:0px;
	padding-left:21px;
	top:412px;
	width:792px;
	height:58px;
	background-image:linear-gradient(to right,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0));
    background:linear-gradient(90deg,#0000008c,#00000000)
}
.news_banner_left{
	padding:0;
	padding-right:20px;
}
.news_banner_right{
	width:380px;
	height:470px;
	padding:0;
}
.news_banner_right .banner_news{
	width:380px;
	height:226px;
	margin-bottom:18px;
	background-color:#A07553;
}
.news_banner_right .banner_news img{
	width:380px;
    height:226px;
}
.banner_news_title{
	position:absolute;
	margin-top:-37px;
	width:378px;
	height:37px;
	background-image:linear-gradient(to right,rgba(0, 0, 0, 0.55),rgba(0, 0, 0, 0));
	background:linear-gradient(90deg,#0000008c,#00000000);
	overflow:hidden;
}
.banner_news_title h3{
	height:37px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:37px;
	margin-left:13px;
}

.news_nav{
	padding:0;
	margin-top:30px;
}
.news_nav .news_nav_li{
	display:inline-block;
	margin-left: 33px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(37,35,35,1);
	line-height:37px;
}
.news_nav .news_nav_li a{
    color:rgba(37,35,35,1);
	text-decoration:none;
}
.news_nav .news_nav_li.first{
	margin-left: 0;
}
.news_nav .active{
	font-weight:bold;
	color:rgba(22,142,255,1);
	border-bottom: 2px solid #168EFF;
}
.news_nav .active a{
	font-weight:bold;
    color:rgba(22,142,255,1);
}
.news_list{
	padding:0;
}
.news_list .news_list_detail{
	height:202px;
	margin-bottom:30px;
	border-bottom:1px solid #E2E2E2;
}
.news_list_img{
	width:314px;
	height:170px;
	float:left;
}
.news_list_img img{
	width:314px;
	height:170px;
}
.news_list_info{
	width:455px;
	height:170px;
	float:left;
	margin-left:34px;
}
.news_list_info b{
	line-height:20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_list_info .news_title{
	text-decoration:none;
}
.news_list_info p{
	margin-bottom:0;
}
.news_list_info .news_list_addition{
	margin-top:9px;
}
.news_list_info .news_date{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(118,118,118,1);
	height:10px;
}
.news_list_info .news_tags{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
	margin-left:37px;
	height:14px;
	float:right;
}
.news_list_info .news_tags img{
	width:15px;
	height:12px;
	margin-right:6px;
	margin-top:-3px;
}
.news_list_info .news_intro{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
	line-height:27px;
	margin-top:8px;
}
.news_list_info .read_all{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(40,152,255,1);
	margin-top:8px;
}
.news_list_info .read_all a:hover{
    color:#007bff;
	text-decoration:none;
}
.expand_read{
	width:136px;
	height:39px;
	background:rgba(22,142,255,1);
	box-shadow:3px 4px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius:0px 20px 19px 0px;
	padding: 5px 0 5px 10px;
	display:inline-block;
}
.expand_read .expand_read_title{
	height:19px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:24px;
	float:right;
	margin-right:24px;
}
.expand_read_more{
	height:16px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(185,185,185,1);
	line-height:36px;
	display:inline;
	float:right;
}
.expand_read_more:hover{
    color:rgba(185,185,185,1);
    text-decoration:none;
}
.expand_read_ul{
	margin-top:5px;
}
.expand_read_ul li{
	height:50px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:50px;
	border-bottom:1px dashed #E2E2E2;
}
.expand_read_ul li.last{
	border:0;
}
.news_list_ads{
	width:378px;
	height:210px;
	margin-top:20px;
}
.news_list_ads img{
	width:378px;
	/* height:600px; */
	/* height:210px; */
}
.tags_list{
	/* margin-top:40px; */
}
.tags_list_div{
	margin:23px 0;
}
.tags_list .tags{
	/* width:86px;*/
	height:35px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(22,142,255,1);
	border-radius:17px;
	padding:10px 16px;
	line-height:13px;
	font-size:13px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(22,142,255,1);
	display:inline-block;
	text-align:center;
	margin:6px 5px 6px 0;
}
.tags_list .tags:hover{
    background:rgba(22,142,255,1);
    color:rgba(255,255,255,1);
    text-decoration:none;
}
