/*--begin学院详细页面--*/
.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: 20px;
    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: 16px;
    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 .guide{
    position: absolute;
    right: 20px;
}

.content .right{
    float: left;
    width: 80%;
    height: 100%;
}

.content .right .top{
    width: 98%;
    height: 50px;
    /*border-bottom: 0.5px solid #d6d6d6;*/
    position: relative;
	margin-left: 2%;

}

.content .right .top .jianjie{
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 26px;
    height: 35px;
	color: #398BFF;
}


.content .right .top .top_right{
    position: absolute;
    right: 30px;
    font-size: 15px;
    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: 24px;
    height: 16px;
    font-size: 0;
    margin-top: 3px;
}

.content .right .top .top_right span{
    margin-right: 2px;
    display: block;
    float: left;
}
.content .right .top .top_right span a{
    color: #666666;
}

.content .right .top .underline{
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 97%;
    border-bottom:2px solid #d6d6d6;

}

.content .right .main{
    width: 95%;
    height:auto;
    margin:20px;
}

.content .right .main .main_introduce{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-indent: 16px;
    font-size: 14px;
    line-height: 25px;
	margin-top: 20px;
}


/*--学院详细页面end--*/

/*--begin列表页--*/
.main ul{
    width: 96%;
	margin-left: 2%;
}

.main ul li{
    width: 100%;
	height:40px;
	color: #000;
}
.main ul li p{
	width: 100%;
	height:40px;
}
.main ul li p a{
	height: 100%;
   	font-size:15px;
   	line-height: 40px;
   	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main ul li p font{
	height: 100%;
	font-size: 15px;
	line-height: 40px;
	float: right;
}
.main ul li:hover{
	color: #226EB1;
}
.main ul li p a:hover{
	color: #226EB1;
}


/*--列表页end--*/

/* --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-- */
