@charset "utf-8";
.frame-container{
    margin-top: 20px;}
.no-sidebar .frame-left{
    display: none;}
.frame-left{
    float: left;
    width: 240px;
    margin-bottom: 50px;}

.sidebar-title{
    height: 58px;
    background:url(../img/dangjian/dangjian_title.jpg) 0 0 no-repeat;
    font-size: 2em;
    color: #fff;
    text-align: center;
    line-height: 58px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.sidebar ul{
    border-right: 1px solid #F45635;
    border-bottom: 1px solid #F45635;
    border-left:1px solid #F45635;
    width: 220px;
    margin: -5px auto 0;
    overflow: hidden;
    padding-bottom: 10px;}
.sidebar li{
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 15px 10px 0;}
.sidebar li a{
    display: block;
    line-height: 40px;
    font-size: 1.6em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-position: 30px center;
    background-repeat: no-repeat;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #363636;
    padding-left: 50px;
    background-image: url(../img/dangjian/dun.jpg);
    border-radius: 5px;}

.sidebar li a:hover,
.sidebar li a.active{
    background-color:#FEEEEA;
    background-image: url(../img/dangjian/don.jpg);
    color: #F45635;}
.sidebar-link{
    width: 208px;
    margin: 20px auto 0;
    position: relative;}
.sidebar-link a{
    display: block;
    height: 87px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;}
.sidebar-link a img{
    display: block;
    border: 2px solid  #21A9FF;}
.sidebar-link:before{
    content: "";
    width: 2px;
    height:20px;
    background:#21A9FF;
    position: absolute;
    top: -23%;
    left: 50%;
    margin-left: -1px;
    z-index: 999;}
.no-sidebar .frame-right{
    width: 100%;}
.no-sidebar .frame-right{
    width: 100%;}
.frame-right{
    float: right;
    width: 940px;
    min-height: 400px;
    border: 1px solid #EDEDED;}
.frame-full{
    width: 100%;
    background:#fff;
    min-height: 400px;}
.frame-location{
    border-bottom: 2px solid #F45635;
    line-height: 55px;
    position: relative;
    margin: 0 10px;}
.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: #F45635;}
#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:#F45635;}
.news-list h6{
    font-size: 1.8em;
    color: #363636;
    position: relative;
    width: 80%;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    float: left;
    text-overflow: ellipsis;
    padding-left:15px;
    background: url(../img/dangjian/list.jpg) no-repeat left center;}
.news-list span{
    font-size: 1.6em;
    display: block;
    float: right;
    color: #666666;
    font-family: "Arial";}
.news-list a:hover h6,
.news-list a:hover span{
    color: #F45635;}

/*分流页样式2*/
.teacher-list{
    background: #fff;
    padding-bottom: 20px;}
.teacher-list li{
    border-bottom: 1px solid #EDEDED;
    display: table;
    padding: 15px 0;
    margin: 0 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;}
.teacher-list li:hover{
    border-color: #F45635;}
.teacher-list li>div{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;}
.teacher-list li .img{
    width: 185px;
    height: 125px;
    overflow: hidden;
    padding-left: 0;}
.teacher-list li img{
    display: block;
    width: 185px;
    height: 125px;
    transition: all .5s ease;}
.teacher-list li:hover img{
    transform: scale(1.05);}
.teacher-list li a{
    display: block;
    padding-left: 15px;}

.teacher-list h6{
    font-size: 1.8em;
    color: #424242;
    line-height: 35px;
    position: relative;}
.teacher-list li:hover a h6{
    color: #F45635;}
.teacher-list p{
    font-size: 1.4em;
    line-height: 150%;
    color:#787878;}
.teacher-list li span{
    color:#A9A9A9;
    font-size: 1.2em;}




/*分页样式*/
.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: #F45635; color: #fff;}
.pagination a.jp-current,a.jp-current:hover { color: #F45635; 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: #F45635; color: #fff;}
.pagination span {font-size: 1.4em; cursor: pointer; margin: 2px 2px; padding: 9px 15px; color: #999999; display: inline-block; background: #f5f5f5; border-radius: 3px ;}
.pagination span.current{background: #F45635; color: #fff;}

/*1024-1199*/

@media only screen and (max-width:1199px) {
    .container{
        padding: 0 0 20px;}
    .frame-location{
        padding: 0 8px;}
    .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;}
}


/*768-1024*/

@media only screen and (max-width:1023px) {
    .teacher-list li .img{
        display: none;}
    .teacher-list li a{
        padding-left: 0;}
    .img-list li{
        width: 46%;
        margin: 0 2% 20px;}
    .img-list .img-box img{
        display: block;
        width: 96%;
        padding: 2%;}

    .img-list .img-mask a{
        line-height: 260px;
        background: url(../img/frame/view_detials.jpg) no-repeat center 60px;}
}

/*640-767*/

@media only screen and (max-width:767px) {
    .news-list h6{
        width:74%;}
    .teacher-list li{
        display: block;}
    .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;}
}


/* 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 p{
        display: none;}
    .img-list li{
        width: 96%;}
    .img-list .img-box img{
        width: 94%;
        padding: 3%;}
    .img-list .img-mask a{
        line-height: 300px;
        background: url(../img/frame/view_detials.jpg) no-repeat center 90px;}
}


/* 360-479*/

@media only screen and (max-width:479px) {
.news-list h6{
    width: 75%;}
.news-list li{
    margin: 0 1px;}
}

/* 320-359*/

@media only screen and (max-width:359px) {
    .news-list h6{
        width: 70%
    ;}
    .pagination a{
        padding: 7px 10px;}
}
