<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ldxx_main{
    width: 98%;
    margin: 20px auto 0;
    overflow: hidden;
}
.ldxx_left{
    float: left;
    width: 26%;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
}
.title{
    width: 94%;
    font-size: 21px;
    color: #ba0813;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.title img{
    display: block;
    float: left;
    margin-top: 4px;
}
.title p{
    float: left;
    margin-left: 8px;
}
.tx{
    width: 94%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.tx div{
    padding-top: 20px;
}
.tx div a{
    display: block;
    width: 56%;
    text-align: center;
    margin: 0 auto;
    padding: 7px 0;
    border: 1px solid #e5e5e5;
}
.tx div a img{
    width: 90%;
}
.tx h2{
    font-size: 28px;
    text-align: center;
}
.tx h2 a{
    color: #ba0813;
}
.tx h2 a:hover{
    color: red;
}
.tx p{
    font-size: 16px;
    text-align: center;
}
.ll_title{
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}
.ll_title p{
    float: left;
    font-size: 21px;
    color: #ba0813;
    text-indent: 25px;
    position: relative;
    padding: 5px 0;
}
.ll_title p span{
    display: block;
    width: 5px;
    height: 50%;
    background-color: #ba0813;
    position: absolute;
    top: 30%;
    left: 5px;
}
.ldxx_list{
    width: 94%;
    margin: 0 auto;
}
.ldxx_list ul{
    padding: 10px 0 10px;
}
.ldxx_list ul li{
    width: 100%;
    height: 40px;
    font-size: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-top: 10px;
}
.ldxx_list ul li a{
    display: block;
    float: left;
    width: 44%;
    font-size: 20px;
    font-weight: bold;
    color: #ba0813;
    text-align: right;
    margin-top: 2px;
}
.ldxx_list ul li p{
    float: right;
    width: 44%;
    margin-top: 8px;
}
.ldxx_list ul li a:hover{
    color: red;
}
.ldxx_right{
    float: right;
    width: 72%;
}
.lr_title{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.lr_title p{
    float: left;
    font-size: 21px;
    color: #fff;
    padding: 5px 20px;
    background-color: #ba0813;
}
.lr_list{
    width: 100%;
}
.lr_list ul{
    padding: 10px 0 20px;
}
.lr_list ul li{
    padding: 5px 0;
}
.lr_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.lr_list ul li a p{
    float: left;
    width: 86%;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s linear;
}
.lr_list ul li a p::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
}
.lr_list ul li a span{
    display: block;
    float: right;
    width: 14%;
    color: #8c8c8c;
    text-align: right;
}
.lr_list ul li a:hover p{
    text-indent: 30px;
}

/* ios */
@media (max-width: 760px) {
    .ldxx_left,
    .ldxx_right{
        float: none;
        width: 99.5%;
    }
    .title{
        font-size: 18px;
    }
    .title p{
        margin-top: 4px;
    }
    .ll_title p{
        font-size: 18px;
    }
    .ldxx_list ul li{
        height: 36px;
        font-size: 14px;
    }
    .ldxx_list ul li a{
        font-size: 18px;
        margin-top: 4px;
    }
    .lr_title{
        margin-top: 15px;
    }
    .lr_title p{
        font-size: 18px;
    }
    .lr_list ul li a{
        font-size: 14px;
    }
    .lr_list ul li a p{
        width: 70%;
    }
    .lr_list ul li a span{
        width: 30%;
    }
}</pre></body></html>