.container-list {
    margin-top: -0.55rem;
}
/* 内页左侧 */
.container-list .left {
    position: relative;
    width: 2.98rem;
    z-index: 10;
}
.container-list .left h5 {
    height: 0.88rem;
    line-height: 0.88rem;
    color: #fff;
    font-size: var(--clumn-left-big);
    text-align: center;
    background: linear-gradient(to right, #de5152, #a62427);
}
.container-list .left .let-nav {
    padding: 0 0 2.07rem 0;
    background: url(../images/2022_ibs_94.png) left bottom/100% no-repeat #fff;
}
.container-list .left .let-nav>li .lv1-sub {
    margin: 0.14rem 0 0;
    width: 100%;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.2rem;
    text-align: center;
    color: #000;
    cursor: pointer;
    background: url(../images/);
}
.container-list .left .let-nav>li.active .lv1-sub {
    position: relative;
    margin-left: -0.1rem;
    width: 3.18rem;
    color: #fff;
    background: linear-gradient(to right, #de5152, #a92528);
}
.container-list .left .let-nav>li .lv1-sub-1 {
    position: relative;
    
}
.container-list .left .let-nav>li .lv1-sub-1>span {
    position: absolute;
    right: 0.18rem;
    top: 50%;
    width: 0.16rem;
    height: 0.15rem;
    transform: translateY(-50%);
    background:  url(../images/2022_ibs_97.png) no-repeat;
}
.container-list .left .let-nav>li.active .lv1-sub-1 {
    background: linear-gradient(to right, #de5152, #a92528);
}
.container-list .left .let-nav>li.active .lv1-sub-1>span {
    right: 0.22rem;
    width: 0.23rem;
    height: 0.21rem;
    transform: translateY(-50%) rotate(0deg) !important;
    background:  url(../images/2022_ibs_93.png) no-repeat;
}
.container-list .left .let-nav>li.active .lv1-sub::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/2022_ibs_91.png) no-repeat;
}
.container-list .left .let-nav>li.active .lv1-sub::after {
    content: "";
    position: absolute;
    right: 0;
    top: -0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/2022_ibs_92.png) no-repeat;
}
.container-list .left .let-nav>li .sub-nav {
    max-height: 0;
    overflow: hidden;

}
.container-list .left .let-nav>li .sub-nav a {
    margin: 0.32rem 0 0;
    min-width: 1.2rem;
    font-size: 0.16rem;
    color: #666666;
    text-align: center;    
}
.container-list .left .let-nav>li .sub-nav a span {
    padding: 0 0.05rem 0.12rem;
    border-bottom: 0.01rem dashed #666666;
}
.container-list .left .let-nav>li .sub-nav a.active {
    color: #ab262a;
    border-bottom-color: #ab262a;
}
.container-list .left .let-nav>li.show .sub-nav,
.container-list .left .let-nav>li.active .sub-nav {
    max-height: 5rem;
}
.container-list .left .let-nav>li.show .lv1-sub-1>span {
    transform: translateY(-50%) rotate(180deg);
}

/* 右侧内容区 */
.content-wrapper {
    width: 10.28rem;
}

