.content {
    width: 100%;
}

.header {
    background: radial-gradient(circle at center, #7ecbfe, #e6f4ff);
    z-index: -1;
}

.header .list {
    transform: translate(-50%, -100%);
}

.header .list .textBox .text {
    font-weight: 700;
    color: #333;
    font-size: 0.24rem;
}

.header .list .textBox .fontText {
    font-weight: 700;
    color: #333;
    font-size: 0.6rem;
}

.module-a .project {
    width: 1200px;
    height: 372px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.08);
    padding: 40px 25px 40px 60px;
    margin: -3rem auto 0.8rem auto;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.module-a .project .leftText .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
}

.module-a .project .leftText .text {
    width: 530px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.module-a .project .leftText .label {
    width: 80px;
    height: 24px;
    background: #00826b;
    font-size: 14px;
    color: #00826b;
    background: rgba(0, 130, 107, .2);
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}

.module-a .project .leftText .btn {
    width: 245px;
    height: 48px;
    background: #00826b;
    border-radius: 24px;
    line-height: 48px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0;
}

.module-a .project .leftText .btn:hover {
    opacity: 0.8;
    transition: all 300ms ease-in-out;
}

.module-a .project .leftText .btn .btnText {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.module-a .project .leftText .btn .icon {
    height: 16px;
    margin-left: 5px;
}

.module-a .project .rightImg {
    width: 519px;
    height: 292px;
    margin-left: 66px;
    overflow: hidden;
}

.module-a .list {
    margin: 40px auto 0 auto;
    display: grid;
    justify-content: left;
    grid-template-columns: repeat(4, auto);
    grid-gap: 30px 20px;
    width: 1200px;
}

.module-a .list .item {
    width: 285px;
    height: 370px;
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    transition: all 300ms ease-in-out;
    border-radius: 3px;
    overflow: hidden;
}

.module-a .list .item .img {
    position: relative;
    width: 285px;
    height: 160px;
}

.module-a .list .item .img img {
    cursor: pointer;
    height: 100%;
}

.module-a .list .item .img .link {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: opacity 300ms ease-in-out;
    cursor: pointer;
    z-index: 99;
    background: rgba(51, 51, 51, 0.6);
}

.module-a .list .item:hover .img .link {
    opacity: 1;
}

.module-a .list .item:hover {
    height: 390px;
    margin-top: -20px;
    /* box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4); */
}

.module-a .list .item .textBox {
    padding: 20px;
}

.module-a .list .item .textBox .title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-a .list .item .textBox .text {
    height: 76px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.module-a .list .item .textBox .label {
    display: inline-block;
    height: 24px;
    background: rgba(0, 130, 107, .2);
    line-height: 24px;
    font-size: 14px;
    color: #00826b;
    text-align: center;
    margin-top: 20px;
    padding: 0 12px;
}

.module-a .seeMore {
    margin: 40px auto 0 auto;
    width: 140px;
    height: 42px;
    border: 1px solid #666;
    border-radius: 25px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.module-a .seeMore:hover {
    border: 1px solid #00826b;
    color: #00826b;
    transition: all 300ms ease-in-out;
}
.font19 .list .textBox .text{
    font-size: 19px !important;
}
.font20 .list .textBox .text{
    font-size: 20px !important;
}

.font19 .project .leftText .title{
    font-size: 19px !important;
}
.font20 .project .leftText .title{
    font-size: 20px !important;
}
.font19 .project .leftText .text{
    font-size: 19px !important;
}
.font20 .project .leftText .text{
    font-size: 20px !important;
}
.font19 .project .leftText .label{
    font-size: 19px !important;
}
.font20 .project .leftText .label{
    font-size: 20px !important;
}
.font19 .project .leftText .btn .btnText{
    font-size: 19px !important;
}
.font20 .project .leftText .btn .btnText{
    font-size: 20px !important;
}
.font19 .item .textBox .title{
    font-size: 19px !important;
}
.font20 .item .textBox .title{
    font-size: 20px !important;
}
.font19 .item .textBox .label{
    font-size: 19px !important;
}
.font20 .item .textBox .label{
    font-size: 20px !important;
}