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

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

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

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

.list-wrap {
	/*padding: 20px;*/
	padding-top: 12px;
	padding-left: 12px;
	height: 415px;
	margin-top: 20px;
	width: 575px;
	position: relative;
}

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

.list-header-wrap {
	border-bottom: none;
}

.list-header {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	position: relative;
	margin-right: 10px;
	background: transparent;
	color: #D91516;
	display: inline;
	border-bottom: 2px solid #D91516;
}

.list-content-wrap {
	margin-top: 0;
	border-top: none;
	padding: 0px;
	border: none;
}

a.list-header:hover {
	color: #D91516 !important;
}

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

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

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

.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;
	font-size: 14px!important;
	color:#D91516;
}

.swiper-wrap-big {
	width: 60%;
	height: 340px;
	margin-top: 20px;
	padding-right: 10px;
}

.swiper-wrap-big .swiper-slide img {
	width: 100%;
	height: 340px;
	cursor: pointer;
}

.swiper-wrap-big .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	opacity: 1;
}

.swiper-wrap-big .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 0px 10px;
}

.swiper-wrap-big .swiper-pagination-bullet-active {
	background: #F6B448;
}

.swiper-wrap-big .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-wrap-big .swiper-pagination-custom, .swiper-wrap-big .swiper-pagination-fraction
	{
	bottom: 35px;
}

.swiper-text-bg {
	opacity: 0.6;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66px;
	z-index: 1;
}

.swiper-text-wrap {
	position: absolute;
	bottom: 8px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
}

.swiper-text-wrap .swiper-text {
	width: 100%;
	bottom: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
	padding: 0 10px;
	cursor: pointer;
}

.swiper-wrap {
	width: 100%;
	margin-top: 20px;
}

.swiper-wrap .swiper-slide img {
	width: 270px;
	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;
}

a.unactive {
	color: #000;
	border-bottom: none;
}

.xwdt-box {
	width: 570px;
	height: 309px;
	border: 1px solid #DCDCDC;
	
}

.list-top {
	width: 100%;
	border-bottom: 1px solid #053DB0;
	padding-bottom: 10px;
	display: block;
}

.list-top-title {
	font-size: 22px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
}

.list-top-con {
	width: 100%;
	text-indent: 2em;
	/*height: 40px;*/
	color: #666;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-top-con:hover {
	color: #D91516;
}

.xwdt-box .list-content>span, .xwdt-box .list-content>a {
	font-size: 16px;
}

.xwdt-box .list-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: unset;
}

.xwdt-box .list-content {
	line-height: normal;
	margin-top: 10px;
}

.zwdt-box {
	position: relative;
	width: 40%;
	height: 340px;
	padding-left: 10px;
	margin-top: 20px;
	background-color: #fff;
    /* border: 1px solid #DCDCDC; */
   
    background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.zwdt-header {
    height: 40px;
    border-bottom: 1px solid #DCDCDC;
    color: #D91516;
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    letter-spacing: 0.09px;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}
.zwdt-header span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.zwdt-header a {
    font-size: 12px;
    color: #053DB0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.zwdt-box .box-list-wrap {
    height: 198px;
    padding-top: 80px;
}

.zwdt-box .box-list {
	display: inline-block;
    width: 65px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-family: FZLTCHJW--GB1-0;
    font-size: 22px;
    color: #FFFFFF;
}

.zwdt-box-down>.box-list-down {
    width: 63px;
    height: 70px;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
    margin-left: 8px;
    padding-top: 15px;
    background-image: linear-gradient(-180deg, #FAFAFA 0%, #F2F2F2 100%);
}
.box-list-down>span {
    
    color: #000000;
    
}
.box-list-down:hover>span{
	color:red;
}

.zwdt-box .box-list:hover {
	color: #fff !important;
}
div.box-list-wrap div.col-sm-4 {
    margin-bottom: 17px;
}
.zwdt-box .box-list:hover, .zwdt-box .box-list:focus {
	opacity: 1;
}

.zwdt-box .box-list>img {
	
}

.zwdt-box .box-list>span {
	
}

#home-box {
	padding-left: 20px;
	margin-top: 20px;
	height: 238px;
	width: 480px;
	overflow: hidden;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

#home-box .box-list {
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	padding: 15px 0;
	width: 148px;
	height: 116px;
	float: left;
	/*margin-left: 8px;*/
	margin-bottom: 6px;
}

#home-box .box-list:nth-child(1), #home-box .box-list:nth-child(4) {
	margin-left: 0;
}

