﻿@charset "UTF-8";
/**!
 * 子网站首页
 * date:2021-07-22
 * author: wppei;
 */
.swiper-pagination-bullet {
  vertical-align: top;
}

.mbtfour {
  margin-bottom: 24px;
  margin-top: 24px;
}

.one-tt {
  height: 59px;
  margin-bottom: 20px;
  line-height: 58px;
  padding-left: 43px;
  border-bottom: 1px solid rgba(16, 128, 204, 0.2);
  background-repeat: no-repeat;
  background-position: left center;
}

.one-tt-name {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

/* 头条 */
.lead {
  margin: 25px auto;
  height: 160px;
  border: 2px solid #eaf2fb;
  border-top-color: #2d7eda;
  box-shadow: 0px 0px 16px 4px rgba(45, 126, 218, 0.06);
}

.lead-swipe {
  height: 100%;
}

.lead-box {
  padding: 30px 25px 0;
}

.lead-tt {
  display: block;
  line-height: 48px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lead-tt:hover {
  color: #285fb2;
}

.lead-con {
  line-height: 39px;
}

.lead-intro {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 80px);
  color: #888;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lead-detail {
  display: inline-block;
  vertical-align: middle;
  color: #285fb2;
}

.lead .swiper-container-horizontal > .swiper-pagination-bullets,
.lead .swiper-pagination-custom,
.lead .swiper-pagination-fraction {
  bottom: 20px;
  height: 10px;
}

.lead .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #285fb2;
  border-radius: 5px;
  opacity: 0.3;
}

.lead .swiper-pagination-bullet-active {
  width: 38px;
  opacity: 1;
}

/* 新闻组 */
.news {
  width: 49.08%;
  height: 369px;
}

.news-box {
  position: relative;
  display: block;
  height: 369px;
}

.news-box img {
  width: 100%;
  height: 100%;
}

.news-intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 290px 0 15px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news.swiper-container-horizontal > .swiper-pagination-bullets,
.news .swiper-pagination-custom,
.news .swiper-pagination-fraction {
  width: auto;
  bottom: 15px;
  left: auto;
  right: 20px;
  height: 10px;
}

.news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.news .swiper-pagination-bullet-active {
  width: 38px;
  background: #fff;
}

/* 部门动态 */
.branch {
  width: calc( 50.92% - 21px);
  padding: 13px 20px 0;
  margin-left: 21px;
  height: 369px;
  background-color: #f4f9ff;
}

.branch-hd {
  height: 36px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e1e2e4;
}

.branch-hd-list {
  float: left;
  margin-right: 40px;
}

.branch-hd-list.active .branch-hd-tt {
  color: #285fb2;
  font-size: 18px;
  font-weight: bold;
}

.branch-hd-tt {
  line-height: 34px;
  height: 36px;
  color: #666;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.branch-bd-list {
  position: relative;
}

.branch-bd-list:before {
  content: " ";
  position: absolute;
  left: 7px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: url("../images/line_icon.png") repeat-y;
}

.branch-bd-box {
  position: relative;
  display: block;
  padding-left: 29px;
  line-height: 36px;
  font-size: 16px;
  background: url("../images/branch_icon.png") no-repeat left center;
  z-index: 9;
}

.branch-bd-box:hover {
  background-image: url("../images/branch_iconh.png");
}

.branch-bd-box:hover .branch-bd-time,
.branch-bd-box:hover .branch-bd-name {
  color: #285fb2;
}

.branch-bd-time {
  width: 140px;
  text-align: right;
  color: #999;
}

