.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;
}
/* 详情内容 */
.detail-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.detail-box-top{
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail-box-p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    padding: 15px 0 10px;
}
.detail-box-span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    padding-bottom: 10px;
}

.detail-box-bot{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.052vw dashed #333;
}
.detail-box-bot-p{
    font-size: 0.938vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
    margin: 0.521vw 0;
    text-indent: 2em;
    padding: 0 0.104vw;
}
.next-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.833vw;
}
.next-cont-p{
    font-size: 0.833vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
}
.next-cont-a{
    font-size: 0.833vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.354vw;
}
.next-cont-a:hover{
    color: #0085E2;
}

