section {
	background: #fff;
}

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

.left_content {
	width: 770px;
}

.right_content {
	width: 380px;
}

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

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

.list-content-wrap {
	margin-top: 12px;
	height: 870px;
	overflow-y: auto;
}

.list-wrap {
	/*padding: 20px;*/
	padding: 12px 20px;
	height: 230px;
	margin-top: 20px;
	/*width: 49%;*/
	position: relative;
}

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

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

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

.list-content>span, .list-content>a {
	font-size: 16px;
	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;
	margin-left: 2px;
	color: #999999;
}

.myMarquee {
	margin-top: 0px;
}

.myMarquee-text {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	margin-right: 40px;
}

.wsbsdt-box {
	width: 100%;
	height: 929px;
	border: 1px solid #DCDCDC;
}

.quickly-box {
	width: 100%;
	height: 125px;
	border: 1px solid #DCDCDC;
}

.quickly-select {
	background: #FFFFFF;
	border: 1px solid #97C5F7;
	width: 320px;
	height: 34px;
	display: block;
	margin: 34px auto;
}

.bmcx-box {
	width: 100%;
	height: 784px;
	border: 1px solid #DCDCDC;
}

.box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0 20px;
}




.list-type-wrap {
	height: 40px;
	float: right;
}

.list-type {
	color: #333;
	position: relative;
	line-height: 20px;
	margin-left: 15px;
}

.list-type:before {
	content: '';
	position: absolute;
	background: #DCDCDC;
	width: 1px;
	height: 16px;
	left: -10px;
	top: 0px;
}

.list-type:first-child:before {
	width: 0;
	height: 0;
}

.list-content {
	border-bottom: 1px solid #DCDCDC;
	line-height: 78px;
}

.list-content-child {
	padding: 20px;
	border-bottom: 1px solid #DCDCDC;
	display: none;
}

.list-content-child>a {
	color: #333;
	margin-right: 20px;
}

.list-arrow {
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	float: right;
	margin-top: 22px;
	margin-right: 10px;
}

.list-arrow-up {
	background: url(../img/014_icon_Open@1x.png) no-repeat;
}

.list-arrow-down {
	background: url(../img/014_icon_collect@1x.png) no-repeat;
}

.nav-wrap {
	padding: 10px;
	width: 100%;
}

.nav-wrap>a {
	font-size: 14px;
	color: #333;
	margin-right: 5px;
}

table {
	margin-top: 20px;
}

table tr td {
	height: 40px;
}

table tr td:nth-child(odd) {
	text-align: right;
	background: #F5F5F5;
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 8px:; px !important;
	width: 90px;
}

table tr td:nth-child(even) {
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
}

.font-size-big {
	font-size: 18px;
}

.font-size-middle {
	font-size: 16px;
}

.font-size-small {
	font-size: 14px;
}

.img-wrap {
	width: 100%;
	height: auto;
}

.img-wrap>img {
	display: block;
	width: 650px;
	height: 372px;
	margin: 40px auto 20px;
}