.branch-bd-name {
  margin-right: 140px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 横幅 */
.banner {
  position: relative;
  height: 105px;
  margin-bottom: 29px;
}

.banner-box {
  display: block;
  height: 105px;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.banner-img:hover {
  opacity: 0.9;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 24px;
  height: 25px;
  margin-top: -10px;
  opacity: 0.2;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  opacity: 1;
}

.banner .swiper-button-prev {
  left: -46px;
  background: url("../images/prev_icon.png") no-repeat;
}

.banner .swiper-button-next {
  right: -46px;
  background: url("../images/next_icon.png") no-repeat;
}

.banner .swiper-container {
  position: static;
}

/* 政务公开 */
.public {
  height: 307px;
  background: url("../images/public_bg.jpg") no-repeat center;
  margin-bottom: 15px;
}

.public .one-tt {
  background-image: url("../images/public_tt.png");
}

.public-tab {
  width: 41.08%;
}

.public-tab.file-tab {
  padding-right: 26px;
}

.public-tab.play-tab {
  padding: 0 24px 0 2px;
}

.file-tab {
  position: relative;
}

.file-hd {
  position: relative;
  height: 36px;
  background-color: #e0ecfb;
  border-radius: 3px;
}

.file-hd-list {
  float: left;
  line-height: 36px;
}

.file-hd-list.active .file-hd-tt {
  font-size: 18px;
  color: #fff;
  background-color: #285fb2;
}

.file-hd-tt {
  display: block;
  padding: 0 20px;
  height: 36px;
  color: #333;
  font-size: 16px;
  border-radius: 3px;
}

.file-bd {
  position: relative;
}

.file-bd-more {
  position: absolute;
  right: 14px;
  top: -36px;
  height: 36px;
  line-height: 36px;
  color: #999;
}

.file-bd-list {
  padding: 12px 10px 0 12px;
}

.file-bd-box {
  display: block;
  padding-left: 14px;
  line-height: 36px;
  font-size: 16px;
  background: url("../images/public_dian.png") no-repeat left center;
}

.file-bd-time {
  width: 115px;
  text-align: right;
  color: #999;
}

.file-bd-name {
  margin-right: 115px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.apply {
  width: 17.84%;
  padding-top: 1px;
}

.apply-list {
  height: 60px;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.apply-list:nth-child(1) {
  background-image: url("../images/apply_bg1.jpg");
}

.apply-list:nth-child(1) .apply-con {
  background-image: url("../images/apply_icon1.png");
}

.apply-list:nth-child(2) {
  background-image: url("../images/apply_bg2.jpg");
}

.apply-list:nth-child(2) .apply-con {
  background-image: url("../images/apply_icon2.png");
}

.apply-list:nth-child(3) {
  background-image: url("../images/apply_bg3.jpg");
}

.apply-list:nth-child(3) .apply-con {
  background-image: url("../images/apply_icon3.png");
}

.apply-list:nth-child(4) {
  background-image: url("../images/apply_bg4.jpg");
}

.apply-list:nth-child(4) .apply-con {
  background-image: url("../images/apply_icon4.png");
}

.apply-list:nth-child(5) {
  background-image: url("../images/apply_bg5.jpg");
}

.apply-list:nth-child(5) .apply-con {
  background-image: url("../images/apply_icon5.png");
}

.apply-list:hover {
  opacity: 0.9;
}

.apply-con {
  height: 60px;
  padding-left: 66px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 27px center;
}

/* 互动交流 */
.inter {
  height: 357px;
  padding-top: 26px;
}

.inter .one-tt {
  background-image: url("../images/inter_tt.png");
}

.inter-left {
  width: 23.33%;
}

.inter-left-list {
  height: 100px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 9px 1px rgba(115, 168, 234, 0.2);
  border: 1px solid #fff;
  border-radius: 3px;
}

.inter-left-list:first-child .inter-left-con {
  background-image: url("../images/inter_icon1.png");
}

.inter-left-list:nth-child(2) .inter-left-con {
  background-image: url("../images/inter_icon2.png");
}

.inter-left-list:hover {
  border-color: #285fb2;
}

.inter-left-list:hover .inter-left-con {
  color: #285fb2;
}

.inter-left-con {
  display: block;
  height: 100px;
  color: #333;
  padding-left: 120px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.inter-left-name {
  padding-top: 23px;
  line-height: 32px;
  font-size: 26px;
  font-weight: bold;
}

.inter-left-eng {
  line-height: 24px;
  color: #999;
}

.inter-tab {
  width: 57.25%;
  padding: 0 26px 0 23px;
}

.inter-right {
  width: 19.42%;
}

.inter-right-con {
  display: block;
  height: 216px;
  padding-top: 141px;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(115, 168, 234, 0.2);
  background: url("../images/inter_icon3.png") no-repeat center 38px;
  border: 1px solid #fff;
}

.inter-right-con:hover {
  border-color: #285fb2;
  color: #285fb2;
}

.inter .file-bd-time {
  width: 140px;
}

.inter .file-bd-name {
  margin-right: 140px;
}

/* 服务大厅 */
.service .one-tt {
  background-image: url("../images/service_tt.png");
}

.service-box {
  margin: 0 -25px 27px 0;
}

.service-list {
  float: left;
  width: calc(16.6666% - 25px);
  height: 160px;
  margin-right: 25px;
  background: #f4f9ff url("../images/service_bg.png") no-repeat center 67px;
  border: 1px solid #f4f9ff;
}

.service-list:nth-child(1) .service-con {
  background-image: url("../images/service_icon1.png");
}

.service-list:nth-child(2) .service-con {
  background-image: url("../images/service_icon2.png");
}

.service-list:nth-child(3) .service-con {
  background-image: url("../images/service_icon3.png");
}

.service-list:nth-child(4) .service-con {
  background-image: url("../images/service_icon4.png");
}

.service-list:nth-child(5) .service-con {
  background-image: url("../images/service_icon5.png");
}

.service-list:nth-child(6) .service-con {
  background-image: url("../images/service_icon6.png");
}

.service-list:nth-child(7) .service-con {
  background-image: url("../images/service_icon7.png");
}

.service-list:nth-child(8) .service-con {
  background-image: url("../images/service_icon8.png");
}

.service-list:hover {
  background-color: #fff;
  border-color: #285fb2;
  box-shadow: 0px 0px 13px 2px rgba(45, 90, 181, 0.08);
}

.service-list:hover .service-con {
  font-size: 20px;
  font-weight: bold;
  color: #285fb2;
}

.service-con {
  display: block;
  height: 160px;
  padding-top: 104px;
  line-height: 34px;
  text-align: center;
  color: #333;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center 32px;
}

/* 专题专栏 */
.subject .one-tt {
  background-image: url("../images/subject_tt.png");
}

.subject-swipe {
  height: 99px;
  margin-bottom: 45px;
}

.subject-box {
  display: block;
  height: 124px;
}

.subject-box:hover {
  opacity: 0.9;
}

.subject-img {
  width: 100%;
  height: 100%;
}

.slide {
  position: fixed;
  right: 21px;
  top: 50%;
  width: 80px;
  height: 90px;
  transform: translateY(-50%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 16px 4px rgba(12, 25, 64, 0.03);
  background-color: #fff;
}

.slide li {
  position: relative;
  height: 100%;
}

.slide li:hover .slide-code {
  display: block;
}

.slide li:nth-child(1) .slide-box {
  background-image: url("../images/slide_icon1.png");
}

.slide li:nth-child(1) .slide-box:hover {
  background-image: url("../images/slide_icon1h.png");
}

.slide li:nth-child(2) .slide-box {
  background-image: url("../images/slide_icon2.png");
}

.slide li:nth-child(2) .slide-box:hover {
  background-image: url("../images/slide_icon2h.png");
}

.slide li:nth-child(3) .slide-box {
  background-image: url("../images/slide_icon3.png");
}

.slide li:nth-child(3) .slide-box:hover {
  background-image: url("../images/slide_icon3h.png");
}

.slide li:nth-child(4) .slide-box {
  background-image: url("../images/slide_icon4.png");
}

.slide li:nth-child(4) .slide-box:hover {
  background-image: url("../images/slide_icon4h.png");
}

.slide li:nth-child(5) .slide-box {
  background-image: url("../images/slide_icon5.png");
}

.slide li:nth-child(5) .slide-box:hover {
  background-image: url("../images/slide_icon5h.png");
}

.slide-box {
  display: block;
  height: 100%;
  padding-top: 55px;
  line-height: 28px;
  text-align: center;
  color: #333;
  background-repeat: no-repeat;
  background-position: center 17px;
}

.slide-box:hover {
  color: #fff;
  background-color: #285fb2;
}

.slide-code {
  display: none;
  position: absolute;
  right: 80px;
  padding-right: 25px;
  top: 0;
}

.slide-code:before {
  content: " ";
  position: absolute;
  right: 12px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #fff;
}

.slide-code-box {
  width: 165px;
  height: 180px;
  padding-top: 23px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(30, 48, 74, 0.13);
  border-radius: 5px;
}

.slide-code-img {
  width: 111px;
  height: 110px;
  margin: 0 auto;
}

.slide-code-img img {
  width: 100%;
  height: 100%;
}

.slide-code-name {
  line-height: 45px;
  font-family: "SourceHanSansCN-Medium";
  color: #333;
  text-align: center;
}
