html {
  font-size: 100px;
}

body {
  font-size: 16px;
}

.box-1200 {
  width: 12rem;
  margin: 0 auto;
}

.banner-container {
  width: 100%;
  height: 2.6rem;
  background: url("./banner02.png") center center;
  background-size: cover;
}

.banner-container h1 {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  line-height: 2rem;
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.news-container .more {
  display: block !important;
  float: right;
  width: 1rem;
  height: 0.25rem;
  line-height: 0.35rem;
  font-weight: normal;
  font-size: 0.16rem;
  color: #666666;
  background: url(./jiantou1.png) no-repeat;
  background-position: 0.68rem 0.15rem;
  cursor: pointer;
}

.one-title {
  line-height: 0.4rem;
  margin: 0.4rem 0 0.2rem 0;
  width: 100%;
  height: 0.4rem;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}

.news-box {
  display: flex;
  justify-content: space-between;
}

.tabloid {
  width: 5.8rem;
  height: 5.8rem;
  margin: 0;
}

.tabloid .swiper-slide {
  width: 5.8rem;
  height: 5.8rem;
  position: relative;
}

.tabloid .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.tabloid .swiper-slide .news-images {
  width: 100%;
  height: 4.35rem;
}

.tabloid .swiper-slide .news-images img {
  width: 100%;
  height: 100%;
}

.news-content {
  width: 100%;
  height: 1.45rem;
  background: #f5f5f5;
  padding: 0.4rem 0.2rem 0 0.2rem;
}

.news-content h6 {
  font-size: 0.18rem;
  color: #333333;
  text-align: justify;
  font-weight: 600;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-bottom: 0.1rem;
}

.news-content p {
  font-size: 16px;
  color: #999999;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}

.written-news {
  width: 5.8rem;
  height: 5.8rem;
}

.tabloid .date {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #1677ff;
  position: absolute;
  left: 0.2rem;
  top: 3.75rem;
  padding: 0 0.1rem;
}

.tabloid .date div:first-child {
  width: 100%;
  height: 0.44rem;
  border-bottom: 1px solid #ffffff30;
  font-size: 20px;
  color: #ffffff;
  text-align: justify;
  font-weight: 400;
  line-height: 0.44rem;
  text-align: center;
}

.tabloid .date div:last-child {
  width: 100%;
  height: 0.36rem;
  font-size: 16px;
  color: #ffffff;
  text-align: justify;
  font-weight: 400;
  line-height: 0.36rem;
  text-align: center;
}

.tabloid .swiper-pagination-bullet {
  height: 0.22rem;
  width: auto;
  background: none;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  margin: 0 0.1rem;
}

.tabloid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 18px;
}

.tabloid .swiper-pagination-bullet:after {
  content: "";
  border-top: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  margin-left: 5px;
  transition: all 0.5s ease-out 0s;
}

.tabloid .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 40px;
}

.news-container .tabloid .swiper-pagination {
  bottom: 1.65rem;
  padding: 0 0.1rem;
  text-align: right;
  width: 100%;
}

.written-news li {
  width: 100%;
  height: 1.45rem;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

.written-news li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.written-news li .date {
  width: 0.8rem;
  border-right: 1px solid #d8d8d8;
  margin-top: 0.05rem;
}

.written-news li .date div:first-child {
  font-size: 20px;
  color: #333333;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 0.1rem;
  width: 0.58rem;
  height: 0.3rem;
  font-size: 20px;
  color: #333333;
  text-align: justify;
  font-weight: 400;
  text-align: center;
}

.written-news li .date div:last-child {
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 15px;
  font-size: 16px;
  color: #999999;
  text-align: justify;
  font-weight: 400;
  width: 0.58rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}

.written-news li .news-font {
  width: 4.8rem;
}

.written-news li .title {
  line-height: 0.25rem;
  font-size: 0.18rem;
  color: #333333;
  text-align: justify;
  font-weight: 600;
  width: 100%;
}

.written-news li p {
  width: 100%;
  font-size: 0.16rem;
  color: #999999;
  text-align: justify;
  line-height: 0.24rem;
  font-weight: 400;
}

.written-news li:hover .title {
  color: #1677ff;
}

.serve-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.serve-list li:nth-child(3n) {
  margin-right: 0;
}

.serve-list li {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  width: 3.8rem;
  height: 0.6rem;
  background: url("bqh.png") 0.2rem center no-repeat #f5f5f5;
  background-size: 0.24rem 0.24rem;
}

.serve-list li:hover {

  background: url("bqb.png") 0.2rem center no-repeat #1677ff;
  background-size: 0.24rem 0.24rem;

}

.serve-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0.54rem;
  line-height: 0.6rem;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}

