body {
    padding: 0;
    margin: 0;
}

#contents {
    width: 100%;
    margin: auto;
    /*padding-top: 50px;*/
    padding-bottom: 50px;
    /* display: flex;
    flex-wrap: wrap; */
}

.info {
    width: calc(23% - 30px);
    border: 1px solid #E6EFFE;
    background: linear-gradient(135deg, #F9FAFF 0%, #E6EFFE 100%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 46px;
    padding: 0 15px;
    text-align: center;

}

.info:hover {
    transform: scale(1.08);
}

.info:hover span {
    color: #337ab7 !important;
}

#contents .info:nth-child(4n) {
    margin-right: 0;
}

.info span {
    margin: 24px 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info img {
    height: 62px;
    margin-top: 30px;
}

.download_title {
    display: flex;
    font-size: 20px;
    color: #0565b2;
    align-items: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.download_line {
    width: 3px;
    height: 20px;
    background: #0565b2;
    margin-right: 10px;
}

.data_download {
    width: 100%;
}

.download_info {
    display: flex;
    flex-wrap: wrap;
}

.download_tips {
    padding: 10px 20px;
    background: rgba(44, 42, 44, 0.7);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    display: none;
}
.forum-top-list {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.select-active {
    background-color: #053B78 !important;
}
.forum-top-title {
    width: auto;
    font-size: 20px;
    color: #fff;
    padding: 7px 15px;
    margin-right: 20px;
    background-color: #6EA1DB;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rectangle-left {
    width: 70px !important;
}
.rectangle-left {
    height: 15px;
    width: 12%;
    position: absolute;
    bottom: 0px;
    right: 28px;
    transform: skew(35deg);
    background-color: #6EA1DB;
}
.rectangle-right1 {
    width: 6px !important;
}
.rectangle-right1 {
    height: 15px;
    width: 1%;
    position: absolute;
    bottom: 0px;
    right: 18px;
    transform: skew(35deg);
    background-color: #6EA1DB;
}
.rectangle-right2 {
    width: 6px !important;
}
.rectangle-right2 {
    height: 15px;
    width: 1%;
    position: absolute;
    bottom: 0px;
    right: 10px;
    transform: skew(35deg);
    background-color: #6EA1DB;
}

@media (max-width: 768px) {
    .info{
        width: 100%;
    }
}