.dllist2{
	display: flex;
	padding:15px 0;
	border-bottom: 1px solid #E7E7E7;
}
.dllist2 dt{
	width: 45%;

	line-height: 1;
	margin-right: 20px;
}
.dllist2 dt.ptbox .inner{
	padding-bottom: 62%;
}
.dllist2 dd{
	flex: 1;
	overflow: hidden;
}
.dllist2 dd a{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.dllist2 dd p{
	color: #555;
	font-weight: bold;
}
.dllist2 dd span{
	color: #888;
}
/* listItem2 */
.listItem2 {
	display: flex;
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 0;
}

.listItem2 dt {
	width: 64px;
	text-align: center;
	line-height: 1;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #BEBEBE;
	color: #1E6F53;
}
.listItem2 dt p{
	line-height: 26px;
	font-weight: bold;
	
}
.listItem2 dt em{
	font-size: 13px;
	display: block;
	text-align: center;
	line-height: 1;
}
.listItem2 dt span {
	font-weight: bold;
}

.listItem2 dd {
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.listItem2 dd>p{
	font-weight: bold;
}
.list2 li{
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 17px;
	border-bottom: 1px dotted #DFE0DF;
}
.list2 li>a{
	flex: 1;
}
.list2 li span{
	color: #888;
	margin-right: 8px;
}
/* .list2 li span em{
	width: 45%;
	font-size: 14px;
}
.list2 li span em:first-child{
	width: 55%;
	background-color:#1E6F53;
	color: #fff;
	font-size: 15px;
} */
.banner{
	width: 100%;
	overflow: hidden;
    position: relative;
}
.banner img{
	width: 100%;
}
.banner  .swiper-pagination{
	text-align: center;
	z-index: 33;
	padding-right: 10px;
	bottom:6px;
}
.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color:#7F7D7D;
	opacity: 1;
}
.banner .swiper-pagination-bullet{
	background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color:#077C53;
}
.mainbg{
	padding: 20px 0;
	background: url(../images/mainbg.jpg) no-repeat center bottom;
}
.mainbox{
	float: left;
	width: calc(33.33% - 24px);
	margin: 10px 12px;
	
}

.mainPic{
	width: calc(66.66% - 24px);
}
.mainPic .mainboxHd .more{
	margin-top: 22px;
}
.mainboxHd{
	padding-bottom: 18px;
	font-weight: bold;

}
.mainboxHd a{
	color: #014278;
}
.main2 .mainboxHd{
		border-bottom: 4px solid #1E6F53;
}
.mainTzgg .mainboxHd{
	padding-top: 24px;
}
.mainboxHd .more{
	   margin-top:4px;
}
.mainPic .mainboxBd{
	justify-content: space-between;
}
.mainPic .mainboxBd .mainPicTxt{
	width: calc(50% - 12px);
	overflow: hidden;
	margin-top: -10px;
}
.swiper-pic{
	width: calc(50% - 12px);
	overflow: hidden;
	position: relative;
	 border-bottom: 1px solid #efefef;
}
.swiper-pic .swiper-slide{
	position: relative;
	background-color: #F7FFFC;
	box-shadow: 0 0 3px #ccc;
	padding-right: 3px;
	
}
.swiper-pic .swiper-slide .listItem2{
	background: #F6FFFC url(../images/sliderbg.png) no-repeat 0 0;
	background-size: auto 100% ; 
	padding-right: 15px;
/* 	border:1px #F0F0F0 solid;
	border-top: 0; */
}
.swiper-pic .swiper-slide .listItem2 dt{
	color: #fff;
	width: 80px;
	border-right: 0 none;
	padding-top: 8px;
}
.swiper-pic img{
	width: 100%;
	height: 276px;
	object-fit: cover;
}
.swiper-pic .swiper-pagination{
	text-align: right;
	z-index: 33;
	padding-right: 10px;
	bottom: 182px;
}
.swiper-pic .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 4px;
}
.swiper-pic .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.swiper-pic .swiper-pagination-bullet-active {
	background-color: #11845C;
	width: 20px;
}


