.biaotiwai {
    margin-right: 0;
    display: flex;
    padding-right: 70px;
    padding-bottom: 90px;
    padding-top: 39px;
    border-left: 1px transparent solid;

    border-image: linear-gradient(to bottom, #EEEEEE, transparent) 1 5;
}

.dingwei {
    position: relative;
}

.zuodian img {
    display: block;
}

.zuodian {
    position: absolute;
    top: 208px;
}

.biaoti {
    padding: 27px 84px 27px 39px;
    font-size: 50px;
    font-weight: bold;
    color: #0096FF;
    line-height: 1;
    background: url("../images/dian.png") no-repeat right;
    text-transform: capitalize
}

.zuoyi {
    background-color: #D9EFFF;
    padding-top: 50px;
    padding-bottom: 62px;
    margin-top: 70px;
    padding-right: 60px;
}

.zuoyi1 {
    font-size: 38px;
    font-weight: 500;
    color: #0096FF;
    line-height: 50px;
    padding-left: 47px;
    padding-bottom: 130px;
}

img {
    display: block;
}

.you1 {
    margin-left: 70px;
}

.you1-1 {
    display: flex;
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 50px;
}

.you1-2 > div:first-child {
    font-size: 70px;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 70px;
    border-right: #C0C0C0 3px solid;
    padding-right: 20px;
}

.you1-2 > div:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: #C0C0C0;
}

.you1-1 > div:nth-child(1) {
    font-size: 30px;
    line-height: initial;
    font-weight: 400;
    color: #333333;
    padding-left: 15px;
    display: flex;
}

.tuwen img {
    display: block;
    margin: 30px auto;
    width: 100% !important;
}

.tuwen p {
    text-indent: 2em;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}

.tuwen {
    padding-bottom: 48px;
    border-bottom: 1px solid #EEEEEE;
}

.fanhui {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.fanhui1 div a {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
    transition: .4s;
}

.fanhui1 div a:hover {
    color: #0096FF !important;
}

.fanhui2 {
    width: 127px;
    height: 38px;
    background: #0096FF;
    text-align: center;
    align-items: center;
    margin-top: 10px;
}

.icon-fanhui1 {
    color: #FFFFFF;
    font-size: 17px;
    margin-right: 10px;
}

.fanhui2 > span:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF !important;
    line-height: 40px;
}

.fanhui1 {
    width: 80%;
}

.fanhui1 > div {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1440px) {

    .zuodian {
        width: 19.62%;
        overflow: hidden;
    }

    .you1 {
        margin-left: 30px;
    }

}

@media (max-width: 1366px) {
    .you1 {
        margin-left: 30px !important;
    }
}

@media (max-width: 1230px) {

    .you1-2 > div:nth-child(2) {
        padding-bottom: 0;
    }

    .you1-1 {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .fanhui1 {
        width: 60%;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

    .you1-1 {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .you1-2 > div:first-child {
        font-size: 18px;
        line-height: 1;
        border: none;
        position: relative;
    }

    .you1-2 > div:first-child:after{
        content: '.';
        position: absolute;
        bottom: 0;
        left: -7px;
        font-size: 18px;
    }

    .you1-2 > div:nth-child(2) {
        line-height: 1;
        padding-right: 10px;
    }

    .you1-2 {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

}

@media (max-width: 768px) {
    .you1-1 > div:nth-child(2) {
        font-size: 24px;
        margin-bottom: 15px;
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    .you1-1 > div:nth-child(2){
        font-size: 18px;
    }
    .you1-2 > div:nth-child(2),.you1-2 > div:first-child,.you1-2 > div:first-child:after{
        font-size: 16px;
    }
    .you1-1{
        padding-bottom: 15px;
    }
    .zuoyi {
        padding-right: 47px;
        display: block;
    }

    .zuoyi1 {
        padding-bottom: 40px;
    }

    .biaoti {
        padding: 27px 13px 27px 12px;
    }
    .tuwen img{
        margin: 25px auto;
    }
    .tuwen{
        padding-bottom: 25px;
    }

}
