<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body {
    font: 14px "Microsoft YaHei", 微软雅黑, '宋体', tahoma, Verdana, arial, sans-serif;
    color: #333333;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #cd0505;
}

li {
    list-style: none
}
.bg-fff{background-color:#fff ; }
.mt15{margin-top: 15px;}
.padding-top-20 {
    padding-top: 20px;
}

.padding-top-15 {
    padding-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
#header {
    /*background-image: url("../images/top_bg.jpg");*/
    background-position: center 0;
    background-color: #b31416;
}
#header .top-img {
    margin: 0 auto;
}
#top-center .logo {
    height: 200px;
    line-height: 200px;
    text-align: center;
    padding-top: 40px;
}
#top-center .logo img{
    max-height: 120px;
    /* margin:0 auto; */
}
#top-center .logo h3{
    font-size: 40px;
    color: #fff;
    text-align: center;
    height: 160px;
    line-height: 120px;
    padding: 0;
    margin: 0;
}
#nav{
    background: #7f0404;
}
#nav .navbar-nav a {
    font-size: 16px;
}
#nav .navbar-default {
    background: none;
    border: none;
    margin-bottom: 0px;
}
#nav #navbar-collapse-1 .navbar-nav li{overflow: hidden;}
#nav #navbar-collapse-1 .navbar-nav li a {
    text-align: center;
    color: #ffffff;
}
#nav #navbar-collapse-1 .navbar-nav li a:hover,
#nav #navbar-collapse-1 .navbar-nav li.active a{
background: #620101;
}
#nav .navbar-default .navbar-toggle {
    /*padding: 5px;*/
}
#nav .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#nav .navbar-default .navbar-collapse, #nav .navbar-default .navbar-form{
    border-color: #620101;
}
#nav .navbar {
    border-radius: 0px;
    min-height: 50px;
    border: 0px;
}

#main{
    /*background: #ebebeb url('../images/bg.jpg');*/
    background-color:  rgb(253, 226, 205);
}

.special{
    padding: 20px 10px 20px 20px;
}
.special .special-title a{
    line-height: 80px;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
}
.special .special-content img{
    max-height: 196px;
}
.special .special-content .special-text{
    line-height: 30px;
    text-indent: 14px;
}

.vote-rule{
    padding: 20px 20px 20px 20px;
}
.vote-rule h2{
    font-size: 16px;
    color: #ffffff;
    background: #7f0404;
    height: 40px;
    line-height: 40px;
}
.vote-rule .rule{
    line-height: 20px;
}
.people-list{
    padding: 0 20px 20px 20px;
}
.people-list img{
    max-height: 163px;
}
.people-list .thumbnail-img{
    padding: 10px;
    height: 182px;
}
.people-list .caption h2{
    font-size: 16px;
    margin: 0px;
    height: 25px;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
}
.people-list .caption .caption-des{
    height: 60px;
    overflow: hidden;
}
.people-list .caption  .vote-result{
    padding-top: 10px;
}
.vote-submit{
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}
.vote-submit button{
    width: 20%;
}


.publication-area,.interactive-area{
    background: #ffffff;
}
.information-publication {
    /*background: #ffffff;*/
    padding-bottom: 15px;
    padding-top: 15px;
    /*box-shadow: 0 0 15px #b9b9b9;*/
}

.link {
    padding: 0px 15px 0 15px;
}

.link div {
    padding-top: 15px;
}

#footer {
    min-height: 168px;
    background: #ba0509;
    background-position: center 0;
    background-repeat: no-repeat;
}

#footer,
#footer a {
    color: #fff1bb;;
}

.footer-left {
    padding-top: 50px;
}

.f-l-r {
    /*padding-top: 10px;*/
}

.f-link,
.copy-right {
    line-height: 30px;
}

.footer-right {
    padding-top: 20px;
    margin-bottom: 10px;
}

.footer-right img {
    max-width: 130px;
    max-height: 130px;
}

/*lists*/
.article-area {
    padding: 15px;
}

.article-category-tab,
.article-category-list ul li {
    height: 40px;
    line-height: 40px;
}

.article-category {
    background: #fcfcfc;
}

.article-category-tab {
    text-align: center;
    color: #ffffff;
    background: #800000;
}

.article-category-list ul,
.article-lists-content ul {
    padding: 10px 0 0 0;
}

.article-category-list ul li {
    list-style: none;
    padding: 0px 15px;
}

.article-category-list ul li a {
    display: block;
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
}

.article-category-list ul li a:hover,
.article-category-list ul li.active a {
    background: #eeeeee;
    color: #cd0505;
    font-weight: bold;
}

.article-lists,
.article-category {
    margin-top: 15px;
    min-height: 500px;
    padding-bottom: 15px;
}

.article-category {
    min-height: 0px;
    padding-bottom: 15px;
}

