@charset "utf-8";
.module-title {
  font-size: 0.36rem;
  line-height: 0.76rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
}
.module-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.74rem;
  height: 0.01rem;
  background: #CCCCCC;
}
.module-title:after {
  content: "";
  position: absolute;
  bottom: -0.025rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.5rem;
  height: 0.05rem;
  background: #1587CD;
}
.about-box {
  background: #1687CD;
  margin-top: 3rem;
  padding-bottom: 0.34rem;
}
.about-box .container {
  position: relative;
  padding: 0 0.25rem;
}
.about-box .container .my-video {
  width: 7rem;
  height: 2.19rem;
  margin: 0 auto;
  transform: translateY(-100%);
}
.about-box .container .my-video video {
  width: 7rem;
  height: 4.38rem;
}
.about-box .container .my-video .video-box {
  position: relative;
  background-color: #000;
}
.about-box .container .my-video .video-box .play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.91rem;
  height: 0.91rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-box .container .article {
  margin-top: 0.3rem;
  color: #FFFFFF;
  text-align: justify;
}
.about-box .container .article .line5 {
  -webkit-line-clamp: 5;
}
.about-box .container .article .title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
}
.about-box .container .article p {
  min-height: 1.4rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  opacity: 0.8;
}
.about-box .container .article .more {
  display: block;
  font-size: 0.2rem;
  color: #FEFEFE;
  max-width: 1.8rem;
  text-align: center;
  border: 0.01rem solid #FFFFFF;
  border-radius: 0.08rem;
  padding: 0 0.48rem;
  line-height: 0.47rem;
  margin: 0.4rem auto 0;
}
.about-box .container .article .more:hover {
  border: 0.01rem solid #333333;
  color: #333333;
}
.news {
  margin-top: 0.4rem;
}
.news .news-box {
  margin-top: 0.62rem;
  margin-bottom: 0.5rem;
  padding: 0 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.news .news-box .item {
  padding: 0.12rem;
  border: 0.01rem solid #CCCCCC;
  width: 3.4rem;
  height: 4.3rem;
}
.news .news-box .item:nth-child(n + 3) {
  margin-top: 0.2rem;
}
.news .news-box .item img {
  width: 100%;
  height: 2rem;
}
.news .news-box .item:hover {
  box-shadow: 0px 0px 0.14rem 0.02rem rgba(102, 102, 102, 0.15);
  border: 1px solid transparent;
}
.news .news-box .item .line4 {
  -webkit-line-clamp: 4;
}
.news .news-box .item .title {
  margin: 0.1rem 0.09rem;
  line-height: 0.36rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.news .news-box .item p {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.31rem;
  margin-left: 0.1rem;
  margin-right: 0.7rem;
  width: 3rem;
  margin-bottom: 0.15rem;
}
.news .news-box .item p:hover {
  color: #1687CD;
}
.news .news-box .item .date {
  margin-left: 0.11rem;
}
.news .news-box .item .date span {
  margin-left: 0.06rem;
  font-size: 0.18rem;
  color: #999999;
}
.news .news-box .item .date img {
  margin-top: 0.01rem;
  width: 0.16rem;
  height: 0.16rem;
}
.news .more {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 0.47rem;
  border: 0.01rem solid #333333;
  color: #333333;
  border-radius: 0.08rem;
  padding: 0 0.48rem;
  margin-bottom: 0.7rem;
}
.news .more:hover {
  background: #1687CD;
  color: #FEFEFE;
  border: 1px solid transparent;
}
.post-box {
  margin-top: 0.6rem;
  padding-bottom: 0.2rem;
}
.post-box .right {
  width: 100%;
  padding: 0 0.25rem;
}
.post-box .right .headline {
  position: relative;
  font-weight: bold;
  padding-left: 1.1rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  color: #333333;
}
.post-box .right .headline:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.62rem solid #1687CD;
  border-left: 0.45rem solid #1687CD;
  border-right: 0.45rem solid #1687CD;
  border-bottom: 0.1rem solid #FFFFFF;
  box-sizing: border-box;
}
.post-box .right .headline:after {
  content: "头条";
  position: absolute;
  left: 0.125rem;
  top: 50%;
  transform: translateY(-62%);
  font-size: 0.32rem;
  font-family: SourceHanSerifSC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.post-box .right .desc {
  position: relative;
  margin-top: 0.3rem;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.32rem;
}
.post-box .right .desc:hover {
  color: #1687CD;
}
.post-box .right .diver {
  width: 100%;
  height: 0.01rem;
  border-bottom: 0.01rem dashed #CCCCCC;
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
}
.post-box .right .post-list ul li a {
  width: 100%;
  display: inline-block;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.26rem;
  font-weight: 400;
}
.post-box .right .post-list ul li a .name {
  padding-left: 0.2rem;
  position: relative;
  width: 60%;
}
.post-box .right .post-list ul li a .name:hover {
  color: #1687CD;
}
.post-box .right .post-list ul li a .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: bold;
  color: #656565;
  margin-right: 0.12rem;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/index/post_li.png);
  background-size: 100% 100%;
}
.post-box .right .post-list ul li a .dot {
  font-weight: bold;
  color: #656565;
  margin-right: 0.12rem;
}
.post-box .right .post-list ul li a .date {
  font-size: 0.18rem;
  color: #999999;
}
.post-box .right .post-list ul li a:hover .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: bold;
  color: #656565;
  margin-right: 0.12rem;
  background: url(../images/index/post_li_s.png);
  background-size: 100% 100%;
}
.post .more {
  display: inline-block;
  margin: 0.5rem auto;
  font-size: 0.2rem;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0.08Rem;
  padding: 0 0.48rem;
  line-height: 0.47rem;
  margin-bottom: 1rem;
}
.post .more:hover {
  background: #1687CD;
  color: #FEFEFE;
  border: 1px solid transparent;
}
