.logo img{height:90px;}
/*
*组件样式
*/
/* 校园风采 */

.picList ul li {
    margin-bottom: 53px;
    margin-right: 2%;
    width: 31.333%;
    float: left;
    /* padding: 1% 1% 3% 1%; */
    height: 170px;}

.picList ul li a {
    border: 1px solid #008b8b!important;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor:pointer
;}

.picList ul li img {
    width: 100%;
    overflow: hidden;
    float: left;
    transition: all 0.9s;
    height: 100%;
    object-fit: cover;}

.picList ul li img:hover {
    transform: scale(1.3);}

.picList ul li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;} 
