﻿.cgr_boder .cg_des {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px;
}

.cgr_boder .cg_des .cg_number {
    width: calc(100%/3 - 20px);
    /* height:365px ; */
    padding: 32px 35px;
}

.cgr_boder .cg_des .one {
    background: #e5f0f6;
}

.cgr_boder .cg_des .two {
    background: #e3e7f6;
}

.cgr_boder .cg_des .three {
    background: #eae6f4;
}

.cgr_boder .cg_des .cg_number .title {
    font-size: 30px;
    color: #333;
    padding-bottom: 25px;
}

.cgr_boder .cg_des .cg_number .content p {
    font-size: 15px;
    color: #333;
    line-height: 32px;
}

.cgr_boder .cg_des .cg_number .content .sz {
    font-size: 20px;
    color: #333;
}

.research_item {
    /* height: 510px; */
    padding: 30px 35px;
    background: #eef1fa;
}

.research_item .research_title .res_txt {
    font-size: 24px;
    color: #333;
}

.research_item .res_first {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.research_item .res_first .res_more {
    width: calc(100%/3 - 60px);
    line-height: 26px;
}

.research_item .res_first .res_more p {
    font-size: 15px;
    color: #333;
    line-height: 32px;
}

.service_item {
    /* height: 510px; */
    margin-top: 30px;
    padding: 30px 35px;
    background: #eef7fa;
}

.service_item .service_title .sers_txt {
    font-size: 24px;
    color: #333;
}

.service_item .sers_first {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.service_item .sers_first .sers_more {
    width: calc(100%/3 - 60px);
    line-height: 26px;
}

.service_item .sers_first .sers_more .jc {
    font-size: 1em;
    font-weight: bold;
}

.service_item .sers_first .sers_more p {
    font-size: 15px;
    color: #333;
    line-height: 32px;
}

@media only screen and (max-width: 1024px) {
    .cgr_boder .cg_des {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0;
    }
    .cgr_boder .cg_des .cg_number {
        width: 100%;
        /* height:365px ; */
        padding: 32px 35px;
        margin-bottom: 15px;
    }
    .research_item .res_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .research_item .res_first .res_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .research_item .res_first .res_more p {
        font-size: 15px;
        color: #333;
    }
    .service_item .sers_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .service_item .sers_first .sers_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .service_item .sers_first .sers_more .jc {
        font-size: 1em;
        font-weight: bold;
    }
    .service_item .sers_first .sers_more p {
        font-size: 15px;
        color: #333;
    }
}

@media all and (min-width: 769px)and (max-width: 1023px) {
    .research_item .res_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .research_item .res_first .res_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .research_item .res_first .res_more p {
        font-size: 15px;
        color: #333;
    }
    .service_item .sers_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .service_item .sers_first .sers_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .service_item .sers_first .sers_more .jc {
        font-size: 1em;
        font-weight: bold;
    }
    .service_item .sers_first .sers_more p {
        font-size: 15px;
        color: #333;
    }
}

@media all and (max-width: 768px) {
    .research_item .res_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .research_item .res_first .res_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .research_item .res_first .res_more p {
        font-size: 15px;
        color: #333;
    }
    .service_item .sers_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .service_item .sers_first .sers_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .service_item .sers_first .sers_more .jc {
        font-size: 1em;
        font-weight: bold;
    }
    .service_item .sers_first .sers_more p {
        font-size: 15px;
        color: #333;
    }
}

@media all and (max-width: 480px) {
    .research_item .res_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .research_item .res_first .res_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .research_item .res_first .res_more p {
        font-size: 15px;
        color: #333;
    }
    .service_item .sers_first {
        display: block;
        justify-content: flex-start;
        margin-top: 25px;
    }
    .service_item .sers_first .sers_more {
        width: 100%;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .service_item .sers_first .sers_more .jc {
        font-size: 1em;
        font-weight: bold;
    }
    .service_item .sers_first .sers_more p {
        font-size: 15px;
        color: #333;
    }
}


/* 
.Xi_title_pos {
    position: relative;
    z-index: 10;
}

.Xi_title_pos .Xi_title {
    width: calc(100% - 130px);
    box-shadow: 0 0 2px 1px rgba(73, 45, 171, 0.15);
    position: absolute;
    left: 65px;
    top: -66px;
    height: 100px;
    z-index: 200;
}

.Xi_title_pos .Xi_title .Xi_title_name {
    background: #f1f4fb;
    width: 230px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: #7214b4;
    font-weight: bold;
}

.Xi_title_pos .Xi_title ul {
    width: calc(100% - 230px);
    height: 100px;
}

.Xi_title_pos .Xi_title ul li {
    width: calc(100% / 6);
    padding: 0px 10px;
    text-align: center;
    background: #fff;
    height: 100%;
    line-height: 100px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.Xi_title_pos .Xi_title ul li a {
    color: #333;
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
}

.Xi_title_pos .Xi_title ul li::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 22px;
    width: 1px;
    height: 50px;
    background: #e9e6f5;
}

.Xi_title_pos .Xi_title ul li:hover {
    background: #7214b4;
}

.Xi_title_pos .Xi_title ul li:hover a {
    color: #fff;
}

.Xi_title_pos .Xi_title ul li:hover::after {
    display: none;
} */

.subjuct_lite .subjuct_item {
    border-top: 2px solid #eef2fb;
    background: #fff;
}

.subjuct_lite .subjuct_item .subjuct_boder {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.subjuct_lite .subjuct_item .subjuct_boder .subjuct_content {
    width: calc(100%/2 - 25px);
    height: 195px;
    margin-bottom: 50px;
}

.subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_time {
    font-family: "Philosopher";
    height: 60px;
    padding: 0 40px;
    line-height: 60px;
    font-size: 1em;
    color: #5319ae;
    border-bottom: 1px dashed #dbe2f1;
    border-radius: 0 0 20px 20px;
    background: #f4f6fc url(../../images/kuaiji/setting.png) no-repeat right top;
}

.subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance {
    height: 133px;
    background: #f4f6fc;
    border-radius: 20px 20px 0 0;
    padding: 20px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px 0px #efedf8;
}

.subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
    padding: 20px 35px;
    ;
    background: #fff center center;
    border-radius: 20px 20px 0 0;
}

.subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt a {
    font-size: 1em;
    width: 100%;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    height: 52px;
    font-family: "Philosopher";
}

@media all and (max-width: 1366px) {
    .subjuct_lite .subjuct_item {
        margin: 0px 0px 70px;
        border-top: 2px solid #eef2fb;
    }
    .subjuct_lite .subjuct_item .subjuct_boder {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content {
        width: calc(100%/2 - 25px);
        height: 195px;
        margin-bottom: 50px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_time {
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        font-size: 1em;
        color: #5319ae;
        border-bottom: 1px dashed #dbe2f1;
        border-radius: 0 0 20px 20px;
        background: #f4f6fc url(../../images/kuaiji/setting.png) no-repeat right top;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance {
        height: 133px;
        background: #f4f6fc;
        border-radius: 20px 20px 0 0;
        padding: 20px 10px 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
        padding: 15px 30px;
        ;
        background: #fff center center;
        border-radius: 20px 20px 0 0;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 1024px) {
    .subjuct_lite .subjuct_item {
        margin: 0px 0px 70px;
        border-top: 2px solid #eef2fb;
    }
    .subjuct_lite .subjuct_item .subjuct_boder {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content {
        width: calc(100%/2 - 30px);
        height: auto;
        margin-bottom: 30px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance {
        height: auto;
        border-radius: 20px 20px 0 0;
        padding: 10px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
        padding: 15px;
        margin-bottom: 0;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt a {
        font-size: 1em;
        line-height: 26px;
        height: 52px;
    }
}

@media all and (min-width: 992px)and (max-width: 1023px) {
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
        padding: 15px;
        background: #fff center center;
        border-radius: 20px 20px 0 0;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt a {
        font-size: 1em;
        width: 100%;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
    }
}

@media all and (min-width: 960px) and (max-width: 991px) {
    .subjuct_lite .subjuct_item {
        margin: 0px 0px 70px;
        border-top: 2px solid #eef2fb;
    }
    .subjuct_lite .subjuct_item .subjuct_boder {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content {
        width: calc(100%/2 - 30px);
        height: 195px;
        margin-bottom: 50px;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance {
        height: 133px;
        background: #f4f6fc;
        border-radius: 20px 20px 0 0;
        padding: 20px 10px 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
        padding: 20px 35px;
        ;
        background: #fff center center;
        border-radius: 20px 20px 0 0;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt a {
        font-size: 18px;
        width: 100%;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #333;
    }
}

@media all and (min-width: 761px) and (max-width: 959px) {
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content {
        width: 100%;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
        padding: 15px;
        background: #fff center center;
        border-radius: 20px 20px 0 0;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt a {
        font-size: 1em;
        width: 100%;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
}

@media all and (max-width: 768px) {
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content {
        width: 100%;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt {
        padding: 15px;
        background: #fff center center;
        border-radius: 20px 20px 0 0;
    }
    .subjuct_lite .subjuct_item .subjuct_boder .subjuct_content .subjuct_substance .subjuct_txt a {
        font-size: 1em;
        width: 100%;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
}

.faculty_item {
    padding-top: 75px;
    padding-left: 60px;
}

.faculty_item .faculty_txt {
    font-size: 1em;
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 78px;
    margin-bottom: 50px;
}

.faculty_number .num_one {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.faculty_number .num_one:last-child .num_txt {
    border: 0;
}

.ait {
    border-bottom: 1px solid #dcdcdc;
}

.bit {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.num_txt {
    border-bottom: 1px solid #dcdcdc;
}

.faculty_number .num_one .num_txt {
    width: calc(100%/3 - 26px);
    /* padding-left: 110px;
     padding-bottom:45px ;
     padding-right:90px ;
     padding-top: 80px; */
    padding: 50px 20px 50px 7px;
    position: relative;
}

.faculty_number .num_one .num_txt:nth-child(1)::after,
.faculty_number .num_one .num_txt:nth-child(2)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}

.faculty_number .num_one .num_txt .ming {
    font-size: 1em;
    color: #333;
}

.faculty_number .num_one .num_txt .ber {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 30px;
}

.faculty_number .num_one .num_txt .shu {
    font-size: 70px;
    color: #7c12ac;
    /* margin-top: 45px; */
}

.faculty_number .num_one .num_txt span {
    font-size: 1em;
    color: #7c12ac;
    padding-bottom: 15px;
    /* margin-top: 80px; */
}

@media only screen and (max-width: 1366px) {
    .faculty_item {
        padding-top: 75px;
        padding-left: 60px;
    }
    .faculty_item .faculty_txt {
        font-size: 1em;
        color: #333;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 78px;
    }
    .faculty_number .num_one {
        display: flex;
        justify-content: space-between;
    }
    /* .faculty_number .num_one .num_txt{
       width: calc(100%/3 - 65px);
       padding-left: 20px;
       padding-bottom: 20px;
       padding-right: 0px;
       padding-top: 65px;
      } */
    .faculty_number .num_one .num_txt .ming {
        font-size: 1em;
        color: #333;
    }
    .faculty_number .num_one .num_txt .shu {
        font-size: 70px;
        color: #7c12ac;
        /* margin-top: 45px; */
    }
    .faculty_number .num_one .num_txt .shu span {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .faculty_item {
        padding: 0;
    }
    .faculty_item .faculty_txt {
        font-size: 1em;
        color: #333;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 78px;
    }
    .faculty_number .num_one {
        display: flex;
        justify-content: space-between;
    }
    .faculty_number .num_one .num_txt {
        width: calc(100%/3 - 10px);
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 0px;
        padding-top: 30px;
    }
    .faculty_number .num_one .num_txt .ming {
        font-size: 1em;
        color: #333;
    }
    .faculty_number .num_one .num_txt .shu {
        font-size: 70px;
        color: #7c12ac;
        /* margin-top: 45px; */
    }
    .faculty_number .num_one .num_txt .shu span {
        font-size: 1em;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .faculty_item {
        padding-top: 75px;
        padding-left: 0px;
    }
    .faculty_item .faculty_txt {
        font-size: 1em;
        color: #333;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 78px;
    }
    .faculty_number .num_one {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .faculty_number .num_one .num_txt {
        width: 33%;
        padding: 20px;
        /* padding-left: 20px;
       padding-bottom: 20px;
       padding-right: 0px;
       padding-top: 65px; */
    }
    .faculty_number .num_one .num_txt:nth-child(1)::after,
    .faculty_number .num_one .num_txt:nth-child(2)::after {
        right: 10px;
    }
    .faculty_number .num_one .num_txt .ming {
        font-size: 1em;
        color: #333;
    }
    .faculty_number .num_one .num_txt .shu {
        font-size: 50px;
        color: #7c12ac;
        /* margin-top: 45px; */
    }
    .faculty_number .num_one .num_txt .shu span {
        font-size: 1em;
    }
}

@media all and (max-width: 767px) {
    .faculty_item {
        padding-top: 0px;
        padding-left: 0px;
    }
    .faculty_item .faculty_txt {
        font-size: 1em;
        color: #333;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 78px;
    }
    .faculty_number .num_one {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .faculty_number .num_one .num_txt {
        width: 33%;
        padding: 20px 15px;
        /* padding-left: 20px;
       padding-bottom: 20px;
       padding-right: 0px;
       padding-top: 65px; */
    }
    .faculty_number .num_one .num_txt:nth-child(1)::after,
    .faculty_number .num_one .num_txt:nth-child(2)::after {
        right: 10px;
    }
    .faculty_number .num_one .num_txt .ming {
        font-size: 1em;
        color: #333;
    }
    .faculty_number .num_one .num_txt .shu {
        font-size: 70px;
        color: #7c12ac;
        /* margin-top: 45px; */
    }
    .faculty_number .num_one .num_txt .shu span {
        font-size: 1em;
    }
}

@media all and (max-width: 480px) {
    .faculty_number .num_one .num_txt {
        width: 100%;
    }
    .faculty_number .num_one .num_txt:nth-child(1)::after,
    .faculty_number .num_one .num_txt:nth-child(2)::after {
        background: none
    }
}

.lyr_boders {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lyr_boders .lyr_first {
    width: calc(100%/2 - 30px);
}

.lyr_boders .lyr_first .lyr_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 30px;
    height: 56px;
    background: url(../../images/le.jpg) no-repeat;
    background-size: 100% 100%;
    line-height: 60px;
    color: #fff;
}

.lyr_boders .lyr_first .lyr_des {
    height: 300px;
    padding: 70px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
}

.lyr_des .lyr_desitem {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.lyr_des .lyr_desitem .lyr_left {
    margin: 0 50px;
    font-size: 1.125em;
    color: #5b17a9;
    width: 80px;
    text-align: left;
    box-sizing: border-box;
}

.lyr_des .lyr_desitem .lyr_right {
    margin: 0 50px;
    width: 80px
}

.lyr_des .lyr_desitem .lyr_right p {
    font-size: 1.125em;
    color: #222222;
    line-height: 30px;
}

.lyr_des .lyr_desitem .lyr_right p:hover {
    color: #5b17a9
}

@media all and (max-width: 1366px) {
    .lyr_boders .lyr_first .lyr_des {
        padding: 50px 20px
    }
}

@media all and (max-width: 1080px) {
    .lyr_boders .lyr_first {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 760px) {
    .lyr_boder {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lyr_boder .lyr_first {
        width: 100%;
    }
    .lyr_boder .lyr_first .lyr_title {
        text-align: center;
        font-size: 24px;
        letter-spacing: 30px;
        height: 56px;
        background: url(../../images/leadertitle.png) no-repeat;
        background-size: 100% 100%;
        line-height: 60px;
        color: #fff;
    }
    .lyr_boder .lyr_first .lyr_des {
        height: 250px;
        padding: 45px 55px;
        display: flex;
        justify-content: space-between;
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    }
    .lyr_boder .lyr_first .lyr_des .lyr_left div {
        width: calc(100%2 - 115px);
        font-size: 1.125em;
        color: #5b17a9;
        margin-bottom: 30px;
    }
    .lyr_boder .lyr_first .lyr_des .lyr_right div {
        font-size: 1.125em;
        color: #222222;
        line-height: 26px;
    }
    .lyr_boder .lyr_first .lyr_des .lyr_right .number {
        margin-bottom: 30px;
    }
}

.lyr_boder {
    padding: 30px 0 50px;
}

.lyr_boder .news_item {
    display: flex;
    justify-content: space-between;
    padding: 45px 40px;
    /* border: 1px solid red; */
    border-bottom: 1px dashed #e5e5e5;
    width: 100%;
}

.lyr_boder .news_item:hover {
    background: url(../../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    box-shadow: 0px 10px 25px 0px #e3e3e3;
}

.lyr_boder .news_item .news_left {
    margin-right: 45px;
    font-family: "Philosopher";
    width: 80px;
}

.lyr_boder .news_item .news_left .number {
    font-size: 3em;
    color: #543f9e;
    text-align: center;
}

.lyr_boder .news_item .news_left .news_time {
    font-size: 0.875em;
    color: #543f9e;
    background: url(../../images/kuaiji/related.png) no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.lyr_boder .news_item .news_right {
    width: calc(100% - 135px);
}

.lyr_boder .news_item .news_right .news_title {
    font-size: 1.125em;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #333;
    margin-bottom: 10px;
}

.lyr_boder .news_item .news_right .news_txt {
    font-size: 0.875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    opacity: 0.65;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    .lyr_boders .lyr_first .lyr_des {
        padding: 70px 20px;
    }
    .lyr_des .lyr_desitem .lyr_left {
        margin: 0 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .lyr_boder .news_item .news_right .news_title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 28px;
        max-height: 30px;
    }
    .lyr_boder .news_item .news_right .news_txt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 26px;
        max-height: 52px;
    }
}

@media only screen and (max-width: 1200px) {
    .lyr_boders .lyr_first .lyr_des {
        padding: 70px 20px;
    }
    .lyr_des .lyr_desitem .lyr_left {
        margin: 0 20px;
    }
}

@media all and (max-width: 1024px) {
    .lyr_boder {
        padding: 0 0 30px 0;
    }
    .lyr_boder .news_item {
        display: flex;
        justify-content: space-between;
        padding: 25px 15px;
        /* border: 1px solid red; */
        border-bottom: 1px dashed #e5e5e5;
    }
    .lyr_boder .news_item:hover {
        background: url(../../images/kuaiji/related_one.png)no-repeat;
        background-size: 100% 100%;
        width: 100%;
        box-shadow: 0px 10px 25px 0px #e3e3e3;
    }
    .lyr_boder .news_item .news_left {
        margin-right: 25px;
    }
    .lyr_boder .news_item .news_left .number {
        font-size: 2.6em;
    }
    .lyr_boder .news_item .news_left .news_time {
        height: 24px;
        line-height: 24px;
    }
    .lyr_boder .news_item .news_right {
        width: calc(100% - 105px);
    }
    .lyr_boder .news_item .news_right .news_title {
        font-size: 1.125em;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .lyr_boder .news_item .news_left {
        margin-right: 25px;
    }
    .lyr_boder .news_item .news_right .news_title {
        font-size: 1.125em;
        color: #333;
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .lyr_boder .news_item .news_right .news_txt {
        font-size: 0.92em;
    }
}

@media all and (max-width: 480px) {
    .lyr_des .lyr_desitem .lyr_left {
        font-size: 1.3em;
    }
    .lyr_des .lyr_desitem .lyr_right p {
        font-size: 1.25em;
    }
    .lyr_boder .news_item .news_left {
        margin-right: 25px;
        width: 60px;
    }
    .lyr_boder .news_item .news_left .number {
        font-size: 2.1em;
        color: #543f9e;
    }
    .lyr_boder .news_item .news_left .news_time {
        font-size: 0.85em;
        width: 60px;
        height: 20px;
        line-height: 20px;
    }
    .lyr_boder .news_item .news_right {
        width: calc(100% - 85px);
    }
}

.opinion_header {
    background: url(../../images/kuaiji/opinion_banner.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
}

.opinion_header:hover .opin_pic .tion_setting2 img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.opinion_header:hover .opin_txt .opin_title,
.opinion_header:hover .xq a {
    color: #d7bf69;
}

.opin_pic {
    position: relative;
    width: 57%;
    height: 265px;
    overflow: hidden;
}

.opin_pic .tion_setting2 {
    /* position: relative; */
    width: 100%;
    height: 100%;
}

.opin_pic .tion_setting2 img {
    width: 100%;
    height: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.opin_pic .tion_setting1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
}

.opin_pic .tion_setting3 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    height: 100%;
}

.opin_txt {
    width: 43%;
    text-align: left;
    padding: 40px 40px 20px 0;
}

.opin_txt .opin_time {
    font-size: 1em;
    color: #d7bf69;
    font-family: 'Philosopher';
    margin-bottom: 20px;
}

.opin_txt .opin_title {
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.opin_txt p {
    font-size: 0.875em;
    color: #deddf1;
    /* margin-bottom: 20px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 84px;
    line-height: 26px;
    margin-bottom: 10px;
}

.xq {
    position: relative;
    text-align: right;
}

.xq a {
    color: #fff;
    margin-left: 50px;
    padding-bottom: 0px;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.xq img {
    position: absolute;
    top: 5px;
    right: -25px;
    margin-left: -10px;
}

.opn_boder .opinion_sender {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.opn_boder .opinion_sender .opinion_pic {
    width: 318px;
    height: 207px;
    overflow: hidden;
}

.opn_boder .opinion_sender .opinion_pic img {
    width: 318px;
    height: 207px;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.opn_boder .opinion_sender .opinion_boder {
    width: calc(100% - 358px);
    padding-top: 10px;
}

.opn_boder .opinion_sender .opinion_boder .opinion_title {
    font-size: 1.125em;
    color: #333;
    margin-bottom: 25px;
    transition: all .8s;
    -webkit-transition: all .8s;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.opn_boder .opinion_sender .opinion_boder .opinion_txt {
    font-size: 0.875em;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3px;
    overflow: hidden;
    max-height: 72px;
    opacity: 0.7;
    margin-bottom: 30px;
}

.opn_boder .opinion_sender .opinion_boder .opinion_time {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.opn_boder .opinion_sender .opinion_boder .opinion_time .opn_time {
    font-size: 0.875em;
    color: #5319ae;
}

.opn_boder .opinion_sender .opinion_boder .opinion_time .opn_txt {
    position: relative;
    top: 5px;
    left: -30px;
}

.opn_boder .opinion_sender .opinion_boder .opinion_time .opn_txt a {
    font-size: 0.875em;
    color: #5f25b4;
}

.opn_boder .opinion_sender .opinion_boder .opinion_time .opn_txt img {
    position: absolute;
    top: 5px;
    right: -25px;
    margin-left: -10px;
}

.opn_boder .opinion_sender:hover .opinion_pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.opn_boder .opinion_sender:hover .opinion_boder .opinion_title {
    color: #5f25b4;
}

.opn_boder .opinion_sender:hover .opinion_boder .opinion_time .opn_time {
    color: #999;
    transition: all .8s;
    -webkit-transition: all .8s;
}

@media all and (max-width: 1366px) {
    .opin_pic {
        position: relative;
        width: 500px;
        height: auto;
        overflow: hidden;
    }
    .opin_txt {
        width: calc(100% - 500px);
        text-align: left;
        padding: 50px 40px 30px 0;
    }
    .opin_txt p {
        -webkit-line-clamp: 3;
        height: 72px;
    }
}

@media all and (max-width: 1080px) {
    .opn_boder .opinion_sender .opinion_pic {
        width: 260px;
        height: 169px;
        overflow: hidden;
    }
    .opn_boder .opinion_sender .opinion_pic img {
        width: 260px;
        height: 169px;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_title,
    .opn_boder .opinion_sender .opinion_boder .opinion_txt {
        margin-bottom: 15px;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_time {
        padding-top: 10px;
    }
    .opn_boder .opinion_sender .opinion_boder {
        width: calc(100% - 300px);
    }
    .opinion_header {
        background: url(../../images/kuaiji/opinion_banner.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .opin_pic {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        width: 100%;
    }
    .opin_txt {
        width: 100%;
        text-align: center;
        padding-top: 0px;
        font-size: 1em;
        color: #deddf1;
        display: flex;
        flex-flow: column;
        padding: 20px 0 20px;
    }
    .opin_txt .opin_time {
        font-size: 0.875em;
        color: #d7bf69;
        padding-top: 10px;
        margin-bottom: 10px;
        order: 2;
    }
    .opin_txt .opin_title {
        font-size: 1.25em;
        color: #fff;
        margin-bottom: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        order: 1;
    }
    .opin_txt p {
        font-size: 1em;
        color: #deddf1;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 24px;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 72px;
        order: 3;
    }
    .xq {
        text-align: center;
        position: static;
        color: #fff;
        order: 4;
        padding-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .xq img {
        position: static;
        margin-left: 5px;
    }
}

@media all and (max-width: 480px) {
    .opinion_header {
        background: url(../../images/kuaiji/opinion_banner.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .opin_pic {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .opin_pic .tion_setting2 {
        /* position: relative; */
        width: 100%;
        height: 100%;
    }
    .opin_pic .tion_setting1 {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        height: 100%;
    }
    .opin_pic .tion_setting3 {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        height: 100%;
    }
    .opin_txt {
        width: 100%;
        text-align: center;
        padding-top: 0px;
        font-size: 0.875em;
        color: #deddf1;
    }
    .opn_boder .opinion_sender {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .opn_boder .opinion_sender .opinion_pic {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .opn_boder .opinion_sender .opinion_pic img {
        width: 90%;
        height: 207px;
        margin: 0 auto;
    }
    .opn_boder .opinion_sender .opinion_boder {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_title {
        font-size: 1.125em;
        color: #333;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_txt {
        font-size: 0.875em;
        color: #333;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3px;
        overflow: hidden;
        max-height: 72px;
        opacity: 0.7;
        margin-bottom: 30px;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_time {
        display: flex;
        justify-content: space-between;
        padding-top: 16px;
        border-top: 1px solid #eee;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_time .opn_time {
        font-size: 1em;
        color: #5319ae;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_time .opn_txt {
        position: relative;
        top: 5px;
        left: -30px;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_time .opn_txt a {
        font-size: 0.875em;
        color: #5f25b4;
    }
    .opn_boder .opinion_sender .opinion_boder .opinion_time .opn_txt img {
        position: absolute;
        top: 5px;
        right: -25px;
        margin-left: -10px;
    }
}