<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Created by renjie on 2021/6/17.
*/
.breadcrumb-box {
  height: 56px;
  line-height: 56px;
  padding-top: 10px;
}
.news-body {
  background-color: #F6F8FC;
}
.news-main .news-left {
  float: left;
  width: 850px;
}
.news-main .news-left .type-switch {
  width: 850px;
  height: 36px;
  margin-bottom: 15px;
  background: #FFFFFF;
}
.news-main .news-left .type-switch .item {
  float: left;
  width: 25%;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}
.news-main .news-left .type-switch .item a {
  display: block;
}
.news-main .news-left .type-switch .item a:visited,
.news-main .news-left .type-switch .item a:link {
  color: #000000;
}
.news-main .news-left .type-switch .item.act {
  color: #FFFFFF;
  background: #0E85FF;
}
.news-main .news-left .type-switch .item.act a:visited,
.news-main .news-left .type-switch .item.act a:link {
  color: #FFFFFF;
}
.news-main .news-left .news-list {
  padding-bottom: 30px;
}
.news-main .news-left .news-list .item {
  width: 810px;
  height: 160px;
  padding: 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
}
.news-main .news-left .news-list .item:hover {
  box-shadow: 0px 5px 26px 5px #eee;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff;
}
.news-main .news-left .news-list .item img {
  float: left;
  width: 240px;
  height: 160px;
  margin-right: 30px;
}
.news-main .news-left .news-list .item .con {
  float: right;
  width: 540px;
}
.news-main .news-left .news-list .item .con .title {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 19px;
}
.news-main .news-left .news-list .item .con .title:link,
.news-main .news-left .news-list .item .con .title:visited {
  color: #333333;
}
.news-main .news-left .news-list .item .con .title:hover {
  color: #0E85FF;
}
.news-main .news-left .news-list .item .con .desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}
.news-main .news-left .news-list .item .con .desc .news-view-btn {
  word-break: break-all;
  /* å•è¯æ‰“æ–­ï¼Œå¯ä»¥è®©æ˜¾ç¤ºç¾Žè§‚ä¸€äº› */
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 40px;
  /* çœç•¥å·å®½åº¦ */
  color: #0E85FF;
  z-index: 9;
  background: -webkit-linear-gradient(left, transparent, #fff 35%);
  /* #fffä¸ºé®ç½©é¢œè‰²ï¼Œä¸‹åŒâ†“ */
  background: -o-linear-gradient(right, transparent, #fff 35%);
  background: -moz-linear-gradient(right, transparent, #fff 35%);
  background: linear-gradient(to right, transparent, #fff 35%);
}
@media \0screen {
  .news-main .news-left .news-list .item .con .desc .news-view-btn {
    padding: 0 20px;
    background: #fff;
  }
}
.news-main .news-left .news-list .item .con .desc .news-view-btn a {
  color: #0E85FF;
  display: inline-block;
}
.news-main .news-left .news-list .item .con .desc .news-view-btn a:link,
.news-main .news-left .news-list .item .con .desc .news-view-btn a:visited {
  color: #0E85FF;
}
.news-main .news-left .news-list .item .con .tag-box {
  font-size: 14px;
  color: #0E85FF;
  padding-top: 45px;
  line-height: 23px;
}
.news-main .news-left .news-list .item .con .tag-box .tag {
  float: left;
  height: 21px;
  border: 1px solid #3484FC;
  border-radius: 10px;
  padding: 0 12px;
  margin-right: 12px;
}
.news-main .news-left .news-list .item .con .tag-box .time {
  float: right;
  color: #666666;
}
.news-main .news-right {
  float: right;
  width: 315px;
}
.news-main .news-right .search-box {
  width: 315px;
  height: 36px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 15px;
  position: relative;
}
.news-main .news-right .search-box input {
  padding-left: 15px;
  padding-right: 40px;
}
.news-main .news-right .search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.news-main .news-right .search-box .search-btn img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.news-main .news-right .type-list {
  margin-bottom: 15px;
  padding: 15px 7.5px;
  background-color: #fff;
}
.news-main .news-right .type-list .title {
  font-size: 18px;
  color: #000000;
  padding-left: 7.5px;
  padding-bottom: 12.5px;
}
.news-main .news-right .type-list .item {
  float: left;
  width: 133px;
  height: 30px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 30px;
  margin: 7.5px;
  border: 1px solid #E6E6E6;
}
.news-main .news-right .type-list .item a {
  color: #666666;
}
.news-main .news-right .type-list .item a:visited,
.news-main .news-right .type-list .item a:link {
  color: #666666;
}
.news-main .news-right .type-list .item:hover {
  background: #0E85FF;
}
.news-main .news-right .type-list .item:hover a {
  color: #FFFFFF;
}
.news-main .news-right .hot-list {
  padding: 15px 12.5px;
  padding-right: 11.5px;
}
.news-main .news-right .hot-list .hot-item {
  width: 90px;
  margin: 2.5px;
  font-size: 12px;
}
.news-main .news-right .contact {
  width: 315px;
  background-color: #fff;
}
.news-main .news-right .contact .title {
  width: 285px;
  height: 40px;
  background: url("../images/news-contact-bg.png") no-repeat center;
  color: #FFFFFF;
  font-size: 13px;
  padding: 15px;
}
.news-main .news-right .contact .title p:first-child {
  font-size: 20px;
}
.news-main .news-right .contact .phone-box {
  padding: 20px 0;
}
.news-main .news-right .contact .phone-box .phone {
  width: 285px;
  height: 40px;
  background: #E6F3FF;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  vertical-align: middle;
}
.news-main .news-right .contact .phone-box .phone img {
  width: 24px;
  margin-right: 14px;
  vertical-align: middle;
}
.news-main .news-right .contact .qq-box {
  width: 315px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.news-main .news-right .contact .qq-box .qq {
  float: left;
  width: 157px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.news-main .news-right .contact .qq-box .qq a {
  display: inline-block;
}
.news-main .news-right .contact .qq-box .qq a:hover,
.news-main .news-right .contact .qq-box .qq a:visited,
.news-main .news-right .contact .qq-box .qq a:link {
  color: #333333;
}
.news-main .news-right .contact .qq-box .qq img {
  width: 32px;
  margin-bottom: 10px;
}
.news-main .news-right .contact .wechat-box {
  text-align: center;
  padding: 26px 0;
}
.news-main .news-right .contact .wechat-box img {
  width: 135px;
  height: 135px;
  margin-bottom: 10px;
}
.news-main .news-right .contact .wechat-box p {
  font-size: 16px;
  color: #000000;
}
.news-main .news-right .contact .contact-btn {
  display: inline-block;
  width: 315px;
  height: 50px;
  background: #0E85FF;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.news-main .news-right .news-list {
  padding: 15px;
  background-color: #fff;
  margin: 15px 0;
}
.news-main .news-right .news-list .title {
  font-size: 18px;
  color: #000000;
}
.news-main .news-right .news-list .item {
  margin-top: 20px;
}
.news-main .news-right .news-list .item img {
  float: left;
  width: 75px;
  height: 50px;
  margin-right: 10px;
}
.news-main .news-right .news-list .item .desc {
  float: left;
  font-size: 14px;
  color: #4b4a4a;
  line-height: 20px;
  width: 200px;
  padding-top: 7px;
}
.news-main .article-box {
  padding: 40px 20px;
  width: 810px;
  background: #FFFFFF;
}
.news-main .article-box .article-top {
  padding-bottom: 19px;
  border-bottom: 1px dashed #C8C9CC;
}
.news-main .article-box .article-top .artic-title {
  text-align: center;
  color: #000000;
  font-size: 24px;
  margin-bottom: 40px;
}
.news-main .article-box .article-top .artic-desc {
  font-size: 14px;
  color: #666666;
}
.news-main .article-box .article-top .artic-desc span {
  margin-right: 30px;
}
.news-main .article-box .article-content-box {
  font-size: 16px;
  line-height: 32px;
}
.news-main .article-box .article-content-box img {
  max-width: 100%;
  height: auto;
}
.news-main .article-box .article-footer {
  padding-top: 32px;
}
.news-main .article-box .article-footer .assess {
  width: 810px;
  height: 77px;
  background: url("../images/article-assess-bg.png") no-repeat center;
}
.news-main .article-box .article-footer .assess .title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 77px;
  padding-left: 21px;
}
.news-main .article-box .article-footer .assess input {
  width: 225px;
  height: 36px;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 3px;
  line-height: 36px;
  padding-left: 15px;
  margin-top: 21px;
  margin-left: 10px;
}
.news-main .article-box .article-footer .assess .submit {
  width: 120px;
  height: 36px;
  font-size: 18px;
  color: #FFFFFF;
  background: #0E85FF;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-top: 21px;
  margin-left: 10px;
}
.news-main .article-box .article-footer .original-statement {
  font-size: 14px;
  color: #979797;
  margin-top: 30px;
}
.news-main .article-box .article-footer .original-statement a {
  color: #4D4D4D;
  margin-right: 30px;
}
.news-main .article-box .article-footer .original-statement a:visited,
.news-main .article-box .article-footer .original-statement a:link {
  color: #4D4D4D;
}
.news-main .article-box .article-footer .original-statement a:hover {
  color: #0e85ff;
}
.news-main .article-box .article-footer .tag-box {
  color: #4D4D4D;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin-top: 16px;
}
.news-main .article-box .article-footer .tag-box .tag {
  display: inline-block;
  height: 20px;
  border: 1px solid #3484FC;
  color: #0E85FF;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  margin-right: 6px;
  cursor: pointer;
}
.news-main .article-box .article-footer .tag-box .tag:hover {
  background-color: #0E85FF;
  color: #fff;
}
.news-main .article-box .article-footer .btn-box {
  margin-top: 36px;
}
.news-main .article-box .article-footer .btn-box .btn {
  display: inline-block;
  max-width: 43%;
  padding: 0 20px;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 36px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}
.news-main .article-box .article-footer .btn-box .btn:visited,
.news-main .article-box .article-footer .btn-box .btn:link {
  color: #4D4D4D;
}
.news-main .article-box .article-footer .btn-box .btn:hover {
  background-color: #0e85ff;
  border: 1px solid #0e85ff;
  color: #fff;
}
.news-main .article-box .article-footer .btn-box .text_after:after {
  content: '';
  padding-left: 0;
}
.correlation-news {
  margin-top: 20px;
  background-color: #fff;
  padding: 30px 10px;
}
.correlation-news .box-title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px;
}
.correlation-news .list .item {
  float: left;
  width: 395px;
  height: 44px;
  background: #F6F8FC;
  margin: 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #808080;
  line-height: 44px;
}
.correlation-news .list .item .title {
  float: left;
  width: 250px;
  padding-left: 30px;
  line-height: 44px;
}
.correlation-news .list .item .title:visited,
.correlation-news .list .item .title:link {
  color: #808080;
}
.correlation-news .list .item .time {
  float: right;
  padding-right: 15px;
}
.correlation-news .list .item .text_after:after {
  padding-left: 10px;
  background: #F6F8FC;
  /* #fffä¸ºé®ç½©é¢œè‰²ï¼Œä¸‹åŒâ†“ */
}
.correlation-news .list .item:hover .title,
.correlation-news .list .item:hover .time {
  color: #0E85FF;
}
</pre></body></html>