.swiper-pic .nextslide{
	display: flex;
	padding: 12px 0;
	line-height: 1.4;
	align-items: center;
}
.swiper-pic .nextslide span{
	border-right: 1px solid #C9CCCB;
	padding: 0 15px;
	color: #1e6f53;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}
.swiper-pic .nextslide span em{
	display: block;
	color: #c78b00;
	font-size: 13px;
		font-weight: normal
}
.swiper-pic .nextslide>p{
	flex:1;
	overflow: hidden;
	padding: 0 15px;
	font-size: 15px;
	
}

.mainbox .list li{
	padding: 8px 0;
}
.mainbox .list li span{
	color: #888;
	float: left;
	padding-right: 8px;
}

/* 通知公告 */
.mainbox .list2 .listItem{
	padding: 8px 0;
	display: flex;
}
.mainbox .list2 .listItem dt{
	width: 48px;
	text-align: center;
	line-height: 1;
	margin-right: 12px;
	padding-top: 10px;
}
.mainbox .list2 .listItem dt span{
}
.mainbox .list2 .listItem dd{
	flex: 1;
	display: flex;
	align-items: center;
	height: 68px;
	border-bottom: 1px solid #C4CBD0;
	padding:0 0 10px;
}
.main2 .listItem2 dd{
	height: 123px;
}
.main2 .listItem2 dt{
	padding-top: 10px;
}

.main2 .listItem2 p.ellipsis-2{
}
.main2 .listItem2 p.ellipsis-3{
	height: 4.7em;
}
/* 公共服务 */
.ggfwbg{
	background: url(../images/ggfwbg.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0;
	color: rgba(255,255,255,.6);
}
.ggfwbg>.container,.footerbg>.container{
	padding-left: 12px;
	padding-right: 12px;
}
.ggfwbg .mainboxHd{
	border-bottom: 0;
	padding-bottom: 0;
}
.ggfwbg .flexbox{
	align-items: flex-end;
}
.ggfwbg .cont-list {
  color: #fff;
  width: 450px;
  border-right: 1px solid rgba(255,255,255,.6);
}
.cont-list p{
	display: inline-block;

}
.cont-list p:nth-child(1),.cont-list p:nth-child(2),.cont-list p:nth-child(3),.cont-list p:nth-child(4){
		padding-bottom: 6px;
}
.ggfwbg .cont-list a {
  color: rgba(255,255,255,1);
  display: inline-block;
  width: 82px;
  margin-right: 10px;
  font-size: 16px;
  
}
.ggfwbg .entrance {
  padding-top: 10px;
  display: flex;
  flex:1;
  overflow: hidden;
  padding-left: 2%;
  justify-content: space-around;
      align-items: flex-end;
}
.ggfwbg .entrance li {
 text-align: center;
 padding: 0 15px;
}

.ggfwbg .entrance li img {
  margin-bottom: 6px;
}
.ggfwbg .entrance li span{
	display: block;
	
}
.ggfwbg a {
	color: rgba(255,255,255,1);
}
.mainbox .dllist{
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.mainbox .dllist dt{
	width: 78px;
	margin-right: 20px;
	text-align: center;
}
.mainbox .dllist dt p{
	height: 41px;
	padding-top:5px;
	background: url(../images/dllistbg.jpg) no-repeat center 0;
	color: #003333;
	line-height: 1.6;
}
.mainbox .dllist dt span{
	display: block;
	background-color:#11845C;
	color: #fff;
	height: 33px;
	line-height: 33px;
}

.mainbox .dllist dd{
	flex: 1;
}
.mainbox .dllist dd p{
	color: #333;
}




.flink{
	padding-left: 12px;
	padding-right: 12px;
}
.flink span{
	display: inline-block;
	color: #fff;
	padding-right: 30px;
}
.flink .mainboxBd{
	display: flex;
	justify-content: space-between;
}
.flink .mainboxHd{
	border-bottom: 0 none;
	margin-bottom: 5px;
	margin-top: 20px;
}
.flink select {
  position: relative;
  width: 32%;
  height: 40px;
  padding-left: 23px;
  outline: none;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #999;
  text-align: left;
  border: 1px solid #B7B9B6;
  background:#fff url(../images/xsj.png) no-repeat 96% center;
}

