@charset "UTF-8";
/*
 * @Author: lminjuan 
 * @Date: 2022-04-06 08:40:52 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-20 09:13:08
 */
.main {
  background: url("../images/information/bg.png") left top no-repeat;
  min-height: 692px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.content {
  position: relative;
  margin-top: 19px;
}

.breadcrumb {
  margin-left: 6px;
  margin-top: 19px;
}

.label-tab {
  min-height: 229px;
}

/* .label-li:nth-child(1):hover .label-a,
.label-li:nth-child(1).current .label-a {
  background-image: url("../images/information/list5.png");
}

.label-li:nth-child(2):hover .label-a,
.label-li:nth-child(2).current .label-a {
  background-image: url("../images/information/list6.png");
}

.label-li:nth-child(3):hover .label-a,
.label-li:nth-child(3).current .label-a {
  background-image: url("../images/information/list7.png");
}

.label-li:nth-child(4):hover .label-a,
.label-li:nth-child(4).current .label-a {
  background-image: url("../images/information/list8.png");
}

.label-li:nth-child(1) .label-a {
  background-image: url("../images/information/list1.png");
}

.label-li:nth-child(2) .label-a {
  background-image: url("../images/information/list2.png");
}

.label-li:nth-child(3) .label-a {
  background-image: url("../images/information/list3.png");
}

.label-li:nth-child(4) .label-a {
  background-image: url("../images/information/list4.png");
  background-position: 29.5px 18px;
} */

.label-li .label-a{
	background-image: none !important;
	text-align: center;
	padding: 12px;
}

.bdl {
  width: 1070px;
  background: #fff;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
}

.label-r {
  min-height: 599px;
  background: #fff;
  border-radius: 8px;
  /* 列表 */
}

.list {
  margin-top: 22px;
}

.list-li {
  position: relative;
  padding-left: 20px;
  margin: 0 12px;
  height: 62px;
  line-height: 62px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-li:nth-child(even) {
  background-color: #f3f3f3;
}

.list-li:first-child {
  border: 0;
}

.list-li > a {
  display: block;
  margin-right: 178px;
  font-size: 16px;
  color: #000;
  height: 62px;
  line-height: 62px;
}

.list-li .news-time {
  position: absolute;
  right: 22px;
  top: 0;
  font-size: 16px;
  color: #000;
}

.pager {
  margin-top: 25px;
  margin-right: 21px;
}

.title {
  margin-top: 30px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.text {
  margin-left: 26px;
  margin: 18px 28px 0 26px;
  font-size: 16px;
  color: #393939;
  line-height: 31px;
}

.text p {
  text-indent: 1em;
}

.text img {
  max-width: 100%;
}



/* 2022-04-27  附件*/
.enclosure-hd {
  height: 52px;
  line-height: 52px;
}

.enclosure-tt {
  position: relative;
  float: left;
  padding-left: 19px;
  font-size: 16px;
  color: #376cb0;
}

.enclosure-tt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #376cb0;
}

.enclosure-bd {
  padding-left: 18px;
  line-height: 28px;
  font-size: 0;
  -webkit-text-size-adjust: none;
  margin-bottom: 10px;
}

.enclosure-name {
  display: inline-block;
  vertical-align: top;
  margin-right: 78px;
  padding-left: 26px;
  font-size: 15px;
  color: #666;
  background: url("/images/enclosure_ico.png") left center no-repeat;
}

.enclosure-name:hover {
  color: #376cb0;
}


.enclosure {
  margin: 20px 0 0 20px;
}

/* 宣传图 */
.banner {
    margin-top: 20px;
    height: 397px;
}

.banner-a img {
    width: 1280px;
    height: 397px;
    border: 0;
}