.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-detail-page .news-title {
  color: #333333;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1;
  margin-top: 110px;
  text-align: center;
}
.news-detail-page .news-date {
  color: #999999;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 1;
  margin-top: 26px;
  text-align: center;
}
.news-detail-page .news-content {
  text-align: left;
  width: 980px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  word-break: break-all !important;
}
.news-detail-page .news-content strong {
  font-weight: bold;
}
.news-detail-page .news-content ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.news-detail-page .news-content ul {
  list-style-type: disc;
  padding-left: 18px;
}
.news-detail-page .news-content div,
.news-detail-page .news-content p,
.news-detail-page .news-content span,
.news-detail-page .news-content li,
.news-detail-page .news-content a {
  word-break: break-all !important;
}
.news-detail-page .news-content p {
  margin-top: 44px;
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.news-detail-page .news-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto !important;
  height: auto !important;
}
.news-detail-page .news-content video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.news-detail-page .news-content .video-cannot-play {
  text-align: center;
  display: block\9;
}
.news-detail-page .news-nav {
  margin-top: 100px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  font-size: 0;
  height: 100px;
  position: relative;
}
.news-detail-page .news-nav::after {
  content: '';
  position: absolute;
  height: 60px;
  width: 1px;
  top: 20px;
  left: 50%;
  background-color: #E7E7E7;
}
.news-detail-page .news-nav:hover::after {
  display: none;
}
.news-detail-page .news-nav.single {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 110px;
}
.news-detail-page .news-nav.single::after {
  display: none;
}
.news-detail-page .news-nav.single .nav {
  width: 100%;
  text-align: center !important;
}
.news-detail-page .news-nav .nav {
  display: inline-block;
  width: 50%;
  padding: 0px 85px;
  position: relative;
  height: 100%;
}
.news-detail-page .news-nav .nav .ie8 {
  display: none;
}
.news-detail-page .news-nav .nav .title {
  line-height: 100px;
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 75px;
}
.news-detail-page .news-nav .nav .nav-icon {
  font-size: 16px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
  transition-delay: all 0.3s;
}
.news-detail-page .news-nav .nav.pre .nav-icon::before {
  content: '\e658';
  font-family: 'iconfont';
  position: absolute;
  left: 25px;
  line-height: 100px;
  font-weight: bold;
  transition: all 0.2s ease-in;
  color: #999;
}
.news-detail-page .news-nav .nav.pre .nav-icon::after {
  content: '\e658';
  font-family: 'iconfont';
  position: absolute;
  left: 45px;
  line-height: 100px;
  transition: all 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
  color: #999;
}
.news-detail-page .news-nav .nav.pre:hover {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
  color: #FFFFFF;
}
.news-detail-page .news-nav .nav.pre:hover .title {
  color: #FFFFFF;
}
.news-detail-page .news-nav .nav.pre:hover .nav-icon::before {
  left: 10px;
  opacity: 0;
}
.news-detail-page .news-nav .nav.pre:hover .nav-icon::after {
  left: 25px;
  opacity: 1;
  color: white;
}
.news-detail-page .news-nav .nav.next {
  text-align: right;
  background: white;
  transition: all 0.3s;
}
.news-detail-page .news-nav .nav.next .nav-icon::before {
  content: '\e659';
  font-family: 'iconfont';
  position: absolute;
  right: 25px;
  line-height: 100px;
  font-weight: bold;
  transition: all 0.2s ease-in;
  color: #999;
}
.news-detail-page .news-nav .nav.next .nav-icon::after {
  content: '\e659';
  font-family: 'iconfont';
  position: absolute;
  right: 45px;
  line-height: 100px;
  transition: all 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
  color: #999;
}
.news-detail-page .news-nav .nav.next .nav-bg {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-detail-page .news-nav .nav.next:hover .nav-bg {
  opacity: 1;
}
.news-detail-page .news-nav .nav.next:hover .title {
  color: #FFFFFF;
}
.news-detail-page .news-nav .nav.next:hover .nav-icon::before {
  right: 10px;
  opacity: 0;
}
.news-detail-page .news-nav .nav.next:hover .nav-icon::after {
  right: 25px;
  opacity: 1;
  color: white;
}
