
body {
    background-color: #f5f5f5;
}

.xwylb {
    margin-top: -70px;
}

.xwylb_ct {
    padding: 90px 60px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.xwylb_ct .xwylb_cta {
    position: relative;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.xwylb_ct .xwylb_cta::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #106ecb;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover::after {
    width: 100%;
}

.xwylb_ctal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
    height: 140px;
    background-color: #e9e9e9;
    text-align: center;
}

.xwylb_ctaly {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #c1c1c1;
}

.xwylb_ctaln {
    font-size: 20px;
    color: #c1c1c1;
}

.xwylb_ctac {
    flex: 1;
    padding: 0 50px;
}

.xwylb_ctacs {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.xwylb_ctacsh {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover .xwylb_ctacsh {
    color: #106ecb;
}

.xwylb_ctacsp {
    margin-top: 15px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwylb_ctacsp {
    font-size: 16px;
    line-height: 26px;
}

.xwylb_ctar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwylb_ctar i {
    font-size: 45px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 新闻详情 */

.xwxqy {
    margin-top: -70px;
}

.xwylb_cttle {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.xwylb_ctx {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwylb_ctxd {
    margin: 0 30px;
    position: relative;
}

.xwylb_ctxd #output {
    position: absolute;
    top: 115%;
    width: 0px!important;
    height: 0px!important;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    z-index: 5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.xwylb_ctxd:hover #output {
    width: 160px!important;
    height: 160px!important;
    opacity: 1;
}

.xwylb_ctxd i {
    font-size: 20px;
}

.xwylb_ctxd span {
    font-size: 16px;
    color: #999;
}

.xwylb_ctn {
    padding: 50px;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
}

.sxy {
    display: flex;
    align-items: center;
}

.sxy_l,
.sxy_r {
    flex: 1;
}

.sxy .sxya {
    display: flex;
    align-items: center;
}

.sxya i {
    font-size: 20px;
    color: #777777;
}

.sxya span {
    flex: 1;
    font-size: 18px;
    color: #777777;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sxy_c {
    margin: 0 20px;
}

.sxy_c i {
    font-size: 40px;
    color: #777;
}

.sxy_r {
    text-align: right;
}

@media screen and (max-width:1600px) {
    /* 列表 */
    .xwylb_ctal {
        width: 120px;
        height: 120px;
    }
    .xwylb {
        margin-top: -60px;
    }
    .xwylb_ct {
        padding: 75px 40px;
    }
    .xwylb_ctaly {
        font-size: 45px;
        line-height: 50px;
    }
    .xwylb_ctaln {
        font-size: 18px;
    }
    .xwylb_ctacsh {
        font-size: 22px;
    }
    .xwylb_ctacsp {
        font-size: 14px;
        line-height: 24px;
    }
    .xwylb_ctar i {
        font-size: 40px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -60px;
    }
    .xwylb_cttle {
        font-size: 24px;
    }
    .xwylb_ctxd span {
        font-size: 16px;
    }
    .xwylb_ctxd i {
        font-size: 20px;
    }
    .xwylb_ctx {
        padding: 20px 0;
    }
    .xwylb_ctn {
        padding: 40px;
    }
    .xwylb_ctn p {
        font-size: 16px;
        line-height: 26px;
    }
    .sxya span {
        font-size: 16px;
    }
}

@media screen and (max-width:1400px) {
    /* 列表 */
    .xwylb_ct {
        padding: 65px 30px;
    }
    .xwylb {
        margin-top: -50px;
    }
    .xwylb_ctal {
        width: 110px;
        height: 110px;
    }
    .xwylb_ctaly {
        font-size: 40px;
        line-height: 45px;
    }
    .xwylb_ctacsh {
        font-size: 20px;
    }
    .xwylb_ctac {
        padding: 0 40px;
    }
    .xwylb_ctar i {
        font-size: 36px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -50px;
    }
    .xwylb_cttle {
        font-size: 20px;
    }
    .xwylb_ctxd span {
        font-size: 14px;
    }
    .xwylb_ctxd i {
        font-size: 18px;
    }
    .xwylb_ctn {
        padding: 35px;
    }
    .xwylb_ctn p {
        font-size: 14px;
        line-height: 24px;
    }
    .sxya span {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    /* 列表 */
    .xwylb_ct {
        padding: 60px 25px;
    }
    .xwylb {
        margin-top: -45px;
    }
    .xwylb_ct .xwylb_cta {
        padding: 25px 0;
    }
    .xwylb_ctal {
        width: 120px;
        height: 120px;
    }
    .xwylb_ctaly {
        font-size: 36px;
    }
    .xwylb_ctaln {
        font-size: 16px;
    }
    .xwylb_ctacsh {
        font-size: 18px;
    }
    .xwylb_ctacsp {
        font-size: 13px;
        line-height: 23px;
    }
    .xwylb_ctac {
        padding: 0 30px;
    }
    .xwylb_ctar i {
        font-size: 36px;
    }
    .xwylb_ctal {
        width: 100px;
        height: 100px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -45px;
    }
    .xwylb_cttle {
        font-size: 18px;
    }
    .xwylb_ctxd span {
        font-size: 12px;
    }
    .xwylb_ctxd i {
        font-size: 16px;
    }
    .xwylb_ctn {
        padding: 30px;
    }
    .xwylb_ctn p {
        font-size: 13px;
        line-height: 23px;
    }
    .sxya span {
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    /* 列表 */
    .xwylb_ct {
        padding: 55px 20px;
    }
    .xwylb {
        margin-top: -45.5px;
    }
    .xwylb_ct .xwylb_cta {
        padding: 20px 0;
    }
    .xwylb_ctal {
        width: 100px;
        height: 100px;
    }
    .xwylb_ctaly {
        font-size: 32px;
        line-height: 36px;
    }
    .xwylb_ctaln {
        font-size: 14px;
    }
    .xwylb_ctacsh {
        font-size: 16px;
    }
    .xwylb_ctacsp {
        font-size: 12px;
        line-height: 20px;
    }
    .xwylb_ctacsp {
        margin-top: 6px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -45.5px;
    }
    .xwylb_cttle {
        font-size: 16px;
    }
    .xwylb_ctn {
        padding: 20px;
    }
    .xwylb_ctn p {
        font-size: 12px;
        line-height: 21px;
    }
    .sxya span {
        font-size: 14px;
    }
    .sxy_c i {
        font-size: 30px;
    }
    .xwylb_ctn {
        margin-top: 20px;
    }
    .xwylb_ctx {
        display: none;
    }
}

@media screen and (max-width:768px) {
    /* 列表 */
    .xwylb_ct {
        padding: 35px 10px 35px;
    }
    .xwylb {
        margin-top: 35px;
    }
    .xwylb_ctal {
        display: none;
    }
    .xwylb_ctac {
        padding: 0 10px;
    }
    .xwylb_ctacsh {
        font-size: 14px;
    }
    .xwylb_ctar i {
        font-size: 28px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: 40px;
    }
    .xwylb_cttle {
        font-size: 14px;
    }
    .xwylb_ctn {
        padding: 10px;
    }
    .sxya span {
        height: 20px;
        font-size: 12px;
    }
    .sxy_c i {
        font-size: 30px;
    }
    .sxya i {
        font-size: 16px;
    }
    .xwylb_ctn {
        margin-top: 15px;
    }
}