/* 学院领导 */

.mb-30{
    margin-bottom: 30px;
}

.yuan-top {
   
}

    .yuan-top h4 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
    }

.yuan-con a {
border: 1px solid #e0e0dd;
    box-shadow: 1px 1px 5px 2px #e0e0dd;
display: block;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    text-decoration: none;
}

    .yuan-con .li-img {
        width: 35%;
    }

        .yuan-con .li-img img {
            max-width: 100%;
        }

    .yuan-con .li-tt {
        width: 100%;
        padding:30px 25px 0 30px;
        height:100%;
    }

        .yuan-con .li-tt h4 {
            font-size: 26px;
            color: #333;
            border-bottom: 1px solid #0d3492;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .yuan-con .li-tt h4 span {
                font-size: 16px;
                color:#0d3492;
                margin-left: 15px;
            }

        .yuan-con .li-tt p {
            font-size: 16px;
            color: #777;
            line-height: 35px;
        }


/* 学院领导end */



.leader-item{
border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.leader-item a{
text-decoration: none !important;
    display: block;
   width:30%;
}
.leader-item .leadertitle{
color:#0d3492;
font-size:20px;
}

.leader-item h4{
     color:#0d3492;
    font-size: 26px;
}

.entry-content {
  padding-left:50px;

}


.entry-content p{
   margin-bottom: 0;
    font-size: 16px;
}


@media (max-width: 1300px) {
 .yuan-con .li-tt h4 {
            font-size: 22px;
           
        }

}


@media (max-width: 991px) {
 .yuan-con .li-tt h4 {
            font-size: 20px;
           
        }

}





