
.newsGroup{
    padding-top: 80px;
    
}


.newsGroup_Con{
    padding-bottom: 20px;
    overflow: hidden;
}
.newsleft{
    width: 588px;
    float: left;
}
.newsImg{
    background: #fff;
    padding: 8px;
    margin-bottom: 18px;
}
.newsImg img{
    display: block;
    width: 572px;
    height: 362px;
}
.newsRight{
    width: 592px;
    float: right;
}
.newsWz{
       background-color: #fff;
       padding: 26px 20px;  
}
.newsWz h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    text-align: center;
    /*font-weight: 700;*/
}
.newsWz p{
    line-height: 28px;
    font-size: 14px;
    height: 56px;
    color: #666;
}
.newsRight li{
    margin-bottom: 20px;
    padding: 18px 30px;
    background-color: #fff;
    border-bottom: 2px solid #fff;
}
.newsRight li h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.newsRight li p{
    line-height: 28px;
    font-size: 14px;
height: 56px;
    color: #666;
    height: 56px;
}
.newsRight_bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-top: 14px;
}
.newsRight_bot em{
    padding-right: 16px;
    background: url(./../../img/xing/moreh.png) no-repeat right center;
    background-size: 13px 13px;
}
.newsRight li:last-child{
    margin: 0;
}
.newsRight li:hover{
    border-bottom: 2px solid #0762cb;
}
.newsRight li:hover h3{
    color: #0762cb;
}
.newsRight li:hover .newsRight_bot em{
    background: url(./../../img/xing/morel.png) no-repeat right center;
    background-size: 13px 13px;
}


.newsList{
    width: 100%;
    height: inherit;
    float: inherit;
    padding-bottom: 60px;
}




.newsDetails_Tit{
    font-size: 22px;
    color: #333;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.newsDetails_bq{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 50px;
}
.newsDetails_bq>div{
    margin-right: 60px;
    font-size: 14px;
    color: #999;
}
.newsDetails_bq>div:last-child{
    margin: 0;
}
.newsDetails_text{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    border-bottom: 1px dashed #e0e0e0;
}
.newsDetails_text p{
    margin-bottom: 30px;
    
}
.newsDetails_link{
    padding: 30px 0;
}
.newsDetails_link li{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
}
.newsDetails_link li span{
    display: inline-block;
    color: #0762cb;
}



@media screen and (max-width: 768px) {
    .newsGroup{
        padding-top: 20px;
    }
    .newsleft{
        width: 100%;
        float: inherit;
        margin-bottom: 20px;
    }
    .newsImg img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .newsWz{
        padding: 18px;
    }
    .newsRight{
        width: 100%;
        float: inherit;
    }
    .newsRight li{
        padding: 18px;
    }
    .newsWz h3{
        font-size: 18px;
    }
    .newsRight li h3{
        font-size: 18px;
    }




    .newsDetails_Tit{
        padding: 15px 10px;
    }
    .newsDetails_text{
        padding: 0 10px;
    }
    .newsDetails_link{
        padding: 0 10px;
    }
}