.content {
    width: 100%;
}

.header {
    background: linear-gradient(90deg, #012b71, #0eaa87);
}

.header .list .btn {
    background: #00826b;
    color: #fff;
}

.module-a .con {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.module-a .con .item {
    width: 285px;
    height: 444px;
    border: 1px solid #dcdcdc;
    margin-left: 20px;
    padding: 40px 25px;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    position: relative;
}

.module-a .con .item:hover {
    height: 464px;
    margin-top: -20px;
}

.module-a .con .item:hover .borderTop {
    opacity: 1;
}

.module-a .con .item .borderTop {
    width:285px;
    height:6px;
    border-radius:4px 4px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.module-a .con .item:nth-child(1) .borderTop{
    background:linear-gradient(270deg,#d79efb 0%,#ab4fe4 100%);
}

.module-a .con .item:nth-child(2) .borderTop{
    background:linear-gradient(297.13deg,#ffe016 0%,#ff9416 100%);
}

.module-a .con .item:nth-child(3) .borderTop{
    background:linear-gradient(270deg,#6de3a4 0%,#00c55c 100%);
}

.module-a .con .item:nth-child(4) .borderTop{
    background:linear-gradient(270deg,#89bffb 0%,#0078fe 100%);
}

.module-a .con .item .img {
    width: 60px;
    height: 52px;
    margin: 0 auto;
}

.module-a .con .item .text {
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    margin: 16px 0 10px 0;
}

.module-a .con .item .list-item {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
}

.module-a .con .item .list-item .round {
    width: 7px;
    height: 7px;
    background: #333333;
    border-radius: 50%;
    margin-top: 10px;
}

.module-a .con .item .list-item .text {
    width: 235px;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    text-align: left;
    margin: 0 0 0 6px;
}

.module-b .con {
    width: 1200px;
    height: 565px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    padding: 32px 30px;
    border-radius: 4px;
}

.module-b .con .leftImg {
    width: 750px;
    height: 501px;
}

.module-b .con .rightList {
    width: 335px;
    margin-left: 50px;
}

.module-b .con .rightList .item .top {
    font-size: 16px;
    font-weight: 900;
}

.module-b .con .rightList .item .bottom {
    font-size: 14px;
    margin-top: 14px;
    line-height: 26px;
}

.module-b .con .rightList .line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.module-c .con {
    width: 1200px;
    height: 675px;
    border: 1px solid #ccc;
    padding: 48px 35px 33px 50px;
    margin: 0 auto;
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.module-c .con .leftList {
    width: 387px;
    height: 100%;
    padding-top: 58px;
}

.module-c .con .leftList .list-title {
    font-size: 16px;
    font-weight: 900;
}

.module-c .con .leftList .list-item {
    font-size: 16px;
    margin-top: 25px;
}

.module-c .con .leftList .list-item .bold {
    font-weight: bold;
}

.module-c .con .rightImg {
    width: 690px;
    height: 373px;
}
.font19 .textBox .text-b{
    font-size: 19px !important;
}
.font20 .textBox .text-b{
    font-size: 20px !important;
}
.font19 .textBox .fontText-b{
    font-size: 19px !important;
}
.font20 .list .btn{
    font-size: 20px !important;
}
.font19 .list .btn{
    font-size: 19px !important;
}
.font20 .textBox .fontText-b{
    font-size: 20px !important;
}
.font19 .con .item .text{
    font-size: 19px !important;
}
.font20 .con .item .text{
    font-size: 20px !important;
}
.font19 .module-a .con .item{
    height: 520px !important;
}
.font20 .module-a .con .item{
    height: 520px !important;
}
.font19 .rightList .top{
    font-size: 19px !important;
}
.font20 .rightList .top{
    font-size: 20px !important;
}
.font19 .rightList .bottom{
    font-size: 19px !important;
}
.font20 .rightList .bottom{
    font-size: 20px !important;
}
.font19 .module-b .con{
    width: 1370px !important;
} 
.font20 .module-b .con{
    width: 1380px !important;
} 
.font19 .module-b .con .rightList{
    width: 505px !important;
} 
.font20 .module-b .con .rightList{
    width: 515px !important;
}
.font19 .con .leftList .list-title{
    font-size: 19px !important;
}
.font20 .con .leftList .list-title{
    font-size: 20px !important;
}
.font19 .con .leftList .list-item{
    font-size: 19px !important;
}
.font20 .con .leftList .list-item{
    font-size: 20px !important;
}
.font19 .module-c .con{
    height: 730px !important;
}
.font20 .module-c .con{
    height: 790px !important;
}