﻿/*@font-face {
    font-family: 'xiaowei';
    src: url('xiaoweilogo.ttf') format('truetype');
}*/

body {
    font-family: 'Microsoft YaHei';
    background: rgba(245,247,255,1);
}
/*头部*/
.heading {
    background-image: url('head_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.site-title {
    margin: 40px 0px;
    font-size: 34px;
    font-family: STZhongsong;
    font-weight: 400;
    color: rgba(255,255,255,1);
}

.zjjt-log {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(171,246,255,1);
    margin: 44px 0px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-image: url('zjjt_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .zjjt-log {
        width: 10%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .zjjt-log {
        width: 13%;
    }
}

@media (max-width: 768px) {
    .zjjt-log {
        width: 15%;
        margin: 44px 240px;
    }
}



.head-nav {
    width: 100%;
    margin: 0px;
    height: 60px;
    background: rgba(36,46,71,0.2);
}

.nav > li > a {
    padding: 0;
    display: unset;
    position: unset;
}

.nav-tabs {
    border-bottom: unset;
    height: 100%;
}

    .nav-tabs li {
        height: 60px;
        line-height: 60px;
        text-align: center;
        /*margin: 0px 40px;*/
    }

        .nav-tabs li a {
            height: 60px;
            line-height: 60px;
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #99CFFF;
        }

            .nav-tabs li a:hover {
                color: #23b7cb;
                padding: 18px 20%;
                border: 2px transparent solid;
                border-image: linear-gradient(to right,#5985ef,#23b7cb) 1 10;
                background: none;
            }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        cursor: default;
        background-color: unset;
        border: unset;
        /*border-bottom-color: transparent;*/
        color: #23b7cb;
        padding: 18px 20%;
        border: 2px transparent solid;
        border-image: linear-gradient(to right,#5985ef,#23b7cb) 1 10;
    }
/*头部end*/


/*首页网站主体start*/
.main-content {
    margin: 20px 0px;
}

    .main-content .container {
        background: #fff;
        padding-bottom: 20px;
    }


.info-tab {
    border-radius: 3px;
    background: rgba(255,255,255,1);
    /*box-shadow: 0px 5px 13px 0px rgba(214,212,212,0.7);*/
    margin-top: 10px;
}

.info-tab-title {
    font-size: 18px;
    color: #365EA9;
    margin: 0px 0px 0px 26px;
    height: 38px;
    border-radius: 2px;
    text-align: left;
    line-height: 38px;
    align-content: center;
    font-weight: bold;
    font-family: Source Han Sans CN;
}

.info-tab-more a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153,153,153,1);
    float: right;
    font-size: 16px;
    margin-right: 27px;
}

.tab-content {
    border-top: 1px solid #D3D5DF;
    margin: 0px 15px;
}

    .tab-content ul {
        padding: 10px;
    }

.info-tab-ul {
    list-style: none;
    display: block;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 0;
    margin-top: 5px;
}

.info-tab-li {
    font-weight: 400;
    color: #333;
    display: flex;
    align-self: center;
    line-height: 37px;
}

    .info-tab-li a {
        width: 79%;
        color: #333;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
    }

    .info-tab-li span {
        font-size: 14px;
        float: right;
        margin-left: 25px;
    }

    .info-tab-li a.news-more {
        width: 100%;
    }

#xxsbxt_content {
    padding: 5px 20px;
}

    #xxsbxt_content img {
        height: 110px;
        width: 100%;
    }

#gxpt_content {
    padding: 20px 5px 10px 5px;
}

    #gxpt_content img {
        height: 110px;
        width: 100%;
    }

#zjskjw_content {
    padding: 10px 5px 20px 5px;
}

    #zjskjw_content img {
        height: 110px;
        width: 100%;
    }
/*首页网站主体end*/

/*栏目页网站主体start*/
.left-nav-sidebar {
    height: 650px;
    /*margin-bottom: 10px;*/
    border-right: 1px solid #E4E5EB;
    padding-right: 15px;
}

