/* --------------------所有二级页面样式--------------------- */
header {
    height: 680px !important;
    background: url(../images/secondary1_bg.png) no-repeat bottom center / cover !important;
}

header .header_shadow_top img {
    position: absolute !important;
    z-index: 2;
    top: 0;
    width: 100%;
}

.main {
    position: relative;
    width: 100%;
    background-color: rgba(75, 160, 159, 0.1);
}

.site {
    margin: 0 auto;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 210px;
    background: url(../images/site_bg.png) no-repeat left bottom;
}

.site_title {
    height: 100px;
}

.site h4 {
    height: 110px;
    line-height: 110px;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}

.site .weizhi {
    width: 100%;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    color: #ffffff;
}

.site .weizhi a {
    color: #ffffff;
}

.content {
    height: auto;
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
}

.content::after {
    display: none;
}

.content_tab {
    width: 300px;
    box-shadow: 0px 0px 10px 5px rgba(170, 170, 168, 0.523);
    height: 380px;
    background-color: #ffffff;
}

.content_tab h3 {
    padding-left: 30px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    color: #ffffff;
    background-color: #036c6c;
}

.content_tab ul {
    width: 100%;
}

.content_tab ul li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    transition: background-color 0.3s;
}

.content_tab ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #036c6c;
    opacity: 0;
    transition: opacity 0.3s;
}

.content_tab ul li::after {
    content: '>';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    transition: color 0.3s;
}

.content_tab ul li a {
    display: block;
    padding-left: 40px;
    color: #000000;
    transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .content_tab ul li:hover {
        background-color: #f5f5f5;
    }

    .content_tab ul li:hover::before {
        opacity: 1;
    }

    .content_tab ul li:hover a {
        color: #036c6c;
    }

    .content_tab ul li:hover::after {
        color: #036c6c;
    }
}

.content_text {
    margin-bottom: 125px;
    width: 1160px;
    height: auto;
    background-color: #fff;
}

.content_text .content_text_title {
    margin: 0 auto;
    border-bottom: 4px solid #ddd;
    width: 1090px;
    height: 55px;
    line-height: 55px;
    font-size: 35px;
    color: #036c6c;
}

.content_text .content_text_title h3 {
    border-bottom: 4px solid #036c6c;
    width: auto;
    display: inline-block;
    height: 51px;
    line-height: 55px;
    font-size: 24px;
    text-align: center;
}

.content_text .content_text_title .dingwei {
    display: none;
}

.content_text .content_text_content {
    border: 1px solid #ebebeb;
    width: 1160px;
    height: auto;
    min-height: 800px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px;
}

/* --------------------单篇正文----------------- */
.content_text .content_text_content>p {
    line-height: 32px;
    text-indent: 2em;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 32px;
    color: #333;
}

/* --------------------导师队伍页----------------- */
.dsdw {
    width: 100%;
    height: auto;
}

.dsdw .dsdw_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    background-color: #edf5f5;
}

.dsdw .dsdw_title h4 {
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-image: url(../images/dsdw_bg.png);
}

.dsdw .dsdw_content {
    width: 100%;
    height: auto;
}

.dsdw .dsdw_content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 12px;
    width: 100%;
    height: auto;
}

.dsdw .dsdw_content li {
    position: relative;
    padding: 14px 18px;
    margin-right: 33px;
    width: 332px;
    height: 128px;
    background-color: #efefef;
    margin-bottom: 20px;
}

.dsdw .dsdw_content li a {
    display: block;
    width: 100%;
    height: 100%;
}

.dsdw .dsdw_content li a img {
    width: 95px;
    height: 100px;
}

/* 电脑端隐藏时间样式 */
.dsdw_date {
    display: none;
}

.dsdw .dsdw_content li:nth-child(3n) {
    margin-right: 0;
}

.dsdw .dsdw_content li span {
    position: absolute;
    top: 25px;
    left: 130px;
    font-size: 18px;
    color: #000000;
}

.dsdw .dsdw_content li p {
    position: absolute;
    top: 58px;
    left: 130px;
    width: 184px;
    line-height: 25px;
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* -----------------列表内容页----------------- */
.list_content {
    width: 1090px;
    height: auto;
}

.list_content ul {
    width: 100%;
    height: auto;
}

.list_content>ul>li {
    position: relative;
    border-bottom: 1px dashed #eaeaea;
    width: 100%;
    height: 85px;
    transition: background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .list_content>ul>li:hover {
        background-color: #f5f5f5;
    }

    .list_content>ul>li:hover .text {
        color: #036c6c;
    }
}

.list_content ul li a {
    display: block;
    width: 100%;
    height: 85px;
}

.list_content ul li .day {
    position: absolute;
    top: 22px;
    left: 34px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    font-weight: bold;
    color: #036c6c;
}

.list_content ul li .data {
    position: absolute;
    top: 52px;
    left: 25px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.list_content ul li .text {
    margin-left: 104px;
    line-height: 85px;
    font-size: 18px;
    color: #333;
    transition: color 0.3s;
}

/* --------------------文章页面--------------------- */
.article {
    width: 100%;
    height: 100%;
    margin-top: 38px;
}

.article h3 {
    width: 100%;
    height: 40px;
    line-height: 44px;
    font-size: 22px;
    text-align: center;
    color: #036c6c;
}

.article .fabuxinxi {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.article hr {
    margin-bottom: 20px;
    border: 1px dashed #a5a5a5;
}

.article p {
    line-height: 25px;
    text-indent: 2em;
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
}

.article .link {
    margin-top: 50px;
    width: 100%;
    height: 55px;
    font-size: 13px;
    color: #666;
}

.article .link a {
    width: 100%;
    height: 27px;
    color: #666;
}