<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topnavbox .toplogo img {
  height: 40px;
}
.inbanner {
  position: relative;
}
.inbanner .ww {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.inbanner .ww h3 {
  font-size: 48px;
  font-weight: bold;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 30%, rgba(255, 255, 255, 0.2));
}
.inbanner .ww p {
  padding-top: 60px;
  font-size: 18px;
  line-height: 34px;
  width: 70%;
  margin: 0 auto;
}
.inbanner .ww a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  margin: 30px auto;
  background: linear-gradient(-45deg, #A523A0, #286FE6);
  border-image: linear-gradient(-45deg, #2C61E6, #EE89FD) 1 1;
}
@media screen and (max-width: 769px) {
  .inbanner {
    position: relative;
    overflow: hidden;
  }
  .inbanner img {
    height: 7rem;
    text-align: center;
  }
  .inbanner .ww h3 {
    font-size: 0.5rem;
  }
  .inbanner .ww p {
    padding-top: 0.6rem;
    font-size: 0.22rem;
    width: 100%;
  }
  .inbanner .ww a {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0.3rem auto;
  }
}
.title1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.title1 .item-title {
  display: flex;
  align-items: center;
}
.title1 .item-title img {
  height: 21px;
}
.title1 .item-title h3 {
  font-size: 34px;
  padding: 0 60px;
  font-weight: bold;
}
.title1 .item-subt {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  color: #979baf;
}
.indifficulty {
  background: #f7f8fa;
}
.indifficulty .list {
  display: flex;
  flex-wrap: wrap;
}
.indifficulty .list .item {
  width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.indifficulty .list .item .li {
  padding: 40px;
}
.indifficulty .list .item .li i {
  font-size: 80px;
}
.indifficulty .list .item .li h3 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.indifficulty .list .item .hoverli {
  background: #4977f9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.indifficulty .list .item .hoverli i {
  font-size: 80px;
}
.indifficulty .list .item .hoverli h3 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.indifficulty .list .item .hoverli p {
  padding: 10px 30px;
}
.indifficulty .list .item .hoverli .jiantou {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0.04rem 0.12rem 0 rgba(67, 115, 249, 0.23);
  border-radius: 100%;
}
.indifficulty .list .item .hoverli .jiantou i {
  display: block;
  font-size: 40px;
  color: #4977f9;
  transform: rotate(-90deg);
}
.indifficulty .list .item:hover .hoverli {
  display: block;
}
@media screen and (max-width: 769px) {
  .title1 .item-title img {
    height: 0.2rem;
  }
  .title1 .item-title h3 {
    font-size: 0.34rem;
    padding: 0 0.3rem;
  }
  .title1 .item-subt {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    color: #979baf;
  }
  .indifficulty {
    background: #f7f8fa;
  }
  .indifficulty .list {
    justify-content: space-between;
    align-items: stretch;
  }
  .indifficulty .list .item {
    width: 48%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    position: relative;
    border: 1px solid #f5f5f5;
    margin-bottom: 0.2rem;
  }
  .indifficulty .list .item .li {
    display: none;
  }
  .indifficulty .list .item .hoverli {
    background: #fff;
    color: #444;
    position: static;
    display: block;
    padding: 0.2rem;
  }
  .indifficulty .list .item .hoverli i {
    font-size: 0.8rem;
  }
  .indifficulty .list .item .hoverli h3 {
    padding-top: 0.1rem;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .indifficulty .list .item .hoverli p {
    padding: 0.1rem 0;
  }
  .indifficulty .list .item .hoverli .jiantou {
    display: none;
  }
  .indifficulty .list .item:hover .hoverli {
    display: block;
  }
}
.insolve .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insolve .list ul li {
  width: 30%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.insolve .list ul li h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.insolve .list ul li p {
  color: #999;
  padding-bottom: 20px;
  line-height: 30px;
}
.insolve .list ul li a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  margin: 0 auto;
  transition: all 0.5s;
}
.insolve .list ul li a i {
  display: block;
  transform: rotate(-180deg);
}
.insolve .list ul li:hover {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem 0 rgba(123, 123, 123, 0.23);
}
.insolve .list ul li:hover a {
  background-color: #4977f9;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .insolve .list ul li {
    width: 48%;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    border: 1px solid #f5f5f5;
  }
  .insolve .list ul li h3 {
    font-size: 0.28rem;
    padding: 0.1rem 0;
  }
  .insolve .list ul li p {
    padding-bottom: 0.2rem;
    line-height: 0.5rem;
  }
  .insolve .list ul li a {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
}
.inservice {
  background: #f7f8fa;
}
.inservice .list .item {
  width: 100%;
  transition: all 0.5s;
}
.inservice .list .item .item-img {
  height: 250px;
  transition: all 0.5s;
}
.inservice .list .item .item-img img {
  width: 100%;
  height: 100%;
}
.inservice .list .item .item-con {
  padding: 30px;
  text-align: center;
}
.inservice .list .item .item-con h3 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}
.inservice .list .item .item-con h4 {
  color: #999;
  padding-bottom: 30px;
}
.inservice .list .item .item-con p {
  color: #999;
}
.inservice .list .item:hover {
  background: #fff;
  box-shadow: 0 0 0.18rem 0 rgba(165, 164, 164, 0.28);
}
.inservice .list .item:hover .item-img {
  padding: 20px;
  height: 210px;
}
@media screen and (max-width: 769px) {
  .inservice .list .item .item-img {
    height: 2.5rem;
  }
  .inservice .list .item .item-con {
    padding: 0.3rem;
  }
  .inservice .list .item .item-con h3 {
    font-size: 0.24rem;
    padding-bottom: 0.1rem;
  }
  .inservice .list .item .item-con h4 {
    padding-bottom: 0.3rem;
  }
  .inservice .list .item:hover .item-img {
    padding: 0.2rem;
    height: 2rem;
  }
  .inservice .swiper-button-next,
  .inservice .swiper-button-prev {
    display: none;
  }
}
.inchannel {
  background: #f7f8fa;
}
.inchannel .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inchannel .list ul li {
  width: 19%;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .inchannel .list ul li {
    width: 31%;
    margin-bottom: 0.3rem;
  }
}
.register {
  position: relative;
  color: #fff;
  background: url(../images/open-vip-bg.png) repeat center center;
  padding: 40px 0;
  background-size: 100% 100%;
}
.register .item-con {
  text-align: center;
}
.register .item-con a {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
}
.registerpopup .applyform {
  text-align: center;
  padding: 30px;
}
.registerpopup .applyform .item-img {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .register {
    padding: 0.4rem 0;
  }
  .register .item-con a {
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    border: 0.02rem solid #fff;
  }
  .registerpopup .applyform {
    width: 4rem;
    padding: 0.3rem;
  }
  .registerpopup .applyform .item-img {
    width: 3rem;
  }
}
.footer {
  background: #2e3238;
}
.footer .footernav {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footernav .con-p1 {
  flex: 1;
}
.footer .footernav .con-p1 img {
  width: 180px;
}
.footer .footernav .con-p1 p {
  margin-bottom: 10px;
}
.footer .footernav .con-p2 {
  width: 25%;
  text-align: left;
}
.footer .footernav .con-p2 h3 {
  color: #fff;
  font-weight: bold;
}
.footer .footernav .con-p2 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footernav .con-p2 a {
  width: 40%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.footer .footernav .con-p3 {
  width: 20%;
  text-align: center;
}
.footer .footernav .con-p3 h3 {
  color: #fff;
  font-weight: bold;
}
.footer .footernav .con-p3 img {
  width: 150px;
}
.footer .footernav .con-p4 {
  width: 20%;
  text-align: center;
}
.footer .footernav .con-p4 h3 {
  color: #fff;
  font-weight: bold;
}
.footer .footernav .con-p4 img {
  width: 150px;
}
.footer .footerbq {
  background: #272a30;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .footer {
    background: #2e3238;
  }
  .footer .footernav {
    padding: 0.3rem 0;
    flex-wrap: wrap;
  }
  .footer .footernav .con-p1 {
    flex: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .footer .footernav .con-p1 img {
    width: 2rem;
  }
  .footer .footernav .con-p1 p {
    margin-bottom: 0.2rem;
  }
  .footer .footernav .con-p2 {
    display: none;
  }
  .footer .footernav .con-p3 {
    width: 50%;
  }
  .footer .footernav .con-p3 h3 {
    color: #fff;
  }
  .footer .footernav .con-p3 img {
    width: 2rem;
  }
  .footer .footernav .con-p4 {
    width: 50%;
    text-align: center;
  }
  .footer .footernav .con-p4 h3 {
    color: #fff;
  }
  .footer .footernav .con-p4 img {
    width: 2rem;
  }
  .footer .footerbq {
    padding: 0.2rem;
  }
}
.renbanner {
  position: relative;
}
.renbanner .ww {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.renbanner .ww h3 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.renbanner .ww p {
  font-size: 24px;
  color: #C7D6FF;
}
.renbanner .ww a {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(-45deg, #A523A0, #286FE6);
  border-image: linear-gradient(-45deg, #2C61E6, #EE89FD) 1 1;
  border-radius: 10px;
  margin: 40px auto;
}
@media screen and (max-width: 769px) {
  .renbanner {
    position: relative;
  }
  .renbanner .banimg {
    min-height: 5rem;
  }
  .renbanner .ww h3 {
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .renbanner .ww p {
    font-size: 0.28rem;
  }
  .renbanner .ww a {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    border-radius: 0.1rem;
    margin: 0.4rem auto;
  }
}
.solutionbox {
  background: url(../images/solution_bg.png) no-repeat top center;
  background-size: 100% 100%;
}
.solutionbox .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.solutionbox .item .item-img {
  width: 45%;
}
.solutionbox .item .item-con {
  width: 45%;
}
.solutionbox .item .item-con h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4977f9;
  margin-bottom: 30px;
}
.solutionbox .item .item-con p {
  color: #666666;
  line-height: 40px;
}
@media screen and (max-width: 769px) {
  .solutionbox .item {
    padding: 0.3rem 0;
  }
  .solutionbox .item .item-img {
    width: 45%;
  }
  .solutionbox .item .item-con {
    width: 45%;
  }
  .solutionbox .item .item-con h3 {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .solutionbox .item .item-con p {
    line-height: 0.4rem;
  }
}
.support-signing {
  background: #F7F8FA;
}
.support-signing .item {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.5s;
}
.support-signing .item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.support-signing .item p {
  font-size: 14px;
  color: #999;
}
.support-signing .item img {
  padding: 30px 0;
}
.support-signing .item .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s;
}
.support-signing .item .icon i {
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 20px;
  transition: all 0.5s;
}
.support-signing .item:hover {
  box-shadow: 0 0.04rem 0.12rem 0 rgba(156, 156, 156, 0.23);
  border-bottom: solid 2px #1F68E4;
}
.support-signing .item:hover h3 {
  color: #4977f9;
}
.support-signing .item:hover .icon {
  background: #4977f9;
  color: #fff;
}
.support-signing .item:hover .icon i {
  transform: rotate(-90deg);
}
@media screen and (max-width: 769px) {
  .support-signing {
    background: #F7F8FA;
  }
  .support-signing .item {
    width: 100%;
    padding: 0.3rem;
  }
  .support-signing .item h3 {
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
  }
  .support-signing .item p {
    font-size: 0.24rem;
    color: #999;
  }
  .support-signing .item img {
    padding: 0.3rem 0;
  }
  .support-signing .item .icon {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .support-signing .item .icon i {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 20px;
    transition: all 0.5s;
  }
  .support-signing .item:hover {
    box-shadow: 0 0.04rem 0.12rem 0 rgba(156, 156, 156, 0.23);
    border-bottom: solid 2px #1F68E4;
  }
  .support-signing .item:hover h3 {
    color: #4977f9;
  }
  .support-signing .item:hover .icon {
    background: #4977f9;
    color: #fff;
  }
  .support-signing .item:hover .icon i {
    transform: rotate(-90deg);
  }
}
.support-team .item {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  transition: all 0.5s;
}
.support-team .item .yuan {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background: #F7F8FA;
  border-radius: 100%;
  margin: 0 auto;
}
.support-team .item .yuan i {
  font-size: 80px;
}
.support-team .item h3 {
  font-size: 16px;
  margin-top: 30px;
  font-weight: bold;
  transition: all 0.5s;
}
.support-team .item p {
  font-size: 14px;
  padding: 30px 0;
}
.support-team .item .num {
  transition: all 0.5s;
}
.support-team .item:hover {
  box-shadow: 0 0.04rem 0.12rem 0 rgba(156, 156, 156, 0.23);
}
.support-team .item:hover h3 {
  color: #4977f9;
}
.support-team .item:hover .num {
  color: #4977f9;
}
.support-team .item:hover .num::before {
  display: flex;
  align-items: center;
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background: #eee;
}
@media screen and (max-width: 769px) {
  .support-team .item {
    padding: 0.4rem;
  }
  .support-team .item .yuan {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .support-team .item .yuan i {
    font-size: 0.8rem;
  }
  .support-team .item h3 {
    font-size: 0.26rem;
    margin-top: 0.3rem;
  }
  .support-team .item p {
    font-size: 0.24rem;
    padding: 0.3rem 0;
  }
}
.aboutbox {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 30px;
}
.aboutbox .item-fl {
  width: 45%;
}
.aboutbox .item-fl .biao {
  font-size: 26px;
  color: #4977f9;
  padding-bottom: 10px;
  font-weight: bold;
}
.aboutbox .item-fl .subbiao {
  font-size: 16px;
  color: #979BAF;
  padding-bottom: 60px;
}
.aboutbox .item-fl .con {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.aboutbox .item-fr {
  width: 50%;
}
.about1 {
  padding: 30px 0 10px 0;
}
.about1 .item-title {
  font-size: 20px;
  font-weight: bold;
}
.about1 .item-sub {
  font-size: 12px;
  color: #999;
  padding-bottom: 30px;
}
.about1 .item-con {
  color: #999;
}
.about-team ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-team ul li {
  width: 29%;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
  margin-top: 30px;
}
.about-team ul li img {
  width: 130px;
}
.about-team ul li h3 {
  padding: 30px 0;
  font-size: 16px;
}
.about-team ul li p {
  font-size: 14px;
  color: #999;
}
.about-team ul li:hover {
  box-shadow: 0 0.04rem 0.12rem 0 rgba(156, 156, 156, 0.23);
}
.about-site {
  background: #F7F8FA;
}
.about-site ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-site ul li {
  width: 31.3%;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .aboutbox {
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
  }
  .aboutbox .item-fl {
    width: 100%;
  }
  .aboutbox .item-fl .biao {
    font-size: 0.4rem;
    padding-bottom: 0.1rem;
  }
  .aboutbox .item-fl .subbiao {
    font-size: 0.26rem;
    padding-bottom: 0.6rem;
  }
  .aboutbox .item-fl .con {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .aboutbox .item-fr {
    margin-top: 0.4rem;
    width: 100%;
  }
  .about1 {
    padding: 0.3rem 0 0.1rem 0;
  }
  .about1 .item-title {
    font-size: 0.3rem;
  }
  .about1 .item-sub {
    font-size: 0.22rem;
    padding-bottom: 0.3rem;
  }
  .about-team ul li {
    width: 48%;
    border-radius: 0.2rem;
    padding: 0.3rem;
    margin-top: 0.3rem;
  }
  .about-team ul li img {
    width: 1.3rem;
  }
  .about-team ul li h3 {
    padding: 0.3rem 0;
    font-size: 0.26rem;
  }
  .about-team ul li p {
    font-size: 0.24rem;
  }
  .about-site ul li {
    width: 48%;
    margin-top: 0.3rem;
  }
}
.helplist {
  box-shadow: inset 0.04rem 0 0.08rem 0 rgba(156, 156, 156, 0.2);
  padding: 60px 0;
}
.helplist .helpli {
  position: relative;
  transition: all 0.5s;
}
.helplist .helpli .helpli-line {
  width: 70%;
  height: 1px;
  background: #E0E0E0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 88;
}
.helplist .helpli .helpli-con {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  position: relative;
  z-index: 99;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
  transition: all 0.5s;
}
.helplist .helpli .helpli-con .con-title {
  display: flex;
  transition: all 0.5s;
}
.helplist .helpli .helpli-con .con-title .item-num {
  font-size: 18px;
  font-weight: bold;
  color: #BCBFCD;
  padding-right: 40px;
}
.helplist .helpli .helpli-con .con-li {
  border-bottom: 1px solid #E0E0E0;
  width: 70%;
}
.helplist .helpli .helpli-con .con-li h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.helplist .helpli .helpli-con .con-li p {
  font-size: 14px;
  color: #999;
  padding-bottom: 30px;
}
.helplist .helpli:hover .helpli-con {
  box-shadow: 0 0.04rem 0.12rem 0 rgba(156, 156, 156, 0.23);
}
.helplist .helpli:hover .helpli-con .con-title {
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  .helplist {
    box-shadow: none;
    padding: 0.6rem 0;
  }
  .helplist .helpli {
    position: relative;
    transition: all 0.5s;
  }
  .helplist .helpli .helpli-line {
    display: none;
  }
  .helplist .helpli .helpli-con {
    margin-left: 0;
    padding: 0.2rem 0;
  }
  .helplist .helpli .helpli-con .con-title {
    display: none;
  }
  .helplist .helpli .helpli-con .con-li {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.2rem;
    box-shadow: 0 0.02rem 0.06rem 0 rgba(156, 156, 156, 0.23);
  }
  .helplist .helpli .helpli-con .con-li h3 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
  }
  .helplist .helpli .helpli-con .con-li p {
    font-size: 0.24rem;
    padding-bottom: 0.3rem;
  }
}
.news-list-page {
  max-width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 769px) {
  .news-list-page {
    margin: 20px auto;
    padding: 20px;
  }
}
.news-list-page .news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-list-page .news-list .news-item {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.news-list-page .news-list .news-item .news-cover {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 769px) {
  .news-list-page .news-list .news-item .news-cover {
    width: 120px;
    height: 120px;
  }
}
.news-list-page .news-list .news-item .news-info .news-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.news-list-page .news-list .news-item .news-info .news-update-time {
  font-size: 14px;
  color: #666666;
}
.news-detail-page {
  max-width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 769px) {
  .news-detail-page {
    padding: 20px;
    margin: 20px auto;
  }
}
.news-detail-page .news-header {
  margin-bottom: 40px;
}
.news-detail-page .news-header .news-title {
  font-size: 28px;
  margin-bottom: 12px;
}
.news-detail-page .news-header .news-update-time {
  font-size: 14px;
}
.news-detail-page .news-body .news-content {
  font-size: 16px !important;
  line-height: 28px;
}
</pre></body></html>