/*学校概况*/


/* 学院简介 */

.about-content p {
    text-indent: 2em;
}


/* 校园风景 */

.scenery-list {
    padding: 20px 0;
}

.scenery-list li {
    position: relative;
    margin: 10px 0;
}

.scenery-list li a {
    display: block;
    overflow: hidden;
}

.scenery-list li img {
    max-width: 100%;
    width: 100%;
    height: 160px;
    transition: all 0.5s ease;
}

.scenery-list li img:hover {
    transform: scale(1.05);
}

.scenery-list li span {
    display: inline-block;
    line-height: 30px;
    text-indent: 5px;
    font-size: 1.1em;
    color: #0e0e0e;
}

.scenery-list li .hits {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.scenery-list li .num {
    color: #fa7c17;
}


/* 现任领导 */

.current-content {
    padding: 20px 0;
}

.current-content ul li {
    margin: 10px 0;
    min-height: 250px;
}

.current-content ul img {
    max-width: 100%;
    width: 100%;
    height: 180px;
}

.current-content ul span {
    display: block;
    color: #0e0e0e;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.current-content ul .name {
    line-height: 30px;
    font-size: 1.14em;
    font-family: 微软雅黑;
}

.current-content ul .job {
    font-family: 宋体;
}


/* 组织机构 */

.org-content {
    padding: 20px 0;
}


/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {
    .scenery-list li span {
        display: inline-block;
        line-height: 25px;
    }
    .scenery-list li .hits {
        display: block;
        position: relative;
        right: 0;
    }
}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {
    .current-content ul li {
        min-height: 100px;
    }
}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {
    .scenery-list li {
        width: 100%;
    }
    .current-content ul li {
        width: 100%;
        min-height: 0;
    }
    .current-content ul img{
        height: auto;
    }
    .scenery-list li img{
        height: auto;
    }
}
