/*--三级详细列表页面--*/
.contain{
    background: url("../img/college_page/right_bg.png")no-repeat center ;
    background-size: 100% 100%;
}

.content{
    width:1200px;
    height:auto;
    margin: 30px auto;
    list-style: none;
    overflow: hidden;
    /*box-sizing:border-box;*/
}

.content .left{
    float: left;
    width: 20%;
    height: 1000px;
    background: url("../img/college_page/left_bg.png")  no-repeat ;
    background-size: 100% 70%;
}

.content .left .title{
    width: 100%;
    height: 50px;
    /*background-color: red;*/
    background: url("../img/college_page/left_title_bg.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
}

.content .left .lists{
    width: 100%;

}

.content .left .lists ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    border-bottom: 0.5px solid #d6d6d6;
    position: relative;

}

.content .left .lists li a{
    width: 95%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top:10px;
    left: 6px;
}
.content .left .lists li .selectedonPage {
    width: 95%;
    height: 40px;
    line-height: 40px;
    background-color: #e9e9e9;
    position: absolute;
    top: 5px;
    left: 4px;
    border-left: 5px solid #0076bc;
    color: #398bfb;
}
.content .left .lists li .menu{
    display: none;
}
.content .left .lists li:hover  .menu{
    display: block;
    width:150px;
    position:relative;
   /* top:10px;*/
    left:239px;
}
.content .left .lists li:hover .menu li{
    display: block;
    width:150px;
    height:30px;
    line-height:30px;
    background:#009dde;
    opacity: 0.9;
}
.content .left .lists li .menu li:hover{
    display: block;
    width:150px;
    height:30px;
    line-height:30px;
    background:#218eca;
}
.content .left .lists li:hover .menu li a{
    display: block;
    width:150px;
    height:30px;
    line-height:30px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    margin-top: -9px;
}

.content .left .lists li .onPage{
    width: 95%;
    height: 30px;
    line-height: 30px;
    background-color: #e9e9e9;
    position: absolute;
    top:10px;
    left: 5px;
    border-left: 3.5px solid #0076bc;
    color: #398bfb;
}

.content .left .guide{
    position: absolute;
    right: 20px;
}

.content .right{
    float: left;
    width: 80%;
    height: 100%;

}

.content .right .top{
    width: 100%;
    height: 45px;
    /*border-bottom: 0.5px solid #d6d6d6;*/
    position: relative;

}

.content .right .top .jianjie{
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 16px;
    height: 25px;
}


.content .right .top .top_right{
    position: absolute;
    right: 30px;
    font-size: 12px;
    top: 25px;
    height: 25px;
    /*background-color:red;*/
}

.content .right .top_right  .icon{
    width: 18px;
    height: 16px;
    display: block;
    /*background-color:blueviolet;*/

}

.content .right .top_right  .icon img{
    width: 18px;
    height: 12px;
    font-size: 0;
    margin-top: 3px;
}

.content .right .top .top_right span{
    margin-right: 2px;
    display: block;
    float: left;
}

.content .right .top .underline{
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 97%;
    border-bottom: 0.5px solid #d6d6d6;

}

.content .right .main{
    width: 90%;
    height:auto;
    margin:auto;
}

.content .right .main .main_title{
    width: 100%;
    height: 150px;
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 150px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.content .right .main .main_introduce{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-indent: 16px;
    font-size: 14px;
    line-height: 25px;
}

/*--学院详细页面end--*/

.list_news{
    width: 100%;
    /*height: 150px;*/
}

.list_news li{
    width: 100%;
    height:50px;
    /*margin-top: 10px;*/
    font-size: 16px;
    background:url(../img/college_page/dian.png)no-repeat 8px  25px;
    border-bottom: 1px dashed grey;
    box-sizing: border-box;
}

.list_news li:hover{
    color:#0076bc;
    background:#e9e9e9 url(../img/college_page/dian_h.png)no-repeat 8px  25px;
}

.news li:hover a{
    color:#0076bc;
}

.list_news li a {
    width: 85%;
    height:100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height:50px;
    padding-left:20px;
    float: left;

}

.list_news  .right{
    width: 15%;
    height:100%;
    line-height:50px;
    float: right;
    text-align:center;
}
/*--列表页end--*/

/*--改变分页默认样式--*/
.list_news #wp_paging_w7 .wp_paging {
    display: inline-block!important;
    margin: 0;
    padding: 0;
    width: 680px;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: right;
}
.list_news #wp_paging_w7 .wp_paging li {
    display: inline-block;
    list-style-type:none!important;
    border-bottom:none!important;
    font-size: 13px!important;
    width:200px!important;
    height: 25px!important;
    line-height: 25px!important;
    margin-top: 5px;
}
.list_news #wp_paging_w7 .wp_paging .page_nav{
   width:280px!important;
}
.list_news #wp_paging_w7 .wp_paging .page_nav a{
display: inline-block!important;
    width: 70px;
    margin-left: 0px;
    padding-left: 0px;
    line-height:25px;
}
.list_news #wp_paging_w7 .wp_paging .page_jump .pagingJump{
height:25px!important;
line-height: 25px;
text-overflow: unset;
}
/* --begin分页-- */

.fenye {
    width: 100%;
    margin-top: 50px;
    height: 90px;
    /*margin: auto;*/
    padding-top: 25px;
}

.fenye .pagination {
    height: 40px;
    width: 75%;
    margin: 20px auto;
}

.fenye .pagination li {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 5px;

}

.fenye .pagination .on {
    background: #226EB1;
}

.fenye .pagination .on a {
    color: #ffffff;
}

.fenye .pagination li a {
    color: #838383;
    line-height: 30px;
    text-align: center;
}

.fenye .pagination div {
    float: left;
    cursor: pointer;
    color: #838383;
    margin: 0 10px;
    line-height: 30px;
}

/* --分页end-- */
