ol, ul {
    list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.writing.article_introduction {
    padding-top: 0;
}
.writing {
    padding: 46px 0 0;
    border-radius: 8px 10px 10px 10px;
    line-height: 1.2;
    text-align: center;
}
.writing .article_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.school-leader {
    margin-top: 30px;
}
.writing .article_title h4 {
    margin-bottom: 0; 
    position: relative; 
}

.writing .left_title {
    text-align: left;
}

.fw {
    font-weight: bold;
}
.fs30 {
    font-size: 30px;
}
.writing .article_title span {
    display: inline-block;
    width: 77%;
    height: 1px;
    background-color: #ECECEC;
}

.writing .article_title h4 .left-img {
    position: absolute;
    top: -7px;
    left: -20px;
}

img {
    padding: 0;
    border: none;
    max-width: 100%;
    max-height: 100%;
}

 .writing .article_title h4 .right-img {
    position: absolute;
    bottom: -7px;
    right: -25px;
}
.school-leader {
    margin-top: 30px;
}
.school-leader .list_item {
    margin-bottom: 20px;
}


.school-leader .title {
    font-weight: bold;
    text-align: left;
    color: #992d31;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000000;
}

.fs22 {
    font-size: 22px;
}

.school-leader ul.leader {
    grid-template-columns: 30% 30% 30%;
}

.school-leader ul {
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-template-columns: 30% 39% 30%;
}
.school-leader ul li {
    margin-bottom: 30px;
    padding: 0 10px;
}
.school-leader ul li:hover {
    -webkit-box-shadow: 1px 5px 5px 0px rgba(68, 11, 13, 0.07);
    box-shadow: 1px 5px 5px 0px rgba(68, 11, 13, 0.07);
}
p, a {
    font-family: "Microsoft YaHei" !important;
}
a {
    color: #000;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none !important;
}
.school-leader ul li .position {
    margin: 10px 0;
    color: #992d31;
    font-weight: bold;
}
.school-leader ul li .desc {
    margin: 15px 5px 25px;
    line-height: 1.3;
    text-align: left;
    text-indent: 1.5em;
} 

.school-leader ul li .pic img {
    width: 150px;
    height: 180px;
    margin:0 auto;
} 

@media screen and (max-width: 1024px) {
    .wp div.yjdw-page {
        width:100%;
    }
    .title {
        margin-bottom: 20px;
    }
} 
@media screen and (max-width: 768px) {
    .fs30 {
        font-size: 20px;
    }
    .school-leader ul { 
        display: flex; 
        flex-wrap: wrap; 
        justify-content: space-around;
    }
    .school-leader ul li {
        width: 45%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 576px) {
    .school-leader ul li {
        width: 100%;
    }
}