/* #region 基础 */
.module {
    margin-top: 20px;
}

.right .module .title {
    padding-bottom: 10px;
}

.right .module .title span {
    font-size: 20px;
}

.module .content {
    margin-top: 20px;
}

.banners .banner {
    height: 540px;
}

.encyc .left {
    width: 970px;
}

.encyc .right {
    width: 390px;
}

.advertise {
    height: 200px;
}

/* #endregion */

/* #region 试管 */
.test-tube {
    display: flex;
    gap: 20px;
}

.test-tube .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #3375e2;
}

.test-tube .title h3 {
    color: #3375e2;
    font-weight: 400;
}

.test-tube .title a {
    color: #b2caff;
}

.test-tube .title a:hover {
    color: #b2caff;
}

.test-tube .content {
    margin-top: 10px;
}

.test-tube .box {
    overflow: hidden;
    flex: 1;
}

.test-tube .list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px 10px;
}

.test-tube .list li {
    width: 22.6%;
}

.test-tube .list li>a {
    display: block;
    color: #999;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.test-tube .list li>a:hover {
    color: #3375e2;
    transition: .3s;
}
/* #endregion */

/* #region 百科 */
.knowledge .title {
    padding: 0;
    border: 0;
}

.knowledge .list li {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.knowledge .list li:first-child {
    padding-top: 0;
}

.knowledge .list li:not(:first-child) {
    padding-top: 20px;
}

.knowledge .list li:last-child {
    border: 0;
}

.knowledge .list .img {
    overflow: hidden;
    width: 250px;
    height: 150px;
    border-radius: 3px;
}

.knowledge .list .info {
    overflow: hidden;
    flex: 1;
}

.knowledge .list .info a {
    display: block;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.knowledge .list .info a:hover {
    color: #3375e2;
    transition: .3s;
}

.knowledge .list .info p {
    margin-top: 15px;
    color: #999;
    font-size: 16px;
    line-height: 153%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.knowledge .list .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.knowledge .list .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    max-width: 60%;
}

.knowledge .list .tags span {
    display: inline-block;
    font-size: 12px;
}

.knowledge .list .tags a {
    padding: 3px 10px;
    color: #3375e2;
    font-size: 12px;
    border: 1px solid #3375e2;
    border-radius: 5px;
}

.knowledge .list .tags a:hover {
    background-color: #3375e2;
    color: white;
}

.knowledge .list .record {
    color: #999;
    font-size: 14px;
}

.knowledge .list .record img {
    vertical-align: -2.5px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.knowledge .list .record i {
    display: inline-block;
    vertical-align: 2.5px;
    width: 16px;
    height: 2px;
    margin: 0 5px;
    background: #3375e2;
    transform: rotate(105deg);
}
/* #endregion */
