@import 'reset.css';
html {
  font-size: 62.5%;
}
html,
body {
  position: relative;
  width: 100%;
  background-color: #090e12;
  background: url(../img/bg.jpg);
}
.main {
  position: relative;
  min-width: 120rem;
  min-height: 59rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#newsPage .head .news-li a {
  color: #24c0c2;
}
#newsPage .head .news-li::before,
#newsPage .head .news-li::after {
  opacity: 1;
}
#wikiPage .head .wiki-li a {
  color: #24c0c2;
}
#wikiPage .head .wiki-li::before,
#wikiPage .head .wiki-li::after {
  opacity: 1;
}
.conter {
  position: relative;
  margin: 0 auto;
  width: 120rem;
  perspective: 1000;
  -webkit-perspective: 1000;
  color: #fff;
}
.share-cont {
  z-index: 5;
  position: absolute;
  right: 30px;
  top: 380px;
  width: 23px;
  height: 203px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.share-cont .s-link {
  position: relative;
  display: block;
  background: url(../img/icon-link2.png) no-repeat;
}
.share-cont .s-link.s1 {
  cursor: default;
  width: 22px;
  height: 21px;
  background-position: 0px 0px;
}
.share-cont .s-link.s1::after {
  display: none;
  background-position: 0px 0px;
}
.share-cont .s-link.s2 {
  width: 21px;
  height: 21px;
  background-position: -1px -47px;
}
.share-cont .s-link.s2::after {
  background-position: -1px -47px;
}
.share-cont .s-link.s3 {
  width: 21px;
  height: 17px;
  background-position: -1px -95px;
}
.share-cont .s-link.s3::after {
  background-position: -1px -95px;
}
.share-cont .s-link.s4 {
  width: 22px;
  height: 22px;
  background-position: -1px -141px;
}
.share-cont .s-link.s4::after {
  background-position: -1px -141px;
}
.share-cont .s-link.s5 {
  width: 22px;
  height: 15px;
  background-position: 0 -188px;
}
.share-cont .s-link.s5::after {
  background-position: 0 -188px;
}
.share-cont .s-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon-link-h2.png) no-repeat;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.share-cont .s-link:hover::after {
  opacity: 1;
}
.top-btn {
  cursor: pointer;
  z-index: 6;
  position: fixed;
  right: 3rem;
  top: 61.4rem;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../img/top.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.top-btn:hover {
  background: url(../img/top-h.png) no-repeat;
  background-size: cover;
}
.head {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 20rem;
}
.head::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 31.25vw;
  background: url(../img/hd-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
.head .comm-ui {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 0 4rem;
  background-color: aliceblue;
  background: linear-gradient(#000000, rgba(0, 0, 0, 0));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
}
.head .comm-ui .logo {
  width: 16.1rem;
  height: 4.2rem;
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
}
.head .comm-ui .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head .comm-ui .side {
  width: 60rem;
  height: 4.6rem;
}
.head .comm-ui .side .side-ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.head .comm-ui .side .side-ul li {
  position: relative;
  cursor: pointer;
  line-height: 4.6rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
}
.head .comm-ui .side .side-ul li a {
  position: absolute;
  z-index: 5;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.head .comm-ui .side .side-ul li::before,
.head .comm-ui .side .side-ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  transition: all .3s linear;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}
.head .comm-ui .side .side-ul li::before {
  border-top: 5px solid #24b1c4;
  top: 0;
}
.head .comm-ui .side .side-ul li::after {
  border-bottom: 5px solid #24b1c4;
  bottom: 0;
}
.head .comm-ui .side .side-ul li:hover a,
.head .comm-ui .side .side-ul li.curr a {
  color: #24c0c2;
}
.head .comm-ui .side .side-ul li:hover::before,
.head .comm-ui .side .side-ul li.curr::before,
.head .comm-ui .side .side-ul li:hover::after,
.head .comm-ui .side .side-ul li.curr::after {
  opacity: 1;
}
.news-sec {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.news-sec .title {
  position: relative;
  margin: 0 auto;
}
.news-sec .title.title1 {
  width: 18.1rem;
  height: 5.1rem;
}
.news-sec .title.title2 {
  width: 41.1rem;
  height: 8.3rem;
}
.news-sec .title img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}
.news-sec .tab-nav {
  margin: 3.4rem auto 2.4rem;
  width: 50rem;
  height: 2.4rem;
  box-sizing: border-box;
}
.news-sec .tab-nav .nav-ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.news-sec .tab-nav .nav-ul li {
  cursor: pointer;
  width: 8.2rem;
  height: 2.4rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  border-right: 1px solid #313438;
  transition: all 0.3s;
}
.news-sec .tab-nav .nav-ul li:last-child {
  border-right: none;
}
.news-sec .tab-nav .nav-ul li:hover,
.news-sec .tab-nav .nav-ul li.act {
  background: #1cb1c3;
  color: #ffffff;
}
.news-sec .comm-cont {
  margin: 4rem auto 5rem;
  width: 100rem;
  box-sizing: border-box;
}
.news-sec .comm-cont .comm-item {
  width: 100%;
  height: 100%;
}
.news-sec .comm-cont .comm-item .comm-ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: block;
}
.news-sec .comm-cont .comm-item .comm-index {
  cursor: pointer;
  padding: 2rem 1rem;
  width: 100%;
  border-bottom: 1px solid #232728;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform: translateX(0px);
  transition: all 0.6s;
}
.news-sec .comm-cont .comm-item .comm-index .text {
  width: 68rem;
}
.news-sec .comm-cont .comm-item .comm-index .text .s-title {
  line-height: 3.4rem;
  font-weight: bold;
  color: #fdfdfd;
  font-size: 2.4rem;
}
.news-sec .comm-cont .comm-item .comm-index .text .intro {
  margin: 2rem 0 3rem 0;
  line-height: 2.4rem;
  font-size: 1.4rem;
  color: rgba(253, 253, 253, 0.7);
  width: 66.6rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.news-sec .comm-cont .comm-item .comm-index .text .time {
  line-height: 3rem;
  font-size: 1rem;
  color: rgba(253, 253, 253, 0.6);
  padding-right: 2rem;
}
.news-sec .comm-cont .comm-item .comm-index .text .tag {
  padding: 1px 1rem;
  text-align: center;
  background: #0f3234;
  color: #1cb1c3;
  font-size: 1.2rem;
}
.news-sec .comm-cont .comm-item .comm-index .text .more {
  font-style: normal;
  font-size: 1.2rem;
  color: #16828f;
  float: right;
  font-weight: 100;
}
.news-sec .comm-cont .comm-item .comm-index .pic {
  position: relative;
  width: 25.4rem;
  height: 15.1rem;
  transition: all 0.6s;
  border: 2px solid #0a0f10;
}
.news-sec .comm-cont .comm-item .comm-index .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-sec .comm-cont .comm-item .comm-index:hover {
  transform: translateX(1.6rem);
  border-bottom: 1px solid #17606a;
}
.news-sec .comm-cont .comm-item .comm-index:hover .pic {
  border: 2px solid #24b1c4;
}
.news-sec .comm-cont .comm-item .comm-index:hover .text .more {
  font-weight: bold;
  color: #1cb1c3;
}
.news-sec .search-cont {
  margin: 4rem auto 0;
  width: 96rem;
  height: 4.3rem;
  background: url(../img/input-search.png) no-repeat;
  background-size: cover;
}
.news-sec .search-cont .search-text {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  width: 96rem;
  height: 4.3rem;
  border: 1px solid #858788;
  box-sizing: border-box;
  padding: .2rem 1rem .2rem 5.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  font-size: 2rem;
}
.news-details {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.news-details .return {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  left: 12rem;
  top: -5rem;
  width: 7rem;
  height: 2.4rem;
  background: url(../img/return-btn.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.news-details .return:hover {
  background: url(../img/return-btn-h.png) no-repeat;
  background-size: cover;
}
.news-details .details-box {
  position: relative;
  margin: 0px auto 5rem;
  width: 97rem;
}
.news-details .details-box .z-title {
  width: 86rem;
  font-size: 4rem;
  line-height: 5rem;
  color: #fdfdfd;
}
.news-details .details-box .d-time {
  margin: 3.6rem 0;
  line-height: 1.6rem;
  font-size: 1rem;
  color: rgba(253, 253, 253, 0.6);
}
.news-details .details-box .d-time .tag {
  padding: 0 1rem;
  text-align: center;
  background: #0f3234;
  color: #1cb1c3;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.news-details .details-box .video-cont {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.news-details .details-box .det-video {
  width: auto;
  height: auto;
}
.news-details .details-box .s-tit {
  margin: 2rem 0;
  color: #fdfdfd;
  font-size: 2rem;
}
.news-details .details-box .s-tit span {
  color: #24b1c4;
}
.news-details .details-box .s-tit .a-link {
  text-decoration: underline;
  color: #24b1c4;
}
.news-details .details-box .que {
  margin: 2rem 0 1rem 0;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
}
.news-details .details-box .que span {
  color: #24b1c4;
}
.news-details .details-box .que .a-link {
  text-decoration: underline;
  color: #24b1c4;
}
.news-details .details-box .ans {
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
}
.news-details .details-box .ans span {
  color: #24b1c4;
}
.news-details .details-box .ans .a-link {
  text-decoration: underline;
  color: #24b1c4;
}
.news-details .details-box .det-img {
  margin: 1rem auto;
}
.d {
  display: none;
}
.d.cur {
  display: block;
}
.foot {
  z-index: 2;
  position: relative;
  margin-top: 4rem;
  min-width: 120rem;
  width: 100%;
  height: 30rem;
  background-color: #0a0f10;
  background: url(../img/bg.jpg);
  overflow: hidden;
}
.foot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -84.75rem;
  width: 169.5rem;
  height: 1.7rem;
  background: url(../img/line.png) no-repeat;
  background-size: cover;
}
.foot .foot-ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
}
.foot .foot-ul .f-logo {
  width: 25.4rem;
  height: 4rem;
  background: url(../img/foot-logo.png) no-repeat;
  background-size: cover;
}
.foot .foot-ul .f-text {
  width: 40rem;
  margin: 0 5rem;
}
.foot .foot-ul .f-text p {
  line-height: 2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.foot .foot-ul .f-text span {
  text-decoration: underline;
}
.foot .foot-ul .f-link {
  width: 17.2rem;
  height: 2.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
}
.foot .foot-ul .f-link .link {
  position: relative;
  display: block;
  background: url(../img/icon-link.png) no-repeat;
  background-size: 17.2rem 2.6rem;
}
.foot .foot-ul .f-link .link.link1 {
  width: 2.5rem;
  height: 2.5rem;
  background-position: 0 0px;
}
.foot .foot-ul .f-link .link.link1::after {
  background-position: 0 0px;
}
.foot .foot-ul .f-link .link.link2 {
  width: 2.5rem;
  height: 2.1rem;
  background-position: -4.9rem -0.4rem;
}
.foot .foot-ul .f-link .link.link2::after {
  background-position: -4.9rem -0.4rem;
}
.foot .foot-ul .f-link .link.link3 {
  width: 2.6rem;
  height: 2.6rem;
  background-position: -9.8rem 0px;
}
.foot .foot-ul .f-link .link.link3::after {
  background-position: -9.8rem 0px;
}
.foot .foot-ul .f-link .link.link4 {
  width: 2.4rem;
  height: 1.8rem;
  background-position: -14.8rem -0.4rem;
}
.foot .foot-ul .f-link .link.link4::after {
  background-position: -14.8rem -0.4rem;
}
.foot .foot-ul .f-link .link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon-link-h.png) no-repeat;
  background-size: 17.2rem 2.6rem;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.foot .foot-ul .f-link .link:hover::after {
  opacity: 1;
}
.bar-box {
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.bar-box .page-bar {
  position: relative;
  text-align: center;
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.bar-box .page-bar a {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 18px;
  cursor: pointer;
  margin: 0 .6rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 3rem;
  text-decoration: none;
  background: url(../img/num.png) no-repeat;
  background-size: cover;
}
.bar-box .page-bar a:hover {
  color: #fff;
  background: url(../img/num-act.png) no-repeat;
  background-size: cover;
}
.bar-box .page-bar a.cur {
  color: #fff;
  background: url(../img/num-act.png) no-repeat;
  background-size: cover;
}
.bar-box .page-bar a[data-type=first],
.bar-box .page-bar a[data-type=last] {
  display: none;
}
.bar-box .page-bar a.front-page {
  text-indent: -999999px;
  background: url(../img/prev.png) no-repeat;
  background-size: cover;
}
.bar-box .page-bar a.end-page {
  text-indent: -999999px;
  background: url(../img/next.png) no-repeat;
  background-size: cover;
}
.bar-box .page-bar a.disabled {
  color: #bbb;
}
.bar-box .page-bar span {
  line-height: 3.2rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 .6rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/num.png) no-repeat;
  background-size: cover;
}
.bar-box .page-bar .input {
  width: 3rem;
  height: 3rem;
  border: 1px solid red;
}
.bar-box .num-page {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 3rem;
  width: 13rem;
  height: 3rem;
  font-size: 1.8rem;
}
.bar-box .num-page input {
  margin: 0 .3rem;
  -webkit-appearance: none;
  appearance: none ;
  outline: 0;
  width: 5rem;
  height: 3rem;
  border: 1px solid #858788;
  box-sizing: border-box;
  padding: 0.2rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
