<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);

.wzdt,.xjxq{
    box-sizing: border-box;
    padding: 30px 40px;
    margin: 25px auto 60px!important;
    background: #FFFFFF;
    box-shadow:0px 4px 10px 0px rgba(45, 93, 217, 0.1);
}

.item{
    margin-bottom: 30px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(11, 84, 162, 0.09);
}

.item:last-child{
    margin-bottom: 0;
}

.item .h3{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #2B5CD9;
}

.item ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.item ul li {
    margin-right: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 38px;
    font-size: 16px;
}

.item ul li::before{
    content: '';
    margin-right: 12px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

.item ul li a:hover{
    color: #2B5CD9;
    transition: all .3s ease;
}

.item ul li:hover::before{
    background: #2B5CD9;
    transition: all .3s ease;
}

/* 淇′欢璇︽儏 */

.xjhf_box {
    padding: 30px 0;
    border-bottom: 1px dashed rgba(11, 84, 162, 0.15);
}

.xjhf_box:last-child {
    border: none;
}

.xjnr_head {
    align-items: center;
    margin-bottom: 20px;
}

.xjnr_head&gt;span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 73px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    background: url(../images/xjnr_icon.png) no-repeat center;
}

.xjnr_head .caption {
    width: calc(100% - 85px);
}

.xjnr_head .caption h3 {
    font-size: 18px;
    font-weight: bold;
}

.xjnr_head .caption p {
    margin-top: 5px;
    font-size: 14px;
}

.xjnr_head .caption p span {
    margin-left: 30px;
}

.xjhf {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 30px;
    background: #F4F9FF;
}

.tzxx_body header {
    background: url(../images/gzcy_banner.png) no-repeat center;
}

@media only screen and (max-width: 996px) {
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 616px) {
    .wzdt{
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 515px) {
   
}</pre></body></html>