/* region banner */
.news-detail-banenr {
  height: 150px;
  background: url(clientlibs-news-fragment/images/news/detail/banner-pc.png) center;
  background-size: cover;
}

.news-detail-banenr-wrapper {
  max-width: 1200px;
  padding-top: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail-banenr-wrapper h2 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.news-detail-banenr-wrapper p {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news-detail-banenr {
    height: 175px;
    background-image: url(clientlibs-news-fragment/images/news/detail/banner-mb.jpg);
    background-size: cover;
  }

  .news-detail-banenr-wrapper {
    padding-top: 55px;
    text-align: center;
  }

  .news-detail-banenr-wrapper h2 {
    margin-bottom: 7px;
  }
}

/* endregion banner */

/* region ¨¦?¡é??¡­?¡À¡® */
.crumbs {
  font-size: 12px;
  color: #333;
}

.crumbs ul:before,
.crumbs ul:after {
  content: " ";
  display: table;
}

.crumbs ul:after {
  clear: both;
}

.crumbs li {
  float: left;
}

.crumbs li + li:before {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}

.crumbs a {
  text-decoration: none;
  color: #666;
}

.crumbs a:hover {
  color: #2056b7;
}

/* endregion ¨¦?¡é??¡­?¡À¡® */

/* region ?¡ì???¡§??¡¥¨¨?¡±??? */
.news-detail-back-mb {
  display: none;
}

@media (max-width: 767px) {
  .news-detail-back-mb {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px #e4e9f0;
  }

  .news-detail-back-mb a {
    display: block;
    height: 45px;
    font-size: 0;
    line-height: 45px;
  }

  .news-detail-back-mb i {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-left: solid 2px #666;
    border-bottom: solid 2px #666;
    margin-right: 2px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }

  .news-detail-back-mb span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 25px;
    color: #666;
  }
}
/* endregion ?¡ì???¡§??¡¥¨¨?¡±??? */

/* region ??¡­??1 */
.news-detail-container {
  background: #f7f7f7;
}

.news-detail-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.crumbs {
  line-height: 38px;
}

.news-detail-content {
  background-color: white;
  padding: 50px 140px 10px;
}

.news-detail-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #333;
}

.news-detail-date {
  text-align: center;
}

.news-detail-date i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(clientlibs-news-fragment/images/news/detail/clock-pc.png);
  background-size: 100% auto;
}

.news-detail-date span {
  font-size: 12px;
  line-height: 17px;
  color: #999;
}

.news-detail-text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
}

.news-detail-text h4 {
  font-size: 18px
}

.news-detail-text h2 {
  font-size: 30px
}

.news-detail-text p {
  margin-bottom: 20px;
  text-indent: 0;
}

.news-detail-text a {
  color: #0090ff
}

.news-detail-text a:hover {
  color: #0090ff;
  text-decoration: underline;
  border: none;
}

.news-detail-text img {
  max-width: 100%;
  vertical-align: middle
}
.report-btn {
  display: none;
}

@media (max-width: 767px) {
  .crumbs {
    display: none;
  }

  .news-detail-wrapper {
    padding-left: 0;
    padding-right: 0;
    background: white;
  }

  .news-detail-content {
    padding: 35px 15px 30px;
  }

  .news-detail-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .news-detail-date i {
    background-image: url(clientlibs-news-fragment/images/news/detail/clock-mb.png);
  }

  .news-detail-text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 25px;
  }
  
  .report-btn {
	font-size:14px;
	text-align: right;
	color: #808080;
	display: inline-block;
	width: 100%;
   }
  .report-btn .report-btn-img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-size: 100% auto;
	margin-bottom: 3px;
  }
}

/* endregion ??¡­??1 */

/* news detail nextPre Page*/
.news-detail-content .action {
    border-top: 1px solid #E4E2E2;
    font-size: 16px;
    padding: 29px 0 39px;
}
@media (max-width:768px) {
  .news-detail-content .action{
    padding: 10px 0 10px;
  }
}
.news-detail-content .action p {
    color: #333333;
    line-height: 32px;
}
.news-detail-content .action a {
    display: inline-block;
    max-width: 560px;
}
.news-detail-content .action p a:hover{
    color: #499DF2;
    text-decoration: underline;

}
.news-detail-content .action span {
    display: inline-block;
    max-width: 100px;
    vertical-align: top;
}