/* 鼠标移入变色 */
.home-hover:hover,
.home-hover:hover a,
.home-hover:hover span,
.home-hover:hover p {
    color: hsl(0, 90%, 28%);
}

/* 面包屑 */
.breadcrumb {
    margin: 22px 0 0;
    padding: 0 0 18px;
    width: 100%;
    color: #999999;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
}
.breadcrumb a {
    color: #999;
}
/* 左侧菜单 */
.body-box {
    margin-top: 40px;
}
.bodyMenu {
    padding-bottom: 10px;
    width: 300px;
    background-color: #f5f5f5;
}
.bodyMenu > h5 {
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 24px;
    text-indent: 57px;
    background: url(../images/list_1.png) 25px center no-repeat #9e1310;
}
.body-menu-list {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 22px 70px;
    width: 276px;
    background-color: #fff;
    font-size: 18px;
}
.body-menu-list li {
    text-indent: 10px;
    line-height: 67px;
    border-bottom: 1px solid #cccccc;
}
.body-menu-list li > a {
    color: #000;
}
.body-menu-list li.active {
    border-bottom: 1px solid #9e1310;
}
.body-menu-list li.active a {
    color: #9e1310;
}
/* 翻页列表 */
.body-list {
    width: 875px;
    min-height: 500px;
}
.body-list li {
    margin-bottom: 16px;
    width: 100%;
    height: 124px;
    background-color: #f5f5f5;
}
.body-list-date {
    width: 80px;
    height: 124px;
    text-align: center;
    color: #9e1310;
    font-size: 14px;
    border-right: 1px solid #cccccc;
}
.body-list-date span {
    display: block;
}
.body-list-date span:first-child {
    margin: 34px auto 0;
    padding-bottom: 6px;
    width: 35px;
    text-align: center;
    border-bottom: 1px solid #9e1310;
}
.body-list-date span + span {
    margin: 5px auto 0;
    width: 35px;
    text-align: center;
    font-size: 25px;
    color: #9e1310;
    font-weight: bold;
}
.body-list-msg {
    margin: 22px 45px 0 0;
    width: 706px;
}
.body-list-msg a {
    color: #000;
    font-size: 16px;
}
.body-list-msg p {
    margin: 20px 0 0;
    color: #8c8c8c;
    font-size: 14px;
}
/* 分页 */
.page {
    margin: 32px 0 0;
    text-align: center;
}

/* 内页 */
h1 {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 1.4em;
}
.detail-msg {
    margin: 35px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.detail-msg span {
    margin: 0 50px;
}
.detail-msg span i {
    margin: 0 5px;
    font-style: normal;
}
.detail-txt {
    margin: 12px 0 0;
    padding: 30px 0;
    min-height: 500px;
    border-top: 1px solid #dedede;
    color: #333333;
    line-height: 1.8em;
}
.detail-txt p {
    margin: 20px 0 0;
    color: #333333;
}
.detail-txt p:first-child {
    margin-top: 0;
}
.detail-txt img {
    display: block;
    margin: 20px auto 0;
    width: 650px;
    height: auto;
}
/* 领导介绍页 */
.detail-txt-introduce {
    margin: 0;
    padding-top: 0;
    border-top: none;
}
.body-list-fullscreen {
    width: 100%;
}
/* 无菜单列表 */
.body-list-fullscreen {
    width: 100%;
}
.body-list-fullscreen .body-list-msg {
    width: 1010px;
}
/* 人才队伍 */
.body-list .body-list-talent li {
    padding-bottom: 20px;
    margin-bottom: 28px;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.talent-cover {
    overflow: hidden;
    position: relative;
    width: 150px;
    height: auto;
    background-color: #f5f5f5;
}
.talent-cover img {
    /*position: absolute;
    left: 0;
    top: 10px;*/
    width: 100%;
}
.talent-msg {
    margin-right: 10px;
    width: 690px;
}
.talent-msg h5 {
    color: #860707;
    font-size: 24px;
}
.talent-msg h5 span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: normal;
}
.talent-introduce {
    margin: 20px 0 0;
    color: #333333;
    font-size: 14px;
}
.talent-phone,
.talent-email {
    margin: 20px 0 0;
    color: #999999;
    font-size: 14px;
}
.body-list .body-list-talent li {
    border-bottom: none;
    width: 150px;
}
.body-list-talent > h5 {
    padding: 10px;
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #9e1310;
}

.body-list-talent > h6 {
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    margin-bottom: 25px;
    color: #333;
}
.body-list-talent > h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #9e1310;
}
.body-teacher-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.body-list .body-list-talent li {
    padding: 0;
}
.talent-cover img {
    margin: 10px auto 0;
    width: auto;
    height: 150px;
}
.talent-cover h5 {
    line-height: 35px;
    text-align: center;
}
.talent-cover h5 {
    color: #666;
}
/* 联系我们 */
.detail-contact {
    width: 100%;
}
.contact-imgs img {
    width: 49%;
}
.contact-address {
    margin: 50px 0 0;
    text-align: center;
}
.contact-address h5 {
    color: #9d1311;
}
.contact-address h5 span {
    font-size: 48px;
}
.contact-address p {
    margin: 10px 0 0;
    font-size: 24px;
}
.contact-address p + p {
    font-size: 18px;
}
.contact-msg {
    margin: 50px 0;
    text-align: center;
}
.contact-msg h5 {
    font-size: 28px;
    color: #9d1311;
}
.contact-msg p {
    margin: 10px 0 0;
    color: #333333;
    font-size: 18px;
}
.contact-msg img {
    margin: 10px auto 0;
    width: 200px;
    border: 1px solid #ccc;
}
#map {
    margin: 20px 0 0;
    width: 100%;
    height: 550px;
}

