.about-banner-2 .container-custom {
    height: 100%;
}

.about-banner-2 .content-box h2 {
    margin: 20px 0;
}

.about-banner-2 .content-box ul {
    overflow: hidden;
}

.about-banner-2 .content-box ul li {
    margin: 5px 0;
}

.about-banner-2 .content-box ul li .iconfont {
    margin-bottom: 8px;
    display: block;
    color: #fff;
    font-size: 36px;
}

.about-banner-2 .content-box ul li h4 {
    font-size: 1em;
    line-height: 2.375em;
    margin: 0;
    font-weight: bold;
    color: #fff;
}

.about-banner-2 .content-box ul li p {
    font-size: 0.875em;
    line-height: 1.5em;
    color: #fff;
}

.yanfashili .tmhfont {
    font-size: 30px;
}

.yanfashili .title {
    color: #2b8bef;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.yanfazhongxin .title {
    color: #2b8bef;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.tactic .itembox a:nth-child(odd) {

    /* padding-top: 70px; */
}

.csd-updates .info,
.tactic .info {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 15px 20px;
    color: #fff;
    z-index: 5;
    left: 0;
    width: 100%;

}

.tactic.content-box .panel-img-box img {
    height: auto;
}

.tactic .info {
    background: rgba(0, 0, 0, 0.4);
}

.tactic .itembox{
    text-align: center;
}
.tactic .itembox a{
    width: 19%;
    overflow: hidden;
    display: inline-table;
}

