/* 产品布局部分样式pc */
.productLayout {
    background-color: var(--text-font-color-5);
    padding-bottom: 80px;
}

.productLayout .product-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 58px;
}

.productLayout .product-list .item {
    width: 400px;
}

.productLayout .product-list .item .product-title {
    font-size: 26px;
    color: var(--text-font-color-6);
    font-weight: 700;
    margin-top: 15px;
}

.productLayout .product-list .item .product-text {
    font-size: 14px;
    color: var(--text-font-color-3);
    margin-top: 5px;
}

.productLayout .product-list .item .product-btn {
    background-color: var(--brand-theme-color);
    color: #ffffff;
    font-size: 13px;
    width: 108px;
    height: 35px;
    margin-top: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.productLayout .product-list .item .product-btn .btn-text {
    margin-right: 5px;
}

.productLayout .product-list .item .product-btn .btn-img {
    width: 14px;
    height: 14px;
}

.productLayout .product-list .item .item-img {
    width: 400px;
    height: 267px;
}

/* 公司介绍部分样式 */
.aboutUsLayout {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--text-font-color-4);
}

.aboutUsLayout .about-info .about-text {
    font-size: 22px;
    color: var(--text-font-color-3);
    margin-top: 40px;
    line-height: 38px;
    text-indent: 2em;
}

/* 新闻中心部分样式 */
.newsLayout {
    padding-bottom: 80px;
}

.newsLayout .news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsLayout .news-list .news-item {
    width: 285px;
    height: 505px;
    background-color: var(--text-font-color-5);
    margin-top: 60px;
}

.newsLayout .news-list .news-item .news-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.newsLayout .news-list .news-item .news-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 15px 20px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: var(--text-font-color-3);
}

.newsLayout .news-list .news-item .news-time {
    margin: 20px;
    color: var(--text-font-color-7);
    font-size: 14px;
}

.newsLayout .news-list .news-item .news-text {
    font-size: 16px;
    margin: 20px;
    color: var(--text-font-color-3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    text-overflow: ellipsis;
    word-break: break-word;
}

.index-partner-layout {
    background-color: #f5f5f5;
}

/* 移动端 */
.productLayout-phone {
    background-color: var(--text-font-color-5);
    padding-bottom: 3.6rem;
}

.productLayout-phone .product-list-phone {
    margin-top: 3.8rem;
}

.productLayout-phone .product-list-phone .product-image {
    width: 100%;
    height: 45.8rem;
    overflow: hidden;
    border-radius: 1rem;
}

.productLayout-phone .product-list-phone .product-title-phone {
    font-size: 3.6rem;
    color: var(--text-font-color-6);
    font-weight: 700;
    margin-top: 2rem;
}

.productLayout-phone .product-list-phone .product-text-phone {
    font-size: 2.4rem;
    color: var(--text-font-color-3);
    margin-top: 0.6rem;
}

.productLayout-phone .product-list-phone .product-btn-phone {
    background-color: var(--brand-theme-color);
    color: #ffffff;
    font-size: 2.4rem;
    width: 18.384rem;
    height: 6.06rem;
    margin-top: 2.6rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.productLayout-phone .product-list-phone .product-btn-phone .btn-text {
    margin-right: 0.6rem;
}

.productLayout-phone .product-list-phone .product-btn-phone .btn-img {
    width: 2.6rem;
    height: 2.6rem;
}

.aboutUsLayout-phone {
    background-color: #ffffff;
    border-bottom: 1px solid var(--text-font-color-4);
    padding-bottom: 3.2rem;
}

.aboutUsLayout-phone .about-info {
    padding: 3.2rem 0;
}

.aboutUsLayout-phone .about-info .about-text {
    font-size: 3rem;
    color: var(--text-font-color-3);
    line-height: 4.8rem;
    text-indent: 2em;
}

.newsLayout-phone {
    padding-bottom: 6rem;
}

.news-list-phone {
    margin-top: 3rem;
}

.news-list-phone .news-item-phone {
   display: flex;
   justify-content: space-between;
   padding: 2rem 0;
   border-bottom: 1px solid var(--text-font-color-4);
}

.news-list-phone .news-item-phone:last-child {
    border-bottom: none !important;
}

.news-list-phone .news-item-phone .news-image{
    width: 22rem;
    height: 15.6rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 2.4rem;
}

.news-list-phone .news-item-phone .news-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-list-phone .news-item-phone .news-right .news-title-phone{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 3rem;
    color: var(--text-font-color-6);
    font-weight: 500;
}

.news-list-phone .news-item-phone .news-right .news-time-phone{
    font-size: 2.4rem;
    color: var(--text-font-color-7);
    display: flex;
    align-items: center;
}

.news-list-phone .news-item-phone .news-right .news-time-phone>div{
    margin-right: 1.5rem;
}