/* 教师列表 */
.crumb {
    padding-top: 0.1rem;
    text-align: right;
    font-size: var(--content-txt);
    color: #fff;
}
.crumb a {
    color: #fff;
}
.teacher-list {
    margin: 0.4rem 0 0;
}
.teacher-list li {
    margin-bottom: 0.4rem;
    width: 4.75rem;
    height: 1.62rem;
    background: #f6f6f6;
}
.teacher-list li .cover {
    width: 1.38rem;
    overflow: hidden;
    transition: 0.2s linear;
}
.teacher-list li .msg {
    flex: 1;
    padding: 0.16rem;
}
.teacher-list li .msg h5 {
    font-size: var(--teacher-name);
    color: #000;
}
.teacher-list li .msg p {
    margin-top: 0.20rem;
    font-size: var(--teacher-other);
    color: #3e3e3e;
}
.teacher-list li .msg p+p {
    margin-top: 0.12rem;
}
.teacher-list li .msg a {
    display: flex;
    margin: 0 0 0 1.5rem;
    padding: 0.1rem 0 0 0.4rem;
    font-size: var(--teacher-more);
    color: #3e3e3e;
    background: url(../images/2022_ibs_19.png) 0 0.16rem no-repeat;
}
.teacher-list li:hover {
    background: url(../images/2022_ibs_20.png) top right no-repeat, linear-gradient(to bottom, #b91f2d, #830b0c);
}
.teacher-list li:hover h5,
.teacher-list li:hover p,
.teacher-list li:hover a {
    color: #fff;
}
.teacher-list li:hover a {
    background: url(../images/2022_ibs_21.png) 0 0.16rem no-repeat;
}

/* 公共列表页  */
.public-list {
    margin: 0;
    /*min-height: 4rem;*/
}
.list-item{
    padding: 0.45rem 0;
    border-bottom: 0.01rem solid #b7b7b7;
}
.list-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.list-item .cover {
    display: none;
}
.list-item .msg {
    width: 100%;
}
.list-item .msg a {
    color: #000;
    font-size: var(--clumn-title);
    line-height: 1.6em;
}
.list-item .msg p {
    /*margin: 0.1rem 0 0;*/
    font-size: var(--clumn-desc);
    color: #666666;
    line-height: 1.6em;
}
.list-item-cover .msg p {
    margin: 0.1rem 0 0;
}
.list-item .msg p.time {
    padding-left: 0.32rem;
    font-size: var(--clumn-desc);
    color: #b5b5b5;
    background: url(../images/2022_ibs_4.png) 0 center no-repeat;
    background-size: 0.20rem;
}
.list-item.list-item-cover .cover {
    display: block;
    width: 3rem;
    overflow: hidden;
    border-radius: 0.05rem;
}
.list-item.list-item-cover .msg {
    width: 6.9rem;
}
.list-item-nodesc:first-child {
    margin-top: 0.25rem;
}
.list-item-nodesc {
    padding: 0.25rem 0;
    border-bottom: 0.01rem dashed #ccc;;
}
.list-item-nodesc .msg {
    display: flex;
    justify-content: space-between;
}
.list-item-nodesc .msg a {
    width: 8.5rem;
    font-size: var(--clumn-title);
}
.list-item-nodesc .msg p.time {
    background: none;
}
.page-box{
    margin: 0.65rem 0 0;
    width: 100%;
    font-size: var(--clumn-desc);
    text-align: center;
    color: #666666;
}
.page-box .p_pages span {
    padding: 0.03rem 0.1rem;
    margin: 0 0.06rem;
    border: 0.01rem solid #b2b2b2;
}
.page-box .p_pages span a {
    color: #666666;
}
.page-box .p_pages span.p_no_d {
    border: none;
}
.content-crumb {
    margin: 0.75rem 0 0;
    padding-bottom: 0.16rem;
    color: #9d1d22;
    font-size: var(--clumn-big);
    border-bottom: 0.01rem solid #999999;
}
.content-crumb span {
    position: relative;   
}
.content-crumb span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.43rem;
    width: 0.6rem;
    height: 0.05rem;
    background-color: #9d1d22;
    transform: translateX(-50%);
}


