﻿.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}
.w2{
    align-items: flex-start;
}
.list-lf{
    width: 260px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.list-rg{
    width: 1120px;
    display: flex;
    flex-direction: column;
}
.news-lf-top{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-lf-top-p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333;
    line-height: 26px;
    position: relative;
    padding-bottom: 8px;
}
.news-lf-top-p::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #0085E2;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wz-box{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.wz-more{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.wz-more:hover{
    color: #0085E2;
}
.list-lf-top{
    width: 100%;
    height: 121px;
    background: url(../images/list-lf.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 24px;
    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: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lf-nav-li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
}
.lf-nav-lia{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    display: block;
    text-align: center;
    line-height: 60px;
}
.lf-nav-li:hover {
    background-color: #1263AC;
}
.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: 1px dashed #333;
}
.detail-box-bot-p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin: 10px 0;
    text-indent: 2em;
    padding: 0 2px;
}
.next-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}
.next-cont-p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
.next-cont-a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
.next-cont-a:hover{
    color: #0085E2;
}
