@charset "UTF-8";
.border-bg {
  background: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12); }

/*banner*/
.sub-banner {
  height: 240px;
  box-sizing: content-box;
  padding-top: 90px; }
  .sub-banner img {
    width: 100%;
    height: 100%; }

.tab-list-box {
  position: relative;
  min-height: 540px; }

/* 首页列表 */
.tab-list {
  padding-top: 30px; }
  .tab-list:first-child {
    padding-top: 40px; }
  .tab-list .tab-title {
    position: relative; }
    .tab-list .tab-title h1 {
      float: left;
      padding-left: 10px;
      font-size: 24px;
      font-weight: 500;
      color: #303133; }
    .tab-list .tab-title .line-icon {
      width: 4px;
      height: 24px;
      background-color: #0486fe;
      border-radius: 1px;
      position: absolute;
      top: 6px;
      left: 0; }
    .tab-list .tab-title .more {
      margin-top: 6px; }
  .tab-list:nth-child(4n + 1) .tab-title .line-icon {
    background-color: #0486fe; }
  .tab-list:nth-child(4n + 2) .tab-title .line-icon {
    background-color: #67c23a; }
  .tab-list:nth-child(4n + 3) .tab-title .line-icon {
    background-color: #f56c6c; }
  .tab-list:nth-child(4n + 4) .tab-title .line-icon {
    background-color: #ffa400; }

.tab-content {
  margin-top: 20px; }

.tab-content ul li {
  margin-bottom: 20px;
  width: 580px;
  height: 188px;
  margin-right: 20px;
  padding: 20px;
  float: left;
  border-radius: 4px; }

.tab-content ul li:nth-child(2n) {
  margin-right: 0; }

.tab-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex; }

.tab-content ul li .item-img {
  width: 260px;
  height: 148px;
  margin-right: 10px; }

.tab-content ul li .item-img img {
  width: 100%;
  height: 100%; }

.tab-content ul li .item-content {
  width: 270px;
  position: relative; }

.tab-content ul li .item-content .item-title h1 {
  /* autoprefixer: off */
  font-size: 16px;
  font-weight: 400;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px; }

.tab-content ul li .item-content .item-detail p {
  /* autoprefixer: off */
  font-size: 14px;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tab-content ul li .item-content .item-other {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #909399; }

.tab-content ul li .item-content .item-other .item-visit {
  position: relative; }

.tab-content ul li .item-content .item-other .item-visit .eye-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: -20px;
  background: url("../../image/eye.png") no-repeat center/cover; }

/* 资讯详情 */
.newslist-content {
  padding-top: 20px; }

.newslist-content .newslist-left {
  width: 780px;
  float: left;
  margin-right: 20px; }

.newslist-content .newslist-right {
  width: 380px;
  float: left; }

.newsdetail-left .detail-header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #eee; }

.newsdetail-left .detail-header .detail-title h1 {
  /* autoprefixer: off */
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px; }

.newsdetail-left .detail-header .detail-time {
  display: flex;
  align-items: center; }
  .newsdetail-left .detail-header .detail-time p {
    color: #999; }

.newsdetail-left .detail-header .detail-sub .detail-look span {
  position: relative;
  margin-left: 45px; }

.newsdetail-left .detail-header .detail-sub .detail-look span .eye-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -24px;
  background: url("../../image/eye.png") no-repeat center/cover; }

.newsdetail-left .detail-header .detail-sub .detail-time p:last-child {
  margin-left: 10px; }

.newsdetail-left .detail-content {
  padding: 20px; }

.newsdetail-left .detail-content p {
  font-size: 14px;
  line-height: 23px;
  color: #666666; }

.newsdetail-left .detail-content p img {
  max-width: 100%; }

.newsdetail-left .detail-page {
  padding: 20px;
  height: 104px; }

.newsdetail-left .detail-page > div {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .newsdetail-left .detail-page > div a {
    color: #333333; }

.newsdetail-left .detail-page .prev-page {
  margin-bottom: 24px; }

/* 浮动资讯推荐 */
.news-info {
  width: 380px;
  margin-bottom: 20px; }

.news-info .news-info-title {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border-bottom: 1px solid #eee; }

.news-info .news-info-title h1 {
  font-size: 16px;
  font-weight: 600;
  color: #333333; }

.news-info .news-info-detail {
  padding: 10px 20px; }

.news-info .news-info-detail ul li {
  margin-bottom: 14px;
  position: relative; }

.news-info .news-info-detail ul li a {
  display: block;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303133; }

.news-info .news-info-detail ul li .icon-item {
  width: 8px;
  height: 8px;
  border: 2px solid #ccc;
  position: absolute;
  top: 6px;
  left: -4px; }

.nodatax {
  position: absolute;
  top: 100px;
  width: 318px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  .nodatax img {
    width: 318px;
    height: 200px; }
  .nodatax p {
    color: #606266;
    font-size: 14px;
    margin-top: 10px;
    text-align: center; }
