/*--------------校园环境-----------------*/
.xue_campus{
    margin-top: 40px;
}
.xue_campus_left{
    float: left;
    width: 874px;
}
.xue_campus_right{
    float: right;
    width: 298px;
}
.xue_campus_left h2{
    text-align: center;
    font-size: 22px;
    color: #212121;
}
.xue_campus_left li{
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    position: relative;
}
.xue_campus_left h3{
    font-size: 18px;
    color: white;
    width: 257px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    background:rgba(0,0,0,0.3);
    padding-left: 10px;
    opacity: 0;
}
.xue_campus_left li:hover h3{
    opacity: 1;
    transition:  all 0.5s;
}
.xue_campus_left ul{
    margin-top: 20px;
}
.xue_campus_left li:first-child{
    margin-left: 0;
}
.xue_campus_left li img{
    width: 266px;
    height: 260px;
}


/*----------右侧信息----------*/
/*--------热门专业-------*/
.hot_title{
    margin-top: 30px;
    font-size: 20px;
    color: #3d3d3d;
}
.xue_hot li{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    float: left;
    display: block;
    text-align: center;
    line-height: 95px;
    margin-left: 40px;
    margin-top: 35px;
    position: relative;
}
.xue_hot li img{
    width: 34px;
    height: 34px;
    margin-top: -30px;
}
.xue_hot li:nth-child(add){
    margin-left: 0;
}
.xue_hot p{
    font-size: 9px;
    color: #000000;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 95px;
    overflow: hidden;
    left: 0;
     top:20px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xue_hot li:first-child{
    background: #ffd7d7;
}
.xue_hot li:nth-child(2){
    background: #d7ffe2;
}
.xue_hot li:nth-child(3){
    background: #d7f0ff;
}
.xue_hot li:nth-child(4){
    background: #ffd7d7;
}
.xue_hot li:nth-child(5){
    background: #d7ffe2;
}
.xue_hot li:nth-child(6){
    background: #d7f0ff;
}
.xue_hot li:hover{
     box-shadow: 1px 2px 15px rgba(0,0,0,0.3);
}
/*----------在线报名-----------*/
.online_sign h2{
    color: #ffffff;
    font-size: 20px;
    margin-left: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.online_sign form{
    width: 298px;
    height: 310px;
    background: #759ce6;
    margin-top: 50px;
    margin-left: 20px;
}
.online_sign input{
    width: 273px;
    height: 40px;
    border:1px solid #f8e63d;
    background: #759ce6;
    margin-top: 15px;
    margin-left: 10px;
    color: white;
    text-indent: 1em;

}
.online_sign input::placeholder{
    color: #ffffff;
}
.online_sign button{
    width: 207px;
    height: 41px;
    background: #f8e63d;
    font-size: 20px;
    color: #525252;
    border-radius: 10px;
    margin-left: 50px;
    text-indent: 0;
    border: 0;
    margin-top: 8px;
    cursor: pointer;
    display: block;
}

.online_sign input[type="checkbox"] {
    height: 22px;
    width: 22px;
    left: -25px;
    margin-top: 0px;
    padding-right: 20px;
}
.online_sign  label{
    color: #ffffff;
    margin-left: 25px;
    padding-top: 10px;
}
/*-----------学校新闻------------*/
.school_new h2{
    margin-left: 20px;
    font-size: 18px;
    color: #212121;
    margin-top: 30px;
}
.school_new li a{
    font-size: 12px;
    color: #484848;

}
.school_new li {
    margin-top: 5px;
    list-style-type: disc;
    margin-left: 20px;
    width: 299px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}







