<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 13px !important;
    font-family: '微软雅黑' !important;
    color: #444444 !important;
}

a {
    color: #404349 !important;
}

.col-md-1 {
    width:9.8% !important;
}

    a:hover {
        color: #0065B3 !important;
        text-decoration: none !important;
    }

.c-size-big {
    font-size: 17px !important;
}

/*蓝色按钮*/
.c-btn-blue {
    background-color: #0065B3 !important;
    color: white !important;
}

    .c-btn-blue:hover {
        background-color: #208cdf !important;
        color: white !important;
    }

/*浅蓝色按钮*/
.c-btn-blueLight {
    background-color: #208cdf !important;
    color: white !important;
}

/*深蓝色按钮*/
.c-btn-blueDark {
    background-color: #0053A3 !important;
    color: white !important;
}

/*蓝色字体*/
.c-color-blue {
    color: #0065B3 !important;
}

.c-color-red {
    color: red !important;
}

/*蓝色背景*/
.c-bg-blue {
    background-color: #0065B3 !important;
    width:1360px;
    margin:0 auto;
}

.bannerImg {
    width:1360px;
    margin:0 auto;
}

/*白色背景*/
.c-bg-white {
    background-color: #ffffff !important;
}

/*灰色边框*/
.c-brd-gray {
    border: solid 1px #e8e8e8 !important;
}

/*大号按钮*/
.c-btn-lg {
    height: 50px !important;
    line-height: 40px !important;
}

/**隐藏**/
.c-hide {
    display: none;
}

/**100%宽度**/
.c-width-full {
    width: 100%;
}

/**底部固定栏**/
.c-footer {
    z-index: 1000;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    border-top: solid 1px #d0d0d0;
    background-color: #f2f2f2;
}

/**弹窗**/
.c-mask {
    z-index: 2000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000;
    opacity: 0;
}
/**弹窗遮罩**/
.c-window {
    z-index: 3000;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
}

/**文章列表**/
.navList {
    border: solid 1px #e8e8e8;
    overflow: hidden;
}

.navTitle {
    border-bottom: solid 1px #e8e8e8;
    background-color: #F9F9FB;
    height: 35px;
    position: relative;
}

.navItem {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background-color: #F9F9F9;
    top: 0px;
    width: 80px;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 35px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    overflow: hidden;
}

.navActive {
    background-color: #208cdf;
    /*border-top: solid 2px #0065B3;
    border-bottom: none;*/
    color:white
}

.artistItem {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
}

    .artistItem:hover {
        color: #0065B3;
    }

.artistTitle {
    display: inline-block;
    width: calc(100% - 90px);
}

.artistDate {
    display: inline-block;
    text-align: right;
    width: 80px;
}

.linkList {
    display: none;
    min-height: 50px;
}

/**swiper切换按钮样式****/
.swiper-pagination-bullet {
    background-color: #eee;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    color: white;
}

/**分页按钮样式****/
.netPager {
    text-align: center;
    margin: 10px;
    font-size: 16px;
}

/**地区导航样式****/
.cityList {
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 42px;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    position: relative;
    overflow: hidden;
}

.cityLeft {
    position: absolute;
    top: 15px;
    left: 20px;
    font-weight: bold;
}

.cityMiddle {
    position: absolute;
    left: 90px;
    width: calc(100% - 120px);
    top: 10px;
    height: 80px;
}

.cityRight {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    color: #666;
    height: 25px;
    padding: 5px;
}

    .cityRight:hover {
        color: #0065B3;
    }

.cityItem {
    display: inline-block;
    float: left;
    height: 25px;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 5px;
}

.cityItemSelected {
    display: inline-block;
    float: left;
    height: 25px;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #3d9de7;
    color: #FFFFFF;
}

.cityItem:hover {
    background-color: #3d9de7;
    color: #FFFFFF;
}

/**中心优先样式****/
.tdLeft {
    width: 100px;
    text-align: right;
    vertical-align: top;
}

.tableText {
    width: 200px;
}

/**飘图样式****/
.FloatImg {
    display: block;
    z-index: 100;
    position: absolute;
    top: 200px;
    left: 300px;
}


.pa-sm {
   padding:10px;
}

.pa-md {
  padding:15px;
}

.mt-sm {
  margin-top:10px;
}

.mt-md {
margin-top:20px;
}

/**  文章标题样式****/
.newsTitle h5 {
font-size:25px !important;
}</pre></body></html>