/* 公共内容页 */
.public-content-wrapper {
    margin: 0.7rem 0 0;
}
.public-content-wrapper h1 {
    font-size: var(--content-big);
}
.public-content-wrapper li {
    list-style: inherit;
}
.public-content-wrapper .msg-bar {
    padding-bottom: 0.18rem;
    margin: 0.4rem 0 0;
    color: #888888;
    font-size: var(--content-other);
    border-bottom: 0.01rem solid #a9a9a9;
}
.public-content-wrapper .msg-bar .time {
    padding-left: 0.32rem;
    background: url(../images/2022_ibs_23.png) 0.08rem 0.02rem no-repeat;
    background-size: 0.15rem;
}
.public-content-wrapper .msg-bar .share {
    padding-left: 0.28rem;
    background: url(../images/2022_ibs_24.png) 0 0.03rem no-repeat;
    cursor: pointer;
}
.public-content-wrapper .msg-bar .share .share-box {
    overflow: hidden;
    width: 0;
    height: 0;
}
.public-content-wrapper .msg-bar .share:hover .share-box {
    width: auto;
    height: auto;
}
.public-content-wrapper .content {
    margin-top: 0.3rem;
    line-height: 1.8em;
    font-size: var(--content-txt);
    color: #5e5e5e;
}
.public-content-wrapper .content h4 {
    margin-top: 0.2rem;
    position: relative;
    color: #ab2629;
    font-size: var(--clumn-big);
    padding-left: 0.18rem;
}
.public-content-wrapper .content h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.06rem;
    width: 0.03rem;
    height: 0.18rem;
    background-color: #ab2629;
}
.public-content-wrapper .content p {
    margin-top: 0.2rem;
    word-wrap: break-word;
}
.public-content-wrapper .content video {
    max-width: 100%;
    height: auto;
}
.public-content-wrapper .content img {
    display: block;
    max-width: 100%;
    margin-top: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}
.public-content-wrapper .content table {
    max-width: 100%;
    margin-top: 0.2rem;
    border-collapse: collapse;
}
.public-content-wrapper .content table img {
    margin-top: 0;
}

/* 科研 */
.yaer-list {
    margin: 0.65rem 0 0;
}
.yaer-list>a {
    margin: 0 0.35rem 0.25rem 0;
    position: relative;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: var(--clumn-title);
    text-indent: 0.38rem;
    color: #fff;
    background-color: rgb(231 175 180);
}
.yaer-list>a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 0.15rem solid transparent;
    border-left: 0.15rem solid #fff;
}
.yaer-list>a::after {
    position: absolute;
    content: "";
    right: -0.3rem;
    top: 0;
    width: 0;
    height: 0;
    border: 0.15rem solid transparent;
    border-left: 0.15rem solid rgb(231 175 180);
}
.yaer-list>a.active {
    background-color: rgb(185, 31, 45);
}
.yaer-list>a.active::after {
    position: absolute;
    content: "";
    right: -0.3rem;
    top: 0;
    width: 0;
    height: 0;
    border: 0.15rem solid transparent;
    border-left: 0.15rem solid rgb(185, 31, 45);
}
.ky-content-wrapper {
    margin: 0.15rem 0 0;
}
.ky-content-wrapper .content {
    margin-top: 0;
}
.ky-content-wrapper .content table {
    width: 100%;
    border-right: 0.01rem solid #ccc;
    border-bottom: 0.01rem solid #ccc;
}
.ky-content-wrapper .content table td {
    padding: 0.1rem;
    border-left: 0.01rem solid #ccc;
    border-top: 0.01rem solid #ccc;
    font-size: var(--clumn-desc);
    line-height: 1.4em;
}
.ky-content-wrapper .content table tr {
    height: auto;
    background-color: #ebebeb;
}
.ky-content-wrapper .content table tr:nth-child(2n) {
    background-color: #fff;
}
.ky-content-wrapper .content table tr.firstRow {
    background-color: #ebebeb;
    font-size: var(--clumn-title);
    height: 0.4rem;
}
.ky-content-wrapper .content table tr.firstRow td {
    height: 0.4rem;
    text-align: center;
}
.ky-content-wrapper .content table td p {
    margin: 0;
}
.art-page {
    margin: 0.3rem 0 0;
    width: 100%;
    text-align: center;
    font-size: var(--clumn-title);
}
.art-page span>span {
    margin: 0 0.05rem;
    font-size: var(--clumn-title);
    color: rgb(185, 31, 45);
}
.art-page span>span[style] {
    color: #999;
}

