html {
  font-size: 100px;
}
body {
  font-size: 16px;
}
.box-1200 {
  width: 12rem;
  margin: 0 auto;
}
.banner-container {
  width: 100%;
  height: 2rem;
  background: url("./bg.png") center center;
}
.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;
}

.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: auto;
  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;
}

.tabloid .date {
	display:none;
}


.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;
}
@media only screen and (max-width: 768px) {
  .box-1200 {
    width: 100%;
    padding: 0.24rem;
  }
  .banner-container {
    width: 100%;
    height: 3rem;
  }
  .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;
    height: 14rem;
  }

  .news-content p{
    display:none;
  }

  .date{
    display:none
  }

  .written-news li{
    height: 2rem;
  }
  .serve-list li{
    width: 7rem;
    height: 50px;
    line-height:50px;
    margin-right:0px;
  }
  .serve-list li a{
    width: 100%;
    display:block;
    line-height:50px;
    white-space:nowrap;
  }
  .written-news li p{
    padding-top: 10px;
  }
  .more {
          background-image: url(more.png);
          background-repeat: no-repeat;
          background-size: 0.4rem 0.4rem;
          padding-left: 0.56rem;
          color: #0D71D6;
          font-size: 0.26rem;
          margin: 0 auto;
          display: block;
          width: 1.6rem;
          height: 0.4rem;
          margin-top: 0.26rem;
          /* visibility: hidden; */
      }
      .more1 {
          display: none;
      }

}