@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./inner_header.css";
@import "./footer.css";

.aboutMenu {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutMenu a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 70px;
}

.aboutMenu a.cut {
    color: #000;
}

.aboutWarp .banner {
    background: url(/public/ekdweb/assets/about/about.jpg) no-repeat center bottom;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aboutWarp .banner h4 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.aboutWarp .banner p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
}

.aboutWarp .content {
    padding: 70px 0;
    width: 1200px;
    margin: 0 auto;
}

.aboutWarp .content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
}

.aboutWarp .content p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-bottom: 30px;
}

.headerWpper h1.logo {
    background: none;
}

.head .menu h1 img {
    display: block;
}






/* history */
.aboutMenu {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutMenu a.cut {
    color: #000;
}

.historyWarp .top {
    padding-top: 69px;
}

.historyWarp .top .histMenu {
    text-align: center;
    margin-bottom: 20px;
}

.historyWarp .top .histMenu li {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 30px;
    display: inline-block;
    cursor: pointer;
}

.historyWarp .top .histMenu li.cut {
    color: #000;
    cursor: inherit;
}

.historyWarp .cont .histTitle {
    font-size: 140px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.historyWarp .cont .hfont {
    padding: 60px 0;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.historyWarp .timeline {
    background: url(../assets/about/icon.png) repeat-x left top;
    padding-top: 50px;
    margin: 70px 0;
}

.historyWarp .timeline ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.historyWarp .timeline ul li {
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    cursor: pointer;
}

.historyWarp .timeline ul li.cut::after {
    animation: shang 1s linear infinite;
    -webkit-animation: shang 1s linear infinite;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    top: -5px;
    left: 45px;
}

@keyframes shang {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -3px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.kvSwiper {
    width: 905px;
    margin: 0 auto;
}

.swiper-pagination {
    padding: 20px 0;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: inherit;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}


.historyTabWrap {
    display: none;
}

.historyTabWrap.cut {
    display: block;
}

.historyTabWrap .cont {
    width: 100%;
    overflow: hidden;
}





/* 荣誉与奖项 */

.honorWarp {
    padding: 10px 0 50px 0;
}

.honorWarp ul {
    margin: 0 -7px;
    overflow: hidden;
}

.honorWarp li {
    width: 228px;
    padding: 30px 7px;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
}

.honorWarp li .pic {
    width: 229px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.honorWarp li .text {
    opacity: 0.5;
    font-size: 14px;
    text-align: center;
    color: #000000;
    word-wrap: break-word;
    /*强制换行*/
    display: -webkit-box;
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*隐藏后添加省略号*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 43px;
}



.laboratoryWrap img,
.strengthWrap img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    max-width: 100%;
    display: block;
    margin: 20px 0;
}







/* W2W品牌内刊 */
.video_player .video_close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
    width: 69px;
}

.video_player .video_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95) !important;
    background: #000;
    filter: alpha(opacity=95);
    z-index: 1000;
}

.video_player .video_content {
    width: 980px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -490px;
    z-index: 1100;
}

.w2wContent .banner {
    min-width: 1200px;
    max-height: 618px;
    display: flex;
}

.w2wContent .banner .left {
    width: 1144px;
}

.w2wContent .banner .right {
    width: 776px;
}

.w2wContent .banner .item {
    overflow: hidden;
    position: relative;
}

.w2wContent .banner .item img {
    min-height: 100%;
}

.w2wContent .banner .item img {
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.w2wContent .banner .item:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.w2wContent .banner .item .title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 20px;
}

.w2wContent .banner .item .title p {
    font-size: 12px;
}

.w2wContent .editCont {
    padding: 60px 0;
}

.w2wContent .editCont h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}

.w2wContent .editCont .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.w2wContent .editCont .list li {
    width: 288px;
    margin: 7.5px;
    float: left;
    background: #f4f4f4;
}

.w2wContent .editCont .list li .pic {
    width: 100%;
    height: 184px;
    overflow: hidden;
}

