.main-list-cd {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main-list-cd h1 {
	text-align: center;
	color: #c11c1d;
	padding: 10px 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.xz-tille {
	animation: flipInY 1.5s;
	border-left: 5px solid #c11c1d;
}

.main-list-tille {
	display: flex;
	box-sizing: border-box;
	padding: 8px 0px;
	border-bottom: 2px solid #C7C5C5;
}



.main-list-tille>p {
	color: #666;
	line-height: 34px;
	margin-left: 10px;
}

.list-list:hover p {
	color: #c11c1d;
}

.list-list {
	display: flex;
	justify-content: space-between;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #9A9A9A;
	border-left: 4px solid transparent;
	padding: 0px 4px;
	cursor: pointer;
	transition: 1s;
	overflow: hidden;
}

.list-list span {
	font-size: 16px;
	font-weight: bold;
	font-family: 宋体, sans-serif;
	margin-right: 5px;
}

.list-list div.txt {
	display: flex;
	flex: 1
}

.main-list-cd>div:nth-child(1) {
	width: 215px;
}

.main-list-cd>div:nth-child(2) {
	width: 965px;
}
.content-right{    overflow-y: hidden;
    overflow-x: auto;}
.v_news_content {
	margin-top: 30px;
	padding: 20px;
}
.v_news_content img,#vsb_content img{
  max-width:90%
}
.v_news_content table{

}

.subtitle {
	background: #c11c1d;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

.submenu .bacut a {
	text-align: center;
	background: #ddd;
	display: block;
	color: #c11c1d;
}

.submenu .bacut h5 {
	padding: 10px 15px;
}

.bacut li:hover a {
	background: #c11c1d;
	color: #fff;
}

.dis-list {
	display: flex;
	flex-wrap: wrap;
}

.l-list2 img {
	width: 100%;
	height: 93%;
}

.l-list2:hover {
	border: 1px solid #c11c1d;
}

.l-list2 {
	background: rgba(242, 242, 242, 1);
	padding: 15px;
	transition: 1s;
	cursor: pointer;
	width: 215px;
	height: 278px;
	text-align: center;
	transition: 1s;
	margin: 15px;
	margin-top: 15px;
	border: 1px solid transparent;
}

.l-list2 .t-lie {
	padding: 8px 5px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pagewarp {
	margin: 10px;
	text-align: center;
}

.searchbox {
	margin: 20px 0;
	width: 400px;
	position: relative;
	border: 1px solid #999;
}

.searchbox:hover {
	border: 1px solid #c11c1d;
}

.searchbox:hover .search-logo span {
	color: #c11c1d;
}

.article-tille {
	text-align: center;
	color: #333;
	padding: 10px 15px;
	font-size: 24px;

}

.square h5 {
	text-align: center;

	color: #666;
	padding: 10px 15px;
}

.square span {
	padding: 0 5px;
}

.vsbcontent_img {
	text-align: center;

}

.vsbcontent_img img {
	max-width: 90%
}

.v_news_content img {
	max-width: 100%;
}

.v_news_content {
	margin: 10px 0 0;
	padding: 0;
}

.side {
	float: left;
	width: 278px;
	margin: 20px 0 50px;
}

.side p {
	height: 68px;
	line-height: 68px;
	padding-left: 40px;
	color: #fff;
	font-size: 24px;
	background: #c11c1d;
}

.side p span {
	display: none;
}

.side li {
	position: relative;
}

.side li a {
	position: relative;
	display: block;
	/*  height: 50px;*/
	line-height: 50px;
	font-size: 18px;
	padding-left: 40px;
}

.side>ul>li>a {
	background: #E7E7E7;
	border-bottom: 1px solid #D4D4D4;
}

.side>ul>li span {
	position: absolute;
	top: 14px;
	right: 20px;
	color: #9D9696;
	font: 20px '宋体';
	font-weight: bolder;
	transition: .3s;
}

.side>ul>li span.on {
	transform: rotate(90deg);
}

.side .sub-menu li a {
	color: #666;
	background: #F6F6F6;
}

.side .sub-menu li a:hover,
.side .sub-menu li.on a {
	color: #eb4300;
}

.side .sub-menu {
	display: none;
}

.side ul .active .sub-menu {
	display: block;
}

.side ul .active>a {
	background: #fff;
	border-bottom-color: #fff;
}

.side ul .active>a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #c11c1d;
}

/* 手机 */
@media screen and (max-width: 668px) {
	.main-list-cd {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		margin-top: 0;
	}

	.main-list-cd .main-list-tille {
		width: 100%;
		overflow: hidden
	}

	.side {
		width: 100%;
		margin: 20px 0;
	}

	.main-list-cd>.side {
		display: none;
	}

	.main-list-cd>div:nth-child(2) {
		width: 100%;
	}

	.list-list {
		font-size: 15px;
		line-height: 46px;
		height: 46px;
	}

	.list-date {
		width: 100px;
		margin-left: 10px;
	}
.dis-list{display:block}
	.dis-list .l-list2 {
		width: 50%;
		padding: 10px;
		height: 210px;
		margin: 0;
		background: none;
             float:left;
	}
    .dis-list .l-list2 a{
		display: block;
		background: rgba(242, 242, 242, 1)
	}
	.l-list2 img {
		width: 100%;
		height:160px;
	}
.l-list2 .t-lie{font-size:15px}

}