.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 > div:first-child {
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 28px;
    font-size: 50px;
    font-weight: bold;
    color: #666666;
    font-family: 'di';

}

.you1 > div:nth-child(2) {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-left: -8px;
    padding-bottom: 47px;
}
.you1 > div:nth-child(2) a{
     color: #333333;
    transition: .4s;
 }
.you1 > div:nth-child(2) a:hover{
    color: #0096ff;
}
.you1 > div:nth-child(3) img {
    display: block;

}

.you1 > div:nth-child(3) {
    display: flex;
}

.wenzi1 a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wenzixia {
    font-size: 14px !important;
    font-weight: 400;
    color: #0096FF !important;
    line-height: 1;
    padding-top: 10px;
}

.icon-eye {
    font-size: 18px;
}

.wenzi2 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.liaojie {
    font-size: 14px;
    font-weight: 300;
    width: 127px;
    height: 38px;
    line-height: 38px;
    background: #0096FF;
    text-align: center;
    position: relative;
    transition: .4s;
    border: 1px solid #0096FF;
}

.liaojie:hover {
    background: #fff;
    border: 1px solid #FFF;
}

.liaojie:hover a {
    transition: .4s;
    color: #0096FF !important;
}

.liaojie a {
    color: #FFFFFF !important;
    display: block;
}

.icon-jiantoujinggao1 {
    position: absolute;

}

.biaokuang {
    border-bottom: 1px solid #EEEEEE;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.you1-2 {
    display: flex;
}

.you1-2 > div:first-child {
    margin-right: 30px;
    font-size: 24px;
    color: #979797;
    line-height: 1;
    transition: .4s;
    font-family: 'di';
}

.you1-2-1 > div:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 1;
    margin-left: -8px;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.you1-2:hover .bianse {
    color: #0096FF !important;
}

.you1-2:hover .you1-2-1 > div:first-child {
    color: #0096FF !important;
}

.you1-2-1 > div:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.you1-2 {
    padding-top: 32px;
}

.you1-2-1 {
    padding-bottom: 30px;
    border-bottom: 1px #CCCCCC dashed;
}

.you1-2-yi {
    padding-top: 59px !important;
}


.zhongxin-bottom a {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

.zhongxin-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    margin-right: 0;
}

.zhongxin-bottom1 {
    width: 52px;
    height: 52px;
    background: #F6F6F6;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.zhongxin-bottom a:nth-child(n+2) {
    margin-left: 9px;
}

.zhongxin-bottom1:hover {
    background: #0096FF;
    color: #FFF;
}

.icon-iconfontyoujiantou-copy {
    color: #333333;
    font-size: 12px;
}

@media (max-width: 1440px) {

    .zuodian {
        width: 19.62%;
        overflow: hidden;
    }

    .you1 {
        margin-left: 15px;
    }
}

@media (max-width: 1366px) {

    .you1 {
        margin-left: 30px !important;
    }


    .you1-2 {
        flex-direction: column;
        padding-top: 30px !important;
    }

    .you1-2 > div:first-child {
        margin-bottom: 10px;
    }

}

@media (max-width: 1230px) {
    .you1 > div:nth-child(2), .you1 > div:first-child {
        font-size: 24px;
    }
    .you1 > div:nth-child(3) {
        flex-direction: column;
    }
    .biaokuang {
        padding-top: 25px;
        padding-left: 0;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

    .you1 > div:nth-child(2), .you1 > div:first-child {
        line-height: initial;
    }

    .you1 > div:nth-child(2) {
        padding-bottom: 36px;
    }

    .you1 > div:first-child {
        padding-top: 23px;
        padding-bottom: 15px;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {
    .you1 > div:first-child {
        padding-top: 0;
    }

    .zuoyi {
        padding-right: 47px;
        display: block;

    }

    .zuoyi1 {
        padding-bottom: 40px;
    }

    .biaoti {
        padding: 27px 13px 27px 12px;
    }

    .you1 > div:nth-child(2) {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .you1-2-yi {
        padding-top: 32px !important;
    }

    .you1-2-1 > div:first-child {
        font-size: 16px;
        line-height: initial;
    }

    .you1-2 {
        padding-top: 20px !important;
    }

    .you1-2 > div:first-child {
        font-size: 18px;
    }

    .you1-2-1 {
        padding-bottom: 20px;
    }

    .you1-2-1 > div:nth-child(2) {
        margin-top: 15px;
    }
    .zhongxin-bottom{
        margin-top: 25px;
        justify-content: flex-start;
    }
    .zhongxin-bottom1,.zhongxin-bottom a{
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
}