/* 组织机构 */
.content-wrapper-organization {
    width: 10.6rem;
}
.organization-wrapper .left,
.organization-wrapper .right{
    width: 100%;
}
.organization-wrapper .organization-item {
    margin-bottom: 0.3rem;
    width: 100%;
}
.organization-wrapper .organization-item .hd {
    width: 100%;
    color: #fff;
    font-size: var(--clumn-big);
    text-indent: 0.77rem;
    line-height: 0.55rem;
}
.organization-wrapper .organization-item .ico1 {
    background: url(../images/2022_ibs_73.png) 0.34rem center no-repeat, linear-gradient(to bottom, #b91f2d, #840b0c);
}
.organization-wrapper .organization-item .ico2 {
    background: url(../images/2022_ibs_75.png) 0.34rem center no-repeat, linear-gradient(to bottom, #b91f2d, #840b0c);
}
.organization-wrapper .organization-item .ico3 {
    background: url(../images/2022_ibs_76.png) 0.34rem center no-repeat, linear-gradient(to bottom, #b91f2d, #840b0c);
}
.organization-wrapper .organization-item .ico4 {
    background: url(../images/2022_ibs_74.png) 0.34rem center no-repeat, linear-gradient(to bottom, #b91f2d, #840b0c);
}
.organization-wrapper .organization-item .ico5 {
    background: url(../images/2022_ibs_77.png) 0.34rem center no-repeat, linear-gradient(to bottom, #b91f2d, #840b0c);
}
.organization-wrapper .organization-item .bd{
    padding: 0.1rem 0.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.organization-wrapper .organization-item .bd a {
    padding-left: 0.2rem;
    margin-top:0.35rem;
    display: block;
    width: 25%;
    color: #000;
    font-size: var(--clumn-title);
    background: url(../images/2022_ibs_19.png) 0 0.1rem/0.16rem no-repeat;
    box-sizing: border-box;
}
.organization-wrapper .organization-item .bd .temp {
    width: 25%;
    height: 0.01rem;
}

/* 本科生概况 */
.undergrad-wrapper h4 {
    padding-bottom: 0.15rem;
    margin-bottom: 0.5rem;
    margin-top: 0.7rem !important;
    width: 100%;
    position: relative;
    color: #9d1d22;
    font-size: 0.3rem;
    font-weight: normal;
    border-bottom: 0.01rem solid #999999;
}
.undergrad-wrapper h4::after {
    content: "";
    position: absolute;
    left: 0.25rem;
    bottom: -0.03rem;
    width: 0.7rem;
    height: 0.05rem;
    background-color: #9d1d22;
}
.undergrad-wrapper .desc {
    padding: 0.25rem;
    border: 0.01rem solid #888888;
}
.undergrad-wrapper h5 {
    margin: 0.5rem 0 0.3rem;
    padding: 0 0 0 0.3rem;
    position: relative;
    color: #9d1d22;
    font-size: var(--clumn-big);
    font-weight: normal;
}
.undergrad-wrapper h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.07rem;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #9c141b;
    transform: rotate(45deg);
}
.undergrad-wrapper .red {
    color: #9c141b;
}
.undergrad-wrapper .cover-box img {
    width: 5.0rem;
}
.undergrad-major {
    margin: 0.47rem 0 0;
}
.undergrad-major .lable {
    width: 1.7rem;
    height: 0.38rem;
    text-align: center;
    line-height: 0.38rem;
    color: #fff;
    font-size: var(--clumn-title);
    background-color: #9c141b;
}
.undergrad-major a {
    display: block;
    width: 1.7rem;
    height: 0.38rem;
    color: #000;
    font-size: var(--clumn-title);
    border-bottom: 0.01rem solid #a9a9a9;
    background: url(../images/2022_ibs_19.png) right 0.1rem/0.36rem no-repeat;
}
.undergrad-major a:nth-child(4),
.undergrad-major a:nth-child(3)
{
    width: 2.25rem;
}
.undergrad-recruit a {
    box-sizing: border-box;
    margin-bottom: 0.4rem;
    padding-right: 0.5rem;
    display: block;
    width: 4.72rem;
    height: 0.38rem;
    color: #000;
    font-size: var(--clumn-title);
    border-bottom: 0.01rem solid #a9a9a9;
    background: url(../images/2022_ibs_19.png) right 0.1rem/0.36rem no-repeat;
}
/* 联系我们 */

.public-content-wrapper .content table p {
    margin: 0;
}
.contact-content-wrapper tr:first-child {
    background-color: #ebebeb;
    font-weight: bold;
    font-size: 0.18rem;
}
.contact-content-wrapper tr td:first-child {
    background-color: #ebebeb;
}
.contact-content-wrapper tr td {
    font-size: 0.16rem;
}
/* 秒懂商学 */
.md-ibs::after {
    content: "";
    display: block;
    width: 2.58rem;
    height: 1px;
}
.md-ibs li {
    width: 2.58rem;
    margin-top: 0.4rem;
}
.md-ibs li .cover {
    position: relative;
    display: block;
    width: 100%;
    height: 1.45rem;
    overflow: hidden;
}
.md-ibs li .cover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.md-ibs li .cover::after {
    content: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/md_ibs_play.png) 0 0/100% no-repeat;
    transform: translate(-50%, -50%);
}
.md-ibs li .cover img {
    display: block;
    width: 100%;
    height: auto
}
.md-ibs-video li .cover img {
    height: 100%;
}
.md-ibs li p {
    margin-top: 0.16rem;
    font-size: var(--clumn-title);
}
/* 线上课程 */
.online-ibs::after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 0.01rem;
}
.online-ibs li {
    position: relative;
    width: 2.60rem;
    margin-top: 0.4rem;
}
.online-ibs li .cover {
    display: block;
    position: relative;
    width: 100%;
    height: 1.46rem;
    /* background: url(../images/ibsonline2022_1.jpg) 0 0/100% no-repeat; */
}
.online-ibs li[data-n='0'] .cover {
    background: url(../images/ibsonline2022_1.jpg) 0 0/100% no-repeat;
}
.online-ibs li[data-n='1'] .cover {
    background: url(../images/ibsonline2022_2.jpg) 0 0/100% no-repeat;
}
.online-ibs li[data-n='2'] .cover {
    background: url(../images/ibsonline2022_3.jpg) 0 0/100% no-repeat;
}
.online-ibs li[data-n='3'] .cover {
    background: url(../images/ibsonline2022_4.jpg) 0 0/100% no-repeat;
}
.online-ibs li .cover span {
    position: absolute;
    top: 0.35rem;
    left: 0;
    padding: 0 0.25rem;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: var(--clumn-title);
}
.online-ibs li .man {
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    color: #000;
    font-size: var(--clumn-title);
    box-shadow: 0 0 0.15rem #efefef;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0.15rem;
}
/* 校友中心  */
.alumnus {
    position: relative;
    margin: 0.4rem 0 0;
}
.alumnus-box {
    position: relative;
    width: 500%;
    justify-content: flex-start;
}
.alumnus-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}
.alumnus-box img {
    display: block;
    width: 100%;
}
.alumnus .thumb {
    margin: 0.24rem 0 0;
}
.alumnus .thumb .thumb-item {
    width: 18.5%;
    border: 0.03rem solid rgba(169, 37, 40, 0.3);
    cursor: pointer;
}
.alumnus .thumb .thumb-item.active {
    border: 0.03rem solid rgba(169, 37, 40, 1);
}
.alumnus .thumb .thumb-item img {
    width: 100%;
    display: block;
}
.alumnus-prev,
.alumnus-next {
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: rgba(153, 153, 153, 0.8);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transform: translateY(-50%);
}
.alumnus-prev {
    left: 0.27rem;
}
.alumnus-next {
    right: 0.27rem;
    transform: rotate(180deg);
}
.alumnus-prev:hover, 
.alumnus-next:hover {
    background-color: rgba(157, 29, 34, 0.8);
}
.alumnus-prev img, 
.alumnus-next img {
    margin-left: -0.05rem;
}
.alumnus-wrapper .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    color: #fff;
    font-size: 0.22rem;
    padding: 0 0 0 0.3rem;
    background: linear-gradient(to right, #b23f45, rgba(0, 0, 0, 0));
    border-radius: 3px;
}
.alumnus .order {
    position: absolute;
    right: 0;
    bottom: 0.18rem;
} 
.alumnus .order span {
    margin-right: 0.15rem;
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 0.25rem;
    color: #fff;
    font-size: 0.16rem;
    cursor: pointer;
}
.alumnus .order span.active {
    color: #000;
    border: 1px solid #c9d6e7;
    background-color: #fff;
}
/* 企业名录 */
.list-company {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-company::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 1px;    
}
.company-item {
    margin-bottom: 0.25rem;
    padding: 0.15rem 0;
    width: 3.2rem;
    height: 0.8rem;
    background-color: #fff;
}
.company-item>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.company-item img {
    display: block;
    max-width: 80%;
    max-height: 90%;
}
/* 组织机构研究中心 */
.content-crumb span.zzjg-crumb-title {
    color: #000;
    font-size: var(--content-big);
}
.content-crumb span.zzjg-crumb-title::after {
    left: 0.3rem;
    top: 0.54rem;
    transform: translateX(0);
}
.zzjg-introduce {
    color: #444444;
    font-size: 18px;
    line-height: 1.6em;
}
.zzjg-introduce p {
    margin: 0.3rem 0 0;
}
.zzjg-part-title {
    margin: 0.45rem 0 0;
    color: #9d1d22;
    font-size: var(--clumn-big);
    border-left: 0.03rem solid #9d1d22;
    line-height: 1em;
    text-indent: 0.18rem;
}
.zzjg-part-small-title {
    position: relative;
    margin: 0.3rem 0 0;
    padding-left: 0.3rem;
    color: #9d1d22;
    font-size: var(--clumn-big);
}
.zzjg-part-small-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #9d1d22;
    transform: rotate(45deg);
}
.zzjg-people-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zzjg-people-list li {
    margin: 0.2rem 0 0;
    width: 25%;
    list-style: none;
    color: #444444;
    font-size: 18px;
    line-height: 1.6em;
}
.zzjg-people-list li>span { margin-right: 10px; }
.zzjg-people-list-jz li{
    width: 33%;
}
.zzjg-part-phone {
    padding-left: 0.38rem;
}
.zzjg-part-phone>div {
    position: relative;
    margin: 0.3rem 0 0;
    padding-left: 0.15rem;
    color: #444444;
    font-size: 18px;
    line-height: 1.6em;
}
.zzjg-part-phone>div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.10rem;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #444444;
}
.dynamic {
    margin: 0.35rem 0 0;
}
.dynamic>a {
    position: relative;
    padding: 0.3rem;
    margin-bottom: 0.7rem;
    display: block;
    background-color: #f0f0f0;
}
.dynamic>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    background-color: #b1b1b1;
    width: 100%;
    height: 1px;
}
.dynamic>a:last-child::after {
    content: none;
}
.dynamic>a>.title {
    font-size: var(--clumn-big);
    color: #000;
}
.dynamic>a>p {
    margin: 0.2rem 0 0;
    color: #585858;
    font-size: 18px;
    line-height: 1.6em;
}