<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
* 閲嶅ぇ鍐崇瓥璇︽儏-pc
* date: 2022-9-19
* author: [wzhchao];
*/
body {
    background: #f5f5f8;
}
.detail-top {
    height: 110px;
    background: #fff;
    padding: 25px 20px 0;
}
.detail-top-name {
    padding-left: 22px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-repeat: no-repeat;
    background-position: left center;
}
.detail-top-name.icon1 {
    background-image: url('../../images/decision_detail_icon1.png');
}
.detail-top-name.icon2 {
    background-image: url('../../images/decision_detail_icon2.png');
}
.detail-top-text {
    margin-left: 102px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}
.detail-top-item + .detail-top-item {
    margin-top: 12px;
}
.detail-tab {
    margin-top: 20px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(42, 86, 169, 0.05);
    padding: 4px 20px 20px;
}
.detail-hd{
    min-height: 60px;
    border-bottom: 1px solid #CCD7EB;
}
.detail-hd-item{
    font-size: 20px;
    color: #666;
    cursor: pointer;
    line-height: 54px;
    margin-top: 2px;
    border-bottom: 4px solid transparent;
}
.detail-hd-item+.detail-hd-item{
    margin-left: 28px;
}
.detail-hd-item.active{
    color: #333;
    font-weight: 600;
    border-color: #015293;
}
.detail-bd{
    margin-top: 20px;
}
.detail-bdl{
    /* height: 645px; */
    /*background: #A9B9D8;*/
}
.decision-list{
    margin-top: 5px;
}
.decision-list-item{
    height: 68px;

}
.decision-list-item+.decision-list-item{
    border-top: 1px dashed #94B2E9;
}
.decision-list-con{
    line-height: 68px;
    padding-left: 31px;
    display: block;
    font-size: 16px;
    background: url("../../images/decision_list_icon.png") no-repeat left center;
    color: #333;
}
.decision-list-con:hover{
    color: #015293;
}</pre></body></html>