* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Source Han Sans CN, Source Han Sans CN;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 98px;
}

/*导航*/
.nav {
    width:100%;
}



/*banner*/
.banner {
    width: 100%;
    height: 196px;
    margin-top: 20px;
    background: url("../img2024/banner20.png") no-repeat center;
    background-size: cover;
}

.position {
    background: #F7F7F7;
    width: 100%;
}

.position p {
    width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.position p a {
    color: #666666;
}


/*名师详情*/
.party-detail {
    width: 100%;
    background: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.detail-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.detail-left {
    width: 880px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
    height: auto;
    padding: 40px 30px;
    box-sizing: border-box;
    min-height: 800px;
    background: white;
}
.detail-right {
    width: 300px;
    height: 520px;
    background: #FFFFFF;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.16);
}

.detail-title {
    width: 820px;
    height: 197px;
    background: rgba(181, 29, 37, 0.08);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;

}
.detail-title img {
    width: 126px;
    height: 157px;
    border-radius: 3px;
}
.grace-title {
    font-weight: bold;
    font-size: 34px;
    color: #333333;
}
.grace-zy{
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.grace-content {
display: flex;
    align-items: center;
}
.grace-content::before {
    width: 1px;
    height: 72px;
    background: #D2222B;
    content: "";
    margin: 0 20px;

}

.grace-zhy {
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    display: flex;
    align-items: center;
}
.grace-zhy::before {
    width: 1px;
    height: 22px;
    background: #D2222B;
    content: "";
    margin: 0 20px;
}

.subTitle {
    font-size: 14px;
    color: #666666;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
    box-sizing: border-box;
}

.time {
    margin-right: 24px;
}

.detail-content {
    margin-top: 30px;
}

.detail-content img {
    max-width: 100%;
}
.latest-news {
    width: 258px;
    height: 36px;
    line-height: 36px;
    text-indent: 1em;
    background: #D2222B;
    border-radius: 0 52px 52px 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.news-list {
    display: flex;
    flex-direction: column;
}
.news-item {
    display: flex;
    align-items: center;
    margin: 20px 23px 0 23px;
    box-sizing: border-box;
    background: #F7F7F7;
    padding: 14px 7px;
    cursor: pointer;
}
.news-item:hover{
    background: rgba(210, 34, 43, 0.12);
}
.news-item:hover .news-grace span {
    color: #D2222B!important;
}

.news-item {
    display: flex;
    align-items: center;
    margin: 20px 23px 0 23px;
    box-sizing: border-box;
    background: #F7F7F7;
    padding: 14px 7px;
    cursor: pointer;
}
.news-item-p {
    display: flex;
    align-items: center;
}
.news-item-p img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.news-grace {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.grace-name {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
.grace-major {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}


/*；联系方式*/
/*联系方式*/
.contact {
    width: 100%;
    height: 72px;
    background: #D2222B;
    margin-bottom: 80px;
}

.contact-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;

}

.contact-teacher {
    position: absolute;
    top: -42px;
}

.contact-school {
    font-size: 29px;
    color: #FFFFFF;
    margin-left: 135px;
    letter-spacing: 3px;
}

.contact-school span {
    color: #FFD500;
}

.contact-icon {
    display: flex;
}

.contact-icon p {
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
}

.contact-phone {
    margin-left: 33px;
    display: flex;
    align-items: center;
}

.contact-phone p {
    margin-left: 18px;
}

.contact-wx {
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.contact-vx p {
    margin-left: 18px;
}


/*底部*/
.footer {
    width: 100%;
    height: 300px;
    background: #262626;
}

