/***/
.lm_zw{
font-size: 14px !important;
    color: #333 !important;}
.collegeLeader {
            padding: 60px 0 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;}

        .collegeLeader li {
            display: flex;
            justify-content: space-between;
            width: 32%;
       
            border-radius: 30px 0;
            overflow: hidden;
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
            position: relative;
            margin-bottom: 50px;}
       
         .collegeLeader li::before {
            position: absolute;
            display: block;
            content:"";
            width: 3px;
            height: 45%;
            background: #063a82;
            right: 0;
            top: 0;}

        .collegeLeader li .collegeLeader_img {
            width: 35%;
            height: 100%;}

        .collegeLeader li .collegeLeader_img img {
            width: 100%;
            height: 100%;}

        .collegeLeader li .collegeLeader_text {
            width: 60%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-content: center;}

        .collegeLeader li .collegeLeader_text span {
            display: block;
            width: 100%;
            line-height: 42px;
            font-size: 22px;}

        .collegeLeader li .collegeLeader_text p {
            width: 100%;
            font-size: 18px;
            line-height: 36px;
            color: #666;}
