<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear{
    clear: both;
}
.Navigation{
    width: 100%;
    background: white;
}
.Navigation .i_solution_t{
    height: 54px;
    line-height: 54px;
    margin-top: 0px;
    border:none;
}
.Navigation .i_solution_t .solution_a{
    float: left!important;
    text-align: left!important;
}
.hoverA{
    color:#7b9b9f!important;
}
.main-box{
    width: 1200px;
    margin:0 auto;
    min-height: 550px;
    margin-bottom: 30px;
}
.main-box .left-navigation{
    width: 200px;
    background: white;
    float: left;
}
.main-box .right-content{
    width: 980px;
    background: white;
    min-height: 550px;
    float: left;
    margin-left:20px;
}
.main-box .left-navigation .img-content{
    width: 100%;
    height:70px;
    position: relative;
}
.main-box .left-navigation .img-content .title-img{
    width: 100%;
    height: 100%;
}
.main-box .left-navigation .img-content .title-name{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color:white;
}
.main-box .left-navigation .left-menu .left-menu-li{
    line-height: 50px;
    height: 50px;
    border-bottom:2px solid #f8fafa;
}
.main-box .left-navigation .left-menu .left-menu-li .choose{
    background: #d0dfe2;
    border-bottom:2px solid #719397;
    color:#568085;
}
.main-box .left-navigation .left-menu .left-menu-li .left-menu-li-a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-decoration:none;
}
.right-content{
    position: relative;
}
.right-content .right-title{
    height: 65px;
    line-height: 65px;
    background: #e3eaeb;
    position: relative;

}
.right-content .right-title .arrow{
    float: left;
    position: absolute;
    left:-6px;
    top:20px;
    width: 26px;
}
.right-content .right-title .right-titleName{
    float: left;
    margin-left:30px;
    font-size: 22px;
    color: #48757a;
}
.right-content .right-news{
    padding: 20px;
}
.right-content .right-news .news-li{
        height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e3e3e3;
    cursor: pointer;
}
.right-content .right-news .news-li .spot{
    display: inline-block;
    background: #7195b7;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    float: left;
    margin-top: 20px;
}
.right-content .right-news .news-li .title{
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-left:20px;
    width: 820px;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.right-content .right-news .news-li:hover .title{
    color: #48757a;
}
.right-content .right-news .news-li .time{
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #a7a2a7;
}
.right-content .abs-box .pages{
        margin-top: 30px;
    text-align: right;
    position: relative;
    width: 980px;
 }
.right-content  .abs-box{
    position: absolute;
    bottom:0px;
    right:0px;
}
.right-content .abs-box .pages .page_s1{
    position: absolute;
    right:150px;
    bottom: 34px;
}
.right-content .abs-box .pages .jump{
    position: absolute;
    right:36px;
    bottom: 34px;
    color: #9ba3a3;
}
.right-content .abs-box .pages .jump .ipt-jump{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border:1px solid #e6e6e6;
    margin-left:10px;
    text-indent:11px;
}
.none {
    display: none!important;
}
.circleSpot{
    display: inline-block;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    float: left;
    margin: 5px 10px 0px 10px;

}
.tabulationClass{
    display: flex;
    justify-content: center;
    align-items: center;
}

</pre></body></html>