.imgAndtext {
    display: flex;
    justify-content: space-between;
}

.gshj {
    width: 50%;
}

.gshj img {
    width: 100%;
}

.logoAndtext {
    width: 35%;
}

.logo {
    width: 50%;
}

.logo img {
    width: 100%;
}

.title {
    margin-top: 20px;
    color: black;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.5;
}

.sections {
    margin-top: 50px;
}
.section {
    display: inline-block;
    color: #000000;
    padding: 6px 15px;
    border-radius: 3px;
    background: white;
    margin-right: 10px;
    font-size: 16px;
    box-shadow: 1px 1px 5px #d6d6d6;
}

.datas {
    padding: 0 15%;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.data-pard {
    width: 20%;
}

.data {
    color: rgba(51, 112, 255, 1);
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}

.data-description {
    color: #828282;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.shuxian{
    width: 1px;
    background-color: black;
}
.er-title{
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 24px;
    color: rgba(51, 112, 255, 1);
    font-weight: bold;
}

.gsname{
    margin-top: 50px;
    font-weight: bold;
    font-size: 36px;
    color: black;
}

.khjj{
    color: black;
}

.khjj p{
    margin: 0;
}

.khzy-wai{
    display: flex;
    border: 1.5px solid #e2e2e270;
    padding: 20px;
    color: black;
    border-radius: 10px;
}

.syh{
        width: 170px;
}

.syh img{
    width: 100%;
}

.khzy{
    padding: 45px 25px 0px 25px;
    color: black;
}

.khzy p{
    margin: 0;
}

.last-btn{
    text-align: center;
    width: 100%;
    background: #F7F7F8;
    padding: 20px 0;
    box-sizing: border-box;
    color: #828282;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 20px;
    height: 70px;
    width: 150px;
}

.last-btn:hover{
    font-weight: bold;
    color: rgba(51, 112, 255, 1);
    transform: translateX(3px);
}