/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 177px 0 173px;
    background-color: var(--logi-extra);
    z-index: 1;
    top: -35px;
    margin-bottom: -35px;
}

.page-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}



.page-header-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: .20;
}

.page-header-shape-1 img {
    width: auto;
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.04em;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--logi-base);
}

.page-container {
    width: 100%;
    display: flex;
}

.page-container .page-left {
    width: 300px;
    position: relative;
    background-color: var(--logi-light-blue);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.page-container .page-left .parent-category-name {
    width: 100%;
    height: 95px;
    line-height: 95px;
    position: absolute;
    background-color: orange;
    top: -95px;
    z-index: 100;
    border-radius: var(--logi-bdr-radius) var(--logi-bdr-radius) 0 0;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.page-container .page-left .category-list {
    min-height: 500px;
    border-top: var(--logi-bdr-color) 8px solid;
    padding-top: 40px;
}

.page-container .page-left .category-list ul.lev1-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-container .page-left .category-list ul.lev1-menu > li {
    width: 100%;
    padding-left: 2em;
    padding-top:25px;
    padding-bottom: 18px;
    list-style: none;
    font-size: 20px;
    border-bottom: #fff 1px solid;
}

.page-container .page-left .category-list ul.lev1-menu > li.cur-category {
    border-left: var(--logi-primary) 4px solid;
    background-color: var(--logi-bdr-color);
    font-weight: bold;
}

.page-container .page-left .category-list ul.lev1-menu > li.cur-category a {
    color: var(--logi-primary);
}
.page-container .page-left .category-list ul.lev1-menu > li .lev2-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}
.page-container .page-left .category-list ul.lev1-menu > li .lev2-menu  > li{
    width: 100%;
    padding-left: 2em;
    padding-top:20px;
    padding-bottom: 10px;
    list-style: none;
    font-size: 20px;
    font-weight: normal;
}
.page-container .page-left .category-list ul.lev1-menu > li .lev2-menu  > li.cur-category a {
    font-weight: normal;
    color: var(--logi-base);
}
.page-container .page-right {
    flex: 1;
    margin-left: 50px;
    min-height: 600px;
}

.page-container .page-right .page-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: var(--logi-primary) 1px solid;
    color: var(--logi-primary);
    font-weight: bold;
}
.page-container .page-right .page-nav a{
    color: var(--logi-primary);
}

.page-container .page-right .page-nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-container .page-right .page-nav ul li {
    list-style: none;
}

.page-container .page-right .content-list {
    width: 100%;
}

.page-container .page-right .content-list ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-container .page-right .content-list ul li {
    list-style: none;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: var(--logi-extra) 1px solid;
}

.page-container .page-right .content-list ul li:before {
    width: 20px;
    content: "•";
    /* 使用圆点作为标记，也可以使用其他字符 */
    color: var(--logi-primary);
    /* 标记颜色 */
}

.page-container .page-right .content-list ul li a {
    width: 80%;
    overflow: hidden;
}

.page-container .page-right .content-list ul li span {
    flex: 1;
    text-align: center;
}


.page-container .page-right .category-one-page{
    width:100%;
    padding-top:30px;
    line-height: 200%;
}
.page-container .page-right .category-one-page .dsdw-container{
    width:100%;
}
.page-container .page-right .category-one-page .dsdw-container .dsdw-xueke{
    font-size: 16px;
    font-weight: bold;
}
.page-container .page-right .category-one-page .dsdw-container .dsdw-kecheng{
    font-size: 14px;
    color: var(--logi-primary);
    font-weight: bold;
}
.page-container .page-right .category-one-page .dsdw-container .dsdw-kecheng-teachers
{
    font-size: 14px;
    margin-bottom: 25px;
}
.content-box{
    margin-top:30px;
    padding:10px 50px 50px 50px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.content-box .page-nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: var(--logi-primary);
    font-weight: bold;
}
.content-box .page-nav a{
    color: var(--logi-primary);
}
.content-box .content-data{
    margin-top:30px;
}
.content-box .content-data .content-title{
    font-family: 'Microsoft YaHei';
    font-size: 25px;
    line-height: 40px;
    color: #3e433f;
    text-align: center;
    padding-bottom: 25px;
    font-weight: bold;
}
.content-box .content-data .content-disp{
    LINE-HEIGHT: 180%;
    text-indent: 2em;
    font-size: 14pt;
}
.content-box .content-data .content-bottom{
    margin-top:30px;
}
.content-box .content-data .content-bottom .pre-next{
    width:100%;
    padding-bottom: 10px;
    text-align: right;
}
.content-box .content-data .content-bottom .content-close{
    width:100%;
    padding-top: 10px;
    text-align: center;
}
.search-result-box{
    width:100%;
    margin-top:30px;
    padding:10px 50px 50px 50px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.search-result-box .page-nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: var(--logi-primary);
    font-weight: bold;
}
.search-result-box .page-nav a{
    color: var(--logi-primary);
}
.search-result-box .search-result{
    width:100%;
}
.search-result-box .search-result ul{
    margin: 0;
    padding: 0;
}
.search-result-box .search-result ul li {
    list-style: none;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: var(--logi-extra) 1px solid;
}

.search-result-box .search-result ul li:before {
    width: 20px;
    content: "•";
    /* 使用圆点作为标记，也可以使用其他字符 */
    color: var(--logi-primary);
    /* 标记颜色 */
}

.search-result-box .search-result ul li a {
    width: 80%;
    overflow: hidden;
}

.search-result-box .search-result ul li span {
    flex: 1;
    text-align: center;
}

