.navModuleNews{
    background-color: #0765aa;
    color: white;
}
.newsContent{
    width: 12.2rem;
    margin: auto;
    overflow: hidden;
}
.newsNav{
    width: 100%;
    height: 0.37rem;
    border-bottom: 0.01rem solid #b2b2b2;
}
.newsNav p{
    line-height: 0.37rem;
    margin-left: 0.1rem;
    font-size: 0.14rem;
    color: #4d4d4d;
}
.newsText{
    width: 100%;
    overflow: hidden;
}
.newsLeft{
    width: 9rem;
    float: left;
}
.newsLeftTitle{
    width: 9rem;
    /* height: 0.5rem; */
    border-bottom: 0.01rem solid #b2b2b2;
    margin-top: 0.1rem;
}
.newsLeftTitle p{
    font-size: 0.2rem;
    color: #000000;
    margin-left: 0.1rem;
    line-height: 0.4rem;
}
.newsItems{
    width: 8.9rem;
}
.newsItemsContent{
    padding-left: 0.1rem;
    overflow: hidden;
    border-bottom:  0.01rem solid #c7c7c7;
}
.newsPicContent{
    margin: 0.26rem 0 0.22rem;
    float: left;
}
.newsPic{
    width: 2.26rem;
}
.newsItemsText{
    float: left;
    margin: 0.3rem;
}
.newsTitle{
    font-size: 0.18rem;
    color: #303030;
    cursor: pointer;
    max-width: 5.9rem;
}
.newsTitle:hover{
    color: #b2b2b2
}
.newsTextContent{
    display: inline-block;
    width: 5.9rem;
    height: 0.7rem;
    line-height: 0.27rem;
    font-size: 0.14rem;
    color: #585858;
    height: 0.8rem;
    margin-top: 0.1rem;
}
.newsTextContent {
    position:relative;
    /* line-height:1.4em; */
    /* 3 times the line-height to show 3 lines */
    /* height:4.2em; */
    overflow:hidden;
}
.newsTextContent::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 0.2rem 0.01rem 0.45rem;
    background:url(../../images/ellipsis_bg.png) repeat-y;
}
.newsTextTime{
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #6a6a6a;
}
.newsPages{
    margin-top: 0.3rem;
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
}
.newRight{
    margin-left: 0.4rem;
    float: left;
}
.newsRightTitle{
    width: 2.8rem;
    /* height: 0.5rem; */
    border-bottom: 0.01rem solid #26a3d8;
    margin-top: 0.1rem;
}
.newsRightTitle p{
    font-size: 0.2rem;
    color: #000000;
    margin-left: 0.1rem;
    line-height: 0.4rem;
}
.newsRightText{
    width: 2.48rem;
    padding: 0 0.16rem;
    min-height: 4.6rem;
    background-color: #f3f3f3;
}
.newsRightTextItems{
    overflow: hidden;
}
.newsRightItems{
    width: 100%;
    height: 0.46rem;
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: #b2b2b2;
    border-bottom:0.01rem solid rgb(231,231,231);
    line-height: 0.46rem;
    cursor: pointer;
}
.newsRightItems:hover{
    color: #4d4d4d;
}
/*媒体查询*/
@media screen and (max-width: 640px) {
    .newsTextContent{
        font-size: 0.14rem;
        -webkit-transform:scale(0.8);
        line-height: 0.4rem;
    }
}