.header {
  position: fixed;
  background: #fff;
}
.header .con .logo a img.regular {
  opacity: 0;
}
.header .con .logo a img.hover {
  opacity: 1;
}
.header .con .nav > ul > li h2 a {
  color: #333;
}
.bread {
  position: relative;
  background: #f3f4f7;
  top: 0;
  margin-top: 100px;
  padding: 6px 0;
}
.ctn1 {
  position: relative;
  padding: 40px 0 50px;
  overflow: hidden;
}
.ctn1 .title {
  width: 65.3%;
}
.ctn1 .title h1 {
  font-family: HarmonyOS_Sans_Medium;
}
.ctn1 .title h3 {
  color: #999;
  margin-top: 20px;
}
.ctn1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.ctn1 .content .left {
  width: 65.3%;
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
}
.ctn1 .content .left .text {
  padding-bottom: 50px;
  border-bottom: 1px solid #d2d2d2;
}
.ctn1 .content .left .text p {
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.ctn1 .content .left .text p:not(:first-child) {
  margin-top: 20px;
}
.ctn1 .content .left .text img {
  max-width: 100%;
}
.ctn1 .content .left .bottom {
  margin-top: 30px;
}
.ctn1 .content .left .bottom ul li {
  margin-top: 6px;
}
.ctn1 .content .left .bottom ul li a {
  color: #333;
  text-underline-offset: 4px;
}
.ctn1 .content .left .bottom ul li a span {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .content .left .bottom ul li a:hover {
  text-decoration: underline;
  color: #cfa972;
}
.ctn1 .content .right {
  width: 29%;
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
}
.ctn1 .content .right .recommend {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.ctn1 .content .right .recommend h2 {
  padding-left: 28px;
  position: relative;
}
.ctn1 .content .right .recommend h2:before {
  content: '';
  width: 12px;
  height: 19px;
  background: url(../img/news/sign.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .content .right .top {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.ctn1 .content .right .top h2 {
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .content .right .top .tu {
  overflow: hidden;
  margin-top: 20px;
}
.ctn1 .content .right .top .tu img {
  width: 100%;
}
.ctn1 .content .right .top:hover h2 {
  color: var(--yellow);
}
.ctn1 .content .right .top:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .content .right .bottom ul li {
  border-bottom: 1px solid #d2d2d2;
}
.ctn1 .content .right .bottom ul li a {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn1 .content .right .bottom ul li a .date {
  width: 65px;
  height: 65px;
  background: #eee;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ctn1 .content .right .bottom ul li a .date h3 {
  color: #333;
}
.ctn1 .content .right .bottom ul li a .date h4 {
  color: #333;
}
.ctn1 .content .right .bottom ul li a h2 {
  width: calc(100% - 85px);
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .content .right .bottom ul li:hover a h2 {
  color: var(--yellow);
}
@media screen and (max-width: 1440px) {
  .bread {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bread {
    margin-top: 60px;
  }
  .ctn1 {
    padding: 60px 0;
  }
  .ctn1 .title {
    width: 100%;
  }
  .ctn1 .content {
    display: block;
    margin-top: 20px;
  }
  .ctn1 .content .left {
    width: 100%;
    padding-top: 20px;
  }
  .ctn1 .content .left .text {
    padding-bottom: 20px;
  }
  .ctn1 .content .left .text p {
    line-height: 1.6;
  }
  .ctn1 .content .left .text p:not(:first-child) {
    margin-top: 10px;
  }
  .ctn1 .content .left .bottom {
    margin-top: 20px;
  }
  .ctn1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }
  .ctn1 .content .right .recommend {
    padding-bottom: 20px;
  }
  .ctn1 .content .right .top .tu {
    margin-top: 10px;
  }
  .ctn1 .content .right .bottom ul li a {
    padding: 14px 0;
  }
}