#home-box .box-list:nth-child(4), #home-box .box-list:nth-child(5),
	#home-box .box-list:nth-child(6) {
	margin-bottom: 0;
}

#home-box .box-list:hover>span {
	color: red;
}


.zwdt-box .box-list:hover>span {
  color: red;
}
#home-box .box-list>img {
	width: 70px;
	height: 56px;
	display: block;
	margin: 0 auto;
}

#home-box .box-list>span {
	font-size: 18px;
	color: #000;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.hxtjg-box a {
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 100px;
	height: 30px;
	min-width: 100px;
	min-height: 30px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

/* .hxtjg-box-hover {
	height: 238px !important;
	position: absolute;
} */

.hxtjg-box a:hover {
	background: #FFFFFF;
	border: 1px solid #4A90E2;
	color: #4A90E2 !important;
}

.v-box-list {
	width: 145px;
	height: 238px;
	float: left;
	margin-left: 5px;
}

.v-box-list:first-child {
	margin-left: 0;
}

/****************************深海之窗******************************/
.shzc .list-wrap {
	width: 330px;
	height: 374px;
	margin-top: 30px;
}

.preview {
	z-index: 9999;
	position: relative;
	height: 434px;
	background: #FFFFFF;
	border: 1px solid #4EB0E8;
}

.news {
	border: 1px solid #DCDCDC;
}

.news .list-header-wrap {
	padding: 0 20px;
	border-bottom: 1px solid #DCDCDC;
	height: 32px;
}

.news .list-content {
	width: 345px;
	height: 34px;
	margin: 11px 0px 0px 20px;
	line-height: 34px;
	display: flex;
}

.news .list-content>.list-time {
	min-width: 72px;
	width: 71px;
	margin-left: 6px;
    color: #d915157a !important;
}

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

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

.leader {
	height: auto;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
}

.leader .list-header-wrap {
	padding: 0 20px;
	border-bottom: 1px solid #DCDCDC;
	height: 32px;
}

.leader .list-header {
	background: transparent;
	color: #D91516;
	text-align: left;
	position: relative;
}

.leader .list-content-wrap {
	/* padding: 0px 8px; */
	border: none;
}

.leader .list-content {
	width: 139px;
	height: 37.4px;
	background: #FFFFFF;
	border: 0px solid #DCDCDC;
	border-radius: 4.55px;;
	font-weight: bold;
	margin: 15px 0px 0px 16px;
	line-height: 37.4px;
	display: inline-block;
}

.leader .list-title img {
	float: right;
	margin-top: 13px;
}

.leader .list-title span:first-child {
	margin-right: 5px;
}

/* .leader .list-content:first-child{
	margin-top: 0;
} */
.leader .list-wrap, .leader .list-header-wrap, .leader .list-content-wrap
	{
	background: transparent;
}

.menu {
	padding: 0px;
	margin-top: 0px;
	height: 80px;
}

.menu .list-content {
	display: inline;
	margin-right: 15px;
}

.menu-box-wrap {
	/* margin-top: 15px; */
	
}

.menu-box {
	width: 155px;
	height: 50px;
	background: #EDF9FF;
	/*border: 1px solid #DCDCDC;*/
	margin-top: 20px;
	border-radius: 4.04px;
	display: block;
	padding: 5px 0;
}

.menu-box:hover 	span {
	color: #0091e4;
}

.menu-box:first-child {
	/* margin-top: 0; */
	
}

.menu-inner-box {
	width: 140px;
	height: 40px;
	margin: 0px 25px;
	position: relative;
}

