img {
  max-width: 100%;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
.wrap1440 {
  width: 1440px;
  max-width: 90%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .wrap1440 {
    max-width: 94%;
  }
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
/* 通知通告 */
.notice_list_wrap {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.notice_list_wrap .list_tab {
  margin-bottom: 0.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.notice_list_wrap .list_tab a {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 0.15rem 0.7rem;
  line-height: 1;
  margin: 0 0.2rem;
  border-radius: 0.3rem;
  color: #000;
  font-weight: bold;
}
.notice_list_wrap .list_tab a.active {
  background-color: #1e9678;
  color: #fff;
}
.notice_list_wrap .list_tab a.active:hover {
  color: #fff !important;
}
.notice_list_wrap .list li {
  box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  border-radius: 0.3rem;
  border: 1px solid #fff;
  transition: all 0.3s;
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 1024px) {
  .notice_list_wrap .list li:hover {
    background-color: #eff8f3;
    border: 1px solid #a0c1ae;
  }
  .notice_list_wrap .list li:hover .date {
    color: #9499a0;
  }
  .notice_list_wrap .list li:hover .desc {
    color: #666;
  }
}
.notice_list_wrap .list li a {
  display: flex;
  padding: 0.4rem;
  justify-content: space-between;
  align-items: center;
  color: #666;
}
.notice_list_wrap .list .info {
  padding-right: 0.6rem;
  width: calc(100% - 1.35rem);
  border-right: 1px solid #d0d8d4;
}
.notice_list_wrap .list .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice_list_wrap .list h2 {
  width: calc(100% - 1.5rem);
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.notice_list_wrap .list h2 true {
  height: 1.5em;
}
.notice_list_wrap .list .btn {
  margin-right: 0.2rem;
  color: #167f43;
  font-weight: bold;
}
.notice_list_wrap .list .btn i {
  display: inline-block;
  color: #fff;
  background-color: #167f43;
  font-size: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10px;
  transform: rotate(180deg);
}
.notice_list_wrap .list .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 0.2rem;
}
.notice_list_wrap .list .desc true {
  height: 3em;
}
.notice_details_wrap .back {
  border-bottom: 1px solid #000;
  padding: 0.45rem 0 0.2rem;
  font-size: 14px;
}
.notice_details_wrap .detail_info {
  padding-top: 0.38rem;
}
.notice_details_wrap .date {
  color: #9499a0;
  margin-bottom: 0.38rem;
}
.notice_details_wrap .edit_con_original {
  color: #666;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.edit_content{
    padding-bottom: 0.5rem;
}
.notice_details_wrap h1 {
  font-size: 0.4rem;
  margin-bottom: 0.35rem;
}
.detail_info_bt {
  margin-bottom: 1.1rem;
}
.detail_info_bt .share_a {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.detail_info_bt .share_a .label {
  display: flex;
  align-items: center;
}
.detail_info_bt .share_a a {
  margin-left: 0.34rem;
}

.detail_info_bt .share_a .label,.detail_info_bt .share_a a{    opacity: 0.6;}
.detail_info_bt .share_a a:hover{opacity: 1}
.detail_info_bt .share_a a:hover  {
  color: #1e9678 !important;
}
.detail_info_bt .share_a a {
  color: #3b3b3b;
}
.news_page {
  margin-top: 0.44rem;
}
.news_page .nolink {
  color: #949494;
}
.news_page .news_page_Con {
  display: flex;
  justify-content: space-between;
}
.news_page .news_page_Con span{width: 50%; padding-right:2%;}
.news_page .news_page_Con span+span{padding-left: 2%; padding-right: 0;}
.news_page .news_page_Con span a.disabled{ cursor: default; color: #000!important;}
/* 政策法规 */
.policy_list_wrap .list li {
  border: 1px solid #a0c1ae;
}
/* 业务动态 */
.business_wrap {
  padding-top: 0.8rem;
  padding-bottom: 5.20833333%;
}
.business_swiper .swiper-container {
  box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.business_swiper .box {
  display: flex;
  background-color: #fff;
  color: #666;
}
.business_swiper .box .img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.business_swiper .box .slide_txt {
  width: 50%;
  padding: 2.7% 4.58% 0 4.58%;
}
.business_swiper .box .slide_txt h2 {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  color: #000;
  margin-top: 30px;
  font-weight: bold;
}
.business_swiper .box .slide_txt h2 true {
  height: 3em;
}
.business_swiper .box .slide_txt .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 12px;
}
.business_swiper .box .slide_txt .desc true {
  height: 3em;
}
.business_swiper .box .slide_txt .more,
.business_list .more {
  margin-top: 30px;
  font-weight: bold;
}
.business_swiper .box .slide_txt .more a,
.business_list .more a {
  color: #126435;
}
.business_swiper .box .slide_txt .more i,
.business_list .more i {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #1e9678;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}
.business_swiper .box .slide_txt .more i::before,
.business_list .more i::before {
  display: block;
  transform: scale(0.8);
}
.business_swiper .swiper-pagination {
  left: 54.58%;
  width: 45.42%;
  text-align: left;
  bottom: 8.19%;
}
.business_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  background-color: #1e9678;
}
.business_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
}
.business_list {
  margin-top: 4.16666667%;
  margin-bottom: 4.16666667%;
  border-top: 1px solid #1e9678;
}
.business_list li {
  display: flex;
  border-bottom: 1px solid #1e9678;
}
.business_list .img {
  box-sizing: content-box;
  width: 426px;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 2.01388889%;
  padding-bottom: 2.01388889%;
}
.business_list .txt {
  position: relative;
  flex: 1;
  margin-left: 3.8%;
  padding-top: 2.01388889%;
  padding-bottom: 2.01388889%;
}
.business_list .date {
  color: #9499a0;
  margin-top: 15px;
}
.business_list h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.business_list .desc {
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.business_list .desc true {
  height: 3em;
}
@media screen and (max-width: 1440px) {
  .detail_info_bt .share_a .label {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  /* 业务动态 */
  .business_swiper .box .slide_txt .more,
  .business_list .more {
    margin-top: 5px;
  }
  .business_list .img {
    width: 370px;
  }
  .detail_info_bt .share_a .label {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .notice_list_wrap .list li {
    border-radius: 0.15rem;
  }
  .notice_list_wrap .list li a {
    flex-direction: column;
    align-items: end;
    padding: 0.25rem;
  }
  .notice_list_wrap .list .info {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .notice_list_wrap .list .btn {
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .notice_list_wrap .list .tit {
    flex-direction: column;
    align-items: start;
  }
  .notice_list_wrap .list .tit h2 {
    width: 100%;
  }
  .notice_list_wrap .list .tit .date {
    font-size: 12px;
  }
  /* 业务动态 */
  .business_swiper .box {
    flex-direction: column;
  }
  .business_swiper .box .slide_txt,
  .business_swiper .box .img {
    width: 100%;
  }
  .business_swiper .box .slide_txt {
    padding-bottom: 5%;
  }
  .business_swiper .swiper-pagination {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 2%;
  }
  .business_list li {
    flex-direction: column;
    padding: 4% 0;
  }
  .business_list li .date {
    margin-top: 5px;
  }
  .business_list li h2 {
    margin: 5px 0;
  }
  .business_list li .img {
    width: 100%;
    padding: 0;
  }
  .business_list li .txt {
    padding: 0.25rem;
    margin-left: 0;
  }
  .business_list .img {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .news_page .news_page_Con {
    flex-direction: column;
    justify-content: start;
  }
  .news_page .news_page_Con span {
    padding: 0.1rem!important; width: 100%;
  }
  .detail_info_bt {
    margin-bottom: 0.5rem;
  }
  .detail_info_bt .share_a a {
    margin-left: 0.2rem;
  }
}
/*# sourceMappingURL=./wly.css.map */