body{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-family:"微软雅黑",Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
li{
    list-style: none;
    cursor: pointer;
}
a{text-decoration:none;}
a:link {color: #333333}
a:visited {color: #333333}
a:hover {color: red}
a:active {color: #333333}
.top{
    height: 30px;
    background: #B8BDC0;
    text-align: right;
    padding-right: 10%;
    padding-top: 5px;
}
.right li{
    width: 100%;
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right .rbl a{
    font-weight: bold;
    color: #005999;
    font-size: 16px;
}
.right .rbl a:hover{
    color: red;
}

/*手机*/
@media screen and (max-width:600px){
    .banner{
        height: 56px;
        padding: 10px 10%;
    }
    .right{
        margin-top: 30px;
    }
    .right ul{
        margin: 0;
        padding: 0;
    }
    .index_content .top_news .left{
        width: 100%;
        height: 200px
    }
    .index_content .top_news .left .swiper-slide img{
        width: 100%;
        height: 200px
    }
    .index_content .top_news .right{
        width: 100%;
        padding: 0;
    }
    .index_content .plate .hydt{
        width: 100%;
    }
    .index_content .plate .hydt img{
        height: 70px;
    }
    .index_content .plate .bzyj{
        width: 100%;
        margin-top: 20px
    }
    .index_content .plate .bzyj img{
        height: 70px;
    }
    .index_content .plate .hd{
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
    .index_content .plate .hd img:nth-child(1){
        height: 50px;
    }
    .index_content .plate .hd img:nth-child(3){
        height: 90px;
    }
    .index_content .plate .dxal{
        width: 100%;
    }
    .index_content .plate .dxal img{
        height: 70px;
    }
    .index_content .plate .csr{
        width: 100%;
        margin-top: 20px
    }
    .index_content .plate .csr img{
        height: 70px;
    }
    .index_content .plate .rd{
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
    .index_content .plate .rd img{
        height: 90px;
    }
    .index_content .plate .rd img:nth-child(1){
        height: 50px;
    }
    .index_content .label li{
        width: 100%;
        padding: 10px 0;
    }
    .foot .partner{
        width: 100%;
        /*border-bottom: 1px dashed #ccc;*/
    }
    .foot .info{
        width: 100%;
    }
    .foot .partner li{
        width: 100%;
        padding: 10px 0;
    }
    .foot{
        height: 260px;
        background: #227B83;
        padding: 20px 10%;
        color: white;
    }
    .list_content .list{
        min-height: 300px;
        margin: 0;
        padding: 0;
    }
    .list_content .list li{
        padding: 5px 0;
        border-bottom: 1px dashed #666666;
        margin-bottom: 15px;
    }
    .list_content .list li label{
        display: none;
    }
    .list_content .list li a{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .list_content{
        padding: 30px 2%;
    }

    .detail_content{
        padding: 0 5% 0;
    }

    .space span{
        margin: 10px;
        display: inline-block;
    }
}
/*平板*/
@media screen and (min-width:600px) and (max-width:960px){
    .banner{
        height: 56px;
        padding: 10px 10%;
    }
    .right{
        margin-top: 15px;
    }
    .right ul{
        margin: 0;
        padding: 0;
    }
    .index_content .top_news .left{
        width: 100%;
        height: 250px
    }
    .index_content .top_news .left .swiper-slide img{
        width: 100%;
        height: 250px
    }
    .index_content .top_news .right{
        width: 100%;
        padding: 0;
    }
    .index_content .plate .hydt{
        width: 100%;
    }
    .index_content .plate .hydt img{
        height: 120px;
    }
    .index_content .plate .bzyj{
        width: 100%;
        margin-top: 20px
    }
    .index_content .plate .bzyj img{
        height: 120px;
    }
    .index_content .plate .hd{
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
    .index_content .plate .dxal{
        width: 100%;
    }
    .index_content .plate .dxal img{
        height: 120px;
    }
    .index_content .plate .csr{
        width: 100%;
        margin-top: 20px
    }
    .index_content .plate .csr img{
        height: 120px;
    }
    .index_content .plate .rd{
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
    .index_content .label li{
        width: 100%;
        padding: 10px 0;
    }
    .foot .partner{
        width: 100%;
        /*border-bottom: 1px dashed #ccc;*/
    }
    .foot .info{
        width: 100%;
    }
    .foot .partner li{
        width: 33.333%;
        float: left;
        margin: 10px 0;
    }
    .foot{
        height: 105px;
        background: #227B83;
        padding: 20px 10%;
        color: white;
    }
    .list_content .list{
        min-height: 300px;
        margin: 0;
        padding: 0;
    }
    .list_content .list li{
        padding: 5px 0;
        border-bottom: 1px dashed #666666;
        margin-bottom: 15px;
    }
    .list_content .list li label{
        display: none;
    }
    .list_content .list li a{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .list_content{
        padding: 30px 2%;
        min-height: 610px;
    }

    .detail_content{
        padding: 0 5% 0;
    }

    .space span{
        margin: 10px;
        display: inline-block;
    }
}
/*PC*/
@media screen and (min-width:960px){
    .banner{
        height: 80px;
        padding: 10px 10%;
    }
    .index_content .top_news .left{
        width: 58%;
        float: left;
        height: 340px
    }
    .index_content .top_news .left .swiper-slide img{
        width: 100%;
        height: 340px
    }
    .index_content .top_news .right{
        width: 38%;
        padding: 0 0 0 30px;
        float: left;
    }
    .index_content .plate .hydt{
        width: 27%;
        margin-right: 4%;
        float: left;
    }
    .index_content .plate .bzyj{
        width: 27%;
        float: left;
    }
    .index_content .plate .hd{
        width: 38%;
        padding: 0 0 0 30px;
        float: left;
    }
    .index_content .plate .dxal{
        width: 27%;
        margin-right: 4%;
        float: left;
    }
    .index_content .plate .csr{
        width: 27%;
        float: left;
    }
    .index_content .plate .rd{
        width: 38%;
        padding: 0 0 0 30px;
        float: left;
    }
    .index_content .label li{
        width: 33.333%;
        float: left;
        padding: 10px 0;
    }
    .foot .partner{
        width: 100%;
        float: left;
    }
    .foot .info{
        width: 30%;
        float: left;
    }
    .foot .partner li{
        width: 33.333%;
        float: left;
        margin: 10px 0;
    }
    .foot{
        height: 110px;
        background: #227B83;
        padding: 10px 20px;
        color: white;
        margin: 10px 10%;
    }
    .list_content .list{
        min-height: 300px;
        padding-left: 100px;
    }
    .list_content .list li{
        height: 30px;
        padding: 5px 0;
        border-bottom: 1px dashed #666666;
        margin-bottom: 15px;
    }
    .list_content .list li a{
        float: left;
    }

    .list_content{
        padding: 30px 10%;
        min-height: 525px;
    }

    .detail_content{
        padding: 0 10% 0;
    }
}

.hr{
    height: 6px;
    background: #227B83;
}
.index_content{
    padding: 30px 10%;
    padding-bottom: 0 !important;
}
.index_content .top_news .right .title{
    font-size: 18px;
    font-weight: bold;
}
.index_content .top_news .right .detail{
    color: #666;
    word-spacing: 2px;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.index_content .top_news .right .detail::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.index_content .top_news .right .detail::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #227B83;
}
.index_content .top_news .right .detail::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ccc;
}
.index_content .top_news .right .detail img{
    display: none;
}

.index_content .plate{
    clear: both;
    padding-top: 30px;
}
.index_content .plate .list{
    height: 319px;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #C2C2C2;
    margin-top: 15px;
    padding: 10px;
}
.index_content .plate .list p{
    border-bottom: 1px dashed #C2C2C2;
    padding: 5px 0;
}
.index_content .plate .hd .notice img{
    display: none;
}
.index_content .plate .hd .notice{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 140px;
}
.index_content .plate .hd .notice::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.index_content .plate .hd .notice::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #227B83;
}
.index_content .plate .hd .notice::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ccc;
}

.index_content .plate .rd p{
    font-size: 16px;
    font-weight: bold;
    /*padding: 10px 0;*/
}
.index_content .label ul{
    width: 100%;
}
.foot .info p{
    height: 30px;
}
.foot .partner ul{
    width: 100%;
}
.space{
    text-align: center;
    background: white;
    padding: 10px;
    border-top: 1px solid #ccc
}
.space span{
    margin: 10px;
}

.list_content h2{
    font-size: 18px;
    border-bottom: 1px solid #979797;
    padding-bottom: 20px;
}
.list_content .list li label{
    float: right;
}

.detail_content .title{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #979797;
    padding: 0 0 15px 0;
    text-align: center;
}
.detail_content .detail{
    padding-top: 10px;
}
.detail_content .detail img{
    max-width: 100% !important;
}