@charset "utf-8";
/* ----------------内容页---------------- */
.cont-banner{
    background: url(../img/cont-banner.png) no-repeat bottom;
    height: 570px;
}
.cont{
    background: url(../img/cont-bg.png) no-repeat bottom;
    padding-bottom: 30px; 
}
.cont img{
    display: block;
    margin: 0 auto;
    margin-top: -127px;
}
.main-bg{
    background: url(../img/main-bg.png) no-repeat bottom center;
    height: 100%;
}
.cont-dh{
    position: relative;
}
.cont-dh>img{
    display: block;
    margin-top: -46px;
    margin-left: 275px;
}
.list-main{
    margin-bottom: 30px;
}
/* ------------列表页开始------------ */
/* 左边 */
.list-l{
    width: 235px;
    margin-top: -134px;
    float: left;
}
/* 一级栏目标题 */
.list-title{
    width: 100%;
    height: 133px;
    background: url(../img/list-title-bg.png) no-repeat center;
    text-align: center;
    padding-top: 17px;
}
.list-title>img{
    width: 44px;
    height: 45px;
}
.list-title>p{
    font-size: 24px;
    color: #fff;
}
.list-title>span{
    font-size: 12px;
    color: #fff;
}
/* 二级导航列表 */
.left-nav{
    background: url(../img/left-nav-bg.png) no-repeat 158px bottom;
    background-color: #306bb8;
    padding-bottom: 80px;
}
.left-nav ul li{

}
.left-nav ul li a{
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all .3s;
    padding: 34px 0 22px 34px;
    position: relative;
}
.left-nav ul li a:after{
    content: "";
    background: url(../img/left-nav-dot.png) no-repeat center;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 25px;
    top: 42px;
}
.left-nav ul li:hover a{
    background: url(../img/left-nav-on.png) no-repeat left;
    margin-left: -19px;
    transition: all .3s;
}
.left-nav ul li:hover a:after{
    background: url(../img/left-nav-dot2.png) no-repeat center;
}
.left-nav ul .left-nav-on a{
    background: url(../img/left-nav-on.png) no-repeat left;
    margin-left: -19px;
}
.left-nav ul .left-nav-on a:after{
    background: url(../img/left-nav-dot2.png) no-repeat center;
}
/* 右边 */
.list-r{
    margin-left: 235px;
}
/* 面包屑 */
.list-dh{
    background: url(../img/list-dh-bg.png);
    width: 100%;
    padding: 15px 0 15px 30px;
    margin-top: -48px;
}
.list-dh p{
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    background: url(../img/nav-li-pbg.png) no-repeat 1px center;
}
.list-dh a:hover{
    color: #23679e;
}
/* 列表 */
.list{
    margin: 0 auto;
    padding: 35px;
}
.list>ul>li{
    position: relative;
    padding: 15px 17px;
    transition: all .2s;
    border: 1px solid #eee;
    margin-top: 10px;
}
.list>ul>li:hover{
    background: url(../img/list-li-bg.png) no-repeat center;
    background-size: cover;
    box-shadow: 3px 7px 31px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    /* border-radius: 5px; */
}
.list>ul>li .list-time{
    /* width: 37px;
    height: 36px; */
    text-align: center;
    position: absolute;
    top: 25px;
    left: 26px;
}
.list>ul>li .list-time p{
    background: #c30f0f;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
}
.list>ul>li .list-time span{
    background: #fff;
    color: #000;
    display: block;
    padding: 4px 0;
    font-size: 13px;
}
.list-index{
    position: absolute;
    top: 17.5px;
    left: 245px;
    background: #3a72bc;
    color: #fff;
    text-align: center;
    padding: 0px 6px;
}
.list>ul>li:hover .list-index{
    background: #f9a709;
}

