#logo{
    width: 100%;
    height: 1.3rem;
    background: #fff;
    top: 0;
    left: 0;
    align-items: center;
    position: initial;
}
#logo h1 img{
    width: 1.55rem;
    height: .5rem;
}
#logo .nav li span {
    color:#000;
}

#banner{
    width: 100%;
    height: 4.89rem;
}
.banner-container {
    width: 100%;
    height: 100%;
    background-image: url('../imgs/news_banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

#newsList{
    width: 100%;
    background: #F5F5F5;
}

.news-container{
    width: 100%;
    background: url('../imgs/news_list_bg.png') no-repeat left 0.07rem;
    background-size: 5.41rem 1.38rem;
    padding: .29rem 3.6rem 1.12rem;
    display: flex;
}
.news-content-left {
    width: 2.4rem;
    margin-right: .3rem;
}
.news-content-left .tip{
    margin-bottom: .3rem;
}
.news-content-left .tip p{
    color: #8A8A8A;
    font-size: .18rem;
}
.news-content-left .tip p a{
    font-size: .18rem;
    color:#313131;
}
.news-content-left .tip p i{
    color: #8A8A8A;
    font-size: .14rem;
    letter-spacing: -2px;
    margin: 0 .1rem 0 .05rem;
}
.news-content-left .tip p span{
    font-size: .18rem;
    color:#EF6646;
    cursor: pointer;
}
.news-content-left .contact{
    width: 2.4rem;
    height: 2.4rem;
    background: #EF6646;
    padding: .22rem .12rem 0 .18rem;
}
.contact h2{
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .32rem;
}
.contact ul li{
    display: flex;
    margin-bottom: .21rem;
    align-items: flex-start;
}
.contact ul li a{
    width: 100%;
    display: flex;
}
.contact ul li img{
    width: .19rem;
    height: .17rem;
    margin-right: .12rem;
    margin-top: .02rem;
}
.contact ul li span{
    font-size: .16rem;
    line-height: .22rem;
    font-weight: 500;
    color: #FFFFFF;
}
.goBack{
    width: 100%;
    height: .61rem;
    background: #fff;
    margin-top: .2rem;
    padding: 0 .24rem 0 .18rem;
}
.goBack a{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goBack span{
    font-size: .18rem;
    font-weight: 500;
    color: #2D2D2D;
}
.goBack img{
    width: 0.11rem;
    height: .14rem;
}

.news-content-right{
    width: 9.3rem;
    margin-top: .48rem;
}
.news-content-right .news-cont {
    width: 100%;
    background: #fff;
    padding: .41rem .34rem .46rem .24rem;
}
.news-content-right .news-cont h2{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .3rem;
    font-weight: 400;
    color: #1D1D1D;
    line-height: .3rem;
}
.news-content-right .news-cont .auth{
    font-size: .14rem;
    font-weight: 400;
    color: #B3B3B3;
    line-height: .14rem;
    margin: .23rem 0 .14rem;
}
.news-content-right .news-cont .news-box{
    padding-top: .26rem;
    border-top: 1px dashed #E5E5E5;
}
.news-content-right .news-cont .news-box p{
    font-size: .18rem;
    line-height: .36rem;
    color: #575656;
    text-indent: 2em;
}   
.news-content-right .news-cont .news-box img{
    max-width: 100%;
    margin: 0 auto;
}
.news-others{
    margin-top: .3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-others p{
    color: #838383;
    font-size: .18rem;
    font-weight: 400;
}

.news-others p:hover{
    color: #EF6646;
}
