<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*è½®æ’­å›¾*/

.banner {
  width: 100%;
  min-width: 1200px;
}

.banner img {
  width: 100%;
  min-width: 1200px;
  vertical-align: top;
}

.banner-wrapper {
  width             : 1200px;
  height            : 100%;
  position          : absolute;
  top               : 0%;
  left              : 50%;
  -webkit-transform : translateX(-50%);
  transform         : translateX(-50%);
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-pack  : end;
  -ms-flex-pack     : end;
  justify-content   : flex-end;
  -webkit-box-align : end;
  -ms-flex-align    : end;
  align-items       : flex-end;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  padding-bottom    : 100px;
}

.banner-wrapper .form-desc {
  width            : 449px;
  position         : absolute;
  right            : 0;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width:992px) {
  /*è½®æ’­å›¾*/
  .banner {
    width: 100%;
    min-width: 100%;
    margin-top: .71rem;
  }
  .banner img {
    width: 100%;
    min-width: 100%;
    vertical-align: top;
  }
  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    display: none;
  }
}

/*è´¨ä¿æŸ¥è¯¢ã€é¢„çº¦ä½“éªŒã€é—¨åº—æŸ¥è¯¢*/

.user-activity {
  width: 100%;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-activity a {
  display: block;
  width: calc(100%/3);
  text-align: center;
  position: relative;
}

.user-activity a&gt;img {
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.user-activity a p {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 50px;
  font-size: 26px;
  font-weight: 900;
  color: #c6c7c7;
  -webkit-transition: .3s;
  transition: .3s;
}

.user-activity a:hover p {
  color: #000;
}

.user-activity a p img {
  position: relative;
  z-index: 1;
  width: 49px;
  height: 49px;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.activity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: .4s;
  transition: .4s;
}

.user-activity a:hover .activity-mask {
  opacity: 0;
  z-index: -99;
}

@media (max-width:992px) {
  /*è´¨ä¿æŸ¥è¯¢ã€é¢„çº¦ä½“éªŒã€é—¨åº—æŸ¥è¯¢*/
  .user-activity {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .user-activity a {
    display: block;
    width: calc(100%/3);
    text-align: center;
    position: relative;
  }
  .user-activity a&gt;img {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .user-activity a p {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: .5rem;
    font-size: .18rem;
    font-weight: 900;
    color: #c6c7c7;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .user-activity a:hover p {
    color: #c6c7c7;
  }
  .user-activity a p img {
    position: relative;
    z-index: 1;
    width: .37rem;
    height: auto;
    vertical-align: middle;
    margin-right: .15rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .activity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .4s;
    transition: .4s;
  }
  .user-activity a:hover .activity-mask {
    opacity: 0;
    z-index: -99;
  }
}

.video video{
  width: 100%;
}

/*æ¼†é¢ä¿æŠ¤è†œã€æ±½è½¦çª—è†œ*/

.mo {
  width: 100%;
  min-width: 1200px;
}

.qimian-box {
  position: relative;
}

.qimian {
  width: 100%;
  min-width: 1200px;
  height: 950px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: url(../images/qimian.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.qimian1 {
  width: 100%;
  min-width: 1200px;
  height:437px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: url("../images/mocai.png") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.qimian-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qimian-wrapper&gt;img {
  display: none;
}

.desc-title {
  font-size: 26px;
  font-weight: 900;
  /*opacity  : 0;*/
}

/* .desc-title span{
	color: #c79830;
} */

.qimian-desc hr {
  margin-top: 28px;
  margin-bottom: 30px;
  max-width: 62px;
  text-align: left;
}

.desc-content {
  max-width: 448px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.qimian-desc a {
  display: block;
  width: 110px;
  height: 36px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

.qimian {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transition: 2s;
  transition: 2s;
}

@media (max-width:992px) {
  .mo {
    width: 100%;
    min-width: 100%;
  }
  .qimian {
    width: 100%;
    min-width: 100%;
    background: url(../images/qimianm.png) no-repeat center bottom;
    background-size: contain;
    height: 9.73rem;
    padding-top: .88rem;
  }
	.qimian1 {
    width: 100%;
    min-width: 100%;
    background: url(../images/mocaim.png) no-repeat center bottom;
    background-size: contain;
    height: 6.73rem;
    padding-top: .88rem;
  }
  .qimian-wrapper {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .desc-title {
    font-size: .26rem;
    font-weight: 900;
    /*opacity  : 0;*/
  }
  .qimian-wrapper&gt;img {
    width: 100%;
    display: block;
  }
  .qimian-desc hr {
    margin: 0 auto;
    margin-top: .28rem;
    margin-bottom: .30rem;
    max-width: .62rem;
  }
  .desc-content {
    max-width: 100%;
    font-size: .18rem;
    color: #fff;
    line-height: .38rem;
  }
  .qimian-desc a {
    margin: 0 auto;
    display: block;
    width: 1.1rem;
    height: .36rem;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .02rem solid #fff;
    text-align: center;
    line-height: .38rem;
    font-size: .18rem;
    margin-top: .30rem;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
  }
}

.chuang {
  width: 100%;
  min-width: 1200px;
  height: 437px;
  background: #000;
  background: url(../images/chuang.png) no-repeat center;
  background-size: cover;
}
.chuang1 {
  width: 100%;
  min-width: 1200px;
  height: 437px;
  background: #000;
  background: url(../images/dengmo.png) no-repeat center;
  background-size: cover;
}

.chuang-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chuang-wrapper&gt;img {
  display: none;
}

.chuang-desc hr {
  margin-top: 28px;
  margin-bottom: 30px;
  max-width: 62px;
  text-align: left;
}

.chuang-desc a {
  display: block;
  width: 110px;
  height: 36px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width:992px) {
  .chuang {
    width: 100%;
    min-width: 100%;
    background: url(../images/chuangm.png) no-repeat center bottom;
    background-size: cover;
    height: 6.73rem;
    padding-top: .4rem;
  }
	.chuang1 {
    width: 100%;
    min-width: 100%;
    background: url(../images/dengmom.png) no-repeat center bottom;
    background-size: cover;
    height: 6.73rem;
    padding-top: .4rem;
  }
  .chuang-wrapper {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: -.2rem;
  }
  .desc-title {
    font-size: .26rem;
    font-weight: 900;
    /*opacity  : 0;*/
  }
  .chuang-wrapper&gt;img {
    width: 100%;
    display: block;
    margin-top: .15rem;
  }
  .chuang-desc hr {
    margin: 0 auto;
    margin-top: .28rem;
    margin-bottom: .30rem;
    max-width: .62rem;
  }
  .desc-content {
    display: block;
    margin: 0 auto;
    width: 6.67rem;
    font-size: .18rem;
    color: #fff;
    line-height: .38rem;
  }
  .chuang-desc {
    padding-bottom: .4rem;
  }
  .chuang-desc a {
    margin: 0 auto;
    display: block;
    width: 1.1rem;
    height: .38rem;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .02rem solid #fff;
    text-align: center;
    line-height: .38rem;
    font-size: .14rem;
    margin-top: .30rem;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
  }
}

/*æ–°é—»èµ„è®¯*/

.news {
  width: 100%;
  min-width: 1200px;
  text-align: center;
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0;
}

.news&gt;h1 {
  font-size: 26px;
  line-height: 50px;
  font-weight: inherit;
}

.news&gt;h1 span.word1, .news&gt;h1 span.word2 {
  position: relative;
  top: 1px;
  color: #c79830;
  padding-right: 5px;
  font-weight: 900;
}

.news hr {
  margin: 30px auto;
  max-width: 62px;
}

.news p {
  font-size: 16px;
  line-height: 40px;
}

.news-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  text-align: left;
}

@media (max-width:992px) {
  .news {
    width: 6.67rem;
    min-width: 6.67rem;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 0;
  }
  .news&gt;h1 {
    font-size: .26rem;
    line-height: .5rem;
    font-weight: inherit;
  }
  .news&gt;h1 span.word1, .news&gt;h1 span.word2 {
    position: relative;
    top: 1px;
    color: #c79830;
    padding-right: .05rem;
    font-weight: 900;
  }
  .news hr {
    margin: .3rem auto;
    max-width: .62rem;
  }
  .news p {
    font-size: .18rem;
    line-height: .4rem;
  }
  .news-list {
    width: 6.67rem;
    margin: 0 auto;
    margin-top: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    text-align: left;
  }
}

.news&gt;a {
  display: block;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin: 10px auto 0 auto;
  color: #000;
  box-sizing: border-box;
  background: #fff;
}

/*é¦–é¡µæ–°é—»*/
.newsList{
  display: flex;
  width: 1200px;
  margin: auto;
}

.newsList_item {
  width: 30%;
  margin: 0 auto;
  color: #fff;
  margin-top: 72px;
  position: relative;
}

.newsList_item .news-img{
  display: block;
  width:355px;
  height:304px;
  border:1px solid #fff;
  overflow: hidden;
  text-align: center;
}

.newsList_item img{
  width:auto;
  height:100%;
  margin:0 -100%;
}

.newsList_item .yearmouth{
  position: absolute;
  top:212px;
  left:20px;
  width:93px;
  height:76px;
  background-color: rgba(0, 0, 0, .3);
}

.newsList_item .yearmouth .day{
  display: block;
  font-size:32px;
}

.newsList_item .form-desc{
  display: block;
}

.newsList_item .form-desc .desc-content{
  width:100%;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  margin-top:10px;
  min-height: 60px;
}

.newsList_item&gt;.item_left {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.newsList_item&gt;.item_left&gt;img {
  width: 100%;
}

@media (max-width:992px) {
  .newsList_item&gt;.item_left&gt;img {
    width: .9rem;
    height: .9rem;
  }
  .content img {
    max-width: 6.67rem;
  }
}

.newsList_item&gt;.item_right {
  width: auto;
  text-align: left;
  line-height: 30px;
  border-bottom: 1px solid #b6b6b6;
  flex: 1;
}

.newsList_item:last-child&gt;.item_right {
  border-bottom: 0;
}

.newsList_item&gt;.item_right&gt;.form-desc {
  width: 100%;
}

.newsList_item&gt;.item_right&gt;.form-desc&gt;.desc-content {
  width: 100%!important;
  max-width: 100%;
}

.newsList_item .form-desc a {
  display: block;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  box-sizing: border-box;
  background: #fff;
}

.newsList_item&gt;.form-desc&gt;a {
  display: block;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  box-sizing: border-box;
  background: #fff;
}

.newsList_item&gt;.form-desc&gt;a:hover {
  border: 1px solid #c79863;
  color: #c79863;
  background: transparent;
}

.newsList_item&gt;.item_right&gt;.form-desc&gt;hr {
  margin: 26px 0;
}

.newsList_pageNum {
  width: 1200px;
  margin: 0 auto;
}

.newsList_pageNum&gt;ul {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 80px;
}

.newsList_item&gt;.item_left&gt;.yearmouth {
  margin-top: 10px;
}

.newsList_pageNum&gt;ul&gt;li&gt;a&gt;span {
  color: #0f0f0f;
}

.newsList_pageNum&gt;ul&gt;.is-active {
  border: 2px solid #c79863;
  background-color: #0f0f0f;
}

.newsList_pageNum&gt;ul&gt;.is-active a {
  color: #c79863;
}

.newsList_pageNum&gt;ul&gt;li a {
  padding: 15px 20px 15px 20px;
  color: #000;
}

.newsList_pageNum&gt;ul&gt;li:hover {
  color: #c79863;
  border: 2px solid #c79863;
  background-color: #0f0f0f
}

.newsList_pageNum&gt;ul&gt;li:hover&gt;a {
  color: #c79863;
}

.newsList_pageNum&gt;ul&gt;li:hover&gt;a&gt;span {
  color: #c79863;
}

.newsList_pageNum&gt;ul&gt;li a span:hover {
  color: #c79863;
}

.newsList_pageNum&gt;ul&gt;li {
  border: 2px solid black;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  margin-left: 9px;
}

.newsList_pageNum&gt;ul&gt;li:last-child {
  margin-left: 0;
}

.newsList_item&gt;.item_right&gt;.form-desc&gt;.desc-content:nth-child(1) {
  font-size: 26px;
}

@media (max-width:992px) {
  .pageBox a {
    font-size: .18rem;
  }
  .newsList_item&gt;.item_right&gt;.form-desc&gt;.desc-content:last-child {
    font-size: .18rem;
  }
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
    vertical-align: top;
  }
  .banner .banner-desc {
    width: 6.67rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner .form-desc {
    width: 4.49rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .banner-wrapper {
      width            : 6.67rem;
      height           : 100%;
      position         : absolute;
      bottom           : 5%;
      left             : 50%;
      -webkit-transform: translateX(-50%);
      transform        : translateX(-50%);
      padding-bottom   : 0;
  }

  .banner-wrapper .form-desc {
      width            : 3.5rem;
      position         : absolute;
      right            : 0;
      top              : 50%;
      -webkit-transform: translateY(-50%);
      transform        : translateY(-50%);
  }

  .form-desc&gt;.desc-title {
    font-size: .26rem;
  }
  .form-desc&gt;hr {
    margin: 0;
    margin: .28rem 0;
  }
  .content {
    width: 6.67rem;
    margin: 0 auto;
    color: #fff;
    margin-top: 1.06rem;
  }
  .content&gt;.news-title {
    width: 100%;
    text-align: center;
    font-size: .26rem;
  }
  .content&gt;hr {
    max-width: .62rem;
    margin: 0 auto;
    height: .01rem;
    border: 0;
    background: #fff;
    margin-top: .28rem;
    margin-bottom: .50rem;
  }
  .news-contro {
    width: 3.51rem;
    height: .23rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .23rem;
  }
  .news-contro&gt;.prev, .news-contro&gt;.next {
    width: 1rem;
    height: .23rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .18rem;
  }
  .news-contro&gt;.newlist {
    width: .7rem;
    height: .18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .18rem;
  }
  .news-contro&gt;.prev&gt;i, .news-contro&gt;.next&gt;i {
    display: block;
    width: .23rem;
    height: .23rem;
  }
  .news-contro&gt;.newlist&gt;i {
    display: block;
    width: .19rem;
    height: .15rem;
  }
  .news-contro&gt;.prev&gt;i {
    background: url("../images/prev.png") no-repeat center center;
    background-size: cover;
  }
  .news-contro&gt;.newlist&gt;i {
    background: url("../images/list.png") no-repeat center center;
    background-size: cover;
  }
  .news-contro&gt;.next&gt;i {
    background: url("../images/next.png") no-repeat center center;
    background-size: cover;
  }
  .news-detail {
    line-height: .38rem;
  }
  .news-detail&gt;p {
    text-align: left;
    font-size: .18rem;
    margin: .32rem 0;
  }
  .news-detail&gt;img {
    width: 100%;
  }
  .news-detail span {
    font-size: .18rem;
    /* font-weight: 900;*/
  }
  .news-detail&gt;p.pic-det {
    text-align: center;
  }
  .news-detail&gt;img {
    display: block;
    margin: 0 auto;
  }
  .backList {
    width: 1.22rem;
    height: .27rem;
    background: #fff;
    margin: 0 auto;
    margin-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .18rem;
  }
  .backList&gt;i {
    width: .19rem;
    height: .12rem;
    display: block;
    background: url("../images/backlist.png") no-repeat center center;
    background-size: cover;
  }
  .newsList {
    width: 6.67rem;
    margin: 0 auto;
    display: block;
  }

  .news&gt;a {
    margin: .2rem auto;
    display: block;
    width: 1.1rem;
    height: .36rem;
    color: #000;
    border: .02rem solid #fff;
    text-align: center;
    line-height: .36rem;
    font-size: .18rem;
    background: #fff;
  }

  .newList&gt;.newsList_content {
    width: 6.67rem;
  }
  .newsList_item {
    width: 6.67rem;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    margin-top: .72rem;
  }

  .newsList_item .yearmouth .day{
    font-size: .65rem;
  }

  .newsList_item .news-img{
    height:76px;
    flex:1;
    position: relative;
  }

  .newsList_item .yearmouth {
    top:auto;
    bottom:4px;
    left: 5px;
    width: 46px;
    height: 36px;
  }

  .newsList_item .yearmouth .day {
    font-size: .4rem;
    height:.35rem;
  }

  .newsList_item .yearmouth .monthyear {
    font-size: .15rem;
  }


  .newsList_item .form-desc {
    display: block;
    margin-left:20px;
    flex:2;
  }

  .newsList_item .form-desc .desc-content{
    line-height: .4rem;
    margin: 0;
  }

  .newsList_item&gt;.form-desc&gt;a {
    margin: 0;
    display: block;
    width: 1.1rem;
    height: .36rem;
    color: #000;
    border: .02rem solid #fff;
    text-align: center;
    line-height: .36rem;
    font-size: .18rem;
    background: #fff;
  }

  .newsList_item&gt;.item_left {
    width: 2.00rem;
    text-align: center;
    padding-top: .10rem;
    font-size: .18rem;
  }
  .newsList_item&gt;.item_right {
    width: auto;
    text-align: left;
    line-height: .30rem;
    border-bottom: .01rem solid #b6b6b6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .newsList_item:last-child&gt;.item_right {
    border-bottom: 0;
  }
  .newsList_item&gt;.item_right&gt;.form-desc&gt;.desc-content {
    line-height: .4rem;
  }
  .newsList_item&gt;.item_right&gt;.form-desc&gt;.desc-content:nth-child(1) {
    font-size: .26rem;
    line-height: .3rem;
  }
  .newsList_item&gt;.item_right&gt;.form-desc&gt;a {
    display: block;
    width: 1.10rem;
    height: .36rem;
    text-align: center;
    line-height: .4rem;
    margin-bottom: .47rem;
    margin-top: .2rem;
  }
  .newsList_item&gt;.item_right&gt;.form-desc&gt;hr {
    margin: .26rem 0;
  }
  .newsList_pageNum {
    width: 6.67rem;
    margin: 0 auto;
  }
  .newsList_pageNum&gt;ul {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    margin-top: .47rem;
    margin-bottom: .80rem;
    font-size: .18rem;
  }
  .newsList_pageNum&gt;ul&gt;li {
    display: inline-block;
    /* width      : .40rem; */
    height: .40rem;
    background: #fff;
    text-align: center;
    line-height: .40rem;
    margin-left: .09rem;
  }
  .newsList_pageNum&gt;ul&gt;li:nth-child(6) {
    background: transparent;
    font-size: .20rem;
    color: #fff;
    letter-spacing: .02rem;
    margin-left: 0;
  }
  .newsList_pageNum&gt;ul&gt;li:last-child {
    margin-left: 0;
  }
}

.news-contro p a {
  color: white !important;
}

/*endé¦–é¡µæ–°é—»*/
.chuang-wrapper&gt;.chuang-desc&gt;a:hover,.qimian-wrapper&gt;.qimian-desc&gt;a:hover,.newsList_item&gt;.item_right&gt;.form-desc&gt;a:hover {
  border: 1px solid #c79863;
  color: #c79863;
  background: transparent;
}</pre></body></html>