<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-list{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ui-listguide{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #F6F6F6;
}
.ui-guide-p{
    line-height: 60px;
    color: #434343;
    font-size: 16px;
}
.ui-guide-home{
    color:#434343;
}
.ui-listcon{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.ui-menu-guide{
    width: 260px;
    height: auto;
}
.ui-menu-guide-p{
    width: 100%;
    height: 83px;
    background:url('../images/listtitle.jpg') left center no-repeat;
}
.ui-menu-guide-name{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    text-indent: 10px;
    text-align: center;
    line-height: 80px;
}
.ui-menu-list{
    width: 258px;
    height: auto;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background:#e5ecf4;
    overflow: hidden;
}
.ui-menu-list-option{
    width: 220px;
    /*height: 46px;*/
    margin: 10px auto;
    border:1px solid #999;
}
.ui-menu-list-option a{
    display: block;
    height: 100%;
    font-size: 20px;
    color: #333;
    line-height: 48px;
    text-align: center;
}
.act{
    background: url('../images/selectmenu.png') no-repeat;
}
.act a{
    color: #fff;
    background:#024097;
}
.ui-newslist{
    width: 905px;
    height: auto;
}
.ui-newslist-title{
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #809fcb;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 24px;
}
.ui-newslist-ul{
    width: 100%;
    height: auto;
}
.ui-newslist-li{
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #eee;
}
.ui-newslist-img {
    display:block;
    width:160px;
    height:120px;
    margin-top:20px;
    border-radius:7px;
}
.ui-proList-box {
    width:722px;
    height:120px;
    margin-left:24px;
    margin-top:20px;
    position:relative;
}
.ui-newslist-li a{
    display: block;
    height: 100%;
    display: flex;
}
.ui-newslist-span{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    /* line-height: 56px; */
    height: 40px;
    color: #555;
}

.ui-newslist-name{
    font-size: 14px;
    color: #b5b5b5;
    line-height: 35px;
    text-align:right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ui-page{
    width: 550px;
    height: 25px;
    margin: 60px auto;
}
.ui-page-a{
    font-size: 18px;
    color: #313131;
    padding: 0 15px;
}
.ui-page-span{
    font-size: 18px;
    color: #313131;
}
.ui-newslist-li a:hover{
    color: #415B76;
}
.ui-newslist-li a:hover&gt;span{
    color: #415B76;
}
.ui-page-a:hover{
    color:#415B76;
}
.ui-detail-content{
    width: 830px;
    margin: 20px auto;
    font-size: 18px;
    color: #313131;
    line-height: 30px;
}
.ui-newslist-cont {
    font-size:16px;
    color:#888;
    line-height:22px;
}</pre></body></html>