.container>.fl{
    width: 840px;
}
.article{
    width: 100%;
    box-sizing: border-box;
    padding: 50px 40px;
    border-radius: 6px;
    background-color: #fff;
}
.article-title>h1{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: center;
}
.article-title>div{
    margin-top: 30px;
    text-align: center;
}
.article-title>div span{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.article-title>div span:nth-child(n+2){
    margin-left: 40px;
}
.article-txt{
    margin-top: 10px;
}
.article-txt p{
    /*font-size: 16px;*/
    /*line-height: 36px;*/
    /*color: #333;*/
    /*margin: 40px 0 -10px;*/
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 22px;
    text-align: justify;
}
.article-txt h2{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 22px;
    font-weight: bold;
}
.up{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.up a{
    display: block;
    width: 410px;
    height: 50px;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
}
.up a:hover{
    color: #2abf69;
}
.up a span{
    color: #999;
}

.xgtj{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 20px;
}
.xgtj>h2{
    display: flex;
    align-items: center;
}
.xgtj>h2 span{
    display: block;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    background-color: #00b361;
    margin-right: 10px;
}
.xgtj>h2 p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.xgtj>h2::after{
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #ddd;
    margin-left: 10px;
}
.xgtj-list{
    margin-top: 15px;
}
.xgtj-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 360px;
    height: 50px;
    border-bottom: 1px dashed #ddd;
}
.xgtj-list a:nth-child(2n){
    float: right;
}
.xgtj-list a p{
    font-size: 14px;
    line-height: 50px;
    color: #333;
    flex: 1;
    padding-right: 10px;
    transition: all .3s;
}
.xgtj-list a:hover p{
    padding-left: 4px;
    color: #2abf69;
}
.xgtj-list a p span{
    font-weight: bold;
    color: #cdf4e2;
}
.xgtj-list a>span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}



.container>.fr{
    width: 340px;
}