.menu-box-icon {
	width: 28px;
	height: 28px;
}

.menu-box-text {
	font-size: 14px;
	color: #000;
	line-height: 40px;
	letter-spacing: 1px;
	position: absolute;
	left: 38px;
	top: 0;
	font-weight: bold;
}

.area {
	border: 1px solid #DCDCDC;
	/* width: 360px; */
	padding: 12px 0px;
	/* height: 350px; */
	margin: 0 15px;
}

.area .list-header-wrap {
	padding: 0 20px;
	border-bottom: 1px solid #DCDCDC;
	height: 32px;
}

.area-map-wrap {
	width: 290px;
	margin: 20px 20px 10px 20px;
}

.area-map-img {
	width: 290px;
	height: 150px;
}

/******************************特色专题***************************/
.tszt {
	
}

.tszt .list-wrap {
	width: 529px;
	height: 374px;
	border: 1px solid #DCDCDC;
	margin: 30px 15px;
	padding: 0px;
}

.tszt .news {
	width: 549px;
}

.tszt .list-header-wrap {
	padding: 0 20px;
	border-bottom: 1px solid #DCDCDC;
	height: 32px;
	margin-top: 5px;
}

.tszt .list-content {
	display: inline;
	line-height: unset;
}

.tszt .news .list-content {
	width: 345px;
	height: 14px;
	margin: 21px 0px 0px 20px;
	line-height: 17px;
	display: flex;
}

.tszt .news .list-content:first-child {
	margin-top: 17px;
}

.tszt .news .list-content>span, .list-content>a {
	font-size: 16px;
	display: inline-block;
	color: #000;
}

.tszt .menu-box {
	margin-top: 0px;
}

.tszt .menu-box {
	width: 235px;
	height: 84px;
	background: #EDF9FF;
	margin-top: 0px;
	margin-left: 17px;
	border-radius: 4.04px;
	margin: 16px 0 0 17px;
}

.tszt .menu-inner-box {
	width: 100%;
	margin: 0px auto;
	position: relative;
	height: 0px;
}

.tszt .menu-box-text {
	width: 235px;
	font-size: 16px;
	color: #000;
	line-height: 16px;
	letter-spacing: 1px;
	position: absolute;
	text-align: center;
	font-weight: bold;
	left: auto;
	top: 30px;
}

/***************************互动交流***************************/
.xxgk span.unactive {
	color: #000;
	border-bottom: none;
}

.hdjl .list-wrap {
	height: 374px;
	border: 1px solid #DCDCDC;
	margin: 30px 15px;
	padding: 0px;
}

.hdjl .menu-box:first-child {
	margin-top: 0;
}

.hdjl .menu-box {
	width: 100%;
	height: 110px;
	background: #EDF9FF;
	margin-top: 20px;
	display: block;
	padding: 32px 26px;
}

.hdjl .menu-box-text {
	font-size: 16px;
	color: #000;
	line-height: 50px;
	letter-spacing: 1px;
	position: absolute;
	left: 53px;
	top: 0;
	font-weight: bold;
}

.hdjl .menu-inner-box {
	width: 100%;
	margin: 0px;
	position: relative;
}

.hdjl .news .list-content {
	width: 459px;
	height: 16px;
	margin: 20px 0px 0px 20px;
	line-height: 16px;
	display: flex;
}

.hdjl .news .list-content:first-child {
	margin-top: 17px;
}

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

.hdjl .zxft-box {
	width: 330px;
	overflow: auto;
}

.zxft-box .list-header-wrap {
	border-bottom: 1px solid #DCDCDC;
	height: 32px;
	padding: 0px 20px;
}

.zxft-box .list-content-wrap {
	padding: 0 20px;
}

.zxft-box img {
	width: 290px;
	height: 150px;
	margin-top: 20px;
}

.zxft-list-wrap {
	margin-top: 20px;
}

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

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

.zxft-list {
	line-height: 27px;
}
/***************************信息公开***************************/
.menu-box1, .menu-box2:hover span {
	color: #0091e4;
}

