﻿@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hover:hover {
  color: #1764ce !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

.main-4-h5 {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-4 {
    display: none;
  }

  .main-4-h5 {
    display: block;
  }
  .main-4-h5 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.36rem;
  }
  .main-4-h5 .top .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #1764ce;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .main-4-h5 .top .title i {
    margin-top: 0.18rem;
    display: inline-block;
    width: 100%;
    height: 0.24rem;
    background: url("../images/zw-bg2.png") no-repeat center center;
  }
  .main-4-h5 .top .more {
    color: #666;
    font-size: 0.28rem;
  }
  .main-4-h5 .main-item1-list ul li {
    padding-bottom: 0.3rem;
    margin-bottom: 0.32rem;
    border-bottom: 1px solid #ddd;
  }
  .main-4-h5 .main-item1-list ul li .item-top {
    display: flex;
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.28rem;
    align-items: flex-start;
  }
  .main-4-h5 .main-item1-list ul li .item-top i {
    display: none !important;
    position: relative;
    top: 50%;
    margin-top: 0.2rem;
    display: inline-block;
    width: 0.07rem;
    height: 0.07rem;
    background: #c2cdd7;
    border-radius: 50%;
    margin-right: 0.14rem;
  }
  .main-4-h5 .main-item1-list ul li .item-top a {
    flex: 1;
    color: #333;
    font-size: 0.32rem;
  }
  .main-4-h5 .main-item1-list ul li .item-bottom {
    display: flex;
    justify-content: space-between;
  }
  .main-4-h5 .main-item1-list ul li .item-bottom a {
    color: #36a9f2;
    font-size: 0.28rem;
  }
  .main-4-h5 .main-item1-list ul li .item-bottom span {
    display: inline-block;
    width: 1.03rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.3rem;
  }
  .main-4-h5 .main-item1-list ul li .item-bottom span.ing {
    color: #e46600;
    border: 1px solid #e46600;
  }
  .main-4-h5 .main-item1-list > a.more {
    display: inline-block;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 2px;
    color: #999;
    font-size: 0.3rem;
    margin: 0.1rem 0 0.4rem 0;
  }
  .main-4-h5 .main-item1-list-item-01 > ul {
    margin-bottom: 0.3rem;
  }
  .main-4-h5 .main-item1-list-item-01 > ul li {
    margin-bottom: 0.3rem;
  }
  .main-4-h5 .main-item1-list-item-01 > ul li a {
    display: flex;
  }
  .main-4-h5 .main-item1-list-item-01 > ul li a .item-status {
    flex: none;
    line-height: 0.88rem;
    width: 1.08rem;
    height: 0.88rem;
    text-align: center;
    color: #fff;
    background-color: #69aff1;
    margin-right: 0.2rem;
    font-size: 0.14rem;
  }
  .main-4-h5 .main-item1-list-item-01 > ul li a .item-right {
    flex: 1;
    width: calc(100% - 1.25rem);
  }
  .main-4-h5 .main-item1-list-item-01 > ul li a .item-right .item-title {
    margin-bottom: 0.2rem;
    margin-top: -0.08rem;
    font-size: 0.32rem;
    color: #333;
  }
  .main-4-h5 .main-item1-list-item-01 > ul li a .item-right .item-desc {
    font-size: 0.28rem;
    color: #999;
  }
  .main-4-h5 .main-item1-list-item-01 > a.more {
    display: inline-block;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 2px;
    color: #999;
    font-size: 0.3rem;
    margin: 0.1rem 0 0.4rem 0;
  }
  .main-4-h5 .main-item1-list-item-02 li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: none !important;
    margin-bottom: 0.1rem !important;
  }
  .main-4-h5 .main-item1-list-item-02 li .item-top {
    flex: 1;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .main-4-h5 .main-item1-list-item-02 li > a {
    display: inline-block;
    width: 0.8rem;
    text-align: right;
    font-size: 0.3rem;
    color: #bd1a2d;
    text-decoration: underline;
  }

  .c-upd-wap-style ul li {
    font-size: 0.28rem;
    position: relative;
    padding-left: 0.2rem;
  }
  .c-upd-wap-style ul li i {
    display: inline-block;
    width: 0.06rem;
    height: 0.1rem;
    background: url("/images/c-upd-hdjl-wap-sj-icon.png") no-repeat center center;
    background-size: cover;
    margin-right: 0.07rem;
    transform: translateY(-2px);
    position: absolute;
    left: 0;
    top: 0.4rem;
  }
  .c-upd-wap-style ul li span.c-upd-dtype {
    color: #333;
    font-weight: bold;
  }
  .c-upd-wap-style ul li span.c-upd-dcon {
    color: #666;
  }
  .c-upd-wap-style ul li.c-upd-t, .c-upd-wap-style ul li.c-upd-jb {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-upd-wap-style ul li.c-upd-jj {
    padding-top: 20px;
    padding-top: 0.2rem;
  }
}
