

/*.content .right .main .main_title {
    background: url("../img/college_page/i1.png") no-repeat;
    background-size: 100% 100%;
}

.people_list{
	width: 100%;
	margin-top: 40px;
}

.people_list li{
	width: 100%;
	height:50px;
	font-size: 16px;
    background:url(../img/undergraduate-jiaowu/dian.png)no-repeat 8px  25px;
	border-bottom: 1px dashed grey;
	box-sizing: border-box;
}

.people_list li:hover{
    background:#e9e9e9 url(../img/undergraduate-jiaowu/dian_h.png)no-repeat 8px  25px;
}

.people_list li:hover a{
  color:#0076bc;
}

.people_list li a p{
	width: 85%;
	height:100%;
	box-sizing: border-box;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height:50px;
    padding-left:20px;
    float: left;
    
}

.people_list li a .right{
	width: 15%;
	height:100%;
    line-height:50px;
    float: right;
    text-align:center;
}*/