@charset "UTF-8";
/**!
 * 政策法规
 * date:2021-05-14
 * author: [zsy];
 */
.plat-data {
  background-color: #f8f8fa;
  padding: 80px 0 170px;
}

.data-content {
  padding-bottom: 15px;
}

.policy-item {
  padding: 25px 30px;
  cursor: pointer;
}

.policy-item + .policy-item {
  border-top: 1px dashed #e7eaef;
}

.policy-item:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(16, 56, 122, 0.15);
          box-shadow: 0 0 15px 0 rgba(16, 56, 122, 0.15);
  border-radius: 5px;
  border-color: transparent;
}

.policy-item .field {
  display: block;
  font-size: 20px;
  color: #333;
}

.policy-item .content {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-size: 15px;
  color: #797d86;
  margin: 17px 0;
}

.policy-item .time {
  padding-left: 18px;
  background: url("../images/policy/time_icon.png") no-repeat left 5px;
  font-size: 15px;
  color: #b6bac3;
}
/* container */
.article-msg-title {
  width: 100%;
  height: 50px;
  background-color: #f1f3fa;
}

.article-msg-title-con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  color: #acb2ca;
}
.article-msg-title-con a {
  color: #acb2ca;
}
.article-msg-title-con a:hover {
  color: #333333;
}

.article-msg-title-item {
  position: relative;
  height: 100%;
}

.article-msg-title-item-link {
  padding-left: 30px;
  font-size: 15px;
  line-height: 50px;
}

.article-msg-title-location-icon {
  width: 14px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url("../img/article/icon/location.png") no-repeat
      center;
}

.article-msg-title-item-btn {
  padding-top: 8px;
}

.article-msg-title-btn {
  position: relative;
  width: 119px;
  height: 36px;
  padding-left: 17px;
  margin-top: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: transparent url("../img/article/msg/btn-bg.png") no-repeat
      center;
}

.article-msg-title-btn-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 18px;
  background: transparent url("../img/article/icon/right.png") no-repeat
      center;
  background-size: 100% 100%;
}

.article-msg-con {
  width: 1200px;
}

.article-msg-con-title {
  width: 100%;
  height: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.article-msg-con-date {
  width: 100%;
  height: 34px;
  font-size: 15px;
  line-height: 34px;
  color: black;
}

.article-msg-con-date-center {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.article-msg-con-date-first,
.article-msg-con-date-last {
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article-msg-con-date-first {
  text-align: right;
  padding-right: 25px;
}

.article-msg-img {
  width: 720px;
  height: 418px;
  margin: 47px auto 50px;
  background: transparent url("../img/article/msg/msg-item-1.png") no-repeat
      center;
  background-size: 100% 100%;
}

.article-msg-text {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 55px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
}
.article-msg-text p {
  text-indent: 32px;
}
.article-msg-text p.double-indent {
  text-indent: 64px;
}
.article-msg-text h2 {
  font-size: 16px;
  font-weight: 800;
}
.dynamic-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dynamic-content-label{
  width: auto;
  height: 68px;
  margin-left: 240px;
 position: relative;
 top: 16px;
}
.dynamic-content-label a{
  cursor: pointer;
  height: 30px;
  width: 80px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
.dynamic-content-label .choose{
  color: #1268C6;
  border: 1px solid #1268C6;
}
.label-search-input{
  width: 225px;
  height: 36px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #BDC2D2;
  border-right: none;
  padding-left: 9px;
  border-radius: 4px 0 0 4px;
  }
  .label-search-btn {
      display: inline-block;
      z-index: 1;
      width: 72px;
      height: 36px;
      padding-left:22px;
      font-size: 15px;
      line-height: 36px;
      color: #fff;
      border-radius: 0 4px 4px 0;
      background: transparent url(../images/policy/btn-search.png) no-repeat center;
      background-size: 100% 100%;
      cursor: pointer;
      box-sizing: border-box;
      margin-left: -3px;
  }