@charset 'utf-8';
.news-bg img {
  width: 100%;
}
.news-content {
  width: 1200px;  
  margin: 0 auto;
  margin-bottom: 50px;
}
.content {
  width: 1200px;
  margin: 10px auto;
  background: #fff;
}
.news-detail .current-position {
  width: 1200px;
  margin: 30px auto;
}
.news-detail .current-position a, .news-detail .current-position span {
  color: #666;
  font-size: 14px;
}
.news-detail .content {
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}
.news-detail .title {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 35px;
  border-bottom: 1px solid #999;
}
.news-detail .title p {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
}
.news-detail .title span {
  color: #666;
  font-size: 14px;
}
.news-detail .detail {
  width: 900px;
  margin: 20px auto;
}
.news-detail .detail p {
  color: #444;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  /* letter-spacing: 1px; */
  text-indent: 2em;
}
.news-detail .detail img {
  /*width: 100%;*/
  /*height: 100%;*/
  margin: 10px 0;
  max-width: 100%;
}
.news-detail .detail .slogan-one {
  width: 200px;
  margin: 0 auto;
  padding-right: 25px;
  color: #c00000;
  font-weight: bold;
  text-align: left;
  border: 1px solid #333;
  border-radius: 12px;
}
.slogan-container {
  margin: 30px 0px;
}
.border-bottom {
  margin-top: 20px;
  padding: 10px 0;
  border-top: .5px dashed #999;
}
.news-detail .detail .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 80px;
}
.news-detail .detail .flex a {
  display: inline-block;
  width: 400px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-detail .detail .flex a span {
  margin-right: 20px;
}
.news-detail .detail .flex p, .news-detail .detail .flex a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-indent: 0;
}
.news-detail .detail .text-indent {
  text-indent: 0;
}
.news-detail .detail .title-bg {
  color: #f60;
  text-indent: 0;
  background: #ff9;
}
.news-detail .detail .title-bgcolor {
  text-align: center;
}
.news-detail .detail .title-bold {
  text-indent: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.news-detail .detail .title-center {
  text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.news-detail .detail .text-center {
  text-align: center;
}
.news-detail .detail .title-bgcolor span {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background: #ff9;
}
.news-detail .detail .reason {
  position: relative;
}
.news-detail .detail .reason span {
  display: inline-block;
  width: 160px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  background: #f13256;
  position: absolute;
  top: -18px;
  left: 370px;
}
.news-detail .detail .news6-ul {
  margin: 40px 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style-type: circle;
  padding: 40px 0 10px 20px;
}
.news-detail .detail .news6-ul li {
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
/* 最新资讯 开始 */
.latest-news {
  margin: 0 auto;
  margin-bottom: 50px;
}
.latest-news .title .title-zh {
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.latest-news .title .title-en {
  text-align: center;
  margin: 10px auto;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.latest-news .title {
  border: none;
}
.latest-news .title p {
  padding: 0;
}
.latest-news .article {
  width: 1200px;
  margin: 0 auto;
}
.latest-news .article div {
  display: inline-block;
  width: 380px;
  height: 385px;
  background: #fff;
  margin: 0 5px;
  vertical-align: top;
}
.latest-news .article img {
  width: 380px;
  height: 190px;
}
.latest-news .article .news-title {
  font-size: 18px;
  color: #666;
  margin: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.latest-news .article .news-title:hover {
  color: #ed3da1;
}
.latest-news .article .new-desc {
  color: #808080;
  font-size: 14px;
  line-height: 2;
  margin: 15px;
}
.latest-news .article .new-label {
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 20px 15px;
  border: 1px solid #ccc;
}
/* 最新资讯 结束 */
.content .detail .short-desc {
  text-align: center; 
  margin: 0 0 30px 0;
}
