.article{
    background-color: #fff;
}

.article-tit{
    box-sizing: border-box;
    padding: 40px 30px 0;
}
.article-tit>h1{
    font-size: 26px;
    font-weight: bold;
    color: #222;
}
.article-tit>div{
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}
.article-tit>div span{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
}
.article-tit>div span:first-child{
    padding-left: 19px;
    background: url('/static/home/img/hot.png') left center no-repeat;
    background-size: auto 14px;
    color: #ff0000;
}
.article-tit>div span:last-child{
    margin-left: 40px;
    padding-left: 20px;
    background: url('/static/home/img/date.png') left center no-repeat;
    background-size: auto 14px;
    color: #bbb;
}

.article-txt{
    box-sizing: border-box;
    padding: 0 30px;
    padding-bottom: 50px;
}
.article-txt p{
    font-size: 16px;
    line-height: 36px;
    color: #222;
    margin: 40px 0 -10px;
}

.article-up{
    width: 100%;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.article-up a{
    display: flex;
    align-items: center;
    float: left;
    width: 50%;
    height: 60px;
}
.article-up a p{
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #222;
    box-sizing: border-box;
    padding: 0 30px;
    border-right: 1px solid #ddd;
}
.article-up a:last-child p{
    border-right: none;
}
.article-up a:hover p{
    color: #2abcb1;
}
.article-up a p span{
    color: #222 !important;
    font-weight: bold;
}


.xgtj{
    box-sizing: border-box;
    padding: 24px 30px 20px;
    background-color: #fff;
    margin-top: 20px;
}
.xgtj>h2{
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1;
}
.xgtj>h2 span{
    display: inline-block;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    background-color: #2abcb1;
    margin-right: 10px;
    vertical-align: bottom;
}
.xgtj-list{
    margin-top: 13px;
    overflow: hidden;
}
.xgtj-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    float: left;
    box-sizing: border-box;
    padding: 13px 0;
    transition: all .3s;
}
.xgtj-list a:nth-child(even){
    float: right;
}
.xgtj-list a p{
    flex: 1;
    font-size: 16px;
    line-height: 1;
    color: #222;
    padding-right: 10px;
}
.xgtj-list a p span{
    font-weight: bold;
    color: #2abcb1;
}
.xgtj-list a>span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #bbb;
}
.xgtj-list a:hover{
    padding-left: 4px;
}
.xgtj-list a:hover p{
    color: #2abcb1;
}



/* juhe css */
.juhe-list{
    padding: 50px 30px 0;
}
.juhe-list-tit{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 30px;
    margin-left: -30px;
    background: url('/static/home/img/fr-tit.png') left center no-repeat;
}
.juhe-list-tit h2{
    font-size: 22px;
    font-weight: bold;
    color: #222;
    line-height: 1;
    padding-right: 20px;
}
.juhe-list-tit a{
    display: block;
    width: 80px;
    height: 22px;
    border-radius: 4px;
    background-color: rgba(42,188,177,.1);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #2abcb1;
}
.juhe-list-tit a:hover{
    background-color: #2abcb1;
    color: #fff;
}
.juhe-list-tit span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #bbb;
    margin-left: auto;
}
.article-txt.juhe-txt{
    padding: 0 0 50px;
    border-bottom: 1px dashed #ddd;
}
.juhe-list:last-child .article-txt.juhe-txt{
    border-bottom: none;
}
.article-txt.juhe-txt p{
    color: #666;
}