@charset "UTF-8";


.swiper {
    width: 100%;
    height: 450px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main {
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    width: 1200px;
}

.main .box {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,.14);
}

.main .file {
    width: 577.5px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.main .box .title {
    font-size: 20px;
    font-weight: bolder;
    color: #d80a16;
}

.main .file .file-con .list .list-top {
    padding-bottom: 15px;
    height: 100px;
}

.main .file .file-con .list .list-top .title {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bolder;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px
}

.main .file .file-con .list .list-top .details {
    padding: 0 10px;
    font-size: 14px;
    display: -webkit-box;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.main .file .file-con .list .list-other {
    font-size: 14px;
    position: relative;
    border-top: 1px dashed #ccc;
    line-height: 1.6;
}

.main .file .file-con .list .list-other span {
    display: block;
    width: 470px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding: 8px 20px
}

.main .file .file-con .list .list-other label {
    display: inline-block;
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.main .file .file-con .list .list-other:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #d80a16;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-50%);
}

.main .file .file-con .list .list-other:hover {
    background-color: #eef4ff
}
