.container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}

.container:before {
	content: none !important;
}

section {
	background: #fff;
	background-image: url(../img/bg.png);
	background-size: 100% 110%;
	background-repeat:no-repeat;
}

.list-wrap, .list-header-wrap, .list-content-wrap, .list-content {
	width: 100%;
	background: #fff;
}

.list-content-wrap {
	margin-top: 12px;
}

.list-wrap {
	padding: 12px 20px;
	height: 415px;
	margin-top: 20px;
	width: 575px;
	position: relative;
	border: 1px solid #DCDCDC;
	overflow: hidden;
}

.list-wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #DCDCDC;
	left: 0;
	top: 37px;
}

.leader, .news {
	height: 272px;
}

.leader .list-content {
	line-height: 35px;
}

.news .list-content {
	line-height: 31px;
}

.list-content>span, .list-content>a {
	font-size: 14px;
	display: inline-block;
	color: #333333;
}

.leader .list-content>span, .leader .list-content>a {
	font-size: 16px;
	padding: 0 15px;
}

.icon_dot {
	min-width: 13px;
	width: 13px;
}

.icon_dot>img {
	width: 5px;
	height: 4px;
}

.list-title {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
}

.list-content>.list-time {
    min-width: 92px;
    width: 92px;
    color: #D91516;
    text-align: right;
}
.tszt .list-wrap:last-child {
    margin-left: 20px;
}
.swiper-wrap {
	width: 100%;
	margin-top: 20px;
}

.swiper-slide img {
	width: 255px;
	height: 70px;
}

.swiper-button-prev {
	background-image: url(../img/016_icon_switch_right.png) !important;
	left: 0 !important;
}

.swiper-button-next {
	background-image: url(../img/016_icon_switch_left.png) !important;
	right: 0 !important;
}

.head-title{
	margin-top: 20px; 
	color: #0075C2; 
	font-size: 16px; 
	background-color: #F0F0F0; 
	border: 1px solid #DCDCDC; 
/* 	border-bottom: 2px solid #0080ff;  */
	border-radius: 6px 6px 0px 0px;
	width: 100%; 
	height: 45px; 
	line-height: 45px;
}


.head-title-span{
	width: 60px;
	height:38px;
}

.head-title-more {
	float: right;
	height:40px;
	background-color: #FAFAFA;
	font-size: 12px;
	color: #999999;
	padding: 0px 10px;
}