/* table模板 */
article table {
    width: 100% !important;
    margin: 0 auto;
}

article td {
    padding: 12px 10px;
    line-height: 22px;
    word-break: keep-all;
    border: 1px solid #ccc;
}

article p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #464545;
    text-align: justify;
    margin-bottom: 10px;
}

article {
    margin-top: 20px;
}

article p img {
    max-width: 690px;
    margin: 20px auto;
    border-radius: 5px;
}

article table .keylink22 {
    color: #cc0000;
}


.tagWrap {
    margin-top: 28px;
    padding-left: 17px;
    display: flex;
    justify-content: flex-start
}

.tagWrap .tag {

    height: 27px;
    background-color: #e6e6e6;
    border-radius: 5px;
    font-size: 14px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    padding: 0 5px;
}

.tagWrap .tag:nth-child(1) {
    padding: 0 5px 0 10px;
}

.tagWrap .tag:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -17px;
    width: 23px;
    height: 27px;
    background: url(../img/school/school_articleTagIcon.png) center/contain no-repeat;
}

.tagWrap .tag:hover {
    background-color: #fc9501;
    color: #fff;
}