@media(min-width:768px) {
    .tactic .info {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .tactic .tactic-img-box {
        overflow: hidden;
    }

    .tactic .tactic-img-box:hover .info {
        padding-bottom: 60px;
    }

    .tactic .info .read-more {
        position: absolute;
        bottom: -30px;
        visibility: hidden;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .tactic .tactic-img-box:hover .info .read-more {
        bottom: 15px;
        visibility: visible;
    }
}

.csd-updates .info .title,
.tactic .info .title {
    margin: 5px 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
}

.csd-updates .info p,
.tactic-img-box .info p {
    color: #fff;
    font-size: 0.875em;
}

.content-box .left-img-box .panel-img-box,
.content-box .right-img-box .panel-img-box,
.content-box .right-img-box-12 .panel-img-box,
.tactic .panel-img-box {
    position: unset;
    display: block;
}

.tactic-img-box {
    position: relative;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

.tactic-img-box .panel-img-box {
    margin-bottom: 0;
}

.tactic .row a:nth-child(odd) .col-md-3 {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .tactic .row a:nth-child(odd) .col-md-3 {
        margin-top: 0;
    }

    .tactic .row {
        /* letter-spacing: -0.32em; */
        margin-left: -10px;
        margin-right: -10px;
    }

    .tactic .row a .col-md-3 {
        float: none;
        letter-spacing: normal;
    }

    .tactic .row a {
        margin-bottom: 0px;
        display: inline-block;
        /* letter-spacing: -0.32em; */
        width: 50%;
        vertical-align: top;
    }

    .tactic .row a .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tactic .panel-img-box .mask {
        opacity: 1;
    }

    .tactic-img-box {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .tactic {
        margin-bottom: 35px;
    }

    .tactic .row a:nth-child(2) {
        margin-top: 0px;
    }

    .tactic .row a:nth-child(3) {
        margin-top: 0px;
    }

    .tactic-img-box .panel-img-box {
        position: relative;
    }

    .tactic-img-box .panel-img-box::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

    .tactic .info {
        background: none;
        padding: 15px 10px;
    }
}

@media (min-width: 992px) {
    .about-banner-2 {
        overflow: hidden;
    }

    .about-banner-2 .content-box h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 70px;
    }

    .about-banner-2 .content-box ul li {
        color: #fff;
    }

    .about-banner-2 .content-box ul li .iconfont {
        margin-bottom: 28px;
        font-size: 48px;
    }

    .about-banner-2 .content-box ul li p {
        padding: 0 20px;
    }
}

.about-win h2 {
    margin-bottom: 10px;
}

.about-win .subtitle {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.about-win ul {
    margin-top: 20px;
}

.about-win ul li {
    margin-bottom: 30px;
}

.about-win ul li h3 {
    margin: 15px 0 !important;
}

.about-win ul li img {
    width: 100%;
}

.about-win ul li .text {
    text-align: left;
}

@media (min-width: 992px) {

    /*.about-win h2 {
        float: right !important;
        text-align: right;
    }
    .about-win h2:after {
        right: 0;
        left: auto;
        margin-left: 0;
    }
    .about-win .subtitle {
        text-align: right;
        padding-left: 15%;
    }
    .about-win .read-more {
        float: right;
        margin-top: 15px;
    }*/
    .about-win ul {
        margin-top: 115px;
    }

    .about-win ul li.i-left {
        margin-top: -160px;
    }

    .about-win ul li .text h3 {
        margin: 20px 0 !important;
    }

    .about-win ul li .text p {
        text-align: left;
        font-size: 1em;
        line-height: 1.95em;
        color: #666;
    }
}

@media(max-width:991px) {
    .about-win .subtitle {
        text-align: center;
        float: none !important;
    }
}

.about-timeline {
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.about-timeline .content-box {
    position: relative;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.about-timeline .about-timeline-year {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 25px;
    overflow: hidden;
}

.about-timeline .about-timeline-year:before,
.about-timeline .about-timeline-year:after {
    position: absolute;
    font-size: 20px;
    top: 7px;
}

.about-timeline .about-timeline-year:before {
    font-family: 'iconfont' !important;
    content: '\e744';
    left: 5px;
}

.about-timeline .about-timeline-year:after {
    font-family: 'iconfont' !important;
    content: '\e743';
    right: 5px;
}

.about-timeline .about-timeline-year ul {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    /*// IE 10+*/
    overflow: -moz-scrollbars-none;
    /*// Firefox*/
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.about-timeline .about-timeline-year ul li {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

.about-timeline .about-timeline-year ul li a {
    float: left;
    border-top: 2px solid transparent;
    line-height: 37px;
}

.about-timeline .about-timeline-year ul li a.active {
    border-top: 2px solid #c7000b;
    font-size: 18px;
    color: #c7000b;
}

.about-timeline .year-content {
    text-align: left;
    overflow: hidden;
}

.about-timeline .year-content ul {
    overflow: hidden;
}

.about-timeline .year-content ul li {
    float: left;
    margin-bottom: 25px;
}

.about-timeline .year-content h4 {
    font-size: 5em;
    color: #5a5858;
    height: 80px;
    line-height: 80px;
    margin-bottom: 36px;
    text-align: left;
}

.about-timeline .year-content .overtext {
    height: 400px;
    overflow: hidden;
    margin-bottom: 1em;
}

.about-timeline .year-content p {
    font-size: 14px;
    line-height: 24px;
    color: #5a5858;
    position: relative;
}

.about-timeline .year-content p span {
    display: block;
    margin: 12px 0;
}

.about-timeline .year-content .overtext.active {
    height: auto;
}

@media (min-width: 992px) {
    .about-timeline .content-box {
        padding: 0;
    }

    .about-timeline .content-box h2 {
        position: absolute;
        top: 250px;
        left: 0;
    }

    .about-timeline .content-box h2:after {
        left: 0;
        margin-left: 0;
    }

    .about-timeline .about-timeline-year {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border: none;
        border-right: 2px solid #e9e9e9;
        padding: 0;
        padding-top: 100px;
        width: auto;
        margin: 0;
    }

    .about-timeline .about-timeline-year:after,
    .about-timeline .about-timeline-year:before {
        content: '';
    }

    .about-timeline .about-timeline-year ul {
        margin: 0;
    }

    .about-timeline .about-timeline-year ul li {
        margin: 18px 0;
        display: block;
    }

    .about-timeline .about-timeline-year ul li a {
        height: 40px;
        line-height: 40px;
        opacity: 0.35;
        font-size: 0.75em;
        display: inline-block;
        text-decoration: none;
        border-right: 2px solid transparent;
        width: 76px;
    }

    .about-timeline .about-timeline-year ul li a.active,
    .about-timeline .about-timeline-year ul li a:hover {
        color: #c7000b;
        font-size: 1em;
        border-right: 2px solid #c7000b;
        opacity: 1;
        border-top: none;
    }

    .about-timeline .year-content {
        padding: 130px 0;
        padding-left: 228px;
        height: 768px;
    }

    .about-timeline .year-content ul {
        width: 100%;
        padding-right: 70px;
    }

    .about-timeline .year-content ul li {
        opacity: 0.1;
        width: auto;
        display: block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        width: 100%;
    }

    .about-timeline .year-content ul li.active {
        opacity: 1;
    }

    .about-timeline .year-content ul li .overtext {
        height: 410px;
        overflow: hidden;
        position: relative;
    }

    .about-timeline .year-content ul li p {
        font-size: 16px;
        line-height: 32px;
    }

    .about-timeline .year-content ul li .overtext::before {
        content: "";
        left: 0;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 90%);
        z-index: 9;
    }

    .about-timeline .year-content ul li .overtext.no-masking::before,
    .about-timeline .year-content ul li .overtext.active::before {
        display: none;
    }
}

@media (max-width:991px) {
    .about-timeline .year-content h4 {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-timeline .year-content ul li .overtext::before {
        content: "";
        left: 0;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 90%);
        z-index: 9;
    }

    .about-timeline .year-content ul li .overtext.no-masking::before,
    .about-timeline .year-content ul li .overtext.active::before {
        display: none;
    }

    .about-timeline .year-content .overtext {
        position: relative;
    }
}

.about-quality {
    position: relative;
}

.about-quality.content-box h2 {
    text-align: center;
    float: none;
    margin-bottom: 25px;
    width: 100%;
}

.about-quality.content-box h2:after {
    left: 50%;
    margin-left: -15%;
}

.about-quality.content-box a:hover {
    text-decoration: underline;
}

.about-quality.content-box p {
    padding: 0;
    text-align: justify;
    margin: 0 0 20px 0;
    width: 100%;
}

.about-quality img {
    float: right;
}

.about-quality ul {
    width: 100%;
    float: left;
    padding-left: 18px;
}

.about-quality ul li {
    list-style: disc;
    text-align: left;
    color: #666;
    margin: 9px 0;
    font-size: 1em;
    line-height: 1.875em;
}

@media (min-width: 992px) {
    .about-quality.content-box h2 {
        float: left;
        text-align: left;
    }

    .about-quality.content-box h2:after {
        left: 0;
        margin-left: 0;
    }

    .about-quality.content-box p {
        margin: 9px 0 9px 0;
    }
}

@media (max-width: 992px) {
    h4.big-size {
        font-size: 2em;
    }

    .font-note {
        padding: 0;
    }

    li .font-note {
        height: auto;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .content-box .numbers ul li {
        width: 50% !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .numbers .font-note {
        height: 92px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    about-quality table {
        width: 100% !important;
    }
}

@media (max-width:360px) {
    .content-box .numbers ul li {
        width: 100% !important;
    }
}

.content-title-left-r .r-c-text p {
    margin-bottom: 20px;
}

.content-title-left-r img {
    margin-top: 50px;
    margin-bottom: 70px;
    display: block;
}

@media (max-width: 992px) {
    .content-title-left-r .r-c-text p {
        margin-bottom: 10px;
    }

    .content-title-left-r img {
        margin-top: 25px;
        margin-bottom: 35px;
    }
}

.show-text.active {
    height: auto;
}

.btn-loadmore {
    margin-top: 0;
}

.btn-loadmore.active {
    display: none;
}

.btn-loadmore.active .iconfont {
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (min-width: 992px) {
    .about-timeline-year {
        overflow: visible !important;
    }

    .about-timeline-year ul {
        height: 580px;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .about-timeline .year-content .overtext {
        height: 300px;
    }
}

/*# sourceMappingURL=./about.css.map */



/*about list css*/


body .ahout-list-box:nth-child(2n) {
    background: #fafafa;
    padding: 60px 0;
    margin-bottom: 70px;
}

body .ahout-list-box:nth-child(2n) .content-title-left {
    margin-bottom: 0 !important;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li {
    text-align: left;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li a {
    display: block;
    padding: 16px 25px;
    border: 1px solid #ccc;
    margin: 10px 0;
    color: #666;
    font-size: 1em;
    line-height: 1.4em;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li a em {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2px;
    color: #838383;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li a:hover {
    border-color: #c7000b;
    color: #c7000b;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li a:hover em {
    color: #c7000b;
}

@media(min-width:991px) and (max-width:1500px) {
    .ahout-list-box .content-title-left .content-title-left-r .r-c-text {
        margin-left: 0;
    }
}

@media(max-width:991px) {
    body .ahout-list-box:nth-child(2n) {
        padding: 35px 0 25px 0 !important;
        margin-bottom: 35px !important;
    }
}

.safety-notice {
    text-align: center;
}

.safety-notice>p {
    margin-bottom: 70px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .safety-notice>p {
        margin-bottom: 35px;
        width: 100%;
    }
}

.safety-notice .col-md-6:nth-child(1) {
    margin-bottom: 15px;
}

.safety-notice .text-box {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
}

.safety-notice .text-box h3,
.safety-notice .text-box p {
    color: #fff;
}

.safety-notice .text-box p {
    padding: 0 10%;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .safety-notice .col-md-6:nth-child(1) {
        margin-bottom: 0;
    }
}

.safety-all-notice {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.safety-all-notice .container-custom {
    position: relative;
}

@media (min-width: 992px) {
    .safety-all-notice {
        padding: 80px 0;
    }

    .safety-all-notice .container-custom {
        padding-left: 320px;
    }

    .safety-all-notice .title-left {
        position: absolute;
        width: 300px;
        left: 15px;
    }

    .safety-all-notice .title-left .read-more {
        float: left;
    }
}

.safety-psiri a {
    display: block;
    margin-bottom: 15px;
}

.safety-psiri h3 {
    margin: 10px 0;
}

.safety-psiri .iconfont {
    font-size: 80px;
    color: #797979;
}

.safety-psiri p {
    font-size: 0.875em;
    color: #999;
    padding: 0 5%;
}

@media (min-width: 992px) {
    .safety-psiri a {
        margin: 0;
    }

    .safety-psiri a:hover .iconfont {
        color: #c7000b;
    }
}

@media (max-width: 767px) {
    safety-notice .text-box .vertical-middle-sm p {
        display: none;
    }
}

/*tech-podcast page css b*/
.tech-podcast [class*="col-"]>ul li {
    text-align: left;
    background-color: #f8f8f8;
    display: inline-block;
    margin-top: 30px;
    padding: 15px;
}

.tech-podcast [class*="col-"]>ul li:hover {
    background-color: #f2f2f2;
}

.tech-podcast [class*="col-"]>ul script+li {
    margin-top: 0px;
}

.tech-podcast [class*="col-"]>ul li a {
    /* letter-spacing: -0.32em; */
}

.tech-podcast [class*="col-"]>ul li a>div {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.tech-podcast ul li a>div.album-cover {
    width: 25%;
}

.tech-podcast ul li a>div.album-content {
    width: 75%;
    padding-left: 15px;
}

.tech-podcast ul li a .album-time {
    font-size: 0.875em;
    color: #666666;
}

.tech-podcast ul li a .album-time span {
    margin-left: 20px;
    margin-right: 10px;
}

.tech-podcast ul li a p {
    font-size: 0.875em;
    line-height: 1.95em;
}

.tech-podcast ul li a>div.album-content h3[class*="js-text-dot"] {
    max-height: 80px;
    overflow: hidden;
}

.tech-podcast ul li a>div.album-content p[class*="js-text-dot"] {
    max-height: 92px;
    overflow: hidden;
}

@media (max-width:991px) {
    .tech-podcast ul li a>div.album-content p[class*="js-text-dot"] {
        max-height: 70px;
    }

    .tech-podcast ul li a>div.album-content h3[class*="js-text-dot"] {
        max-height: 70px;
    }
}

.tech-podcast .links {
    text-align: left;
    background-color: #f8f8f8;
    padding: 30px;
}

.tech-podcast .links h4,
.tech-podcast .fllow-the-podcast h4 {
    margin-bottom: 30px;
}

.tech-podcast .fllow-the-podcast h3 {
    margin-bottom: 17px;
}

.tech-podcast .links p {
    font-size: 0.875em;
    line-height: 1.95em;
}

.tech-podcast .fllow-the-podcast {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
}

.tech-podcast .fllow-the-podcast ul li {
    background-color: unset;
    display: list-item;
    margin-bottom: 15px;
    color: #666666;
    font-size: 0.875em;
}

.tech-podcast .fllow-the-podcast ul li a {
    color: #666666;
}

.tech-podcast .fllow-the-podcast ul li a:hover span {
    color: #c7000b;
}

.tech-podcast .fllow-the-podcast ul li a img {
    max-width: 30px;
}

@media (max-width:991px) {
    .tech-podcast .col-md-8 {
        margin-bottom: 30px;
    }
}

@media (max-width:450px) {
    .tech-podcast ul li a>div.album-cover {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .tech-podcast ul li a>div.album-cover img {
        margin: 0 auto;
    }

    .tech-podcast ul li a>div.album-content {
        width: 100%;
        padding: 0;
    }
}

.page-list-box .page-list .linkto .input-box {
    margin-left: 20px;
}

/*tech-podcast page css e*/


.aobut_cloud>div {
    width: 20%;
    float: left;
}

.aobut_cloud p {
    padding-right: 20px;
}

.aobut_cloud .tmhfont {
    font-size: 26px;
    margin-right: 6px;
}

/*  */
.ablist-03swiper {
    position: relative;
}

.ablist-03swiper:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    top: 240px;
    background: #eeeeee;
}

.ablist-03swiper .items {
    width: 23%;
    margin-right: 2.6%;
}

.ablist-03swiper .items:last-child {
    margin-right: 0;
}


.ab-list-03 {
    padding-top: 2.1rem;
    padding-bottom: 2.65rem;
}

.ab-list-03 .ab-tits {
    margin-bottom: 1.75rem;
}

.ab-list-03 .items {
    text-align: center;
}

.ab-list-03 .items .tits {
    line-height: 50px;
    height: 50px;

}

.ab-list-03 .items .txts {
    line-height: 30px;
    height: 90px;
    overflow: auto;
    color: #666666;
    padding: 0 .85rem;
    margin-top: 40px;
    margin-bottom: 60px;
}

.ab-list-03 .items .imgs {
    overflow: hidden;
}

.ab-list-03 .items .imgs img {
    transition: .5s ease-in-out;
}

.ab-list-03 .items .line {
    height: 1px;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
/* 
.ab-list-03 .items .line:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 15px;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    background: #003f98;
}
 */

/* wenhua */

.culture {
    padding-bottom: 1.75rem;
    padding-top: 3.5rem;
  }
  
  @keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .culture-top .txts {
    max-width: 37em;
    margin: 0 auto;
    color: #666666;
    line-height: 2;
  }
  .culture-top .imgs {
    width: 34rem;
    height: 34rem;
    margin: auto;
    margin-top: 1.75rem;
    margin-bottom: 2.75rem;
    animation: circle linear 20s infinite;
  }
  .culture-top .line {
    height: 5px;
    width: 1.25rem;
    margin: 0 auto;
    background: #003f98;
    margin-top: 1.1rem;
    margin-bottom: .85rem;
  }
  .culture-top .joinstits span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .culture-top .joinstits span:before, .culture-top .joinstits span:after {
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    top: 0;
    position: absolute;
  }
  .culture-top .joinstits span:after {
    right: 0;
    background: url(./jright.png) no-repeat center;
    background-size: 100%;
  }
  .culture-top .joinstits span:before {
    left: 0;
    background: url(./jleft.png) no-repeat center;
    background-size: 100%;
  }
  
  .culture-bot .list {
    margin-top: 2.3rem;
    font-size: 0;
  }
  .culture-bot .list .items {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 1rem;
    background: #f3f9fe;
    font-size: 0;
    height: 10rem;
    line-height: 10rem;
  }
  .culture-bot .list .items .tmhfont{
    font-size: 24px;
  }
  .culture-bot .list .items .it-imgs, .culture-bot .list .items .it-words {
    display: inline-block;
    vertical-align: middle;
  }
  .culture-bot .list .items .span {
    line-height: 1.25;
  }
  .culture-bot .list .items .it-imgs {
    width: 48%;
    padding-left: 10rem;
    position: relative;
    line-height: 1.25;
  }
  .culture-bot .list .items .it-imgs .imgs {
    left: 8.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .culture-bot .list .items .imgs {
    position: absolute;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
  }
  .culture-bot .list .items .imgs .i1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .culture-bot .list .items .it-words {
    width: 52%;
    color: #555555;
    line-height: 1.7;
    padding-right: 8rem;
  }
  .culture-bot .list .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .culture-bot .list .items:hover{
    background: #2b8bef;
    color: #fff;
  }
  .culture-bot .list .items:hover p {
    color: #fff;

  }

  .care-list .list .items {
    font-size: 0;
    color: #999999;
  }
  .care-list .list .items .tits {
    line-height: 1.35;
    height: 1.35em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #222222;
  }
  .care-list .list .items .txts {
    line-height: 2;
    height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #666666;
    margin-top: 1rem;
    margin-bottom: 1.375rem;
  }
  .care-list .list .items .time {
    line-height: 1;
  }
  .care-list .list .items .imgs, .care-list .list .items .words {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }
  .care-list .list .items .imgs {
    width: 340px;
  }
  .care-list .list .items .words {
    padding-left: 80px;
    width: calc(100% - 350px);
    padding-top: .55rem;
  }


  .yanfashili  .col-md-3:hover{
    background: #f3f9fe;

  }

  .yanfashili  .col-md-3:hover .title{

  }