﻿/*school*/
.left{
    width:880px;
    margin:20px auto;
}
.content{
    padding-top:30px;
    width:860px;
    overflow:hidden;
}
.left .content h1{
    color: #000;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
}
.hang{
    width:880px;
    margin-right:20px;
}
.item{
    width:200px;
    height:120px;
    float:left;
    text-align:center;
    margin:8px 8px;
    border:2px solid #18b1eb;
    /*background-color:#E6E6FA;*/
}

.item:hover{
    background-color:#fa9212;
}
.it-id{
    width:200px;
    height:40px;
    line-height:40px;
    font-size:18px;
    margin-bottom:5px;
    cursor:default;
}
.item p{
    width:200px;
    padding:0px 8px;
    height:60px;
    line-height:30px;
    font-size:18px;
}