.w2wContent .editCont .list li .pic img {
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.w2wContent .editCont .list li .pic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.w2wContent .editCont .list li .cont {
    padding: 26px;
}

.w2wContent .editCont .list li .cont h5 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
    margin-bottom: 15px;
}

.w2wContent .editCont .list li .cont .textBox {
    height: 92px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.w2wContent .editCont .list li .cont .tagList {
    padding-bottom: 15px;
}

.w2wContent .editCont .list li .cont .tagList span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 120%;
    padding: 2px 10px;
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
}

.w2wContent .editCont .list li .cont .flexCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    line-height: 24px;
}

.w2wContent .editCont .list li .cont .flexCont .views .iconfont {
    margin-right: 5px;
    vertical-align: middle;
}

.w2wContent .editCont .more {
    width: 199px;
    height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 71px;
    display: block;
    margin: 20px auto;
}

.w2wContent .videoCont {
    padding: 60px 0;
}

.w2wContent .videoCont h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}

.w2wContent .videoCont .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.w2wContent .videoCont .list li {
    width: 33.3%;
    padding: 15px 7.5px;
    box-sizing: border-box;
    float: left;
}

.w2wContent .videoCont .list li .pic {
    width: 100%;
    height: 174px;
    position: relative;
    overflow: hidden;
}

.w2wContent .videoCont .list li .pic .player {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/public/ekdweb/assets/about/player.png) no-repeat center center;
}

.w2wContent .videoCont .list li .pic .times {
    position: absolute;
    bottom: 22px;
    right: 22px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
}

.w2wContent .videoCont .list li .cont {
    padding: 10px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
}

.w2wContent .videoCont .list li:nth-of-type(1),
.w2wContent .videoCont .list li:nth-of-type(2) {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.w2wContent .videoCont .list li:nth-of-type(1) .pic,
.w2wContent .videoCont .list li:nth-of-type(2) .pic {
    height: 259px;
}

.w2wContent .videoCont .more {
    width: 199px;
    height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 71px;
    display: block;
    margin: 20px auto;
}

.video_player {
    display: none;
}





/* w2wDetail */
.news-warp {
    /*class*/
    /*detail*/
}

.news-warp .newsBanner {
    min-width: 1200px;
    max-height: 618px;
    display: flex;
}

.news-warp .newsBanner .left {
    width: 1144px;
}

.news-warp .newsBanner .right {
    width: 776px;
}

.news-warp .newsBanner .item {
    position: relative;
}

.news-warp .newsBanner .item .title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 43px 60px;
}

.news-warp .hotBox {
    padding: 63px 0 96px 0;
    background: #eee;
}

