.menu .menu-item li:nth-of-type(7) a {
    color: #2575f2;
}

.menu .menu-item li:nth-of-type(7) .menu-item-line {
    width: 100%;
}

.telant-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 11%;
    margin-top: 0.3rem;
}
.telant-main p {
    font-size: 0.14rem;
}
.telant-main span{
    font-size: 0.14rem;
}
.telant-main .l {
    display: block;
    width: 0.13rem;
    height: 0.015rem;
    background: #e50012;
    margin: 0.1rem 0;

}

.telant-img {
    width: 1.5rem;
    border: 0.02rem solid #666;
    margin-bottom: 0.4rem;
}

.telant-img img {
    width: 100%;
}

.telant-main p {
    text-align: left;
}

.telant-main p {
    width: 100%;
    color: #666;
    font-size: 0.1rem;
    line-height: 0.2rem;
}

.telant-main p:nth-of-type(3) {
    color: #000;
    font-weight: bold;
}

.post-main {
    width: 100%;
    /* height: 4rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 11%;
    margin-top: 0.6rem;
}

.post-main p {
    font-size: 0.14rem;
}

.post-main .l {
    display: block;
    width: 0.13rem;
    height: 0.015rem;
    background: #e50012;
    margin: 0.1rem 0;

}

.post-main-content {
    /* margin-top: 0.3rem; */
    display: flex;
    flex-direction: column;
    width: 100%;
}

.post-main-content li {
    margin-bottom: 0.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2% 5%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.post-main-content li span {
    color: #999;
    font-size: 0.08rem;
}

.post-main-content li h3 {
    font-size: 0.1rem;
    margin: 0 0 0.08rem;
}

.post-main-content li .li-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.05rem;
}

.li-content-left {
    display: flex;
    align-items: center;
}

.li-content-left span:nth-of-type(1) {
    font-size: 0.08rem;
}

.li-content-left span:nth-of-type(2) {
    display: block;
    width: 0.002rem;
    height: 0.06rem;
    background-color: rgba(153, 153, 153, .3);
    margin: 0.01rem 0.05rem 0;
}

.li-content-left span:nth-of-type(3) {
    font-size: 0.08rem;
}

.li-content-right {
    margin-left: 0.3rem;
    font-size: 0.08rem;
    display: flex;
    align-items: center;
}

.li-content-right span {
    margin-right: 0.15rem;
}

.li-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
}

.li-desc-title {
    display: flex;
    align-items: center;
}

.li-desc-title span:nth-of-type(1) {
    font-size: 0.09rem;
    color: #000;
}

.li-desc-title span:nth-of-type(2) {
    flex: 1;
    height: 0.002rem;
    background-color: rgba(153, 153, 153, .3);
    margin-left: 0.15rem;
}

.li-desc-content {
    margin-top: 0.2rem;
}

.li-desc-content-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}

.li-desc-content-item div {
    font-size: 0.09rem;
    margin-right: 0.1rem;
}

.li-desc .li-desc-content-item span {
    font-size: 0.09rem;
    color: #000;

}

@media screen and (max-width:600px) {
    .post-main{
        height: 30rem;
        margin-bottom: 4rem;
    }
    .footer{
        margin-top: 10rem;
    }
    .telant-img {
        width: 2.5rem;
        display: flex;
        align-items: center;
    }

    .telant-main p {
        line-height: 0.4rem;
    }

    .footer {
        position: fixed;
        bottom: 0.5rem;
    }

    .footer-bottom {
        position: fixed;
        bottom: 0;
    }
    .li-content{
        margin-left: -0.07rem;
    }
    .li-content span {
        display: block;
        transform: scale(0.6);
        width: 7rem;
        margin-left: -0.02rem;
    }
    .li-content-left span:nth-of-type(1) {
        width: 0.5rem;
        font-size: 0.08rem;
        transform: scale(0.6);
    }
    .li-content-left span:nth-of-type(2) {

        display: block;
        width: 0.02rem;
        height: 0.3rem;
        background-color: rgba(153, 153, 153, .3);
        margin: 0.01rem 0.01rem 0;
        transform: scale(0.6);
    }
    .li-content-left span:nth-of-type(3) {
        width: 0.65rem;
        font-size: 0.08rem;
        transform: scale(0.6);
    }
    .li-content-right {
        font-size: 0.08rem;
        display: flex;
        align-items: center;
    }
    .li-content-right span:nth-of-type(1){
        width: 2rem;
        margin-left: -0.7rem;
    }
    .li-content-right span:nth-of-type(2){
        width: 2rem;
        margin-left: -1.3rem;
    }
    .li-content-right span:nth-of-type(3){
        width: 2rem;
        margin-left: -1rem;
    }
    .li-desc {
        width: 100%;
        margin-top: 0.3rem;
    }
    .li-desc-title {
        display: flex;
        align-items: center;
    }
    .li-desc-title span:nth-of-type(1) {
        font-size: 0.09rem;
        transform: scale(0.8);
        color: #000;
        margin-left: -0.05rem;
    }
    .li-desc-title span:nth-of-type(2) {
        flex: 1;
        height: 0.002rem;
        background-color: rgba(153, 153, 153, .3);
        margin-left: 0.15rem;
    }
    .li-desc-content {
        margin-top: 0.2rem;
    }

    .li-desc-content-item {
        display: flex;
        align-items: flex-start;
        
    }
    .li-desc-content-item div {
        font-size: 0.09rem;
        margin-right: 0.1rem;
    }
}