.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-page .search-panel {
  position: relative;
}
.news-page .search-panel .common-nav-bar {
  width: 50%;
}
.news-page .search-panel .search-bar {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 40px;
  padding-top: 15px;
}
.news-page .search-panel .search-bar input::-ms-clear,
.news-page .search-panel .search-bar input::-ms-reveal {
  display: none;
}
.news-page .search-panel .search-bar input {
  display: inline-block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #055de1;
  line-height: 16px;
  font-size: 16px;
  width: 0px;
  transition: all 0.3s;
  color: #333333;
  letter-spacing: 2px;
  vertical-align: bottom;
}
.news-page .search-panel .search-bar .iconfont {
  cursor: pointer;
}
.news-page .search-panel .search-bar.show input {
  width: 480px;
}
.news-page .search-panel .search-bar.show .iconfont {
  color: #055de1;
}
.news-page .news-content {
  margin-top: 70px;
}
.news-page .news-content .news-cover {
  overflow: hidden;
  float: left;
  height: 596px;
}
.news-page .news-content .news-cover img {
  width: 100%;
  cursor: pointer;
}
.news-page .news-content .news-list {
  float: right;
}
.news-page .news-content .news-list .news-item {
  height: 200px;
  padding: 27px 54px 27px 10px;
  cursor: pointer;
  display: block;
}
.news-page .news-content .news-list .news-item .news-wrapper {
  transition: all 0.3s;
}
.news-page .news-content .news-list .news-item: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);
}
.news-page .news-content .news-list .news-item:hover .news-title,
.news-page .news-content .news-list .news-item:hover .news-summary,
.news-page .news-content .news-list .news-item:hover .news-date {
  color: white;
}
.news-page .news-content .news-list .news-item:hover .news-title .right-icon,
.news-page .news-content .news-list .news-item:hover .news-summary .right-icon,
.news-page .news-content .news-list .news-item:hover .news-date .right-icon {
  opacity: 1;
}
.news-page .news-content .news-list .news-item:hover .news-wrapper {
  transform: translateX(17px);
}
.news-page .news-content .news-list .news-item .news-title {
  transition: all 0.3;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  font-family: MicrosoftYaHei;
  line-height: 40px;
  margin-top: -12px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-page .news-content .news-list .news-item .news-summary {
  transition: all 0.3s;
  margin-top: 8px;
  color: #999999;
  line-height: 30px;
  font-size: 14px;
  /** 隐藏超出的内容 **/
  word-break: break-all;
  text-overflow: ellipsis;
  /** 多行 **/
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
  height: 60px;
  overflow: hidden;
}
.news-page .news-content .news-list .news-item .news-date {
  transition: all 0.3;
  margin-top: 23px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: 9999;
  line-height: 40px;
  color: #999999;
}
.news-page .news-content .news-list .news-item .news-date .right-icon {
  float: right;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.3;
}
@media screen and (min-width: 1600px) {
  .news-page .search-panel .search-bar.show input {
    width: 670px;
  }
  .news-page .news-content .news-cover {
    width: 800px;
  }
  .news-page .news-content .news-list {
    width: 720px;
  }
}
@media screen and (max-width: 1600px) {
  .news-page .search-panel .search-bar.show input {
    width: 470px;
  }
  .news-page .search-panel .search-bar:hover input {
    width: 470px;
  }
  .news-page .news-content .news-cover {
    width: 640px;
  }
  .news-page .news-content .news-list {
    width: 520px;
  }
}
@keyframes news-item-move {
  from {
    padding-left: 27px;
  }
  to {
    padding-left: 47px;
  }
}
.news-empty-page {
  text-align: center;
}