.news-warp .hotBox h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.news-warp .hotBox .listbox {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-warp .hotBox .listbox li {
    width: 326px;
    float: left;
    margin-bottom: 14px;
}

.news-warp .hotBox .listbox li .pic {
    width: 100%;
}

.news-warp .hotBox .listbox li .cbox {
    width: 100%;
    height: 220px;
    padding: 25px;
    position: relative;
    background: #fff;
}

.news-warp .hotBox .listbox li .cbox h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.news-warp .hotBox .listbox li .cbox .tag {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    bottom: 25px;
    left: 25px;
}

.news-warp .hotBox .listbox li.style2 {
    width: 519px;
}

.news-warp .hotBox .listbox li.style2 .colItem {
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
}

.news-warp .hotBox .listbox li.style2 .colItem:last-child {
    margin: 0;
}

.news-warp .hotBox .listbox li.style2 .colItem .pic {
    width: 50%;
    height: 218px;
    float: left;
}

.news-warp .hotBox .listbox li.style2 .colItem .cbox {
    width: 50%;
    height: 218px;
    float: left;
}

.news-warp .hotBox .listbox li.routine {
    width: 229px;
    height: 360px;
}

.news-warp .kvBox {
    background: url(~/assets/life/kv-img01.jpg) no-repeat center center;
    width: 100%;
    height: 689px;
    padding: 60px 0;
}

.news-warp .kvBox h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.news-warp .kvBox .content {
    margin-top: 208px;
    text-align: center;
}

.news-warp .kvBox .content h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.news-warp .kvBox .content p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.news-warp .newsBox {
    background: #eee;
    overflow: hidden;
    padding: 65px 0;
}

.news-warp .newsBox h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.news-warp .newsBox .articleNav {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.news-warp .newsBox .articleNav a {
    background: #d2d2d2;
    border-radius: 16px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    line-height: 31px;
    display: block;
    float: left;
    margin-right: 15px;
}

.news-warp .newsBox .articleNav a.cut {
    background: #fff;
    color: #000;
}

.news-warp .newsBox .newsList {
    overflow: hidden;
    margin: 0 -7.5px;
}

.news-warp .newsBox .newsList li {
    width: 288px;
    margin: 7.5px;
    float: left;
}

.news-warp .newsBox .newsList li .pic {
    height: 163px;
}

.news-warp .newsBox .newsList li .pic img {
    width: 100%;
}

.news-warp .newsBox .newsList li .cont {
    position: relative;
    padding: 25px;
    background-color: #fff;
    height: 199px;
}

.news-warp .newsBox .newsList li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.news-warp .newsBox .newsList li .cont p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    height: 75px;
}

.news-warp .newsBox .newsList li .cont .taglist {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.news-warp .newsBox .viewMore {
    width: 199px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 70px auto 20px auto;
}

.news-warp .bannerClass {
    width: 100%;
    height: 618px;
}

.news-warp .bannerClass .swiper {
    height: 100%;
}

.news-warp .bannerClass .item {
    background: url(~/assets/life/swiper.png) no-repeat center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-warp .bannerClass .item h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-top: 284px;
}

.news-warp .bannerClass .item p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.news-warp .life-top {
    width: 100%;
    height: 500px;
    position: relative;
}

.news-warp .life-top .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.news-warp .life-top .contentBox {
    position: absolute;
    width: 1200px;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    z-index: 5;
}

.news-warp .life-top h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.news-warp .life-top p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.news-warp .life-top .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 40px 0;
}

.news-warp .life-top .info .head {
    width: 54px;
    height: 54px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 14px;
    border-radius: 100%;
    overflow: hidden;
}

.news-warp .life-top .info .name {
    line-height: 54px;
    float: left;
    display: block;
}

.news-warp .life-recom {
    background-color: #eee;
    padding: 68px 0;
}

.news-warp .life-recom h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
}

.news-warp .life-recom .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.news-warp .life-recom .list li {
    margin: 0 7.5px;
    margin-bottom: 14px;
    width: 390px;
    height: 168px;
    float: left;
}

.news-warp .life-recom .list li .pic {
    width: 149px;
    float: left;
}

.news-warp .life-recom .list li .cont {
    position: relative;
    background: #fff;
    width: 241px;
    float: left;
    padding: 25px 20px;
    height: 168px;
}

.news-warp .life-recom .list li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.news-warp .life-recom .list li .cont p {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.news-warp .life-recom .list li .cont .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.news-warp .life-recom .list li .cont .bottom .time {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.news-warp .life-recom .list li .cont .bottom .views {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.news-warp .life-content {
    padding: 70px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.news-warp .life-content img {
    vertical-align: top;
    width: 100%;
    height: auto;
}





/* 往期周刊 */
.w2wContent .banner {
    min-width: 1200px;
    max-height: 618px;
    display: flex;
}

.w2wContent .banner .left {
    width: 1144px;
}

.w2wContent .banner .right {
    width: 776px;
}

.w2wContent .banner .item {
    position: relative;
}

.w2wContent .banner .item .title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 43px 60px;
}

.w2wContent .editCont {
    padding: 60px 0;
}

.w2wContent .editCont h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}

.w2wContent .editCont .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.w2wContent .editCont .list li {
    width: 288px;
    margin: 7.5px;
    float: left;
    background: #f4f4f4;
}

.w2wContent .editCont .list li .pic {
    width: 100%;
    height: 184px;
}

.w2wContent .editCont .list li .cont {
    padding: 26px;
}

.w2wContent .editCont .list li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
    margin-bottom: 15px;
}

.w2wContent .editCont .list li .cont .textBox {
    height: 92px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.w2wContent .editCont .list li .cont .tagList {
    padding-bottom: 15px;
}

.w2wContent .editCont .list li .cont .tagList span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 120%;
    padding: 2px 10px;
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
}

.w2wContent .editCont .list li .cont .flexCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    line-height: 24px;
}

