<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.overflow{
    overflow: hidden;
}
.block{
    display: block;
}
.font18{
    font-size: 18px;
}
/* å†…å®¹ */
.list-main-content{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 20px 70px 20px;
    background: #ffffff;
}
/* å·¦ä¾§ */
.list-left-content{
    width: 850px;
}
/* title */
.list-common-title{
    font-size: 20px;
    color: #3a81bb;
    font-weight: bold;
}
.ml5{
    margin-left: 5px;
}
.ml80{
    margin-left: 80px;
}
.mt30{
    margin-top: 30px;
}
.list-common-content li{
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
}
.text-question{
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}
.text-answer span{
    color: #666666;
    font-size: 16px;
}
/* å³ä¾§ */
.list-right-content{
    width: 288px;
}
.list-top-content{
    width: 100%;
    height: 96px;
    line-height: 96px;
    background: #f5f6f6;
}
.list-top-content img{
    position: relative;
    left: 78px;
    top: 23px;
}
.list-top-content span{
    margin-left: 80px;
    font-size: 18px;
    color: #3a81bb;
}
.list-bottom-content{
    margin-top: 20px;
    background: #f5f6f6;
    padding: 23px 20px 23px 20px;

}
.list-bottom-sjMain li{
    width: 124px;
    float: left;
    text-align: center;
    margin-top: 43px;
}
.number{
    font-size: 26px;
    font-weight: bold;
    color: #4e97d2;
}
.text-name{
    font-size: 16px;
    color: #666;
    margin-top: 23px;
}
@media screen and (max-width:1200px){
    .list-main-content{
        width: 100%;
    }
    .list-left-content{
        width: 100%;
    }
    .list-right-content{
        width: 100%;
        padding-top: 1rem;
    }
    .ml80{
        margin-left: 0;
        display: block;
    }
    .list-common-content li{
        padding: 0.3rem 0;
        line-height: 1.5;
    }
    .text-question{
        line-height: 2;
        font-size: 1rem;
    }
    .mt30{
        margin-top: 0.3rem;
    }
    .text-answer span{
        font-size: 1rem;
    }
    .list-common-title{
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .list-top-content{
        margin-top: 0.3rem;

    }
    .list-bottom-content{
        padding: 1rem 0.5rem 2.5rem 0.5rem;
    }
    .list-bottom-sjMain li{
        width: calc(50% - 0.5rem);
    }
    .list-top-content span{
        font-size: 1.125rem;
    }
    .font18{
        font-size: 1.125rem;
    }
    .number{
        font-size: 1.625rem;
    }
    .text-name {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
    }</pre></body></html>