/* 移动端 */
@media (max-width: 1280px) {
    .breadcrumb {
        margin-top: 0.36rem;
        padding-bottom: 0.3rem;
    }
    .breadcrumb .container {
        box-sizing: border-box;
        padding: 0 0.2rem;
    }
    .body-box {
        margin-top: 0.36rem;
    }
    .body-list {
        float: none;
        margin: 0 auto;
        width: 7.4rem;
    }
    .body-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }
    .body-list li::after {
        content: "";
    }
    .body-list-date {
        float: none;
        width: 1.6rem;
        height: 100%;
        font-size: 0.28rem;
    }
    .body-list-date span:first-child {
        width: 0.65rem;
        font-size: 0.28rem;
        margin-top: 0;
        padding-bottom: 0.12rem;
    }
    .body-list-date span + span {
        width: 0.65rem;
        font-size: 0.2rem;
        font-size: 0.5rem;
    }
    .body-list-msg {
        float: none;
        margin: 0.22rem 0 0 0;
        padding-bottom: 0.22rem;
        width: 5rem;
    }
    .body-list-msg a {
        font-size: 0.32rem;
        text-decoration: underline;
    }
    .body-list-msg p {
        margin-top: 0.2rem;
        font-size: 0.28rem;
    }
    /* 内页 */
    h1 {
        width: 7.3rem;
        font-size: 0.48rem;
    }
    .detail-msg {
        margin: 0.35rem 0 0;
        font-size: 0.28rem;
    }
    .detail-msg span {
        margin: 0 0.25rem;
    }
    .detail-txt {
        box-sizing: border-box;
        margin: 0.12rem 0 0;
        padding: 0.3rem 0.1rem;
        min-height: 5rem;
        font-size: 0.32rem;
    }
    .detail-txt p {
        margin-top: 0.2rem;
    }
    .detail-txt img {
        width: 100%;
    }
    /* introduce */
    .detail-txt-introduce {
        margin-top: 0;
        padding-top: 0;
    }
    .detail-msg-font {
        display: none;
    }
    .body-list-fullscreen .body-list-msg {
        width: 5rem;
    }
    /* 人才队伍 */
    .body-list .body-list-talent li {
        margin: 0.24rem 0 0;
        padding-top: 0.24rem;
        width: 150px;
    }
    .body-list-talent > h5 {
    }
    .talent-cover {
        /*margin-top: -1.2rem;*/
        width: 2rem;
        height: 2.2rem;
    }
    .talent-msg {
        width: 4.5rem;
    }
    .talent-msg h5 {
        font-size: 0.48rem;
    }
    .talent-msg h5 span {
        font-size: 0.36rem;
    }
    .talent-introduce,
    .talent-phone,
    .talent-email {
        margin-top: 0.2rem;
    }
    .body-list .body-list-talent li {
        border-bottom: none;
        width: 48%;
        display: block;
    }
    .body-list-talent > h5 {
        margin-bottom: 15px;
    }
    .body-teacher-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .body-list .body-list-talent li {
        padding: 0;
        margin-bottom: 15px;
    }
    .talent-cover {
        width: 100%;
        height: auto;
    }
    .talent-cover img {
        width: auto;
        height: 200px;
    }
    .talent-cover h5 {
        padding: 15px 0;
        text-align: center;
        font-size: 16px;
        color: #666;
    }
}
