@charset "utf-8";

/* ------------列表页------------ */
/* 列表页头部 */
.header-wrapper{
    box-shadow: 0 0px 31px #797979;
}
.header-wrapper,.nav>ul>li>ul{
    background: url(../img/listPage-bg.png);
}
.nav>ul>li>ul{
    box-shadow: 3px 5px 12px #545454;
}
/* 列表页尾部 */
.footer{
    background: #125f58;
}
.footer .footer-link>ul>li>a{
    color: #fff;
}
.footer>p{
    color: #fff;
}
.list-list ul li span>span{

    float: none !important;}
/* 背景 */
.list-main-wrapper{
    background: url(../img/list-main-bg.png) no-repeat bottom;
    background-color: #f6f6f6;
    padding: 25px 0 28px 0;
}
/* 左侧导航 */
.list-left{
    width: 20%;
}
.list-title{
    height: 64px;
    background: #125f58;
    padding-top: 24px;
}
.list-title>p{
    color: #fff;
    width: 70%;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background: #ff7701;
    font-size: 22px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-title>span{
    width: 70%;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #ff9234;
    position: relative;
}
/* 二级导航列表 */
.list-nav2{
    background: #fff;
    text-align: center;
    padding: 62px 15px;
}
.list-nav2>ul>li{
    border-bottom: 1px solid #eee;
}
.list-nav2>ul>li>a{
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    position: relative;
    transition: all .2s;
}
.list-nav2>ul>li>a:after{
    content: "";
    width: 3px;
    height: 3px;
    background: #aaa;
    position: absolute;
    left: 0px;
    top: 28px;
    transition: all .2s;
}
.list-nav2>ul>li:hover>a,.list-nav2>ul>li>ul>li:hover>a{
    font-size: 16px;
    color: #125f58;
}
.list-nav2>ul>li:hover>a:after{
    height: 15px;
    background: #125f58;
    position: absolute;
    left: 0px;
    top: 24px;
}
/* 当前栏目 */
.list-nav2>ul .nav2-on>a{
    font-size: 16px;
    color: #125f58;
}
.nav3-on{
 color: #125f58;
}
.list-nav2>ul .nav2-on>a:after{
    height: 15px;
    background: #125f58;
    position: absolute;
    left: 0px;
    top: 24px;
}
.list-right{
    background: #fff;
    width: 75%;
    float: right;
    padding: 17px 20px;
}
.position{
    border-bottom: 1px solid #d2d2d2;
    padding-left: 10px;
    margin-bottom: 25px;
    padding-bottom: 7px;
}
.position p{
    border-left: 3px solid #125f58;
    padding-left: 10px;
}
.position ul{
    display: inline-block;
}
.position ul li{
    float: left;
}
.position ul li a:hover{
    color: #125f58;
}
/* 列表页内容部分 */
.list-content{
    text-align: justify;
}
.list-content h1{
    text-align: center;
    font-size: 20px;
    color: #282828;
}
.list-content h2{
text-align: center;
    margin-top: 13px;
}
@media screen and (max-width: 1000px){

.list-content h1{
    font-size: 30px !important;
}

}

.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;
}
.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;
}
.list-cont-main p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
}
.list-cont-main img{
    margin: 15px auto;
    display: block;}
.list-cont-main table p{
    text-indent: 0;
}
/* 图片页 */
.photo-main ul li{
    width: 259px;
    height: 156px;
    position: relative;
    float: left;
    margin: 23px;
    transition: all .2s;
    box-shadow: 2px 2px 10px #929292;
}
.photo-main ul li:hover{
    /* box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5); */
    transform: scale(1) translateY(-3px);
    border-radius: 5px;
}
.photo-main ul li a img{
    width: 259px;
    height: 156px;
}
.photo-main ul li a p{
    background: url(../img/p-main-bg.png);
    color: #fff;
    width: 75%;
    text-align: center;
    position: absolute;
    bottom: 7px;
    margin-left: -6px;
    padding: 10px 5px;
}
/* 专业设置页 */
.zysz-main ul li{
    position: relative;
    float: left;
    margin: 28px 36px;
    width: 388px;
    height: 211px;
    overflow: hidden;
}
.zysz-main ul li a img{
    width: 388px;
    transition: all .4s;
    height: 211px;
}
.zysz-main ul li:hover a img{
    transition: all .4s;
    transform: scale(1.1);
}
.zysz-main ul li a div{
    background: url(../img/zy-div-bg.png);
    width: 30%;
    position: absolute;
    top: 0;
    left: 6.5%;
    height: 100%;
    padding-top: 15%;
}
.zysz-main ul li a p{
    /* background: url(../img/zy-p1-bg.png) no-repeat center 14px; */
    /* background-color: #125f58; */
    color: #fff;
    text-align: center;
    padding: 60px 10px 30px 10px;
    font-size: 14px;
}
.zysz-main ul li a span{
    margin-top: -20px;
    display: block;
    width: 100%;
    height: 13px;
    background: url(../img/zy-span-bg.png) no-repeat center;
}
/* 列表页 */
.list-list ul li{
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 0px 17px;
    margin-bottom: 10px;
}
.list-list ul li div{
    width: 52px;
    height: 50px;
    float: left;
    background: #eee;
}
.list-list ul li div p{
    background: #125f58;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 2px 0;
}
.list-list ul li a{
    line-height: 46px;
    position: relative;
}
.list-list ul li a:hover{
    color: #125f58;
}
.list-list ul li a:before{
    content: "\25aa";
    font-size: 12px;
    position: absolute;
    top: -12px;
    left: -10px;
}
.list-list ul li span{
    float: right;
    line-height: 46px;
color: #d0d0d0;
}
@font-face{
    font-family: 'fzxbs'; 
    src: url('../css/fzxbs_GBK.ttf');
    font-weight: normal;
    font-style: normal;
}
.list-list ul li div span{
    line-height: 28px;
    color: #125f58;
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: "fzxbs";
}
/* 师资队伍页 */
.szdw-main ul li {
    padding: 20px 23px;
    transition: all .3s;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}
