﻿@charset "UTF-8";
/**!
 * 子网站首页
 * date:2021-07-27
 * author: wppei;
 */
.swiper-pagination-bullet {
  vertical-align: top;
}

.mbtfour {
  margin-top: 24px;
  margin-bottom: 24px;
}

.one-tt {
  height: 29px;
  line-height: 29px;
  text-align: center;
}

.one-tt-name {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  vertical-align: top;
}

.one-tt-name:before, .one-tt-name:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 218px;
  height: 12px;
  background-repeat: no-repeat;
}

.one-tt-name:before {
  left: -240px;
  background-image: url("../images/tt_left.png");
}

.one-tt-name:after {
  right: -240px;
  background-image: url("../images/tt_right.png");
}

/* 头条 */
.lead {
  margin: 25px auto;
  height: 160px;
  border-bottom: 2px solid #c00107;
  box-shadow: 0px 0px 16px 4px rgba(178, 26, 31, 0.04);
}

.lead-swipe {
  height: 100%;
}

.lead-box {
  padding: 30px 35px 0 12px;
}

.lead-left {
  width: 80px;
  height: 102px;
}

.lead-left-img {
  width: 100%;
  height: 100%;
}

.lead-right {
  position: relative;
  margin-left: 109px;
  height: 90px;
  padding: 0 68px 0 49px;
}

.lead-right:before, .lead-right:after {
  content: " ";
  position: absolute;
  width: 38px;
}

.lead-right:before {
  left: 0;
  top: 0;
  height: 32px;
  background: url("../images/lead_left.png") no-repeat;
}

.lead-right:after {
  right: 0;
  bottom: 0;
  width: 38px;
  height: 31px;
  background: url("../images/lead_right.png") no-repeat;
}

.lead-tt {
  display: block;
  line-height: 50px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lead-con {
  line-height: 36px;
}

.lead-intro {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 158px);
  color: #888;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lead-detail {
  display: inline-block;
  vertical-align: middle;
  color: #c00107;
}

.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: #c00107;
  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);
  margin-left: 21px;
  height: 369px;
}

.branch-tab {
  margin-bottom: 20px;
  padding: 20px 20px 0;
  background-color: #fffafa;
}

.branch .file-bd-time {
  width: 160px;
}

.branch .file-bd-name {
  margin-right: 160px;
}

.enter {
  margin-right: -24px;
}

.enter-list {
  float: left;
  width: 25%;
  padding-right: 24px;
}

.enter-box {
  display: block;
  height: 50px;
  padding-left: 44px;
  line-height: 48px;
  color: #c00107;
  font-size: 16px;
  border: 1px solid #cd3439;
  background-color: #fff6f6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/enter_icon.png") no-repeat 13px center;
  border-radius: 2px;
}

.enter-box:hover {
  color: #fff;
  background-color: #cd3439;
  background-image: url("../images/enter_iconh.png");
}

/* 横幅 */
.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: 547px;
  padding-top: 38px;
  background: url("../images/public_bg.jpg") no-repeat center;
}

.public .one-tt {
  margin-bottom: 31px;
}

.public-top {
  overflow: hidden;
  margin-bottom: 33px;
}

.public-top-list {
  margin-right: -24px;
}

.public-top-item {
  float: left;
  width: 20%;
  padding-right: 24px;
}

.public-top-item:nth-child(1) .public-top-box {
  background-image: url("../images/public_icon1.png");
}

.public-top-item:nth-child(1) .public-top-box:hover {
  background-image: url("../images/public_icon1h.png");
}

.public-top-item:nth-child(2) .public-top-box {
  background-image: url("../images/public_icon2.png");
}

.public-top-item:nth-child(2) .public-top-box:hover {
  background-image: url("../images/public_icon2h.png");
}

.public-top-item:nth-child(3) .public-top-box {
  background-image: url("../images/public_icon3.png");
}

.public-top-item:nth-child(3) .public-top-box:hover {
  background-image: url("../images/public_icon3h.png");
}

.public-top-item:nth-child(4) .public-top-box {
  background-image: url("../images/public_icon4.png");
}

.public-top-item:nth-child(4) .public-top-box:hover {
  background-image: url("../images/public_icon4h.png");
}

.public-top-item:nth-child(5) .public-top-box {
  background-image: url("../images/public_icon5.png");
}

.public-top-item:nth-child(5) .public-top-box:hover {
  background-image: url("../images/public_icon5h.png");
}

.public-top-item:nth-child(6) .public-top-box {
  background-image: url("../images/public_icon6.png");
}

.public-top-item:nth-child(6) .public-top-box:hover {
  background-image: url("../images/public_icon6h.png");
}

.public-top-box {
  display: block;
  height: 120px;
  padding-top: 80px;
  line-height: 25px;
  text-align: center;
  color: #333;
  font-size: 18px;
  border: 1px solid #dedede;
  border-top: 3px solid #cd3439;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  background-repeat: no-repeat;
  background-position: center 15px;
}

.public-top-box:hover {
  color: #fff;
  background-color: #cd3439;
  border-color: #cd3439;
}

