.list_banner img{
	display: block;
	width:100%;
}
.list_content .c1{
	background:#f3f3f3;
	text-align: center;
}
/*
.list_content .el-col-18-l{
	background:#f3f3f3;
}
*/
.list_content .el_dl{
	background:#cf0026;
	padding:0.5rem 0.15rem;
	position: relative;
	    top: -1.2rem;
}
.list_content .el_dl dl a{
	color:white;
}

.list_content .el_dl dt{
	margin-bottom:0.4rem;
	position: relative;
	padding-bottom:0.05rem;
}
.list_content .el_dl dl dt:before{
	content:"";
	display:inline-block;
	position:absolute;
	height:1px;
	left:40%;
	right:40%;
	background:white;
	bottom:0px;
}
.list_content .el_dl dl dd{
	padding:0.1rem 0.1rem;
	background:url(../images/list_cbg.png) no-repeat center;
	background-size: contain;
}
.list_content .el_dl dl dd:hover{
	background:url(../images/list_bg.png) no-repeat center;
	background-size: contain;
}
.list_content .el_dl dd.active{
	background:url(../images/list_bg.png) no-repeat center;
	background-size: contain;
}
.list_content .c2{
	padding-left:0.4rem;
	    background: white;
	    padding-bottom:1rem;
}
.list_content .c2 .list_nav{
	text-align: right;
	padding:10px 0px;
	border-bottom:1px solid #dcdcdc;
}
.list_content .c2 .list_nav a{
	color:#000000;
}
.list_content .c2 .list_nav a.active{
	color:#DB0000;
}
.list_content .c2 .tl{
	text-align: center;
	margin:0.4rem 0px;
}
.list_content .c2 .text p{
	text-indent:2em;
	line-height:30px;
	margin-bottom:0.3rem;
}

/*图片列表*/
.list_al{
	background:white;
}
.list_al .c2{
	padding:0px 0.1rem;
	margin-bottom:0.5rem;
}
.list_al .img_box img{
	display: block;
	width:100%;
	height:2.02rem;
}
.list_al .img_box p{
	text-align: center;
	margin:0.1rem 0px;
}
.list_al .img_box p a{
	color:#000000;
}
.text_listbox .text_list{
	position: relative;
	height:1.52rem;
	padding:0.5rem 0px;
	padding-left:2.2rem;
	border-bottom:1px solid #eeeeee;
}
.text_listbox .text_list .text_c:hover p a{
	color:#DB0000;
}
.text_listbox .text_list>a{
	display: block;
	position: absolute;
	left:0px;
	overflow: hidden;
}
.text_listbox .text_list>a img{
	width:2rem;
	height:1.52rem;
	transition: all 0.5s;
}
.text_listbox .text_list>a:hover img{
	transform: scale(1.05);
	transition: all 0.5s;
}
.text_listbox .text_list .text_c{
	height: 100%;
    overflow: hidden;
}

.text_listbox .text_list .text_c .txt{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	color:#6e6e6e;
}
.text_listbox .text_list .text_c p a{
	color:#000000;
}
.text_listbox .text_list .text_c p.time{
	margin:0.1rem 0px;
}
@media only screen and (max-width:767px) {
	.list_content .el_dl{
		top:0px;
		padding:20px 0px;
	}
	.list_content .el_dl dd.active ,.list_content .el_dl dl dd ,.list_content .el_dl dl dd:hover{
		background-size: 100% 100%;
		padding:0.2rem 0px;
	}
	.list_content .el_dl dt{
		margin-bottom:20px;
	}
	.list_content {
		margin:20px 0px;
	}
	.list_al .img_box img{
		height:5.5rem;
	}
	.text_listbox .text_list{
		padding-left:5.2rem;
	}
	.text_listbox .text_list{
		height:3.52rem;
	}
	.text_listbox .text_list>a img{
		width:5rem;
		height:3.52rem;
	}
	.text_listbox .text_list .text_c p.time{
		display: none;
	}
	.text_listbox .text_list .text_c .txt{
		margin-top:0.2rem;
	}
}

/*新闻资讯*/

.news_content ul li {
	padding: 0.5rem 0.2rem;
	background: #f8f8f8;
	margin: 0.5rem 0px;
}

.news_content ul li:hover .text>a {
	color: #DB0000;
}

.news_content ul li .data {
	text-align: center;
}

.news_content ul li .data span {
	display: block;
}

.news_content ul li .text>a {
	display: block;
	color: #000000;
}

.news_content ul li .text p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}

.news_content ul li .text p a {
	color: #000000;
}

.page {
	margin: 0.5rem 0px;
}

table { border-collapse: collapse; border: none;  } 
td { border: solid #000 1px; }