﻿.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 2.083vw 0;
}
.list-lf{
    width: 13.542vw;
    height: auto;
    display: flex;
    flex-direction: column;
}
.list-rg{
    width: 47.917vw;
    display: flex;
    flex-direction: column;
}
.news-lf-top{
    width: 100%;
    height: auto;
    border-bottom: 0.05vw solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-lf-top-p{
    font-size: 1.25vw;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333;
    line-height: 1.25vw;
    position: relative;
    padding-bottom: 0.47vw;
}
.news-lf-top-p::after{
    content: '';
    width: 100%;
    height: 0.1vw;
    background: #0085E2;
    border-radius: 0.05vw;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wz-box{
    display: flex;
    align-items: center;
    font-size: 0.625vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.625vw;
}
.wz-more{
    font-size: 0.625vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.625vw;
}
.wz-more:hover{
    color: #0085E2;
}
.list-lf-top{
    width: 100%;
    height: 6.302vw;
    background: url(../images/list-lf.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 1.25vw;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lf-nav{
    width: 100%;
    min-height: 3.125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lf-nav-li{
    width: 100%;
    height: 3.125vw;
    line-height: 3.125vw;
    position: relative;
    background-color: #fff;
    border-bottom: 0.052vw solid #E7E7E7;
}
.lf-nav-lia{
    font-size: 1.042vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    display: block;
    text-align: center;
    line-height: 3.125vw;
}
.lf-nav-li:hover {
    background-color: #0085E2;
}
.lf-nav-li:hover .lf-nav-lia{
    color: #Fff;
}
.list-rg-bot{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.list-rg-bot-a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.052vw solid #F4F4F4;
}
.list-rg-bot-a:hover .list-a-p{
    color: #0085E2;
}
.list-a-p{
    width: 80%;
    font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 2.675vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-a-span{
    font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 2.675vw;
}

