@charset "UTF-8";

.news-detail {
  margin-top: 10px;
  position: relative;
}

.news-content {
  border: 1px solid;
  box-sizing: border-box;
  min-height: 400px;
  padding: 40px 60px;
  width: 1300px;
}

.news-content .tag {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}

.news-content .tag .region-tag {
  background-color: #0064b8;
  border-radius: 2px;
  font-size: 22px;
  margin-right: 20px;
  padding: 0 15px;
}

.news-content .tag .source-tag {
  font-size: 24px;
}

.news-content .p-share {
  height: 50px;
}

.news-content .p-share h3 {
  font-size: 18px;
}

.news-content .p-share li {
  height: 50px;
  width: 50px;
}

.news-content .p-share .facebook a,
.news-content .p-share .qq a {
  font-size: 27px;
}

.news-content .p-share li a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}

.news-content .p-share li a:after {
  height: 28px;
  width: 28px;
}

.news-content .p-share .facebook a:after {
  background-position: 0 -3129px;
}

.news-content .p-share .twitter a:after {
  background-position: 0 -3217px;
}

.news-content .p-share .weibo a:after {
  background-position: 0 -3265px;
}

.news-content .p-share .qq a:after {
  background-position: 0 -3173px;
}


.news-content .subject {
  font-size: 44px;
  font-weight: bold;
  margin-top: 20px;
}


.news-content .subtitle {
  font-size: 18px;
  margin-top: 5px;
  padding-bottom: 18px;
}

.news-content-body {
  font-size: 13px;
  padding: 20px 80px 0 80px;
}


.news-content-body p {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 15px;
}

.news-content-body img {
  cursor: pointer;
  display: block;
  height: auto;
  margin: 5px auto;
  max-width: 750px;
  text-align: center;
}

.news-content-body table {
  width: 100% !important;
}

.news-content-body table td {
  width: auto !important;
}

.related-news {
  border: 1px solid #2c333d;
  box-sizing: border-box;
  height: 1150px;
  max-height: 911px;
  min-height: 400px;
  width: 370px;
  width: 354px;
  z-index: 2000;
}

.related-news h2 {
  font-size: 22px;
  line-height: 48px;
  text-align: center;
}

.related-news ul {
  padding: 20px 20px 0 20px;
}

.related-news li {
  margin-bottom: 20px;
}

.related-news a {
  display: block;
  position: relative;
}

.related-news .img-container {

  box-sizing: border-box;
  font-weight: bold;
  height: 180px;
  margin-bottom: 8px;
}


.related-news .img-container img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
}

.related-news h3 {
  background-color: rgba(0, 0, 0, .6);
  bottom: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  position: absolute;
  width: 100%;
}

.rel-news-tail {
  border: 1px solid;
  margin: 20px auto 0 auto;
  width: 1680px;
}

.rel-news-tail .title {
  border-bottom: 1px solid;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  margin: 0 10px;
  padding: 10px 5px;
}

.rel-news-tail ul {
  margin: 0 auto;
  padding: 15px;
}

.rel-news-tail .break-news-item {
  border-radius: 2px;
  box-sizing: border-box;
  height: 227px;
  margin: 0 .5%;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  width: 24%;
}

.rel-news-tail .break-news-item a {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.rel-news-tail .break-news-item a img {
  height: 100%;
  width: 100%;
}

.rel-news-tail .break-news-item .text {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 2% 3%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.rel-news-tail .break-news-item .text h3 {
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  margin-bottom: 5px;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rel-news-tail .break-news-item .text .date {
  font-size: 14px;
}

/*en css*/

.en-US .news-content-body {
  font-family: open_sanslight;
  font-size: 16px;
}

.en-US .news-content-body p {
  font-size: 19px;
}

.en-US .news-content .subject {
  font-family: open_sanslight;
  font-size: 50px;
}

/* window size <1680px then--> width=1200px */

@media screen and (max-width: 1680px) {
  .news-content {
    padding: 20px 30px;
    width: 920px;
  }

  .news-content .tag {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
  }

  .news-content .tag .region-tag {
    font-size: 18px;
    padding: 0 10px;
  }

  .news-content .tag .source-tag {
    font-size: 21px;
  }

  .news-content .p-share {
    height: 30px;
  }

  .news-content .p-share h3 {
    font-size: 14px;
  }

  .news-content .p-share li {
    height: 30px;
    width: 30px;
  }

  .news-content .p-share li a {
    height: 30px;
  }

  .news-content .p-share li a:after {
    height: 20px;
    width: 20px;
  }

  .news-content .p-share .facebook a:after {
    background-position: 0 -335px;
  }

  .news-content .p-share .twitter a:after {
    background-position: 0 -385px;
  }

  .news-content .p-share .weibo a:after {
    background-position: 0 -410px;
  }

  .news-content .p-share .qq a:after {
    background-position: 0 -360px;
  }

  .related-news {
    max-height: 751px;
    width: 254px;
  }

  .related-news .img-container {
    height: 140px;
    width: 212px;
  }

  .rel-news-tail {
    width: 1200px;
  }

  .rel-news-tail .break-news-item {
    height: 186px;
  }

  .news-content-body p,
  .en-US .news-content-body p {
    font-size: 17px;
  }

  .related-news h3 {
    font-size: 12px;
  }

  .news-content-body img {
    max-width: 600px;
  }

  .news-content .subtitle {
    font-size: 16px;
  }

  .rel-news-tail .break-news-item .text h3 {
    font-size: 14px;
  }

  .rel-news-tail .break-news-item .text .date {
    font-size: 12px;
  }

  .news-content .p-share .facebook a,
  .news-content .p-share .qq a {
    font-size: 18px;
  }

  .news-content .p-share li a {
    font-size: 16px;
  }
}
