.content-opt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.content-opt-search {
    width: 550px;
    height: 40px;
    /* border-radius: 100px; */
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    padding-left: 0;
}


.content-opt-search-select {
    border: 0;
    width: 80px;
    cursor: pointer;
    outline: none;
}
.content-opt-search-input {
    width: 0;
    flex-grow: 1;
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 1em;
    margin-left: 10px;
    outline: none;
}

.content-opt-search-btn {
    width: 60px;
    height: 100%;
    background-color: rgba(251, 141, 178, 1);
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width:1200px) {
    .content-opt {
        padding: 0 10px;
    }
    .content-opt-search {
        width: 100%;
    }
}




/* 新闻模块 */
.news .contencontentt-list {
    margin-top: 20px;
}

.news .contencontentt-list-it {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.news .contencontentt-list-it-img {
    width: 143px;
    height: 100px;
    margin-right: 25px;
    flex-shrink: 0;
}

.news .contencontentt-list-it-info {
    width: 0;
    flex-grow: 1;
}

.news .contencontentt-list-it-tit {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
}

.news .contencontentt-list-it-time {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.news .contencontentt-list-it-time-img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.news .contencontentt-list-it-time-txt {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1;
}

.news .contencontentt-list-it-txt {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .contencontentt-list-it-btn {
    width: 111px;
    height: 31px;
    margin-left: 64px;
    flex-shrink: 0;
    cursor: pointer;
}

@media screen and (max-width:1200px) {
    .news .content {
        flex-direction: column;
        padding-bottom: 40px;
        margin-top: 20px;
    }
    .news .content-tabs {
        height: 30px;
    }
    .news .content-tabs-it {
        font-size: 14px;
    }
    .news .content-tabs-it.active::after {
        border-width: 8px;
    }
    .news .contencontentt-list {
        margin-top: 20px;
    }
    .news .contencontentt-list-it {
        flex-direction: column;
        padding: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        align-items: unset;
    }
    .news .contencontentt-list-it-img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .news .contencontentt-list-it-info {
        width: 100%;
    }
    .news .contencontentt-list-it-tit {
        margin-top: 10px;
    }
    .news .contencontentt-list-it-time {
        margin-top: 10px;
    }
    .news .contencontentt-list-it-txt {
        margin-top: 10px;
    }
    .news .contencontentt-list-it-btn {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* 产品模块 */
.product .content-list {
    /* width: 0;
    flex-grow: 1; */
}

.product .content-list-title {
    position: relative;
    width: fit-content;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    margin: 0 auto;
}

.product .content-list-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-100%, -50%);
    width: 36px;
    height: 1px;
    background-color: #ccc;
}

.product .content-list-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(100%, -50%);
    width: 36px;
    height: 1px;
    background-color: #ccc;
}

.product .content-list-ls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
}

.product .content-list-ls-it {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product .content-list-ls-it-img {
    height: auto;
}

.product .content-list-ls-it-txt {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    margin-top: 18px;
    text-align: center;
}

.product .content-list-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.product .content-tabs {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
    overflow-x: auto;
}

.product .content-tabs-it {
    flex-shrink: 0;
}

.product .content-tabs-it.active {
    color: rgba(251, 141, 178, 1);
    /* font-weight: bold; */
}

@media screen and (max-width:1200px) {
    .product .content {
        flex-direction: column;
        padding-bottom: 40px;
        margin-top: 20px;
    }

    .product .content-list {
        width: 100%;
        margin-top: 20px;
    }

    .product .content-list-title {
        font-size: 18px;
    }

    .product .content-list-ls {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
        margin-top: 20px;
    }
    .product .content-list-ls-it-txt {
        margin-top: 8px;
    }
}