.left-list {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

    .left-list li {
        height: 56px;
        line-height: 56px;
        text-align: center;
    }

        .left-list li a img {
            height: 21px;
            width: 21px;
            margin-right: 15px;
            margin-bottom: 3px;
        }

        .left-list li a {
            font-size: 16px;
            font-weight: bold;
            color: #558CD5;
            text-decoration: none;
        }

            .left-list li a:hover {
                background-color: #7ba5dc;
                border-radius: 4px;
                color: #fff;
                padding: 15px 60px;
            }


    .left-list > li.active > a, .left-list > li.active > a:focus, .left-list > li.active > a:hover {
        background-color: #3A70B8;
        border-radius: 4px;
        color: #fff;
        padding: 15px 60px;
    }

.triangle-right {
    width: 0;
    height: 0;
    position: absolute;
    top: 34px;
    left: 35px;
    margin-right: 10px;
    border-top: 6px solid transparent;
    border-left: 8px solid #2675DF;
    border-bottom: 6px solid transparent;
}

@media (max-width: 1200px) {
    .triangle-right {
        width: 0;
        height: 0;
        position: absolute;
        top: 14px;
        left: 35px;
        margin-right: 10px;
        border-top: 6px solid transparent;
        border-left: 8px solid #2675DF;
        border-bottom: 6px solid transparent;
    }
}


.col-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1976ce;
    padding-left: 20px;
    background: #f5f7ff;
    margin: 20px 0px 10px 0px;
    padding-left: 40px;
}

.col-content ul {
    margin: 10px 20px;
    line-height: 30px;
    list-style-type: none;
    padding: 0px;
}

    .col-content ul li {
        border-bottom: 1px solid #eeeff3;
        height: 34px;
        overflow: hidden;
    }

        .col-content ul li a {
            color: #4d4d4d;
            text-decoration: none;
            font-size: 16px;
        }

.list-time {
    float: right;
}
/*栏目页网站主体end*/

/*文章页网站主体start*/
.article-content {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    min-height: 500px;
}

    .article-content h4 {
        color: #345ba1;
        font-weight: bold;
        text-align: center;
        font-size: 22px;
    }

    .article-content .f12 {
        font-size: 16px;
        color: black;
        font-weight: 500;
    }

.art_hits {
    display: none;
}

.art-head {
    height: 40px;
    line-height: 40px;
    background-color: #eaedf1;
    border-bottom: 1px solid #eee;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding-left: 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0px 20px 15px 20px;
    list-style: none;
    background-color: unset;
    border-radius: 4px;
}
/*文章页网站主体end*/

/*网站底部 start*/
.bottom-content {
    background-color: #535D73;
    color: #ccc;
    margin-top: 20px;
    font-size: 14px;
}

.content-bottom {
    background-color: #535D73;
    color: #ccc;
    margin-top: 20px;
    font-size: 14px;
}

.wxgzh {
    padding: 20px 0px;
    text-align: center;
    line-height: 150%;
}

    .wxgzh img {
        width: 70%;
    }

.yqlj {
    margin-top: 15px;
    padding-top: 20px;
}

    .yqlj select {
        width: 100%;
        border: none;
        background: none;
        border-bottom: 1px #fff solid;
        color: #ccc;
        outline: none;
    }

option {
    color: #292929;
    border: none;
    outline: none;
}

.bqxx {
    padding-top: 20px;
}

    .bqxx span {
        margin-right: 20px;
        display: block;
        float: left;
    }

.dblj {
    padding-top: 20px;
}

    .dblj a {
        margin-right: 20px;
        display: block;
        float: left;
        color: #ccc;
    }

.wzbs {
    text-align: center;
}

/*old*/
/*.bottom-content {
    width: 100%;
    height: 70px;
    background: rgba(50,59,68,1);
    text-align: center;
    line-height: 70px;
}*/
/*.bottom-content p {
        height: 16px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(255,254,254,1);
        opacity: 0.4;
    }*/

/*网站底部 end*/
