<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 电脑端样式 */
@media screen and (min-width: 768px) {
    .hidden-pc {
        display: none;
    }

    .hidden-mobile {
        display: block;
    }

    /* 首页专题 */
    .listThemeBox_lf dl {
        overflow: hidden;
        border-top: 1px dashed #DDDDDD;
        float: left;
        width: 330px;
    }

    .listThemeBox_lf dl:first-child {
        border-top: none;
    }

    .listThemeBox_lf dt {
        float: left;
        padding: 10px 20px;
    }

    .listThemeBox_lf dd {
        padding: 10px 20px 0 0;
    }

    .listThemeBox_lf a:hover {
        text-decoration: none;
    }

    .listThemeBox_lf b {
        color: #006DB7;
        font: 14px/25px "宋体";
        display: block;
    }

    .listThemeBox_lf span {
        color: #656565;
        font: 12px/20px "宋体";
        display: block;
    }



    /*滚动横幅*/
    .Box2020 {
        position: relative;
    }

    .Box2020 .content {
        width: 940px !important;
        margin: 0 auto;
        margin-left: auto !important;
    }

    .Box2020 .Box_con {
        position: relative;
    }

    .Box2020 .Box_con .btnl {
        position: absolute;
    }

    .Box2020 .Box_con .btn {
        display: block;
        width: 22px !important;
        height: 96px !important;
        position: absolute;
        top: 0px;
        cursor: pointer;
    }

    .Box2020 .Box_con .btnl {
        background: url(..//images/jtl_left.jpg) no-repeat center !important;
        left: -30px !important;
    }

    .Box2020 .Box_con .btnr {
        background: url(..//images/jtl_right.jpg) no-repeat center !important;
        right: -30px !important;
    }

    /*.Box .Box_con .btnl:hover {background: url(images2/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(images2/jtr03.png) no-repeat center;}*/
    .Box2020 .Box_con .conbox {
        position: relative;
        overflow: hidden;
    }

    .Box2020 .Box_con .conbox ul {
        position: relative;
        list-style: none;
    }

    .Box2020 .Box_con .conbox ul li {
        float: left;
        width: 320px;
        height: 95px;
        margin-left: 10px;
        overflow: hidden;
        border: solid 1px #e5e5e5;
    }

    .Box2020 .Box_con .conbox ul li:first-child {
        margin-left: 0;
    }

    .midPic {
        margin-right: -12px;
        margin-left: -12px;
        overflow: hidden;
    }

    .midPic li {
        float: left;
        width: 33.33333%;
    }

    .midPic li a {
        display: block;
        margin: 4px 12px 6px;
    }

    .midPic li a img {
        display: block;
        width: 100%;
        height: 90px;
    }
}</pre></body></html>