.menus_line{
	left: 620px;
}
.top{
	width: 100%;
	height: 515px;
	background: url('../img/news/banner.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.top_model_title{
	position: absolute;
	top: 200px;
  left: 50%;
	margin-left: -600px;
}
.top_model_title_name{
	font-size: 48px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #333;
}
.top_model_title_info{
	font-size: 24px;
	color: #555;
	margin-top: 30px;
	line-height: 42px;
}
.news{
	width: 100%;
	height: auto;
	min-height: 300px;
	background: #FFFFFF;
	margin-bottom: 150px;
}
.news_box{
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	overflow: hidden;
	top: 90px;
}
.news_left{
	float: left;
}
.news_right{
	width: 880px;
	min-height: 795px;
	float: right;
}
.news_title{
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #1F1F1F;
}
.line{
	width: 40px;
	height: 4px;
	background: #D80C18;
}
.tabs_ul{
	width: 230px;
	/* height: 234px; */
	background: #F9F9F9;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	border-radius: 4px 4px 4px 4px;
	margin-top: 12px;
	padding-top: 13px;
}
.tabs_ul li{
	width: 230px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}
.tabs_ul li span{
	margin-left: 40px;
	margin-top: 13px;
}
.tabs_ul li:hover{
	background: linear-gradient(90deg, rgba(255,62,35,0.9) 0%, #D80C18 100%);
	color: #FFFFFF;
}
.tabs_ul_active{
	background: linear-gradient(90deg, rgba(255,62,35,0.9) 0%, #D80C18 100%);
	color: #FFFFFF;
}
.news_right_top{
	overflow: hidden;
}
.breadcrumd{
	float: left;
	margin-top: 13px;
}
.search_div{
	float: right;
	width: 476px;
}
.search_input{
	width: 400px;
}
.el-input--mini {
	height: 32px;
}
.search_btn{
	width: 60px;
	height: 26px;
	background: #D80C18;
	border-radius: 2px 2px 2px 2px;
	border: none;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 16px;
}
.news_item{
	overflow: hidden;
	width: 880px;
	height: 221px;
	border-bottom: 1px solid #DCDCDC;
	cursor: pointer;
}
.news_item:nth-child(1){
	border-top: 1px solid #DCDCDC;
}
.list_left{
	float: left;
}
.list_right{
	float: left;
	margin-left: 40px;
}
.item_title{
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #1F1F1F;
	margin-top: 38px;
}
.list_left img{
	width: 286px;
	height: 161px;
	margin-top: 30px;
}
.item_ms{
	width: 487px;
	height: 76px;
	font-size: 15px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #4C576E;
	line-height: 24px;
	margin-top: 6px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.icon{
	width: 24px;
	height: 24px;
}
.item_time{
	overflow: hidden;
	margin-top: 13px;
}
.item_time img{
	float: left;
}
.item_time span{
	float: left;
	margin-top: 1px;
	margin-left: 8px;
}
.pagin{
	text-align: right;
	margin-top: 20px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: transparent;
	color: #D80C18;
	border: none;
}
.el-pagination.is-background .el-pager li{
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #DCDCDC;
}
.el-pagination.is-background .btn-prev,.el-pagination.is-background .btn-next{
	background-color: transparent;
	border: 1px solid #DCDCDC;
}