@charset "utf-8";
.frame-container{
    margin-top: 20px;
    overflow: hidden;}
.no-sidebar .frame-left{
    display: none;}
.frame-left{
    float: left;
    width: 221px;
    margin-bottom: 50px;}

.sidebar-title{
    height: 102px;
    background:#1786e3;
    font-size: 2.6em;
    color: #fff;
    /*text-align: center;*/
    line-height: 102px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-indent:55px;}
.sidebar ul{
    background-color:#FAFAFA;
    padding: 0 20px 20px;
    border-bottom: 2px solid #1786e3;}
.sidebar li{
    height: 52px;
    position: relative;
    overflow: hidden;}
.sidebar li a{
    display: block;
    line-height: 51px;
    font-size: 1.6em;
    border-bottom: 1px dashed #999999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-position: 10px center;
    background-repeat: no-repeat;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #666666;
    padding-left: 25px;
    background-image: url(../img/qiye/frame_un.jpg);}

.sidebar li a:hover,
.sidebar li a.active{
    border-color:#1786e3;
    background-image: url(../img/qiye/list_on.jpg);
    color: #1786e3;}
.no-sidebar .frame-right{
    width: 100%;}
.frame-right{
    float: right;
    width: 960px;
    min-height: 400px;}
.frame-full{
    width: 100%;
    background:#fff;
    min-height: 400px;}
.frame-location{
    border-bottom: 2px solid #1786e3;
    line-height: 30px;
    background-color: #fff;
    position: relative;
    padding-bottom: 5px;}
.now-column{
    display: inline-block;
    font-size: 1.8em;
    color: #1e1e1e;}
.location-path{
    font-size: 1.6em;
    color: #040000;
    padding-left: 30px;
    position: relative;
    background: url(../img/subject/saddress.jpg) no-repeat left center;}
.location-path a:last-child{
    color: #1786e3;}
#J_container h1.empty {
    line-height: 40px;
    text-align: center;
    color: #aaa;
    font-size: 1.4em;}
/*分流页样式1*/
.news-list{
    padding-bottom:20px;
    background-color: #fff;}
.news-list li{
    line-height: 50px;

    margin: 0 10px;}
.news-list a{
    display: block;
    line-height: 50px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px dashed #E5E5E5;}
.news-list a:hover{
    border-color:#1786e3;}
.news-list h6{
    font-size: 1.6em;
    color: #353535;
    position: relative;
    width: 80%;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    float: left;
    text-overflow: ellipsis;
    padding-left:15px;
    background: url(../img/qiye/list.jpg) no-repeat left center;}
.news-list span{
    font-size: 1.2em;
    display: block;
    float: right;
    color: #AAAAAA;
    font-size: 1.4em;}

.news-list a:hover h6,
.news-list a:hover span{
    color: #1786e3;}

/*分流页样式2*/
.teacher-list{
    background: #fff;
    padding-bottom: 20px;}
.teacher-list li{
    width: 100%;
    border-bottom: 1px solid #C9C9C9;
    display: table;
    padding: 30px 0 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;}
.teacher-list li:hover{
    border-color: #1786e3;}
.teacher-list li>div{
    float: left;
    padding-left: 5px;
    overflow: hidden;}
.teacher-list li .txt{
    width:75%;
    float: right;}
.no-sidebar .teacher-list li .txt{
    width: 80%;}
.teacher-list li img{
    display: block;
    width: 225px;
    height: 150px;}
.teacher-list li a{
    display: block;
    padding-left: 15px;}

.teacher-list h6{
    font-size:1.6em;
    color: #363636;
    line-height: 40px;
    position: relative;}
.teacher-list li:hover a h6{
    color: #FF9039;}
.teacher-list p{
    font-size: 1.4em;
    line-height: 180%;
    color:#666666;
    letter-spacing: 1px;}
.teacher-list li .view-more{
    padding: 4px 15px;
    background: #C9C9C9 ;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.2em;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 15px;}
.teacher-list li:hover .view-more{
    background: #F46933;}
.teacher-list li:hover a h6{
    color: #F46933;}
.teacher-list li:hover span{
    color:#666;}

/* 分流页样式三 */
.img-list {
    position: relative;
    overflow: hidden;
    margin-top: 40px;}

.img-list li {
    width: 31%;
    float: left;
    margin: 0 1.1% 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;}

.img-list li:hover {
    border-color: #FF9036;}

.img-list .img-box {
    position: relative;
    overflow: hidden;
    height: 180px;}

.img-list .img-box a {
    display: block;
    height: 100%;}
.img-list .img-box img{
    display: block;
    width: 100%;
    height: 100%;}
.img-list .img-mask {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
   /* filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000); */
    /* background: rgba(0, 0, 0, .5); */
    -webkit-transition: all ease .5s;
    transition: all ease .5s;}

.img-list .img-box:hover .img-mask {
    top: 0;}

.img-list .img-mask a {
    display: block;
    background: url(../img/frame/list_imgbtn.jpg) no-repeat center;
    line-height: 220px;
    text-align: center;
    font-size: 1.6em;
    color: #fff;
    height: 100%;
    cursor: pointer;}

.img-list .txt-box h3 {
    line-height: 40px;
    font-size: 1.6em;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #4A4A4B;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;}

.img-list li:hover h3 a {
    color: #FF9036;}


/*分页样式*/
.pagination { margin: 15px auto; text-align:center; padding-bottom: 15px;}
.pagination a { font-size: 1.4em; cursor: pointer; margin: 2px 2px; padding: 9px 15px; color: #999999; display: inline-block; background: #f5f5f5; border-radius: 3px;}
.pagination a:hover { background: #FF9036; color: #fff;}
.pagination a.jp-current,a.jp-current:hover { color: #3CA3E1; font-weight: bold;}
.pagination a.jp-disabled,a.jp-disabled:hover { cursor: default; background: #f5f5f5;  color: #bbb;}
.pagination a.jp-current,a.jp-current:hover { cursor: default; background: #FF9036; color: #fff;}
.pagination span.current { margin: 0 5px; font-size: 1.4em; cursor: pointer; margin: 2px 2px; padding: 9px 15px; color: #fff; display: inline-block; background: #FF9036; border-radius: 3px ;}
/*成交页样式*/
.article{
    background: #fff;}
.article-title{
    font-size: 2.6em;
    text-align: center;
    line-height: 40px;
    color: #282828;
    margin: 20px auto 0;
    padding: 15px 15px 0;}
.article-info{
    font-family: “宋体”;
    font-size: 1.4em;
    color: #999999;
    text-align: center;
    border-bottom: 1px solid #f8f8f8;
    line-height: 40px;
    margin: 0 10px;
    padding-bottom: 10px;}
.article-content{
    padding: 20px;
    font-size: 1.6em;
    color: #242424;
    line-height: 25px;}
.article-content p{
    line-height: 200%;}
.article-content .article-img{
    text-indent: 0;}
.article-content img{
    max-width: 80%;
    margin: 10px auto;}
.article-jump{
    border-top: 1px solid #f8f8f8;
    padding: 10px 5px;}
.article-jump>div{
    width: 50%;
    float: left;
    font-size: 1.6em;
    color: #333;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.article-jump .prev{
    text-align: left;}
.article-jump .next{
    text-align: right;}
.article-jump a:hover{
    color: #F46428;}
/*校园风光内容页面*/

.landscape-box {
    position: relative;
    width: 100%;}

.landscape-box .landscape-hide {
    display: none;}

.scroll-box {
    margin: 20px auto;
    position: relative;
    overflow: hidden;}

.scroll-prev,
.scroll-next {
    width: 38px;
    height: 79px;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;}

.scroll-prev {
    background: url(../img/common/btn_left.jpg) no-repeat center center;
    left: 10px;}

.scroll-title {
    font-size: 1.6em;
    line-height: 80px;
    text-align: center;}

.scroll-next {
    background: url(../img/common/btn_right.jpg) no-repeat center center;
    right: 10px;}

.scroll-img {
    width: 95%;
    margin: 10px auto;}

.swiper-slide {
    float: left;}

.scroll-img img {
    max-width: 80% !important;
    height: auto !important;
    display: block !important;
    width: auto !important;
    margin: 0 auto !important;}

.scroll-box .scroll-title {
    text-align: center;
    font-size: 1.8em;}

.scroll-title #imgNum {
    font-size: 1.4em;
    color: #B9B6B0;
    padding-left: 10px;}

/*视频样式*/
.video { width: 800px; margin: 0 auto; position: relative; background: #fff; border: 10px solid #f6f6f6;}
.video .jwplayer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1000 ;}
.video .alt { padding-top: 56.25%; height: 0 !important;}
/*1024-1199*/

@media only screen and (max-width:1199px) {
    .nav-wrap:after,
    .nav-wrap:before{
        display: none;}
    .container{
        padding: 0 0 20px;}
    .frame-location{
        width: 98%;
        margin: 0 auto;}
    .frame-location:after{
        width: 98%;}
    .frame-left{
        display: none;}
    .frame-right{
        float: none;
        width: 97.5%;
        margin: 0 auto;}
    .news-list{
        padding: 0 8px;}
    .location-path a,
    .location-path em{
        display: none;}
    .location-path a:nth-of-type(3),
    .location-path a:last-of-type,
    .location-path em:nth-of-type(3){
    display: inline-block;}
.teacher-list{
    width: 98%;
    margin: 0 auto;}
.teacher-list li>div{
    padding-left: 0;}
.teacher-list li .txt {
    width: 77%;
    float: right;}
.img-list .img-box{
        height: auto;}
    .img-list .img-box img {
        width: 100%;
        height: 200px;
        display: block;}
}


/*768-1024*/

@media only screen and (max-width:1023px) {
    .location-path{
        padding-bottom: 5px;}
    .teacher-list li .img{
        display: none;}
    .teacher-list li a{
        padding-left: 0;}
     .img-list li {
        width: 46%;
        margin: 0 2% 20px;}
    .teacher-list,
    .frame-location{
        width: 98%;
        margin: 0 auto;}
    .teacher-list li .view-more{
        margin-left: 0;}
    .teacher-list li .txt,
    .no-sidebar .teacher-list li .txt{
        width: 100%;}
}

/*640-767*/

@media only screen and (max-width:767px) {
    .news-list h6{
        width:74%;}
    .teacher-list li{
        height: 100px;}
    .teacher-list h6{
        white-space:normal;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
    .teacher-list p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
    .article-title{
        font-size: 2em;}
    .article-jump>div{
        width: 100%;
        margin-bottom: 5px;
        float: none;}
    .article-jump .next{
        text-align: left;}
    .img-list .img-mask a{
        line-height: 240px;
        background: url(../img/frame/view_detials.jpg) no-repeat center 50px;}
     .scroll-title {
    line-height: 60px;}
    .scroll-img img{
        max-width: 70% !important;}
    .scroll-prev,
    .scroll-next{
        background-size: 80%;}
}


/* 480-639*/

@media only screen and (max-width:639px) {
    .frame-location::after {
        width: 96%;}
    .teacher-list h6{
        line-height: 30px;
        white-space:normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;}
    .teacher-list li{
        padding: 10px 0 20px;}
    .location-path{
        background: url(../img/subject/saddress.jpg) no-repeat left 4px;}
    .scroll-prev, .scroll-next {
        background-size: 60%;
        height: 48px;
        margin-top: 4px;}
    .img-list .img-box img{
        height: 140px;}
}


/* 360-479*/

@media only screen and (max-width:479px) {
.news-list h6{
    width: 75%;}
.news-list li{
    margin: 0 1px;}
.teacher-list li{
    height: 80px;}
.teacher-list li img{
    width: 106px;
    height: 80px;}
    .article-content img,
    .article-content p{
        max-width: 95%;}
    .teacher-list li .view-more{
        margin-top: 10px;}
    .img-list{
        width: 90%;
        margin: 30px auto 0;}
    .img-list li{
        width: 100%;
        margin:10px 0 ;}
    .img-list .img-box img{
        height: 190px;}
}

/* 320-359*/

@media only screen and (max-width:359px) {
    .news-list h6{
        width: 70%
    ;}
    .pagination a{
        padding: 7px 10px;}
     .scroll-prev{
        left: 5px;}
    .scroll-next{
        right: 5px;}
      .img-list .img-box img{
        height: 180px;}
}