.detailView {
    background: #fff;
}

.deatil-top-img {
    width: 100%;
    height: 5.4rem;
}

.deatil-top-img img {
    width: 100%;
    height: 100%;
}

.detail-middle-plate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.det-m-left {
    width: 22%;
    margin-top: 0.4rem;
}

.det-m-leftall {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.det-m-title {

    font-weight: 400;
    color: #fff;
    font-size: 0.4rem;
    margin: 0;
    box-sizing: border-box;
    padding-left: 10%;
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    position: relative;
}

.det-m-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 0.16rem);
    height: 100%;
    background: linear-gradient(90deg, #3991dd, #00bd9a);
    z-index: 0;
}

.det-m-title::after {
    content: "";
    position: absolute;
    right: -0.16rem;
    bottom: -0.15rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.16rem 0.16rem 0 0;
    border-color: #000 transparent transparent transparent;
}

.det-m-title span {
    position: relative;
    z-index: 1;
}

.det-m-list {
    width: calc(100% - 0.16rem);
    background: #fff;
    box-sizing: border-box;
    padding: 0 0.2rem 0.2rem 0.2rem;
}

.det-m-item {
    line-height: 3;
    position: relative;
    height: auto;
    min-height: 0.78rem;
    overflow: hidden;
    transition: height 0.3s ease;
}

.det-m-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed #CCCCCC;
}

.det-m-item:last-child::before {
    content: "";
    width: 0;
    height: 0;
}

.det-m-item:hover {
    background: #cde8ff;
}

.det-m-item:hover .det-mi-link {
    color: #3991dd;
    font-weight: 700;
    font-size: 0.25rem;
}

.det-m-item .det-mi-link {
    display: inline-block;
    width: 100%;
    height: 0.78rem;
    color: #323232;
    font-size: 0.26rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    transition: all 0.3s ease;
}

