body{
    padding:0;
    margin:0;
    background:#fff;
    position:relative;
    font: 12px/18px "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
body a{
    color: #333333;
    cursor: pointer;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover{
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
img{
    width:100%;
}

/*<!-- banner -->*/
.banner{
    background:url(../images/index2.jpg) no-repeat center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    min-height:350px;
    position: relative;
}
#title{
    font-size:36px;
    color:#333333;
    text-transform:capitalize;
    line-height: 44px;
    font-family: STXingkai,"华文行楷";
    border-bottom: 1px #bd0100 solid;
}
.title{
    margin-top: -200px;
}
/*<!-- banner -->*/

/*list*/
#article-title-list{
    padding-left: 4rem!important;
}
#article-title-list li{
    font-family:  "Microsoft YaHei", "微软雅黑";
    font-size: 20px;
    line-height: 34px;
    border-bottom: #ccc 1px dotted;
    margin: 8px 0;
}
#article-title-list li a{
    color: #333333;
    float: left;
}
#article-title-list li a:hover{
    color: #bd0100;
}
#article-title-list li span{
    float: right;
}
.page-link{
    color: #333!important;
}
.page-link .page-item a:hover{
    color: #0056b3!important;
}
.page-link:focus{
    box-shadow: none!important;
}
.source{
    padding-right: 0px;
    color: #666;
    font-size: 14px;
}
.page-item.active .page-link{
    z-index: 1;
    color: #fff!important;
    background-color: #bd0100;
    border-color: #bd0100;
}
/*list*/

/*-- footer --*/
footer{
    background:#bd0100;
}
footer .copyright{
    color: #fff;
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
footer p{
    line-height: 32px;
}
/*-- //footer --*/

/*--------back index----*/
#toIndex {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/back_index.png) no-repeat 0px 0px;
}
/*-----back index-----*/

/*-- Responsive design --*/
@media screen and (max-width: 1366px) {
    .banner,.banner-layer {
        min-height: 350px;
    }
}
@media screen and (max-width: 1024px) {
    .banner, .banner-layer {
        min-height: 250px;
    }
}
@media screen and (max-width: 667px) {
    .banner, .banner-layer {
        min-height: 200px;
    }
}
@media screen and (max-width: 414px) {
    #title img{
        margin-top: 150px!important;
    }
    #article-title-list li a{
        font-size: 16px;
        float: none!important;
    }
    #article-title-list li span{
        font-size: 12px;
        float: none!important;
    }
}
@media screen and (max-width: 375px) {
    #title img{
        margin-top: 150px!important;
    }
    #article-title-list li a{
        font-size: 16px;
        float: none!important;
    }
    #article-title-list li span{
        font-size: 12px;
        float: none!important;
    }
}
/*-- Responsive design --*/