.here {
    line-height: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.article-lists-content ul {
}

.article-lists-content ul li {
    list-style: none;
    line-height: 35px;
    height: 35px;
    position: relative;
}

.article-lists-content ul li a {
    padding-left: 15px;
    background: url("../images/dot.jpg") left 15px no-repeat;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 88px;
    display: block;
}

.times {
    color: #999999;
    position: absolute;
    top: 0px;
    right: 0px;
}

.article-content {
    padding-bottom: 15px;
}

.article-title,
.article-attrs {
    text-align: center;
}

.article-title h2 {
    font-size: 26px;
    line-height: 40px;
}

.article-attrs {
    color: #666;
    padding-bottom: 20px;
}

.article-body,
.issue-content {
    padding: 0 15px;
    overflow: hidden;
    min-height: 350px;
}
.article-body .img-responsive{
    display: inline-block;
}
.article-tool,
.article-prev,
.article-next {
    line-height: 40px;
}

.issue-lists-content .table tr td,
.issue-content .table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.issue-content {
    padding: 0 35px;
}

.required {
    color: #cd0505;
}

#pagination .pagination li a,
#pagination .pagination li span {
    color: #333;
    background: none;
}

#pagination .pagination .active a,
#pagination .pagination .active a:focus,
#pagination .pagination .active a:hover,
#pagination .pagination .active span,
#pagination .pagination .active span:focus,
#pagination .pagination .active span:hover {
    background-color: #cd0505;
    border-color: #cd0505;
    color: #ffffff;
}

.box{
    padding: 5px 10px;
}
.box .box-top{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}
.box .box-top h3{
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    float: left;
    line-height: 33px;
    border-bottom: 2px solid #7f0404;
    color: #7f0404;
}
.box .box-top a{
    float: right;
    color: #ddd;
}
.box .box-center,.box-special .box-special-center{
    padding: 0 10px;
    
}
.box .box-center{height: 220px;}
.box-special{
    padding: 15px 10px 5px 0;
}
.box-special .box-special-center{height: 290px;}

.box-special .box-special-top{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: #ddd;
}
.box-special .box-special-top h3{
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    float: left;
    line-height: 35px;
    background: #7f0404;
    color: #fff;
}
.box-special .box-special-top a{
    float: right;
    color: #fff;
}
.box-special .article-lists-content a{
    background: url(../images/arrow.gif) 0 15px no-repeat;
}
#banner img{
    width: 100%;
    height: 360px;
    max-height: 360px;
    /*box-shadow: 0px 0px 1px #e1e1e1;*/
}
.banner-title,.banner-title-bg{
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.banner-title-bg{
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.banner-title a{
    color: #fff;
    display: block;
    padding-left:10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; 
}
#banner .swiper-container-horizontal .swiper-pagination-bullets, 
#banner .swiper-pagination-custom, 
#banner .swiper-pagination-fraction{
    left: auto;
    width: auto;
    right: 10px;
}
.article-area{
    padding: 10px;
}
.image-content{max-width: 600px;}
.image-content .owl-carousel .owl-item img{
    width: auto;
        margin: 0 auto;
}
.image-content .carousel-caption{
    padding-top: 0px;
     padding-bottom: 0px; 
     bottom: 0;
     background: rgba(0,0,0,.6);
    bottom: 0;
    text-align: left;
    padding:0 10px; 
    left: 0;
    right: 0;
}
.image-content .carousel-caption p{
    line-height: 25px;
    padding:0;
    margin: 0; 
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
    .owl .item img, .owl .item {
        /*height: 250px;*/
    }
    .news-list img {
        width: 100%;
        max-height: 230px;
    }
    .owl .item .carousel-caption p{
        display: none;
    }
    #banner img{
        height: 300px;
    }
}
@media (max-width: 500px) {
    #banner img{
        height: 240px;
    }
}
@media (max-width: 992px) {
    .interactive-list, .information-list {
        margin-right: 15px;
    }
    .f-l-r{
        text-align: center;}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {

    #nav #navbar-collapse-1 {
        background: none;
    }

    #nav #navbar-collapse-1 .navbar-nav li a {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        width: 120px;
        text-align: center;
        color: #ffffff;
    }

    #nav #navbar-collapse-1 .navbar-nav li.active a {
        background: none;
        color: #fff;
    }

    #nav #navbar-collapse-1 .navbar-nav li a:hover,
    #nav #navbar-collapse-1 .navbar-nav li.active {
        background: #cc0000;
        color: #fff;
    }

    #nav #navbar-collapse-1 .navbar-nav li.index a {

    }

    .owl .item img, .owl .item {
        /*height: 356px;*/
    }

    .news-list img {
        width: 100%;
        max-height: 230px;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    #nav #navbar-collapse-1 .navbar-nav li a {
        width: 165px;
    }
    .owl .item {
        max-height: 400px;
    }
    .news-list img {
        width: 100%;
        max-height: 130px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    #nav #navbar-collapse-1 .navbar-nav li a {
        width: 226px;
    }
}

</pre></body></html>