@charset "UTF-8";

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

.aboutMenu {
    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;
}





/* index */
.news-warp .newsBanner {
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
}

.news-warp .newsBanner .left {
    width: 60%;
    height: 100%;
    float: left;
}

.news-warp .newsBanner .left .item {
    height: 100%;
}

.news-warp .newsBanner .left .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;
}

.news-warp .newsBanner .left .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);
}

.news-warp .newsBanner .left img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

.news-warp .newsBanner .right {
    width: 40%;
    height: 100%;
    float: left;
}

.news-warp .newsBanner .right .item {
    height: 50%;
}

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

.news-warp .newsBanner .item .title {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 15px;
}

.news-warp .newsBanner .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;
}

.news-warp .newsBanner .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);
}

.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;
    overflow: hidden;
}

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

.news-warp .newsBox .newsList 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;
}

.news-warp .newsBox .newsList 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);
}

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

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

.news-warp .newsBox .newsList li .cont p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.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 {
    /*background: url(../assets/life/detail_banner.png) no-repeat center center;*/
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin:0 auto;
    max-height: 618px;
    overflow: hidden;
}

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

.news-warp .life-top p {
    width: 517px;
    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-top: 70px;
}

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

.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;
}

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






/* media */
.top .videoBox {
    width: 100%;
    background: #f5f5f5;
    position: relative;
}

.top h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding: 35px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.video-warp {
    padding-top: 0;
}

.video-warp .content {
    padding: 50px 0;
}

.video-warp .content .menu {
    font-size: 12px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

.video-warp .content .menu a {
    display: inline-block;
    padding: 0 17px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 15px;
    position: relative;
}

.video-warp .content .menu a.cut {
    color: #5e87e3;
}

.video-warp .content .menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #c7c7c7;
}

.video-warp .content .menu a.all {
    position: relative;
}

.video-warp .content .menu a.all:before {
    display: none;
}

.video-warp .content .menu a.all .iconfont {
    display: none;
}

.video-warp .content .list {
    display: none;
    margin: 0 -7px;
    width: 100%;
}

.video-warp .content .list.cut {
    display: table;
}


.video-warp .content .list li {
    float: left;
    width: 176px;
    height: 167px;
    /*border-bottom:1px solid rgba(0,0,0,0.1);*/
    margin: 0 6px;
}

.video-warp .content .list li .pic {
    height: 100px;
    position: relative;
    overflow: hidden;
}

.video-warp .content .list li h4 {
    padding: 5px 0;
    font-size: 100%;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
}

.playing-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.playing-icon::after {
    content: '';
    width: 39px;
    height: 39px;
    background: url(../assets/news/playing.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}







/* images */
.img-warp .SectionBox {
    padding-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0, 0, 0, 0.14);
}

.img-warp .SectionBox .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .1rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 5;
    border-bottom: .01rem solid #d4d4d4;
    border-radius: .08rem .08rem 0 0;
    background: #f3f3f3;
    background: linear-gradient(#fbfbfb, #ececec);
    font-size: .2rem;
    padding: 0 10px 0 30px;
}

.img-warp .SectionBox .top .left {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Geometos";
}

.img-warp .SectionBox .top .right {
    height: 41px;
    line-height: 41px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 38px 0 19px;
    position: relative;
}

.img-warp .SectionBox .top .right .iconfont {
    position: absolute;
    width: 15px;
    right: 14px;
    top: 0px;
}

.img-warp .SectionBox .list {
    display: table;
    margin: 0 -7px;
}

.img-warp .SectionBox .list li {
    width: 274px;
    height: 189px;
    float: left;
    margin: 7px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.img-warp .SectionBox .list li img {
    max-width: 100%;
    max-height: 100%;
}






/* activity */
.activityBox {
    background: #fff;
    overflow: hidden;
    padding: 65px 0;
}

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

.activityBox .articleNav {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.activityBox .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;
}

.activityBox .articleNav a.cut {
    background: #fff;
    color: #000;
}

.activityBox .newsList {
    overflow: hidden;
    margin: 0 -7.5px;
}

.activityBox .newsList li {
    width: 288px;
    margin: 7.5px;
    float: left;
}

.activityBox .newsList li .pic {
    height: 404px;
    position: relative;
}

.activityBox .newsList li .pic img {
    width: 100%;
}

.activityBox .newsList li .pic .tag {
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    color: #000;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.activityBox .newsList li .cont {
    position: relative;
    padding: 25px;
    background-color: #fff;
    height: 147px;
}

.activityBox .newsList li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activityBox .newsList li .cont p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    height: 35px;
    overflow: hidden;
    text-align: center;
}

.activityBox .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);
}

.viewMore {
    display: block;
    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;
    border: 1px solid rgba(0, 0, 0, 0.1);
}







/* poster */

.poster-warp {
    display: table;
    padding: 70px 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

ul li {
    list-style: none;
}

.masonry {
    color: #333;
    text-align: center;
    font-size: 20px;
}

.masonry ul {
    box-sizing: border-box;
    background-color: #fff;
}

.masonry ul li.item {
    width: 288px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}

.masonry ul li.item .cont {
    display: none;
}

.masonry ul li.item:hover .cont {
    display: block;
}

.masonry ul li.item img {
    width: 100%;
    display: block;
    height: auto;
}

.masonry ul li.item span {
    line-height: 2;
    margin-left: 10px;
}

.masonry ul li.item .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.5);
}

.masonry ul li.item .cont .top {
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.masonry ul li.item .cont .bot {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.masonry ul li.item .cont .bot .title {
    padding: 0 14px;
    display: block;
    background: #fff;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
    max-width: 200px;
}

.masonry ul li.item .cont .bot .download {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
}

.masonry ul li.item .cont .bot .download .iconfont {
    color: #000;
}



#posterGrid:after {
    content: '';
    display: block;
    clear: both;
  }








  