<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 莽鈧€好β绰裁ヂ铰泵テ捖�
 * date:2021-05-24
 * author: wppei;
 */

body {
    background-color: #f7f7f7;
}

.portrait {
    margin-top: 16px;
}

.com-header .header {
    margin-bottom: 0;
}

.portrait {
    min-height: 390px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 3px;
}

.portrait-tab {
    height: 85px;
    border-bottom: 1px solid #ecedf2;
}

.portrait-tab li {
    float: left;
    margin-left: 40px;
}

.portrait-hd {
    position: relative;
    display: block;
    height: 85px;
    padding-top: 29px;
    line-height: 24px;
    color: #000;
    font-size: 24px;
}

.portrait-hd:after {
    display: none;
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #47b368;
}

.portrait-hd:hover,
.portrait-hd.active {
    font-weight: bold;
}

.portrait-hd:hover:after,
.portrait-hd.active:after {
    display: block;
}

.portrait-list {
    padding: 19px 24px 0 25px;
    overflow: hidden;
}

.portrait-list li {
    float: left;
    width: 33.33%;
    padding-right: 2px;
    margin-bottom: 30px;
}

.portrait-con {
    display: block;
    padding: 16px 16px 0;
    border-radius: 10px;
}

.portrait-img {
    height: 225px;
}

.portrait-img img {
    width: 100%;
    height: 100%;
}

.portrait-name {
    height: 55px;
    line-height: 24px;
    padding-top: 14px;
    font-size: 20px;
    color: #404742;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portrait-con:hover {
    box-shadow: 0px 0px 20px 0px rgba(34, 69, 106, 0.2);
}

.pager {
    margin-top: -17px;
}

@media (max-width: 768px) {
    .portrait-tab li {
        margin-left: 20px;
    }
    .portrait-hd {
        font-size: 18px;
    }
    .portrait-list {
        padding-right: 10px;
        padding-left: 10px;
    }
    .portrait-list li {
        width: 100%;
    }
    .portrait-name {
        font-size: 18px;
    }
}</pre></body></html>