<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contain {
    width: 1200px;
    margin: 0 auto;
}
.channel-banner {
    height: 400px;
}
.channel-banner .swiper-container {
    height: 100%;
}
/* crumbs */
.crumbs {
    height: 54px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}
.crumbs-left {
    float: left;
    height: 100%;
    line-height: 54px;
}
.crumbs-left a {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: Tahoma;
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
    outline: none;
}
.crumbs-left a.cur {
    color: #666666;
}
.crumbs-left a.able:hover {
    color: #d80c18;
}
.crumbs-right {
    float: right;
    height: 100%;
    width: 480px;
}
/* äºŒçº§å¯¼èˆª */
.crumbs-right .w-nav-inner {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    width: 120px;
    height: 55px;
    line-height: 55px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}
.crumbs-right .w-nav-item {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    line-height: inherit;
}
.crumbs-right .w-nav-item .w-nav-item-link {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    color: #383838;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crumbs-right .w-nav-item .w-nav-item-link .w-link-txt {
    font-family: 'Noto Sans CJK';
    font-size: 16px;
}
/* hover */
.crumbs-right .w-nav-inner:hover {
    background-color: transparent;
    background-image: url(../images/20257803.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}
.crumbs-right .w-nav-inner:hover .w-nav-item-link {
    color: #d80c18;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
/* current */
.crumbs-right .w-nav-item.current {
    background-color: transparent;
    background-image: url(../images/20257803.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}
.crumbs-right .w-nav-item.current .w-nav-item-link {
    color: #d80c18;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
/* æœç´¢æ¡† */

/* æ–°é—»åˆ—è¡¨ */
.w-list-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 45px;
}
.w-list-ul .w-list-item {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 20px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.w-list-ul .w-list-item .w-list-pic {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    width: 260px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.w-list-ul .w-list-item .w-list-pic .w-list-piclink {
    display: block;
    width: 260px;
    height: 140px;
}
.w-list-ul .w-list-item .w-list-pic .w-list-piclink .w-listpic-in {
    width: 260px;
    height: 140px;
    border: none;
    object-fit: cover;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}
.w-list-ul .w-list-item .w-list-pic .w-list-piclink .w-listpic-in:hover {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}
.w-list-item .w-list-r {
    padding-left: 0 !important;
}
.w-list-item .w-list-r .w-list-r-in {
    padding-left: 0 !important;
}
.w-list-ul .w-list-item .w-list-title {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.w-list-ul .w-list-item .w-list-title .w-list-titlelink {
    line-height: 24px;
    display: block;
    font-family: 'Noto Sans CJK';
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.w-list-ul .w-list-item .w-list-title .w-list-titlelink:hover {
    font-style: normal;
    font-weight: bold;
    color: #d80c18;
    text-decoration: none;
}
.w-list-ul .w-list-item .w-list-desc {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-list-ul .w-list-item .w-list-bottom {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
}
.w-list-ul .w-list-item .w-list-bottom .w-list-date {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #BBB;
    text-decoration: none;
}
/* pager */
.pager {
    margin: 40px 0;
    text-align: center;
}
.pager-nav {
    display: inline-block;
}
.pager a {
    display: inline-block;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 3px;
    text-align: center;
    color: #666;
    transition: all 0.2s linear;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}
.pager a.cur {
    background: #eee;
    border: 1px #ccc solid;
    cursor: default;
}
.pager .dis {
    opacity: 0.5;
    cursor: default;
}
.pager a:not(.dis):hover {
    background: #eee;
    border: 1px #ccc solid;
}
.pager-prev,.pager-next {
    width: 67px;
}
.pager-input {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.jump-inp {
    width: 50px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px #ddd solid;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}
</pre></body></html>