@font-face {
  font-family: SourceHanSerifSC;
  /*这里是说明调用来的字体名字*/
  src: url('../css/SourceHanSerifSC/SourceHanSerifCN-Regular.otf');
  /*这里是字体文件路径*/
}
.wrap .index-banner {
  margin-bottom: 70px !important;
  max-height: 800px;
}
.wrap .index-banner .swiper {
  width: 100%;
}
.wrap .index-banner .swiper .swiper-slide-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wrap .module-title {
  font-size: 36px;
  line-height: 76px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
}
.wrap .module-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 274px;
  height: 1px;
  background: #CCCCCC;
}
.wrap .module-title:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 5px;
  background: #1587CD;
}
.wrap .about-box {
  background: #1687CD;
  margin-top: 115px;
  padding-top: 40px;
  padding-bottom: 34px;
  margin-bottom: 116px;
}
.wrap .about-box .article {
  width: 6rem;
  color: #FFFFFF;
  text-align: justify;
}
.wrap .about-box .article .line5 {
  -webkit-line-clamp: 5;
}
.wrap .about-box .article .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 0.3rem;
}
.wrap .about-box .article p {
  min-height: 1.4rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  opacity: 0.8;
}
.wrap .about-box .article .more {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 20px;
  color: #FEFEFE;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 0 48px;
  line-height: 47px;
}
.wrap .about-box .article .more:hover {
  border: 1px solid #333333;
  color: #333333;
}
.wrap .about-box .container {
  position: relative;
}
.wrap .about-box .container .my-video {
  background-color: #000;
  position: absolute;
  width: 7.3rem;
  height: 4.57rem;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.wrap .about-box .container .my-video video {
  width: 7.3rem;
  height: 4.57rem;
}
.wrap .about-box .container .my-video .video-box {
  position: relative;
}
.wrap .about-box .container .my-video .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.wrap .news .news-box {
  margin-top: 60px;
  margin-bottom: 50px;
}
.wrap .news .news-box .item {
  padding: 11px;
  margin-right: 20px;
  width: 2.68rem;
  flex: 1 1 auto;
  max-width: 25%;
  border: 1px solid #CCCCCC;
}
.wrap .news .news-box .item:hover {
  box-shadow: 0px 0px 14px 2px rgba(102, 102, 102, 0.15);
  border: 1px solid transparent;
}
.wrap .news .news-box .item .pic {
  width: 100%;
  height: 2.1rem;
}
.wrap .news .news-box .item .line4 {
  -webkit-line-clamp: 4;
}
.wrap .news .news-box .item .title {
  margin: 10px 9px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.wrap .news .news-box .item p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0 0.1rem 0.15rem 0.1rem;
  text-align: justify;
}
.wrap .news .news-box .item p:hover {
  color: #1687CD;
}
.wrap .news .news-box .item .date {
  margin-left: 11px;
}
.wrap .news .news-box .item .date span {
  margin-left: 6px;
  font-size: 14px;
  color: #999999;
}
.wrap .news .news-box .item .date img {
  margin-top: 1px;
}
.wrap .news .news-box .item:last-child {
  margin-right: 0;
}
.wrap .news .more {
  display: inline-block;
  font-size: 20px;
  line-height: 47px;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 8px;
  padding: 0 48px;
  margin-bottom: 70px;
}
.wrap .news .more:hover {
  background: #1687CD;
  color: #FEFEFE;
  border: 1px solid transparent;
}
.wrap .post-box {
  margin-top: 60px;
}
.wrap .post-box .left {
  width: 543px;
}
.wrap .post-box .left .bottom {
  padding: 15px 12px 23px 20px;
  position: relative;
}
.wrap .post-box .left .bottom .bt-p:hover {
  color: #1687CD;
}
.wrap .post-box .left .bottom:after {
  content: "";
  width: 543px;
  height: 1px;
  border-bottom: 1px dashed #CCCCCC;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  position: absolute;
}
.wrap .post-box .left .bottom .date {
  position: relative;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 12px;
}
.wrap .post-box .left .bottom .date span {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 9px;
}
.wrap .post-box .left .bottom .date .year-month {
  min-width: 50px;
}
.wrap .post-box .left .bottom .date:after {
  content: "";
  width: 1px;
  height: 56px;
  background: #CCCCCC;
  right: -13px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.wrap .post-box .left .bottom .title {
  margin-left: 33px;
}
.wrap .post-box .left .bottom .title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.wrap .post-box .left .bottom .title p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  opacity: 0.8;
}
.wrap .post-box .right {
  margin-left: 50px;
}
.wrap .post-box .right .headline {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
  padding-left: 80px;
}
.wrap .post-box .right .headline:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 37px solid #1687CD;
  border-left: 34px solid #1687CD;
  border-right: 34px solid #1687CD;
  border-bottom: 10px solid #FFFFFF;
  box-sizing: border-box;
}
.wrap .post-box .right .headline:after {
  content: "Headlines";
  width: 68px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 16px;
  font-size: 0.13rem;
  font-family: SourceHanSerifSC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.wrap .post-box .right .desc {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  -webkit-line-clamp: 2;
}
.wrap .post-box .right .desc:hover {
  color: #1687CD;
}
.wrap .post-box .right .diver {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #CCCCCC;
  margin-top: 15px;
  margin-bottom: 30px;
}
.wrap .post-box .right .post-list ul li a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 26px;
}
.wrap .post-box .right .post-list ul li a .name {
  padding-left: 20px;
  position: relative;
  width: 80%;
}
.wrap .post-box .right .post-list ul li a .name:hover {
  color: #1687CD;
}
.wrap .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: 12px;
  width: 9px;
  height: 7px;
  background: url(../images/index/post_li.png);
}
.wrap .post-box .right .post-list ul li a .dot {
  font-weight: bold;
  color: #656565;
  margin-right: 12px;
}
.wrap .post-box .right .post-list ul li a .date {
  font-size: 14px;
  color: #999999;
}
.wrap .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: 12px;
  width: 9px;
  height: 7px;
  background: url(../images/index/post_li_s.png);
}
.wrap .post .more {
  display: inline-block;
  margin: 50px auto;
  font-size: 20px;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 8px;
  padding: 0 48px;
  line-height: 47px;
  margin-bottom: 100px;
}
.wrap .post .more:hover {
  background: #1687CD;
  color: #FEFEFE;
  border: 1px solid transparent;
}