.serve-list li:hover a {
  color: #ffffff;
}

.affairs-container .title-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.2rem;


}

.affairs-container .title-list li:last-child {
  margin-right: 0;
}

.affairs-container .title-list li {
  border: 1px solid rgba(13, 113, 214, 1);
  border-radius: 4px;
  height: 0.5rem;
  width: 1.4rem;
  font-size: 0.16rem;
  color: #0d71d6;
  font-weight: 400;
  line-height: 0.5rem;
  text-align: center;
  margin-right: 0.2rem;
  cursor: pointer;
}

.affairs-container .title-list li.active {
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: 600;
  border: none;
  background: #1677FF;
}

.affairs-container .content-list ul {
  padding-left: 30px;
  list-style: disc;
  list-style-position: outside;
  list-style-type: disc;
  color: #1677FF;
}

.affairs-container .content-list {
  padding-top: 0.2rem;
  border-top: 1px solid #D8D8D8;
  ;
}

.affairs-container .content-list li {
  width: 100%;
  line-height: 45px;
  list-style-type: disc;

}

.affairs-container .content-list li a {
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: justify;
  line-height: 45px;

}

.more1 {
  background-image: url(more.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  padding-left: 56px;
  color: #0D71D6;
  font-size: 26px;
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 40px;
  margin-top: 26px;
}

.more {
  display: none;
}

/* 企业事项 */
.qysx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
}

.qysx li {
  width: 3.8rem;
  height: 0.9rem;
  margin-top: 0.2rem;
  box-shadow: 0 2px 15px #99999933;
}