.list>ul>li>.list-img{
    display: inline-block;
    width: 211px;
    height: 147px;
}
.list>ul>li>.list-img img{
    width: 211px;
    height: 147px;
}
.list>ul>li>a{
    float: right;
    width: 76%;
    display: block;
}
.list>ul>li>a:after{
    content: "";
    width: 13px;
    height: 9px;
    background: url(../img/list-more.png) no-repeat center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.list>ul>li>a span{
    font-size: 14px;
    display: block;
    text-indent: 2em;
    font-size: 16px;
}
.list>ul>li>a p{
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 25px;
    margin-top: 25px;

}
/* ------------列表页结束------------ */
/* ------------内容页开始------------ */
.list-content {
    text-align: justify;
    padding-top: 60px;
}
.list-content h1 {
    text-align: center;
    font-size: 19px;
    color: #0c51ab;
}
.list-content-time {
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 20px 0;
}
.list-content-time span {
    margin-left: 10px;
}
.list-cont-main {
    padding: 0 45px;
}

#content_cont .list-cont-main p{
    color: #3f3e3e;
    line-height: 200%;
    font-size: 16px;
text-indent: 2em;
}

.list-cont-main table p{
    text-indent: 0;
}
.cont-prev, .cont-next {
    color: #7d7d7d;
    font-size: 14px;
    margin-left: -20px;
    margin-top: 25px;
}
.cont-prev a, .cont-next a {
    color: #7d7d7d;
    font-size: 14px;
}

.vsbcontent_img {text-indent: 0 !important;}
#content_cont div img {max-width: 94%;}

/* ------------内容页结束------------ */

/* ------------联系我们开始------------ */
.lxwm{
    padding: 60px 0 30px 35px;
}
/* ------------联系我们结束------------ */
/* ------------机构设置开始------------ */
.jgsz-ul{
    padding: 40px 20px 0 20px;
    float: left;
}
.p-jgsz {
    background: url(../img/dzgljg.png) no-repeat .2rem center;
    background-size: 44px;
    font-size: 18px;
    background-color: #2667bd;
    color: #fff;
    display: inline-block;
    height: 62px;
    border-bottom: 10px solid #ebf0f8;
    margin-bottom: 44px;
    padding-left: 60px;
    padding-right: 20px;
    line-height: 50px;
}
.jgsz-ul ul li {
    float: left;
    width: 31%;
    margin: 10px 10px;
}
.jgsz-ul ul li div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/jgsz-li-bg.png) no-repeat center center;
    background-size: 31px;
    background-color: #2567bd;
    display: inline-block;
    position: relative;
}
.jgsz-ul ul li:hover div {
    background-color: #f9a709;
}
.jgsz-ul ul li a {
    background: #f7f7f7;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 13px;
    height: 60px;
    width: 90%;
    padding-left: 36px;
    margin-left: -30px;
}
/* ------------机构设置结束------------ */
/* ------------现任领导开始------------ */
.xrld{
    float: left;
    padding: 20px ;
width: 100%;

}
.xrld ul li{
    float: left;
    border-radius: 20px;
    background: url(../img/ld-bg.png) no-repeat -39px 1px;
    width: 45%;
    height: 213px;
    padding: 3% 0 0 3%;
    margin: 22px 12px;
    transition: all .2s;
}
.xrld ul li:hover{
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    border-radius: 20px;
}
.ld-img-box{
    float: left;
}
.ld-img-box img{
    width: 100px;
    height: 146px;
}
.xrld ul li span{
    font-size: 14px;
    color: #333333;
    text-align: center;
    float: left;
    margin: 20px 0 0 -48px;
}
.xrld ul li i{
    font-size: 16px;
    color: #0751b4;
    font-weight: 600;
    float: left;
    margin-left: 27px;
}
.xrld ul li>a>p{
    text-indent: 2em;
    width: 58%;
    float: left;
    text-align: justify;
    line-height: 25px;
    margin: 3% 0 0 7%;
}

/* ------------现任领导结束------------ */

