@charset "utf-8";
.maincon-one-item-left {
    height: 100%;
    width: 56%;
    background-image: url('../img/bg01.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.maincon-one-item-left-1 {
    margin-left: 31%;
    width: 66%;
}

.maincon-one-item-title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    padding-top: 5%;
}

.maincon-one-item-content1 {
    font-size: 35px;
    font-family: Arial, serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    margin-top: 5%;
    max-height: 100px;
    overflow: hidden;
}

.maincon-one-item-content2 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    margin-top: 5%;
    max-height: 100px;
    overflow: hidden;
}

.maincon-one-item-btn {
    text-align: center;
    padding-top: 10%;
}

.maincon-one-item-btn > .btn {
    border-radius: 30px;
    margin-left: 10px;
}

.maincon-one-item-btn1 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 20px;
    border-color: #FFFFFF !important;
}

.maincon-one-item-btn2 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #1345BD !important;
    line-height: 20px;
    background: #59E2CB !important;
}

