<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*right*/

.ewb-right {
    position: relative;
    padding-bottom: 80px;
}

.ewb-right-hd {
    height: 39px;
    border-bottom: 2px solid #47b368;
}

.ewb-right-tt {
    position: absolute;
    top: 0;
    display: block;
    width: 49%;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    text-align: center;
    color: #47b368;
    background-color: rgba(118, 210, 150, .2)
}

.ewb-right-tt.current {
    color: #fff;
    background-color: #47b368;
}

.ewb-right-tt.tt1 {
    left: 0;
}

.ewb-right-tt.tt2 {
    right: 0;
}

.ewb-p-tt {
	text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
}
.ewb-p-tt a{
	color: blue;
}
.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt30 {
    margin-top: 30px;
}

.ewb-apply-sel{
    margin-top: 30px;
    line-height: 16px;
    text-align: center;
}

.ewb-apply-sel input{
    margin-right: 12px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    vertical-align: middle;
    margin-top: -4px;
}

.ewb-next {
    margin: 47px auto 0;
    display: block;
    width: 132px;
    height: 35px;
    font-size: 14px;
    border: 0;
    outline: 0;
    border-radius: 2px;
    color: #fff;
    cursor: not-allowed;
    background-color: #0263b7;
}

.ewb-next:hover {
    -moz-box-shadow: 0px 0 5px 5px rgba(219,219,219,1);
    -webkit-box-shadow: 0px 0 5px 5px rgba(219,219,219,1);
    box-shadow:0px 0 5px 5px rgba(219,219,219,1);
}

@media (max-width: 991px) {
    .ewb-right {
        margin-top: 20px;
    }
    .no-padding-left,
    .no-padding-right {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .wb-tree-sub {
        max-height: 260px;
        overflow-y: auto;
    }
    .fixed-right {
        display: none;
    }
}

/* 鏂板 */
.can {
	cursor: pointer;
}

.wb-hidden {
	display: none;
}

.wb-tree-items a{
	display: block;
}</pre></body></html>