.w2wContent .editCont .list li .cont .flexCont .views .iconfont {
    margin-right: 5px;
    vertical-align: middle;
}

.w2wContent .editCont .more {
    width: 199px;
    height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 71px;
    display: block;
    margin: 60px auto;
}

.w2wContent .videoCont {
    padding: 60px 0;
}

.w2wContent .videoCont h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}

.w2wContent .videoCont .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.w2wContent .videoCont .list li {
    width: 33.3%;
    padding: 15px 7.5px;
    box-sizing: border-box;
    float: left;
}

.w2wContent .videoCont .list li .pic {
    width: 100%;
    position: relative;
}

.w2wContent .videoCont .list li .pic .player {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/public/ekdweb/assets/about/player.png) no-repeat center center;
}

.w2wContent .videoCont .list li .pic .times {
    position: absolute;
    bottom: 22px;
    right: 22px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
}

.w2wContent .videoCont .list li .cont {
    padding: 10px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
}

.w2wContent .videoCont .list li:nth-of-type(1),
.w2wContent .videoCont .list li:nth-of-type(2) {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.w2wContent .videoCont .more {
    width: 199px;
    height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 71px;
    display: block;
    margin: 60px auto;
}

.w2wList {
    padding: 70px 0;
}

.w2wList h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.w2wList .list {
    overflow: hidden;
}

.w2wList .list li {
    display: table;
    padding: 50px 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.w2wList .list li .pic {
    width: 340px;
    float: left;
}

.w2wList .list li .cont {
    width: 860px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    padding: 33px;
    float: left;
}

.w2wList .list li .cont .title {
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    margin-bottom: 25px;
}

.w2wList .list li .cont .des {
    height: 212px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.w2wList .list li .cont .copyrights {
    padding: 20px 0 0 0;
    line-height: 30px;
    position: relative;
}

.w2wList .more {
    width: 199px;
    height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 70px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}

.w2wList .life-top {
    background: url(~/assets/life/detail_banner.png) no-repeat center center;
    width: 100%;
    height: 618px;
}

.w2wList .life-top h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-top: 364px;
}

.w2wList .life-top p {
    width: 517px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.w2wList .life-top .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-top: 70px;
}

.w2wList .life-top .info .head {
    width: 54px;
    height: 54px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 14px;
}

.w2wList .life-top .info .name {
    line-height: 54px;
    float: left;
    display: block;
}

.w2wList .life-recom {
    background-color: #eee;
    padding: 68px 0;
}

.w2wList .life-recom h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
}

.w2wList .life-recom .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.w2wList .life-recom .list li {
    margin: 0 7.5px;
    margin-bottom: 14px;
    width: 390px;
    height: 168px;
    float: left;
}

.w2wList .life-recom .list li .pic {
    width: 149px;
    float: left;
}

.w2wList .life-recom .list li .cont {
    position: relative;
    background: #fff;
    width: 241px;
    float: left;
    padding: 25px 20px;
    height: 168px;
}

.w2wList .life-recom .list li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.w2wList .life-recom .list li .cont p {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.w2wList .life-recom .list li .cont .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.w2wList .life-recom .list li .cont .bottom .time {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.w2wList .life-recom .list li .cont .bottom .views {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.w2wList .life-content {
    padding: 70px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.w2wList .list li .cont p{
    color: rgba(0, 0, 0, 0.5);
}

.w2wList .list li:last-child{
    border: none;
}