<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headline h1 {
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headline h1 a {
    color: #c71017;
}
.headline p {
    width: 80%;
    margin: 4px auto 0;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* bner + news */
.bner-news {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
}
.bner {
    position: relative;
    width: 468px;
    height: 314px;
    overflow: hidden;
    float: left;
}
.imgs {
    width: 2340px;
    overflow: auto;
}
.imgs li {
    float: left;
    position: relative;
    width: 468px;
    height: 314px;
}
.imgs li img {
    width: 100%;
    height: 100%;
}
.imgs span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 25px;
    padding-right: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}
.icon-left,
.icon-right {
    width: 42px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}
.icon-left {
    left: 0;
    background: url(../images/icon/move_lf.png) no-repeat;
}
.icon-right {
    right: 0;
    background: url(../images/icon/move_rf.png) no-repeat;
}
.inds {
    position: absolute;
    right: 15px;
    bottom: 12px;
}
.inds span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 10px;
    background: #fff;
}
.inds .dis {
    background: #9a0b10;
}
.news {
    float: right;
    width: 370px;
    height: 314px;
    position: relative;
}
.news-nav {
    overflow: auto;
    font-size: 20px;
    border-bottom: 1px solid #b0b0b0;
}
.news-nav li {
    float: left;
    padding: 0 5px;
}

.news-nav li a {
    display: block;
    padding-bottom: 5px;
    color: #000;
}
.news-nav .dis a {
    color: #c71017;
    border-bottom: 2px solid #c71017;
}
.news-lists {
    font-size: 16px;
}
.news-lists li {
    margin: 15px 0;
    position: relative;
}
.news-lists p {
    padding-left: 25px;
    width: 100%;
    line-height: 26px;
    background: url(../images/icon/dian.png) no-repeat 2px 12px;
}
.news-lists span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
}
.news-lists ul,
.news-more li {
    display: none;
}
.news-lists .dis,
.news-more .dis {
    display: block;
}
.news-more {
    position: absolute;
    right: 0;
    top: 5px;
}
.news-more li a {
    color: #969696;
}
.news-more li a:hover {
    color: red;
}
.bner-news .news-lists li {
    height: 51px;
}
.lzyw {
    width: 468px;
    float: left;
}
.lzyw .news-lists p,
.zyjh .news-lists p {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lzyw .news-lists li,
.zyjh .news-lists li {
    margin: 5px 0;
}
.lzyw,
.zyjh {
    height: auto;
}
@media screen and (max-width: 768px) {
    .headline h1 {
        font-size: 22px;
    }
    .bner-news {
        margin-bottom: 0;
    }
    .bner {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .news {
        width: 100%;
        height: auto;
    }
    .news-nav {
        font-size: 17px;
    }
    .news-more {
        font-size: 12px;
    }
    .news-lists {
        font-size: 14px;
    }
    .news-lists li {
        margin: 10px 0;
    }
    .news-lists span {
        bottom: 2px;
    }
}</pre></body></html>