.abouttext {
    width: 100%;
    height: auto;
    background: white;
    padding-bottom: 1.1rem;
}

.abouttextcon {
    width: 16rem;
    margin: auto;
    padding-top: 0.01rem;
    position: relative;
}

.abouttitle {
    font-size: .38rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #161616;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}



.linetype {
    width: 16rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    position: absolute;
    top: -1.2rem;
    box-shadow: 0px 6px 48px 8px rgba(7, 0, 2, 0.04);
}

.linetype li {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #36404B;
    border-bottom: 2px solid #fff;
}

.linetype li:hover {
    color: #E80115;
    border-bottom: 2px solid #E80115;
}

.aon {
    color: #E80115 !important;
    border-bottom: 2px solid #E80115 !important;
}
.aon2 {
    color: white !important;
    background: #E80115 !important;
}

.maxcont {
    width: 300%;
    display: flex;
    position: relative;
    left: 0rem;
    transition: all 1s;
}

.cont1 {
    width: 16rem;
    height: 0;
}

.mincon {
    width: 16rem;
    overflow: hidden;
}

.cont1top {
    display: flex;
    margin-top: 1.4rem;
}

.cont1top li {
    width: 220px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ECECEC;
    margin-right: 40px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    cursor: pointer;
}

.cont1top li:hover {
    background: #E80115;
    color: white;
}

.msgcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: .8rem;
    margin-top: 1rem;
}

.msgitem {
    width: 7.5rem;
    padding-bottom: 0.5rem;
    /*background: #F8FAFA;*/
    background: white;
    height: 4.2rem;
}

.itemimg {
    width: 100%;
    height: 4.2rem;
    background: white;
}

.itemimg img {
    width: 100%;
    height: 100%;
}

.itemtitle {
    font-size: 22px;
    font-family: Gilroy-ExtraBold;
    font-weight: normal;
    color: #333333;
    width: 5.94rem;
    margin: auto;
    margin-top: .4rem;
    margin-bottom: 0.19rem;
}
.itemabs{
    margin-bottom: 0.3rem !important;
}
.itemabs,.itemtext{
    width: 5.94rem;
    margin: auto;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.itemtext{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}