.public-tab {
  width: 50%;
}

.public-tab.file-tab {
  padding-right: 12px;
}

.public-tab.play-tab {
  padding: 0 0 0 12px;
}

.file-tab {
  position: relative;
}

.file-hd {
  position: relative;
  height: 36px;
  border-bottom: 1px solid #e4e3e3;
}

.file-hd-list {
  float: left;
  margin-right: 40px;
}

.file-hd-list.active .file-hd-tt {
  font-size: 18px;
  color: #c00107;
  font-weight: bold;
  border-bottom-color: #c00107;
}

.file-hd-list:last-child {
  margin-right: 0;
}

.file-hd-tt {
  display: block;
  height: 36px;
  line-height: 34px;
  color: #666;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.file-bd {
  position: relative;
}

.file-bd-more {
  position: absolute;
  right: 5px;
  top: -36px;
  line-height: 34px;
  color: #999;
}

.file-bd-list {
  padding: 17px 0 0 4px;
}

.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-box:hover {
  background-image: url("../images/public_dianh.png");
}

.file-bd-box:hover .file-bd-time,
.file-bd-box:hover .file-bd-name {
  color: #c00107;
}

.file-bd-time {
  width: 204px;
  text-align: right;
  color: #999;
}

.file-bd-name {
  margin-right: 204px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 互动交流1 */
.communicate {
  padding-top: 40px;
  overflow: hidden;
}

.communicate-list {
  padding-top: 31px;
  margin: 0 -26px 9px 0;
}

.communicate-item {
  float: left;
  width: 20%;
  padding-right: 26px;
}

.communicate-item:nth-child(1) .communicate-box {
  background-image: url("../images/communicate_bg1.jpg");
}

.communicate-item:nth-child(2) .communicate-box {
  background-image: url("../images/communicate_bg2.jpg");
}

.communicate-item:nth-child(3) .communicate-box {
  background-image: url("../images/communicate_bg3.jpg");
}

.communicate-item:nth-child(4) .communicate-box {
  background-image: url("../images/communicate_bg4.jpg");
}

.communicate-item:nth-child(5) .communicate-box {
  background-image: url("../images/communicate_bg5.jpg");
}

.communicate-item:nth-child(6) .communicate-box {
  background-image: url("../images/communicate_bg6.jpg");
}

.communicate-box {
  display: block;
  height: 100px;
  padding-top: 56px;
  line-height: 33px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .2s;
}

.communicate-box:hover {
  transform: translateY(-10px);
}

/* 互动交流2 */
.inter {
  padding-top: 40px;
  padding-bottom: 30px;
}

.inter .one-tt {
  margin-bottom: 28px;
}

.inter-left {
  width: 23.33%;
}

.inter-left-list {
  height: 100px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 9px 1px rgba(255, 173, 176, 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:last-child {
  margin-bottom: 0;
}

.inter-left-list:last-child .inter-left-con {
  background-image: url("../images/inter_icon2.png");
}

.inter-left-list:hover {
  border-color: #c00107;
}

.inter-left-list:hover .inter-left-con {
  color: #c00107;
}

.inter-left-con {
  display: block;
  height: 100px;
  color: #333;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.inter-left-name {
  padding-top: 23px;
  line-height: 32px;
  font-size: 25px;
  font-weight: bold;
}

.inter-left-eng {
  line-height: 24px;
  color: #999;
}

.inter-tab {
  width: 76.6%;
  padding: 0 0 0 23px;
}

.inter-tab .file-hd-list {
  margin: 0;
}

.inter-tab .file-hd-list.active .file-hd-tt {
  color: #fff;
  background-color: #c00107;
}

.inter-tab .file-hd {
  background-color: #fff6f6;
}

.inter-tab .file-hd-tt {
  line-height: 36px;
  padding: 0 20px;
  color: #333;
  border: none;
  border-radius: 3px;
}

.inter-tab .file-bd-list {
  padding: 12px 8px 0 12px;
}

.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(255, 173, 176, 0.2);
  background: url("../images/inter_icon3.png") no-repeat center 38px;
  border: 1px solid #fff;
}

.inter-right-con:hover {
  border-color: #c00107;
  color: #c00107;
}

.inter .file-bd-time {
  width: 140px;
}

.inter .file-bd-name {
  margin-right: 140px;
}

/* 专题专栏 */
.subject {
  padding-top: 40px;
}

.subject .one-tt {
  margin-bottom: 22px;
}

.subject-swipe {
  height: 99px;
  margin-bottom: 40px;
}

.subject-box {
  display: block;
  height: 99px;
  border: 1px solid transparent;
}

.subject-box:hover {
  border-color: #c00107;
}

.subject-img {
  width: 100%;
  height: 100%;
}

.slide {
  position: fixed;
  right: 21px;
  top: 50%;
  width: 80px;
  height: 380px;
  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: 25%;
}

.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%;
  text-indent: 0;
  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: #c00107;
}

.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;
}

.float-img {
	z-index: 1001;
	position: absolute;
	left: 2px;
	top: 43px;
	/* overflow:hidden; */
}