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

section {
	background: #fff;
	background-image: url(../img/bg.png);
	background-size: 100% 110%;
	background-repeat:no-repeat;
}
.hdjl .old-module .list-header{
	color: #D91516;
	font-size: 18px;
	border-bottom: 2px solid #D91516;
	line-height: 18px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	position: relative;
	margin-right: 10px;
	
}

.left_content {
	width: 590px;
}

.right_content {
	width: 547px;
}

.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;
}

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

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

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

.list-header:hover {
	color: #0091E4 !important;
}

.list-more {
	font-size: 14px;
	float: right;
}

.list-content {
	display: flex;
	justify-content: space-between;
	line-height: 35px;
}

.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: #000000;
}

.leader .list-content>span, .leader .list-content>a {
	font-size: 14px;
	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:#D91516;
}

.zxft-wrap>a> img {
	width: 285px;
	height: 220px;
	margin-top: 20px;
}

.zxft-list-wrap {
	display: inline-grid;
    width: 270px;
    position: absolute;
    padding-top: 20px;
    padding-left: 20px;
}

.zxft-title {
	font-weight: bold;
	font-size: 16px;
	color: #053DB0;
}

.zxft-con {
	font-size: 16px;
	color: #151515;
}

.zxft-list {
	line-height: 27px;
}

.zxft-box {
	height: 370px;
	border: 1px solid #DCDCDC;
}

.cjwt-box {
	height: 420px;
	border: 1px solid #DCDCDC;
}

.cjwt-box .list-content {
	line-height: 30px;
}

.yjzj-box {
	height: 265px;
	border: 1px solid #DCDCDC;
}

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

.right_content .box-list-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}




#gzzxFooter{
	padding-top:20px;
	padding-bottom:20px;
	line-height:40px
}
#gzzxFooter>button{
	background: #F4F4F4;
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	width:145px;
	height:45px;
	position: relative;
}
#gzzxFooter>button>span{
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #333333;
	text-align: center
}
.rightBottom>a,#gzzxFooter>a,#zxftFooter>a{
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	background-image: linear-gradient(-180deg, #FAFAFA 0%, #F2F2F2  100%);
}
.rightBottom>a>span{
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.3px;
	text-align: center;
	position: absolute;
	padding-top: 24px;
}
#gzzxFooter>a>span{
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.3px;
	text-align: center;
	position: absolute;
	padding-top: 2px;
    padding-left: 10px;
}
#zxftFooter{
	padding-top:30px
}
#zxftFooter>a>span{
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.3px;
	text-align: center;
	position: absolute;
	padding-top: 5px;
    padding-left: 10px;
}
#zxftFooter .box-list2 {
	width: 184px;
	height: 49px;
	display: block;
	font-size: 20px;
	color: #fff;
	padding-top: 3px;
    padding-left: 24px;
    margin-left: 50px;
    margin-right: 50px;
}
#zxftFooter>a>img{
	width: 35.3px;
	height: 35.3px;
	padding-top: 5px;
}
.rightBottom>a>img{
	width: 66.3px;
	height: 66.3px;
}
.rightBottom .box-list2 {
	width: 170px;
	height: 95px;
	display: block;
	font-size: 20px;
	color: #fff;
	padding: 8px;
}



.box-list2{
	position: relative; /** 相对布局 **/
}
.box-list2:active{
	top: 3px; /**向下偏移3px **/
}
/* 按钮点击 */
#gzzxQueryButton{
	border-radius:6px;
	background: #0075C2;
	width:70px;
    position: relative; /** 相对布局 **/
}
.gzzxButton:active{
  	 top: 2px; /**向下偏移2px **/
}

#gzzxFooter>a>img{
	width: 40.3px;
	height: 40.3px;
}
.cjwt-box .box-list2 {
	width: 184px;
	height: 49px;
	display: block;
	font-size: 20px;
	color: #fff;
	padding-top: 3px;
    padding-left: 24px;
    margin-left: 50px;
    margin-right: 50px;
}

