<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cont_right .banner {
    background: url("/static/img/help/culture.png");
    width:940px;
    height: 335px;
    display: block;
}
.cont_right .cul{
    position: absolute;
    width: 309px;
    height: 198px;
    margin: 0 auto;
    margin-top: 230px;
    margin-left:20px;
    background: #ceaf50;
    z-index:999;
}
.cont_right .cul .t_bar{
    margin-top: 50px;
    line-height: 30px;
}
.cont_right .cul p{
    text-align: center;
    color: #fff;
    margin-top: 25px;
    z-index: 99;
    width: 100px;
    background:#ceaf50 ;
    margin-left: 105px;
    position: relative;
}
.cont_right .cul span{
    height: 1px;
    background: #fff;
    width:270px;
    display: block;
    position: absolute;
    margin-top: 17px;
    text-align: center;
    margin-left: 20px;
}
.cont_right .cul .title{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.cont_right .banner .cont{
    position: absolute;
    width: 390px;
    height: 30px;
    margin: 0 auto;
    margin-top: 225px;
    margin-left:340px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius:34px;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    margin-top: 215px;
    margin-left:540px;
}
.cont_nav {
    width: 904px;
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 100px;
}
.cont_nav .img{
    width: 154px;
    float: left;
    margin-top: 20px;
}
.cont_nav h1{
    font-size: 18px;
    margin-top: 110px;
    font-weight: normal;
    color: #666;
}
.cont_nav .datalist{
    width: 921px;
    margin-top: 20px;
    padding: 0;
}
.cont_nav .datalist h2{
    font-size: 14px;
}
.cont_nav .datalist li{
    list-style: none;
    line-height: 30px;
    color: #666;
    float: left;
    width: 290px;
    margin-right: 17px;
}
.cont_nav .datalist li h2{
    font-size: 16px;
    color: #000;
    border-top: 1px solid #000000;
    padding-top: 20px;
    font-weight: normal;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
    font-size: 1px;
    height: 0;
    line-height: 0;
    visibility: hidden;
}</pre></body></html>