.xxgk .list-wrap {
	height: 374px;
	border: 1px solid #DCDCDC;
	margin: 30px 15px;
	padding: 0px;
	overflow: auto;`
}
.xxgk .menu-box:first-child {
	/* margin-top: 0; */
	
}

.xxgk .menu .list-content {
	margin-right: 14px;
	line-height: 47px;
}

.xxgk .menu-box1 {
    width: 170px;
    height: 80px;
	border: 0px;
	border-radius: 4.04px;
	background: #EDF9FF;
	padding: 0px;
	margin: 0px;
}

.xxgk .menu-box2 {
	width: 132px;
	height: 47px;
	border: 0px;
	background: #F5F5F5;
	border-radius: 4.04px;
	padding: 0px;
	margin: 0px;
}

/* .xxgk .menu-box-text {
	width: 130px;
	font-size: 14px;
	color: #000;
	line-height: 14px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	top: 16px;
	font-weight: bold;
} */
.xxgk .menu-box-text {
    width: 170px;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    letter-spacing: 1px;
    /* position: absolute; */
    left: 0px;
    top: 30px;
    font-weight: bold;
}
.xxgk .menu-inner-box {
	width: 130px;
	height: 47px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.xxgk .news .list-content {
	width: 606px;
	height: 14px;
	margin: 19px 0px 0px 20px;
	line-height: 17px;
	display: flex;
}

.xxgk .news .list-content:first-child {
	margin-top: 17px;
}

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

/***************************政务服务***************************/
.zwfw .list-wrap {
	height: 374px;
	border: 1px solid #DCDCDC;
	margin: 30px 15px;
	padding: 0px;
}

.zwfw .list-header-wrap {
	padding: 0 20px;
	border-bottom: 1px solid #DCDCDC;
	height: 32px;
	margin-top: 5px;
}

.zwfw .menu-box:first-child {
	/* margin-top: 0; */
	
}

.zwfw .menu .list-content {
	margin-right: 11px;
	line-height: 44px;
}

.zwfw .menu-box1 {
	width: 132px;
	height: 47px;
	border: 0px;
	border-radius: 4.04px;
	background: #EDF9FF;
	padding: 0px;
	margin: 0px;
}

.zwfw .menu-box2 {
    text-align: center;
    height: 61px;
    color: #000;
        padding: 5px;
    line-height: 55px;
}
.zwfw .menu-box2 span{
	width: 100%;
	height: 100%;
    display: block;
    background-color: #f0f0f0;
    border-radius: 4.04px;
    font-weight:bold;
}
    
.zwfw .menu-box-wrap {
	padding: 20px 20px 0px 20px;
	height: 335px;
    overflow: auto;
}

.zwfw .menu-box-text {
	width: 120px;
	font-size: 14px;
	color: #000;
	line-height: 21px;
	letter-spacing: 1px;
	/* position: absolute; */
	left: 0px;
	top: 20px;
	font-weight: bold;
}

.zwfw .menu-inner-box {
	width: 120px;
	height: 61px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.list-content-box {
	width: 605px;
	height: 294px;
	border: 1px solid #DCDCDC;
	margin: 20px;
	display: inline-flex;
}

.bsdt-menu-box {
	width: 180px;
	height: 73px;
	margin-top: 0px;
	padding: 0px;
	border-radius: 0px;
	display: block;
	background: #F0F0F0;
}

.list-content-box a.active {
	background: #0091E4;
}

.bsdt-menu-box span.active {
	color: #FFFFFF;
}

.bsdt-menu-box-text {
	width: 160px;
	font-size: 16px;
	color: #000;
	line-height: 73px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: SourceHanSansCN-Medium;
}

.bsdt-menu-box-img {
	position: absolute;
	left: 164px;
	top: 26px;
	height: 20px;
}

.bsdt-menu-inner-box {
	width: 160px;
	height: 73px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.bsdt-content-wrap {
	width: 100%;
	padding: 0px 20px;
}

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

.bsdt-content-wrap .list-content:last-child {
	border-bottom: 0px;
}
/**********************************************************/