/* 图片页 */
.tpy ul li{
    float: left;
    position: relative;
    margin: 35px 66px;
}
.tpy ul li a img{
    width: 388px;
    height: 211px;

}
.tpy ul li a div{
    background: url(../img/tpy-bg.png) no-repeat center;
    position: absolute;
    left: 20px;
    top: 0;
    color: #fff;
    height: 100%;
    width: 111px;
    text-align: center;
    padding-top: 80px;
}
.tpy ul li a div span{
    display: block;
    font-size: 15px;
}
.tpy ul li a div i{
    font-size: 12px;
}
.tpy li>a>span{
    position: absolute;
    left: 20px;
    bottom: 10px;
    background: url(../img/span-bg.png);
    color: #fff;
    padding: 2px 5px;
}
/* 图片页结束 */
/* 机构设置 */

.ej_mian_jg{ margin:0px auto 15px auto;  min-height:500px; width:100%;background:#fff;  padding:10px 15px 35px 15px; }

.jg_tab { margin-top:10px;overflow: hidden; }
.jg_tab .tab-hd { height:48px; margin-bottom:20px;}
.jg_tab .tab-hd li{ display:block;float: left;height: 45px; width:180px; margin-left:15px;}
.jg_tab .tab-hd li a{ display:block; height: 45px; width:180px;font:20px/45px "微软雅黑"; color:#5e5e5e; }
.jg_tab .tab-hd li a span{ float:left; margin-right:14px; display:block; height:45px; width:45px; background:#bfbfbf; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50% }
.jg_tab .tab-hd li a:hover{ color:#115db2;   }
.jg_tab .tab-hd li a:hover span{background:#115db2;}
.jg_tab .tab-hd li.on a{ color:#115db2;}
.jg_tab .tab-hd li.on span{background:#115db2;}
.jg_tab .tab-bd { width:100%;}
.jg_tab .tab-bd ul li a {
    margin: 0px 15px 15px 15px;
    float: left;
    width: 29%;
    padding-left: 15px;
    border: solid 1px #f1f1f1;
    font: 14px/34px "微软雅黑";
    color: #5d5d5e;
    display: block;
    position: relative;
}
.jg_tab .tab-bd ul li a span { font-size:0px; text-indent:-9999; position:absolute; top:10px; left:-1px; width:2px; height:15px; background:#115db2;}
.jg_tab .tab-bd ul li a:hover{border:solid 1px #e3e8ec;color:#115db2;}
.jg_tab .tab-bd ul li a:hover span{width:4px;}
.jg_tab .tab-bd .tab-pal_ts p{font:13px/28px "微软雅黑";color:#464646; text-indent:2em; width:90%; margin-left:5%; margin-bottom:12px;}
.jg_tab .tab-bd .tab-pal_ts p span {color:#c86509; font-weight:bold;}

/* 图片页 */
.photo-shade{
    background: url(../img/black-bg.png);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.foucebox{
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 1001;
    width: 80%;
    margin-left: 10%;
    display: none;
}
.foucebox .bd{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.foucebox .bd .tempWrap{
    width: 100% !important;
}
.foucebox .bd ul{
    width: 100% !important;
}
.foucebox .bd li{
    width: 100% !important;
}
.foucebox .bd li a{
    width: 100% !important;
}
.foucebox .bd li a img{
    max-width: 100% !important;
    margin: 0 auto;
    border: 5px solid #ccc;
    border-radius: 2px;
    /* box-sizing: content-box; */
}
.foucebox .bd li a p{
    font-size: 24px;
    color: #fff;
    text-align: center;
}


.foucebox .prev,.foucebox .next{
    width: 16px;
    height: 31px;
    /* display: block; */
}
.foucebox .prev {
    background: url(../img/banner-prev.png) no-repeat center;
    position: absolute;
    left: -80px;
    top: 230px;
}
.foucebox .next {
    background: url(../img/banner-next.png) no-repeat center;
    position: absolute;
    right: -80px;
    top: 230px;
}

/* 无图列表页 */
.wt-list{
    padding: 35px;
    width: 100%;
}
.wt-list ul li{
    border-bottom: #dcdcdc 1px solid;
    padding: 12px 8px 12px 8px;
}
.wt-list ul li a{
    font-size: 16px;
    display: inline-block;
    margin: 14px 20px;
width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wt-list ul li:hover .wt-time p{
    background: #f9a709;
}
.wt-list ul li:hover a{
    color: #0751b4;
}
.wt-time{
    float: left;
    width: 52px;
    box-shadow: 0 0 2px #ccc;
    display: inline-block;
}
.wt-time p{
    font-size: 13px;
    text-align: center;
    background: #185aaf;
    color: #fff;
    padding: 5px 0;
    transition: all .2s;
}
.wt-time span{
    display: block;
    font-size: 20px;
    color: #5a5a5a;
    text-align: center;
    padding: 3px 0;
    background: #fff;
}
@media screen and (max-width: 1800px) and (min-width: 1200px) {
    .cont-banner {
        background: url(../img/cont-banner.png) no-repeat bottom;
        background-size: 100%;
        height: 2.9rem;
    }
    /* 左 */
    .list-l{
        width: 20%;
        margin-top: -0.9rem;
    }
    .list-title{
        background: url(../img/list-title-bg.png) no-repeat center;
        background-size: 100%;
        padding: .165rem 0.2rem;
        height: 100%;
    }
    .list-title>img{
        width: 0.25rem;
        height:0.25rem;
    }
    .list-title>p{
        font-size: 0.14rem;
    }
    .left-nav ul li a{
        font-size: .11rem;
    }
    /* 右 */
    .list-r{
        margin-left: 20%;
    }
    .list{
        padding: 0.2rem;
    }
    .list>ul>li>.list-img{
        width: 25%;
    }
    .list>ul>li>.list-img img{
        width: 100%;
        height: 100%;
    }
    .list>ul>li>a{
        width: 73%;
    }
    .list-index{
        position: absolute;
        top: 0.12rem;
        left: 28%;
    }
    .list>ul>li>a span{
        text-indent: 2em;
        padding-left: 20px;
        font-size: 0.115rem;
    }
    .list>ul>li>a p{
        margin-top: .1rem;
        font-size: .1rem;
    }
.tpy ul li{
    margin: 0.2rem 0.15rem;}
}
@media screen and (max-width: 1301px) and (min-width: 1100px) {
.tpy ul li{
    margin: 0.2rem 0.05rem;}
}
}
@charset "utf-8";
/* ----------------内容页---------------- */
.cont-banner{
    background: url(../img/cont-banner.png) no-repeat bottom;
    height: 570px;
}
.cont{
    background: url(../img/cont-bg.png) no-repeat bottom;
    padding-bottom: 30px; 
}
.cont img{
    display: block;
    margin: 0 auto;
    margin-top: -127px;
}
.main-bg{
    background: url(../img/main-bg.png) no-repeat bottom center;
    height: 100%;
}
.cont-dh{
    position: relative;
}
.cont-dh>img{
    display: block;
    margin-top: -46px;
    margin-left: 275px;
}
.list-main{
    margin-bottom: 30px;
}
/* ------------列表页开始------------ */
/* 左边 */
.list-l{
    width: 235px;
    margin-top: -134px;
    float: left;
}
/* 一级栏目标题 */
.list-title{
    width: 100%;
    height: 133px;
    background: url(../img/list-title-bg.png) no-repeat center;
    text-align: center;
    padding-top: 17px;
}
.list-title>img{
    width: 44px;
    height: 45px;
}
.list-title>p{
    font-size: 24px;
    color: #fff;
}
.list-title>span{
    font-size: 12px;
    color: #fff;
}
/* 二级导航列表 */
.left-nav{
    background: url(../img/left-nav-bg.png) no-repeat 158px bottom;
    background-color: #306bb8;
    padding-bottom: 80px;
}
.left-nav ul li{

}
.left-nav ul li a{
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all .3s;
    padding: 34px 0 22px 34px;
    position: relative;
}
.left-nav ul li a:after{
    content: "";
    background: url(../img/left-nav-dot.png) no-repeat center;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 25px;
    top: 42px;
}
.left-nav ul li:hover a{
    background: url(../img/left-nav-on.png) no-repeat left;
    margin-left: -19px;
    transition: all .3s;
}
.left-nav ul li:hover a:after{
    background: url(../img/left-nav-dot2.png) no-repeat center;
}
.left-nav ul .left-nav-on a{
    background: url(../img/left-nav-on.png) no-repeat left;
    margin-left: -19px;
}
.left-nav ul .left-nav-on a:after{
    background: url(../img/left-nav-dot2.png) no-repeat center;
}
/* 右边 */
.list-r{
    margin-left: 235px;
}
/* 面包屑 */
.list-dh{
    background: url(../img/list-dh-bg.png);
    width: 100%;
    padding: 15px 0 15px 30px;
    margin-top: -48px;
}
.list-dh p{
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    background: url(../img/nav-li-pbg.png) no-repeat 1px center;
}
.list-dh a:hover{
    color: #23679e;
}
/* 列表 */
.list{
    margin: 0 auto;
    padding: 35px;
}
.list>ul>li{
    position: relative;
    padding: 15px 17px;
    transition: all .2s;
    border: 1px solid #eee;
    margin-top: 10px;
}
.list>ul>li:hover{
    background: url(../img/list-li-bg.png) no-repeat center;
    background-size: cover;
    box-shadow: 3px 7px 31px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    /* border-radius: 5px; */
}
.list>ul>li .list-time{
    /* width: 37px;
    height: 36px; */
    text-align: center;
    position: absolute;
    top: 25px;
    left: 26px;
}
.list>ul>li .list-time p{
    background: #c30f0f;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
}
.list>ul>li .list-time span{
    background: #fff;
    color: #000;
    display: block;
    padding: 4px 0;
    font-size: 13px;
}
.list-index{
    position: absolute;
    top: 17.5px;
    left: 245px;
    background: #3a72bc;
    color: #fff;
    text-align: center;
    padding: 0px 6px;
}
.list>ul>li:hover .list-index{
    background: #f9a709;
}

.list>ul>li>.list-img{
    display: inline-block;
    width: 211px;
    height: 147px;
}
.list>ul>li>.list-img img{
    width: 211px;
    height: 147px;
}
.list>ul>li>a{
    float: right;
    width: 76%;
    display: block;
}
.list>ul>li>a:after{
    content: "";
    width: 13px;
    height: 9px;
    background: url(../img/list-more.png) no-repeat center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.list>ul>li>a span{
    font-size: 14px;
    display: block;
    text-indent: 2em;
    font-size: 16px;
}
.list>ul>li>a p{
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 25px;
    margin-top: 25px;

}
/* ------------列表页结束------------ */
/* ------------内容页开始------------ */
.list-content {
    text-align: justify;
    padding-top: 60px;
}
.list-content h1 {
    text-align: center;
    font-size: 19px;
    color: #0c51ab;
}
.list-content-time {
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 20px 0;
}
.list-content-time span {
    margin-left: 10px;
}
.list-cont-main {
    padding: 0 45px;
}

#content_cont .list-cont-main p{
    color: #3f3e3e;
    line-height: 200%;
    font-size: 16px;
text-indent: 2em;
}

.list-cont-main table p{
    text-indent: 0;
}
.cont-prev, .cont-next {
    color: #7d7d7d;
    font-size: 14px;
    margin-left: -20px;
    margin-top: 25px;
}
.cont-prev a, .cont-next a {
    color: #7d7d7d;
    font-size: 14px;
}

.vsbcontent_img {text-indent: 0 !important;}
#content_cont div img {max-width: 94%;}

/* ------------内容页结束------------ */

/* ------------联系我们开始------------ */
.lxwm{
    padding: 60px 0 30px 35px;
}
/* ------------联系我们结束------------ */
/* ------------机构设置开始------------ */
.jgsz-ul{
    padding: 40px 20px 0 20px;
    float: left;
}
.p-jgsz {
    background: url(../img/dzgljg.png) no-repeat .2rem center;
    background-size: 44px;
    font-size: 18px;
    background-color: #2667bd;
    color: #fff;
    display: inline-block;
    height: 62px;
    border-bottom: 10px solid #ebf0f8;
    margin-bottom: 44px;
    padding-left: 60px;
    padding-right: 20px;
    line-height: 50px;
}
.jgsz-ul ul li {
    float: left;
    width: 31%;
    margin: 10px 10px;
}
.jgsz-ul ul li div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/jgsz-li-bg.png) no-repeat center center;
    background-size: 31px;
    background-color: #2567bd;
    display: inline-block;
    position: relative;
}
.jgsz-ul ul li:hover div {
    background-color: #f9a709;
}
.jgsz-ul ul li a {
    background: #f7f7f7;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 13px;
    height: 60px;
    width: 90%;
    padding-left: 36px;
    margin-left: -30px;
}
/* ------------机构设置结束------------ */
/* ------------现任领导开始------------ */
.xrld{
    float: left;
    padding: 20px ;
width: 100%;

}
.xrld ul li{
    float: left;
    border-radius: 20px;
    background: url(../img/ld-bg.png) no-repeat -39px 1px;
    width: 45%;
    height: 213px;
    padding: 3% 0 0 3%;
    margin: 22px 12px;
    transition: all .2s;
}
.xrld ul li:hover{
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    border-radius: 20px;
}
.ld-img-box{
    float: left;
}
.ld-img-box img{
    width: 100px;
    height: 146px;
}
.xrld ul li span{
    font-size: 14px;
    color: #333333;
    text-align: center;
    float: left;
    margin: 20px 0 0 -48px;
}
.xrld ul li i{
    font-size: 16px;
    color: #0751b4;
    font-weight: 600;
    float: left;
    margin-left: 27px;
}
.xrld ul li>a>p{
    text-indent: 2em;
    width: 58%;
    float: left;
    text-align: justify;
    line-height: 25px;
    margin: 3% 0 0 7%;
}

/* ------------现任领导结束------------ */

/* 图片页 */
.tpy ul li{
    float: left;
    position: relative;
    margin: 35px 66px;
}
.tpy ul li a img{
    width: 388px;
    height: 211px;

}
.tpy ul li a div{
    background: url(../img/tpy-bg.png) no-repeat center;
    position: absolute;
    left: 20px;
    top: 0;
    color: #fff;
    height: 100%;
    width: 111px;
    text-align: center;
    padding-top: 80px;
}
.tpy ul li a div span{
    display: block;
    font-size: 15px;
}
.tpy ul li a div i{
    font-size: 12px;
}
.tpy li>a>span{
    position: absolute;
    left: 20px;
    bottom: 10px;
    background: url(../img/span-bg.png);
    color: #fff;
    padding: 2px 5px;
}
/* 图片页结束 */
/* 机构设置 */

.ej_mian_jg{ margin:0px auto 15px auto;  min-height:500px; width:100%;background:#fff;  padding:10px 15px 35px 15px; }

.jg_tab { margin-top:10px;overflow: hidden; }
.jg_tab .tab-hd { height:48px; margin-bottom:20px;}
.jg_tab .tab-hd li{ display:block;float: left;height: 45px; width:180px; margin-left:15px;}
.jg_tab .tab-hd li a{ display:block; height: 45px; width:180px;font:20px/45px "微软雅黑"; color:#5e5e5e; }
.jg_tab .tab-hd li a span{ float:left; margin-right:14px; display:block; height:45px; width:45px; background:#bfbfbf; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50% }
.jg_tab .tab-hd li a:hover{ color:#115db2;   }
.jg_tab .tab-hd li a:hover span{background:#115db2;}
.jg_tab .tab-hd li.on a{ color:#115db2;}
.jg_tab .tab-hd li.on span{background:#115db2;}
.jg_tab .tab-bd { width:100%;}
.jg_tab .tab-bd ul li a {
    margin: 0px 15px 15px 15px;
    float: left;
    width: 29%;
    padding-left: 15px;
    border: solid 1px #f1f1f1;
    font: 14px/34px "微软雅黑";
    color: #5d5d5e;
    display: block;
    position: relative;
}
.jg_tab .tab-bd ul li a span { font-size:0px; text-indent:-9999; position:absolute; top:10px; left:-1px; width:2px; height:15px; background:#115db2;}
.jg_tab .tab-bd ul li a:hover{border:solid 1px #e3e8ec;color:#115db2;}
.jg_tab .tab-bd ul li a:hover span{width:4px;}
.jg_tab .tab-bd .tab-pal_ts p{font:13px/28px "微软雅黑";color:#464646; text-indent:2em; width:90%; margin-left:5%; margin-bottom:12px;}
.jg_tab .tab-bd .tab-pal_ts p span {color:#c86509; font-weight:bold;}

/* 图片页 */
.photo-shade{
    background: url(../img/black-bg.png);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.foucebox{
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 1001;
    width: 80%;
    margin-left: 10%;
    display: none;
}
.foucebox .bd{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.foucebox .bd .tempWrap{
    width: 100% !important;
}
.foucebox .bd ul{
    width: 100% !important;
}
.foucebox .bd li{
    width: 100% !important;
}
.foucebox .bd li a{
    width: 100% !important;
}
.foucebox .bd li a img{
    max-width: 100% !important;
    margin: 0 auto;
    border: 5px solid #ccc;
    border-radius: 2px;
    /* box-sizing: content-box; */
}
.foucebox .bd li a p{
    font-size: 24px;
    color: #fff;
    text-align: center;
}


.foucebox .prev,.foucebox .next{
    width: 16px;
    height: 31px;
    /* display: block; */
}
.foucebox .prev {
    background: url(../img/banner-prev.png) no-repeat center;
    position: absolute;
    left: -80px;
    top: 230px;
}
.foucebox .next {
    background: url(../img/banner-next.png) no-repeat center;
    position: absolute;
    right: -80px;
    top: 230px;
}

/* 无图列表页 */
.wt-list{
    padding: 35px;
    width: 100%;
}
.wt-list ul li{
    border-bottom: #dcdcdc 1px solid;
    padding: 12px 8px 12px 8px;
}
.wt-list ul li a{
    font-size: 16px;
    display: inline-block;
    margin: 14px 20px;
width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wt-list ul li:hover .wt-time p{
    background: #f9a709;
}
.wt-list ul li:hover a{
    color: #0751b4;
}
.wt-time{
    float: left;
    width: 52px;
    box-shadow: 0 0 2px #ccc;
    display: inline-block;
}
.wt-time p{
    font-size: 13px;
    text-align: center;
    background: #185aaf;
    color: #fff;
    padding: 5px 0;
    transition: all .2s;
}
.wt-time span{
    display: block;
    font-size: 20px;
    color: #5a5a5a;
    text-align: center;
    padding: 3px 0;
    background: #fff;
}
@media screen and (max-width: 1800px) and (min-width: 1200px) {
    .cont-banner {
        background: url(../img/cont-banner.png) no-repeat bottom;
        background-size: 100%;
        height: 2.9rem;
    }
    /* 左 */
    .list-l{
        width: 20%;
        margin-top: -0.9rem;
    }
    .list-title{
        background: url(../img/list-title-bg.png) no-repeat center;
        background-size: 100%;
        padding: .165rem 0.2rem;
        height: 100%;
    }
    .list-title>img{
        width: 0.25rem;
        height:0.25rem;
    }
    .list-title>p{
        font-size: 0.14rem;
    }
    .left-nav ul li a{
        font-size: .11rem;
    }
    /* 右 */
    .list-r{
        margin-left: 20%;
    }
    .list{
        padding: 0.2rem;
    }
    .list>ul>li>.list-img{
        width: 25%;
    }
    .list>ul>li>.list-img img{
        width: 100%;
        height: 100%;
    }
    .list>ul>li>a{
        width: 73%;
    }
    .list-index{
        position: absolute;
        top: 0.12rem;
        left: 28%;
    }
    .list>ul>li>a span{
        text-indent: 2em;
        padding-left: 20px;
        font-size: 0.115rem;
    }
    .list>ul>li>a p{
        margin-top: .1rem;
        font-size: .1rem;
    }
.tpy ul li{
    margin: 0.2rem 0.15rem;}
}
@media screen and (max-width: 1301px) and (min-width: 1100px) {
.tpy ul li{
    margin: 0.2rem 0.05rem;}
}
}