.page {
    position: relative;
}

.gmd {
    position: absolute;
    top: 1.875rem;
    right: 0;
    width: 8%;
}

.detail-box {
   
}

.result-aside {
    /* margin-top: 1.0625rem; */
    border-bottom: 1px solid rgba(207, 207, 207, 0.7424);
}

.result-aside .aside {
    position: relative;
}

.result-aside .aside .prev, 
.result-aside .aside .next {
    position: absolute;
    right: 11%;
    top: 0;
    width: 3.5rem;
    height: 3.75rem;
    background: #B4030B;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.result-aside .aside .prev {
    right: calc(11% + 3.5rem);
}

.arrow-dropup::after{
    font-family: swiper-icons;
    content: 'prev';
    font-size: .625rem;
    color: rgba(255, 255, 255, 0.8);
}

.arrow-dropdown::after {
    font-family: swiper-icons;
    content: 'next';
    font-size: .625rem;
    color: rgba(255, 255, 255, 0.8);
}

.swiper-top .swiper-slide {
    min-width: 5.75rem !important;
    height: 3.75rem;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-top .swiper-slide span {
    display: block;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.125rem;
    color: #333333;
}

.swiper-top .swiper-slide.active {
    min-width: 6rem !important;
    background: #B4030B;
}

.swiper-top .swiper-slide.active span {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.375rem;
    color: #FFFFFF;
}

.download {
    padding: 3.375rem 0;
}

.download .item {
    cursor: pointer;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    background: #F7F7F7;
}


.list {
    padding: 3.375rem 0;
}
 
.list .item {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(207, 207, 207, 0.7424);;
}

.list .item h3 {
    flex: 4;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #1A1A1A;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list .item p {
    flex: 2;
    padding: 0 .625rem;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: rgba(26, 26, 26, 0.65);
}

.list .item span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #B4030B;
}


.content-ul .li {
    display: none;
}

.content-ul .li.active {
    display: block;
}

@media screen and (max-width: 1440px) {
    .result-aside .aside .prev {
        right: calc(5% + 3.5rem);
    }
    .result-aside .aside .next {
        right: 5%;
    }
}

@media screen and (max-width: 768px) {
    .gmd { 
        width: 5.5%;
    }
}

@media screen and (max-width: 640px) {
   
}

