
/*主体内容*/
.main-content {
    width: 1430px;
    margin: 80px auto;
}
.main-content .scientific-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 28px;
}
.scientific-content .scientific-item {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    transition: all .2s ease-in-out;
}
.scientific-content .scientific-item:hover {
    margin-top: -10px;
    cursor: pointer;
}
.scientific-item .cover {
    width: 456px;
    height: 306px;
    padding-top: 34px;
}
.scientific-item .cover span {
    font-size: 24px;
    margin-left: 33px;
    display: block;
    color: white;
}
.scientific-item .cover .detail-btn {
    width: 100px;
    height: 32px;
    font-size: 12px;
    color: #00AF5D;
    background-color: white;
    border: none;
    border-radius: 2px;
    margin-left: 35px;
    margin-top: 18px;
}
.scientific-item .title {
    box-shadow: 0 2px 10px 0 rgba(225,225,225,0.5);
    height: 76px;
    text-align: center;
}
.scientific-item .title span {
    margin-top: 22px;
    font-size: 24px;
    display: inline-block;
}
