<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul.leader {
    display: flex;
    justify-content: space-around;
}

ul.leader li {
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin: 20px;
}

ul.leader li h2 {
    font-weight: bold;
    font-size: 20px;
    color: #006a84;
}

ul.leader li h3 {
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
}

ul.leader li.num1 img {
    width: 260px;
    height: 364px;
}

ul.leader li img {
    width: 200px;
    height: 280px;
}

.leftbox {
    width: 300px;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.leftbox dl {
    padding-bottom: 20px;
}

.leftbox dt {
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    padding-left: 30px;
    background: url(/Resource/Images/l.png) no-repeat #006a84 30px center;
    padding-left: 80px;
}

.leftbox dd {
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px dashed #f0f0f0;
    line-height: 56px;
    margin: 0 10px;
    height: 56px;
}

.leftbox dd span {
    float: left;
    width: 170px;
}

.leftbox dd a {
    float: left;
    color: #006a84;
}

.right {
    width: 840px;
    float: right;
}

.right.shadow {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding:20px 30px;
    box-sizing:border-box;
}

</pre></body></html>