.box{
    padding: .285rem;
    margin-bottom: .2rem;
    border-top: .06rem solid #f5f5f5;
}
.zt-list>ul>li>a {
    display: block;
    height: 2.13rem;
    padding: 0.34rem 0 0.34rem 0;
    margin: 0 0.285rem;
    border-bottom: 1px solid #e7e7e7;
}
.zt-list>ul li:last-child>a{
    border: 0px;
}
.zt-list>ul>li>a div:nth-child(1) {
    float: left;
    width: 2.56rem;
    height: 1.41rem;
    border-radius: 0.08rem;
    border: 0.02rem solid #303030;
    margin-right: 0.3rem;
    position: relative;
    box-shadow: 0 0.04rem 0.21rem 0 rgba(197, 197, 197, 1);
}
.zt-list>ul>li>a div:nth-child(1) img {
    display: block;
    width: 2.52rem;
    height: 1.37rem;
    border-radius: 0.08rem;
}
.zt-list>ul>li>a div:nth-child(2) {
    float: left;
    width: 3.98rem;
}
.zt-list>ul>li>a div:nth-child(2) p:nth-child(1) {
    height: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    font-size: 0.3rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.zt-list>ul>li>a div:nth-child(2) p:nth-child(1) span{
    position: absolute;
    right: 0;
    width: .16rem;
    height: .28rem;
    line-height: .48rem;
    font-size: .28rem;
    top: .07rem;
    color: #fc9d63;
    font-weight: normal;
    background: url("../images/you.png") no-repeat;
    background-size: .12rem .24rem;
}
.zt-list>ul>li>a div:nth-child(2) p:nth-child(2) {
    height: 0.34rem;
    float: left;
    width: 50%;
    line-height: 0.34rem;
    color: #ff6860;
}
.zt-list>ul>li>a div:nth-child(2) p:nth-child(3) {
    height: 0.34rem;
    float: right;
    width: 50%;
    line-height: 0.34rem;
    color: #ff6860;
}
.zt-list>ul>li>a div:nth-child(2) p:nth-child(4) {
    width: 100%;
    height: .58rem;
    line-height: 0.29rem;
    font-size: 0.18rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.detail-bn {
    width: 6.93rem;
    height: 3.09rem;
    margin: 0.29rem auto 0.19rem;
    border: 0.02rem solid #303030;
    position: relative;
}
.detail-bn img {
    display: block;
    width: 100%;
    height: 100%;
}
.detail-bn h1 {
    position: absolute;
    background: linear-gradient(to top, #00000080, #0000);
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 0.18rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-info {
    height: auto;
    padding-bottom: .3rem;
    border-bottom: 0.1rem solid #f6f7fa;
}
.detail-info .date {
    float: left;
    height: 0.38rem;
    line-height: 0.38rem;
    color: #f1a4a5;
    margin-left: 0.5rem;
}
.detail-info .num {
    float: right;
    margin-right: 0.5rem;
    height: 0.38rem;
    line-height: 0.38rem;
    color: #f1a4a5;
    margin-left: 0.5rem;
}
.detail-info .intro {
    overflow: hidden;
    margin: 0.4rem 0.28rem 0 0.28rem;
}
.detail-info .intro .cover {
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 0.22rem;
    text-align: justify;
    overflow-y: auto;
}
.detail-info .intro .cover p:first-child:before{
    content: "“";
    color: #333;
}

.detail-list ul li a {
    display: block;
    height: 1.88rem;
    border-bottom: 1px solid #ececec;
    padding: 0.32rem 0.285rem 0;
}
.detail-list ul li a img {
    float: left;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin-right: 0.32rem;
}
.news.detail-list ul li a img{
    width: 2.48rem;
    border-radius: .12rem;
}
.detail-list ul li a div:nth-child(2) {
    float: left;
    width: 3.7rem;
    overflow: hidden;
}
.detail-list ul li a div:nth-child(2) p:nth-child(1) {
    line-height: 0.55rem;
    height: 0.55rem;
    color: #333333;
    font-size: 0.3rem;
}
.news.detail-list ul li a div:nth-child(2) p:nth-child(1){
    height: 1.1rem;
    font-size: .28rem;
}
.detail-list ul li a div:nth-child(2) p:nth-child(2) {
    line-height: 0.37rem;
    color: #b1b1b1;
    font-size: 0.22rem;
}
.detail-list ul li a div:nth-child(2) p:nth-child(2) em {
    color: #ff6860;
}
.detail-list ul li a div:nth-child(2) p:nth-child(3) {
    line-height: 0.32rem;
    height: .32rem;
    color: #666666;
    font-size: 0.22rem;
    overflow: hidden;
}
.detail-list ul li a span:nth-child(3) {
    float: right;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    background: #379dec;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.36rem;
}