.information-nav-left h2,h3{
    margin-top: .5rem;
    margin-bottom: .1rem;
    padding-left: 0.1rem;
    border-left:0.1rem #00a4ff solid;
}
.information-nav-left h4{
    color:#333;
    font-size:.5rem;
    line-height: .7rem;
    margin-top: .5rem;
    text-align: left;
}
.information-nav-left h1{
    color:#333;
    font-size:.5rem;
    line-height: .7rem;
    text-align: center;
}
.information-nav-left .infotmationCOntent-time{
    color: #999;
    font-size:.25rem;
    margin-top:.3rem;
    margin-bottom:.2rem;
    text-align: center;
}
.information-nav-left .infotmationCOntent-time>span{
    margin-left: .2rem;
}
.information-nav-left .infotmationContentdesc{
    color: #8d8d8d;
    font-size:.27rem;
    line-height: .4rem;
    padding-bottom:.3rem;
    padding-top:.1rem;
    border-bottom: 1px solid #e6e6e6;
}
.infotmationContent-foot{
    padding:.1rem;
    border-top: 1px solid #ddd;
    color: #999;
    font-size:.12rem;
}
.info-next{
    width:100%;
    display: flex;
    padding:.5rem 0 .3rem;

    justify-content: space-between;
}
.info-next>div{
    width:50%;
}
.info-next>div:first-child{
    margin-right:5%;
}
.info-next>div>a{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.info-next>div>a>span{
    width: 18px;
    height: 37px;
    background: url("../../image/art_change.png")no-repeat;
    display: inline-block;
}
.info-next>div:first-child>a>span{
    background-position: -18px 0;
    margin-right: 20px;
}
.info-next>div:last-child>a>span{
    float: right;
    margin-left: 20px;
}
.info-next>div:last-child>a>img{
    margin-left: 12px;
}
.info-next>div:first-child>a>img{
    margin-right: 12px;
}
.info-next>div>a>img{
    width: 124px;
    height: 88px;

}
.info-next>div>a>div{
    flex:1;
}
.info-next>div>a>div h4{
    color:#333;
    font-size:.3rem;
    text-align: left;
}
.info-next>div:last-child>a>div h4{
    text-align: right;
}
.info-next>div>a>div p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info-next>div:last-child>a>div p{
    text-align: right;
}
.information-nav-left-article{
    padding:.5rem 0;
}
.information-nav-left-article> .subject-title span{
    position: relative;
    padding-left: .2rem;
    padding-bottom:0px;
}
.information-nav-left-article> .subject-title span:before{
    content: '';
    width: 3px;
    height: 89%;
    background: #00a4ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-43%);
}
.info-comment{
    width:100%;
    padding:.2rem 0;
}
.info-comment> .subject-title{
    margin-bottom:.2rem;
}
.info-comment .subject-title b{
    color:#00a4ff;
}
.info-comment-top{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:.2rem;
}
.info-comment-top>p{
    color: #999;
}
.info-comment-top>p>img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: .1rem;
}
.info-comment-top>p>span{
    color: #999;
    margin-left: .1rem;
}
.info-comment-top>span{
    color:#666;
}
.info-comment-nav{
    color:#666;
    font-size:.26rem;
    padding-bottom:.3rem;
}
.info-comment ul li{
    padding:.3rem 0;
    border-bottom: 1px solid #e0e0e0;
}
.info-recommend{
    width:100%;
    margin-top:.5rem;
}
.info-recommand-tab{
    width:100%;
    border-bottom: 1px solid #ddd;
}
.info-recommand-tab ul li{
    font-size: .3rem;
    line-height: .45rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding-bottom:.1rem;
    position: relative;
    margin-right: .3rem;
}
.info-recommand-tab ul li:hover{
    cursor: pointer;
}
.info-recommand-tab ul li.active{
    color:#00a4ff;
}
.info-recommand-tab ul li.active:after{
    content: '';
    width:100%;
    height: 2px;
    background: #00a4ff;
    position: absolute;
    bottom:0px;
    left: 0px;
}
.info-recommand-info{
    margin-top:.3rem;
}
.info-recommand-info ul:first-child{
    display: block;
}
.info-recommand-info ul{
    display: none;
}
.info-recommand-info ul li{
    margin-right: .2rem;
    display: inline-block;
}
.info-recommand-info ul li:hover a{
    color:#00a4ff;
}
.info-recommand-info ul li a{
    color: #999;
    font-size:.25rem;
}


@media screen and (max-width: 769px) {
    .information-main-banner-bg{
        display: none !important;
    }
    .info-next{
        display: none;
    }
    .information-nav-right{
        display: none;
    }

    .info-comment{
        display: none;
    }

}