.det-tree-list {
    display: none;
    max-height: 0;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.det-tree-item {
    box-sizing: border-box;
    padding-left: 0.2rem;
    transition: background 0.5rem ease;
}

.det-tree-item .det-tree-link {
    display: block;
    font-size: 0.19rem;
    color: #555;
}

.det-m-item.active {
    background: #cde8ff;
}

.det-m-item.active .det-tree-list {
    display: block;
    /* max-height: 500px; 初始值，会被 JS 覆盖 */
}

.det-m-item.active .det-mi-link {
    color: #3991dd;
    font-weight: 700;
    font-size: 0.25rem;
}

.det-tree-item:hover {
    background: linear-gradient(90deg, #3991dd, #00bd9a);
}

.det-tree-list .btnchange,
.det-tree-list .btnchange .det-tree-link {
    background: linear-gradient(90deg, #3991dd, #00bd9a);
    color: #fff;
    font-weight: 700;
}

.det-tree-item:hover .det-tree-link {
    color: #fff;
    font-weight: 700;
}

.det-m-right {
    width: 73%;
    margin: 0.4rem 0;
}

.det-m-nav {
    padding: 0.1rem 0.3rem;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.2rem;
    position: relative;
}

.det-m-location {
    position: relative;
}

.det-m-location::before {
    content: "\e61b";
    font-family: "iconfont";
    position: absolute;
    left: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.3rem;
    color: #3991dd;
    font-weight: 700;
}

.det-m-nav a {
    margin: 0 0.05rem;
    color: #000;
}

.det-m-nav h4 {
    margin: 0;
    font-size: 0.35rem;
}

.det-showTitle {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #3991dd;
}

.det-showTitle h3 {
    font-size: 0.28rem;
    color: #3991dd;
    margin-bottom: 0;
}

.det-list2Con {
    margin-top: 0.3rem;
}

.det-list2Con h4 {
    font-size: 0.21rem;
    margin: 0;
}

.det-item li {
    font-size: 0.22rem;
    width: 11%;

}

.det-item li a {
    font-size: 0.22rem;
    color: #000;
}

.det-item li a:hover {
    color: #3991dd;
}

.det-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.app-mdet-title {
    display: none;
    background: #f6f6f6;
    width: 100%;
}

.app-medet-titleall {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-medet-titleall h1 {
    font-size: 0.5rem;
}

.app-title-return {
    height: 0.55rem;
}

.app-medet-listall {
    width: 100%;
    background: #ebebeb;
    margin: 0 auto;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

#toggle-list:checked~.app-medet-listall {
    max-height: 500px;
}

.app-medet-list {
    width: 95%;
    margin: 0 auto;
}

.app-medet-item {
    padding: 0.15rem 0;
    border-bottom: 1px solid #ccc;
}

.app-medet-item a {
    display: inline-block;
    width: 90%;
    height: 100%;
    font-size: 0.35rem;
    color: #333;
}

.app-medet-item i {
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    line-height: 0.35rem;
}

.app-medet-submeat {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-left: 0.5rem;
    /* 子菜单缩进 */
}

#sub-menu-1:checked~.app-medet-submeat {
    max-height: 500px;
    /* 设置一个足够大的值 */
}

#sub-menu-1:checked+.app-medet-btn i {
    transform: rotate(90deg);
    font-weight: bold !important;
    display: inline-block;
    transition: transform 0.3s ease;
}

.app-title-open {
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    position: relative;
}

.app-title-open::before {
    content: "\e675";
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.55rem;
    color: #ccc;
    font-weight: 700;
}

.app-title-open:hover ::before {
    color: #3991dd;
}

.on .app-medet-itemlink {
    color: #3991dd;
}

.on .app-medet-sublink {
    color: #3991dd;
}

.app-medet-subitem {
    padding: 0.1rem 0;
}

.app-medet-right {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: #3991dd;
    position: fixed;
    top: 70%;
    right: 0.5rem;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.app-medet-right.show {
    opacity: 1;
    pointer-events: auto;
}

.app-medet-right .icon-huidingbu {
    font-size: 0.35rem;
}

.det-tupian-showTitle h3 {
    display: inline-block;
    background: linear-gradient(90deg, #3991dd, #00bd9a);
    color: #fff;
    padding: 0.05rem;
    border-radius: 0.3rem;
}

.det-tupian-showTitle {
    padding: 0;
    margin-bottom: 0.3rem;
}

.teachlist {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 0.2rem;
}

.teacheritem {
    width: 15%;
    flex-grow: 1;
    max-width: 15%;
}

.teacheritem a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.teachepic {
    width: 100%;
    aspect-ratio: 1 / 1.4;
    overflow: hidden;
}

.teachepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.teachertext {
    text-align: center;
    padding: 0.15rem 0;
    font-size: 0.22rem;
    color: #333;
}


.teacheritem:hover .teachepic img {
    transform: scale(1.03);
    /* 图片放大 1.1 倍 */
}

.teacheritem:hover .teachertext {
    color: #3991dd;
}

.det-m-tuwenitem {
    border-bottom: 1px dashed #ccc;
    padding: 0.3rem 0 0.2rem 0;
}

.det-m-tewenlink {
    display: flex;
    justify-content: space-between;
}

.det-m-tuwenimg {
    width: 14%;
}

.det-m-tuwenimg img {
    width: 100%;
    aspect-ratio: 1 / 1.4;
    object-fit: cover;
}

.det-m-tuwentext {
    width: 82%;
}

.tuwentitle {
    font-size: 0.27rem;
    margin: 0.2rem 0;
    color: #333;
    font-weight: 700;

}

.tuwendes {
    font-size: 0.22rem;
    color: #333;
}

.tuwendes span:hover {
    color: #3991dd;
}

.det-m-tuwenpaging {
    width: 100%;
}

.det-m-tuwenpaging-center {
    text-align: center;
    margin-top: 0.3rem;
}

.paging-btn {
    font-size: 0.25rem;
    color: #3991dd;
    background: #edf7ff;
    border: 1px solid #3991dd;
    padding: 0.07rem;
    border-radius: 10%;
    margin: 0.25rem;
}

.paging-btn:hover {
    background: #b8deff;
}

.paging-count {
    font-size: 0.24rem;
}

.det-m-wenzhang h1 {
    text-align: center;
    font-size: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.4rem;
}

.det-m-essaydate {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    color: #999;
    margin-bottom: 0.3rem;
}

.det-m-essay-date {
    margin-right: 0.5rem;
}

.det-m-essaycontent {
    width: 100%;
}

.det-m-essaycontent p {
    width: 100%;
    text-indent: 2em;
    font-size: 0.24rem;
    margin-bottom: 0.45rem;
    line-height: 2;
}

.det-m-essaycontent p img {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.det-m-essaypaging {
    border-top: 1px solid #ccc;
    padding-top: 0.45rem;
}

.det-m-essaypaging p {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.det-m-essaypaging a {
    color: #323232;
}

.det-m-essaypaging a:hover {
    color: #3991dd;
}

.det-m-teacard {
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0.4rem;
    margin-top: 0.4rem;
    display: flex;
}

.det-m-imgbox {
    width: 20%;
    position: relative;
    min-height: 0;
}

.det-m-imgbox::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: -5px;
    top: -5px;
    background: linear-gradient(90deg, #c4e4ff, #00bd9a);
    z-index: 0;
}

.det-m-imgbox img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.4;
    z-index: 1;
    object-fit: cover;
    position: relative;
}

.det-m-teainfo {
    width: 75%;
    margin-left: 5%;
}

.det-m-teainfo p {
    font-size: 0.24rem;
    margin-top: 0.12rem;
    color: #323232;
}

.det-m-teainfo span {
    color: #555;
}

.det-teainfobox {
    margin-top: 0.5rem;
}

.det-teainfobox-title {
    border-bottom: 1px solid #3991dd;
    padding-bottom: 0.08rem;
}

.det-teainfobox-title span {
    background: linear-gradient(90deg, #3991dd, #00bd9a);
    font-size: 0.26rem;
    font-weight: 700;
    padding: 0.1rem 0.13rem;
    border-radius: 0.1rem 0.1rem 0 0;
    color: #fff;
}

.det-teainfobox-text p {
    text-indent: 2em;
    font-size: 0.24rem;
    line-height: 1.8;
}

.det-m-newlist {
    margin-top: 0.4rem;
}

.det-m-newitem:first-child {
    border-top: 1px dashed #ccc;
}

.det-m-newitem {
    border-bottom: 1px dashed #ccc;
}

.det-m-newitem a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.25rem;
    position: relative;
    color: #323232;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.det-m-newitem a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #3991dd;
    border-radius: 50%;
}

.det-m-newtitle {
    font-size: 0.24rem;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.det-m-newitem .icon-riqi {
    color: #666666;
    font-size: 0.2rem;
}

.det-m-newitem .icon-riqi span {
    font-size: 0.19rem;
    margin-left: 0.1rem;
}