.qysx li a {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #1257BD;
  text-align: justify;
  line-height: 28px;
  padding: 0.17rem 0.3rem;
  display: block;
}
.qysx li:nth-child(6) a ,.qysx li:nth-child(7) a{color: #AA5A09;}

.qysx li:nth-child(1) {
  background: url(./shixiang_bg01.png);
}

.qysx li:nth-child(2) {
  background: url(./shixiang_bg02.png);
}

.qysx li:nth-child(3) {
  background: url(./shixiang_bg03.png);
}

.qysx li:nth-child(4) {
  background: url(./shixiang_bg04.png);
}

.qysx li:nth-child(5) {
  background: url(./shixiang_bg05.png);
}

.qysx li:nth-child(6) {
  background: url(./shixiang_bg06.png);
}

.qysx li:nth-child(12) {
  background: url(./shixiang_bg01.png);
}

.qysx li:nth-child(11) {
  background: url(./shixiang_bg02.png);
}

.qysx li:nth-child(10) {
  background: url(./shixiang_bg03.png);
}

.qysx li:nth-child(9) {
  background: url(./shixiang_bg04.png);
}

.qysx li:nth-child(8) {
  background: url(./shixiang_bg05.png);
}

.qysx li:nth-child(7) {
  background: url(./shixiang_bg06.png);
}
.qysx li:nth-child(15) {
  background: url(./shixiang_bg03.png);
}

.qysx li:nth-child(13) {
  background: url(./shixiang_bg04.png);
}

.qysx li:nth-child(14) {
  background: url(./shixiang_bg05.png);
}

.written-news li {
  border-top: 1px dashed rgba(216, 216, 216, 1);
}

.written-news li:nth-child(1) {
  border: none;
}

@media only screen and (max-width: 768px) {
  .box-1200 {
    width: 100%;
    padding: 0.24rem;
  }

  .banner-container {
    width: 100%;
    height: 3.6rem;
    background: url(./banner1.png);
    background-size: 100%;
  }

  .tabloid {
    width: 100%;
  }

  .tabloid .swiper-slide {
    width: 100%;
  }

  .banner-container h1 {
    width: 100%;
    height: 100%;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 5px;
    line-height: 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
    font-weight: 700;
    text-align: center;
  }

  .news-box {
    display: block;
  }

  .news-container .more {
    width: 0.5rem;
    font-size: 0.24rem;
    position: relative;
    /* top: -0.3rem; */
    right: -0.5rem;
    width: 2rem;
    background-position: 1rem 0.1rem;
  }

  .more1 {
    display: none;
  }

  .tabloid {
    width: 100%;
  }

  .tabloid .swiper-slide {
    width: 100%;
  }

  .tabloid .date {
    width: 0.96rem;
    height: 0.96rem;
  }

  .tabloid .date div:first-child {
    font-size: 0.24rem;
  }

  .tabloid .date div:last-child {
    font-size: 0.22rem;
  }

  .news-content h6 {
    height: 0.24rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }

  /* .news-content{0.4rem} */
  .news-content p {
    display: none;
  }

  .written-news {
    width: 100%;
    margin-top: 0.2rem;
  }

  .written-news li .date {
    width: 1.09rem;
    height: 1.08rem;
  }

  .written-news li .date div:first-child {
    width: 1rem;
    font-size: 0.24rem;
  }

  .written-news li .date div:last-child {
    width: 1rem;
    font-size: 0.22rem;
  }

  .written-news li .news-font {
    width: 5.5rem;
  }

  .written-news li .title {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.45rem;
  }

  .written-news li p {
    display: none;
  }

  .qysx li:nth-child(1) {
    background: url(./sxapp01.png) no-repeat;
    background-size: 100%;
  }

  .qysx li:nth-child(2) {
    background: url(./sxapp02.png) no-repeat;
    background-size: 100%;
  }

  .qysx li:nth-child(3) {
    background: url(./sxapp03.png) no-repeat;
    background-size: 100%;
  }

  .qysx li:nth-child(4) {
    background: url(./sxapp04.png) no-repeat;
    background-size: 100%;
  }

  .qysx li:nth-child(5) {
    background: url(./sxapp05.png) no-repeat;
    background-size: 100%;
  }

  .qysx li:nth-child(6) {
    background: url(./sxapp06.png) no-repeat;
    background-size: 100%;
  }

  .qysx li {
    width: 100%;
    height: 1.4rem;
    background-size: 100%;
  }

  .qysx li a {
    font-size: 0.3rem;
    width: 7rem;
    height: 0.3rem;
    font-weight:500;
    color:#0973AA;
  }
}

/* 通知公告&行政要闻样式 */
.xingzhengyaowen {
background: url(./yaowen_bc.jpg) no-repeat;
  height: 566px;
}
.zct_box {
    margin-top: 45px;
}
.cf {
    zoom: 1;
}
.tabBox_title {
    width: auto;
    height: auto;
}
.fl {
    float: left;
}
ul.tabBox_ul.cf {
    display: flex;
    justify-content: center;
}
.tabBox_title_left {
	margin-top: 0.4rem;
  margin-bottom:0.3rem;
}
.tabBox_title .tabBox_title_left li:first-child {
    margin-left: 0px;
  margin-right:30px;
}
.tabBox_title .tabBox_title_left li.hover {
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 46px;
}
.tabBox_title .tabBox_title_left li {
    cursor: pointer;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 46px;
}
.tabBox_title_right {
    line-height: 50px;
  margin-top: 0.4rem;
}
.fr, .right {
    float: right;
}
.tabBox_title_right ul li a {
    display: block !important;
    float: right;
    width: 1rem;
    height: 0.25rem;
    line-height: 0.35rem;
    font-weight: normal;
    font-size: 0.16rem;
    color: #666666;
    background: url(./jiantou1.png) no-repeat;
    background-position: 0.68rem 0.15rem;
    cursor: pointer;
}
.cf:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.tabBox_list {
    width: 1200px;
  height: 4.1rem;
  background: #fff;
}
.tabBox_list_ul {
    min-height: 242px;
}
.tabBox_list_ul li:nth-child(1),.tabBox_list_ul li:nth-child(2){
margin-top: 0.4rem !important;
  margin-left: 0.3rem !important;
  margin-right: 0 !important;
}
.tabBox_list_ul li:nth-child(3),.tabBox_list_ul li:nth-child(5) {
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}
.tabBox_list_ul li:nth-child(4),.tabBox_list_ul li:nth-child(6) {
  margin-right: 0px;
  margin-top:0.3rem;
}
.tabBox_list_ul li {
    float: left;
    margin-top: 30px;
    margin-right: 30px;
  width: 5.55rem;
  height: 0.9rem;
}
.tabBox_list_ul li:hover .date {
	background: #0E66B4;
}
.tabBox_list .date {
    width: 80px;
    height: 70px;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    text-align: center;
    float: left;
}
.tabBox_list_ul li:hover .day {
	font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
}
.tabBox_list .day {
    font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
}
.tabBox_list_ul li:hover .year {
	font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.tabBox_list .year {
    font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.news {
    width: 4.55rem;
    margin-left: 20px;
    float: left;
  width: 455px;
height: 56px;
font-family: PingFangSC-SNaNpxibold;
font-weight: 600;
font-size: 18px;
color: #333333;
letter-spacing: 0;
text-align: justify;
line-height: 28px;
}
.tabBox_list_ul li:hover .biaoti{
color:#0E66B4;
}
.biaoti {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}
.neirong {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    cursor: default;
}
@media screen and (max-width: 768px){
  .xingzhengyaowen {
  background:url(./news_appBg.jpg) no-repeat;
    background-size: cover;
  }
  .tabBox_title_left {
      margin-left: 0rem;
      float: none !important;
  }
  .tabBox_title .tabBox_title_left li {
    height: 0.5rem !important;
    line-height: 0.5rem !important;
    font-size: 0.4rem !important;
}
  ul.tabBox_ul.cf{
  display: flex;
    justify-content: flex-start;
  }
  .tabBox_title_right {
    display: none;
}
  .w1200, .tabBox_list {
    width: 100%;
}
  .tabBox_list_ul li {
    float: none;
    margin-top: 0.4rem !important;
}
  .tabBox_list .date {
    width: 1.2rem !important;
    height: 1.2rem !important;
    background: #f6f6f6 !important;
    border: 0.01rem solid #eeeeee !important;
    text-align: center !important;
    float: left !important;
}
  .tabBox_list .day {
    font-size: 0.36rem !important;
    color: #333333 !important;
    margin-top: 0.14rem !important;
    line-height:0.52rem !important;
    font-weight: 400 !important;
}
  .tabBox_list .year {
    font-size: 0.22rem !important;
}
  .news {
    width: 4rem;
    margin-left: 0.2rem;
    float: left;
}
  .biaoti {
    width: 5rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
  .neirong {
    display: none;
}
  .tabBox_list_ul {
  background:#fff;
    padding: 0.1rem 0 0.5rem 0;
  }
  .tabBox_list_ul li:nth-child(4), .tabBox_list_ul li:nth-child(6){
  margin-left: 0.3rem;
  }
  .zct_box {
  margin-top: 20px;
  }
  .one-title {
  font-size:22px;
  }
}