.szdw-main ul li:hover{
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    border-radius: 5px;
}
.szdw-main ul li .th-img{
    width: 198px;
    height: 198px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.szdw-main ul li .th-img>img{
    margin-top: -25%;
    /* width: 100%;
    height: 100%; */
}
.szdw-main ul li .th-main{
    margin-left: 227px;
}
.szdw-main ul li .th-main>p{
    font-size: 14px;
    text-indent: 2em;
    margin-top: 25px;
    color: #373e3d;
    line-height: 25px;
}
.szdw-main ul li .th-main>span{
    font-size: 14px;
    color: #373e3d;
    display: none;
    margin-top: 10px;
    line-height: 25px;
}
.szdw-main ul li .th-main>a{
    font-size: 14px;
    color: #118a7f;
    padding: 10px 20px;
    border: 1px solid #118a7f;
    border-radius: 20px;
    display: block;
    float: right;
    margin-top: 20px;
}
.szdw-main ul li .th-name{
    border-left: 4px solid #118a7f;
    padding-left: 14px;
}
.szdw-main ul li .th-name>p{
    font-size: 18px;
}
.szdw-main ul li .th-name>span{
    display: block;
    font-size: 16px;
    color: #118a7f;
    font-weight: 600;
}

@media screen and (max-width: 1280px){ 
    .list-title{
        height: 59px;
    }
    .list-title>p{
        font-size: 18px;
        line-height: 35px;
    }
    .list-nav2{
        padding: 27px 15px;
    }
    .list-nav2>ul>li>a{
        font-size: 13px;
    }
    .list-nav2>ul .nav2-on>a{
        font-size: 14px;
    }
    .jrsc{
        font-size: 12px !important;
    }
    .list-nav2>ul>li:hover a{
        font-size: 14px;
    }
    .list-nav2>ul>li>a:after{
        position: absolute;
        left: 0px;
        top: 28px;
    }
    .list-nav2>ul>li:hover a:after,.list-nav2>ul .nav2-on>a:after{
        position: absolute;
        left: 0px;
        top: 24px;
    }
    .list-right{
        width: 76%;
    }
    .zysz-main ul li{
        width: 292px;
        height: 158px;
        overflow: hidden;
    }
    .zysz-main ul li a img{
        width: 292px;
        height: 158px;
    }
    .zysz-main ul li a div{
        width: 32%;
        padding-top: 10%;
    }
    .zysz-main ul li a p{
        font-size: 12px;
    }
    .szdw-main ul li .th-main>p,.szdw-main ul li .th-main>span,.szdw-main ul li .th-main>a{
        font-size: 13px;
    }
    .szdw-main ul li .th-img{
        width: 160px;
        height: 160px;
background-size: 160px !important;
    }
    .szdw-main ul li .th-main{
        margin-left: 190px;
    }
    .szdw-main ul li{
        padding: 15px 15px;
    }
    .photo-main ul li{
        width: 200px;
        height: 121px;
        margin: 20px;
    }
    .photo-main ul li a img{
        width: 200px;
        height: 121px;
    }
    .photo-main ul li a p{
        font-size: 13px;
    }
    .position p{
        line-height: 20px;
        font-size: 13px;
    }
    .position a{
        font-size: 13px;
    }
    .list-list ul li a,.list-list ul li span{
        font-size: 13px;
    }
    .position{
        padding-bottom: 7px;
    }
   
    .list-content-time span{
        font-size: 12px;
    }
}
/* 领导页 */
.list-list2 ul li{
    float: left;
    width: 30%;
    margin: 0 1%;
}
.list-list2 ul li a img{
    width: 100%;
}
.list-list2 ul li a p{
    text-align: center;
}
/* 领导页结束 */
/* 翻页样式 */

div.pgbar *{ font-size: 13px !important; font-family: 'Microsoft Yahei' !important; word-spacing: 6px;}
/*div.pgbar div{color:#999!important;}   3d7dca*/
div.pgbar span.PrevDisabled,span.NextDisabled{
padding: 6px 3px!important;
border-color:#ccc!important;
color:#999!important;
height: 100% !important;
}
div.pgbar a.Next,a.Prev{
padding: 6px 3px!important;
border-color:#ccc!important;
/*color:#999!important;*/
height: 100% !important;
}
div.pgbar a.Next:hover,a.Prev:hover{background-color:#125f58 !important;color:#fff!important;}
div.pgbar input.defaultButtonStyle{ height: 28px!important; padding: 6px 3px!important;border-color: #ccc; /*color: #999;*/}
div.pgbar input.defaultInputStyle{ height: 21px!important;  width: 41px!important;} 

div.pgbar1 {
    text-align: center;
}
div.pgbar1 span {
    font-size: 0;
}
div.pgbar1 span span {
    font-size: 16px;
    padding: 2px 8px;
    background: #5892e6;
    color: #fff;
    margin: 0 6px;
}
.list-cont-main #vsb_content_6 DIV{
text-indent: 0;
text-align: center;
}