@charset "UTF-8";

.home-p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-p > button {
    width: 120px;
    height: 40px;

}@charset "UTF-8";

.ncm-hb {
    height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ncm-hb-slider-list {
    position: absolute;
    top: 0; left: 0;
    width: 100vw;
    height: inherit;
    background-color: rgba(0, 0, 0, .04);
    z-index: 2;
}
.ncm-hb-slider-list:not(.active) {
    display: none;
    z-index: 4;
}
.ncm-hb-more {
    position: absolute;
    display: inline-block;
    bottom: 76px;
    left: calc(50vw - 82px);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, .16);
    background: linear-gradient(0deg, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .24);
    box-sizing: border-box;
    padding: 8px 49px;
    margin: 0 auto;
}
.ncm-hb-slider-list img {
    position: absolute;
    height: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@supports (object-fit: cover) {
    .ncm-hb-slider-list img {
        width: 100%;
        object-fit: cover;
    }
}
.ncm-hb-point-list {
    position: absolute;
    bottom: 40px;
    right: calc(50vw - 56px);
}
.ncm-hb-point-li {
    display: inline-block;
    position: relative;
    width: 28px; height: 12px;
    text-align: center;
    z-index: 10;
}
.ncm-hb-point-li::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    opacity: .5;
    transition: opacity .2s;
}
.ncm-hb-point-li.active::before {
    opacity: 1;
}
.ncm-home-about-awards, .ncm-home-news {
    background-color: #F4F4F4;
    background: linear-gradient(#F4F4F4, #FAFAFA);
    /*box-shadow: inset 0px -4px 16px rgba(0, 0, 0, .04);*/
}
.ncm-home-about-awards .ncm-container {
    padding: 56px 12px;
    margin: auto;
}
.ncm-home-news .ncm-container {
    padding: 56px 12px;
    margin: auto;
}
.ncm-home-about {
    width: 677px;
}
.ncm-home-about .ncm-p-txt {
    margin: 24px 0;
}
.ncm-home-about-link {
    opacity: .5;
    position: relative;
    transition: opacity .3s;
}
.ncm-home-about-link::before {
    content: "→";
    position: absolute;
    left: 72px; top: 2px;
    transition: left .3s;
}
.ncm-home-about-link:hover {
    opacity: 1;
}
.ncm-home-about-link:hover::before {
    left: 76px;
}
.ncm-home-about-awards .ncm-p-txt,
.ncm-home-works .ncm-p-txt,
.ncm-home-new-li .ncm-p-small-txt,
.ncm-home-market .ncm-p-small-txt {
    font-weight: 300;
}
/* 首页-荣誉 */
.ncm-home-awards {
    width: 375px;
    float: right;
}
.ncm-ha-ul {
    margin: 24px 0;
}
.ncm-ha-txt {
    font-size: 16px;
    line-height: 29px;
    color: #76777F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ncm-home-works {
    margin: 48px 12px 56px;
}
.ncm-home-works .ncm-p-txt {
    margin-top: 8px;
}
.ncm-home-works .ncm-small-title {
    margin: 24px 0;
}
.ncm-home-works-list .ncm-works-setion {
    overflow-x: auto;
    white-space: nowrap;
}
.ncm-home-works-list .ncm-works-setion .ncm-works-item {
    width: calc(20% - 19.2px);
    margin-bottom: 0;
}
.ncm-home-works-list .ncm-works-setion .ncm-works-item:nth-of-type(n) {
    margin-right: 24px;
}
.ncm-home-works-list .ncm-works-setion .ncm-works-item:nth-of-type(5n) {
    margin-right: 0;
}
.ncm-home-works-list img {
    position: absolute;
    top: 0;
    width: 100%; height: auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.ncm-home-works-list img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ncm-home-new-list {
    margin-top: 24px;
    font-size: 0;
}
.ncm-home-new-li {
    margin-right: 24px;
    display: inline-block;
    width: calc(33.34% - 16.41px);
    background-color: #fff;
    vertical-align: top;
    height: 338px;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(66,72,102,0.1);
    transition: box-shadow .3s;
}
.ncm-home-new-li:hover {
    box-shadow: 0 10px 30px rgba(96, 110, 128, .24);
}
.ncm-home-new-li:nth-child(3n) {
    margin-right: 0;
}
.ncm-home-new-li .ncm-new-img {
    height: 178px;
}
.ncm-home-new-li .ncm-new-img img {
    height: 100%; width: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, .04);
}
.ncm-home-new-li .ncm-new-txt {
    margin: 0 16px 35px;
}
.ncm-home-new-li .ncm-second-title {
    margin-top: 16px;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ncm-home-new-li .ncm-p-small-txt {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ncm-home-market-cooperation {
    margin: 56px 12px;
}
.ncm-home-market-cooperation .ncm-link-txt,
.ncm-home-news .ncm-link-txt {
    margin-top: 8px;
}
.ncm-home-market {
    margin-top: 24px;
    font-size: 0;
}
.ncm-home-market-li {
    display: inline-block;
    width: calc(50% - 45px);
    padding: 16px;
    margin-bottom: 24px;
    margin-right: 20px;
    background-color: rgba(216, 216, 216, .3);
    border-radius: 2px;
    overflow: hidden;
}
.ncm-home-market-li:nth-child(2n) {
    margin-right: 0;
}
.ncm-market-img {
    width: 86px; height: 126px;
    object-fit: cover;
}
.ncm-market-txt {
    display: inline-block;
    position: relative;
    width: calc(100% - 102px); height: 126px;
    margin-left: 16px;
}
.ncm-market-txt .ncm-second-title {
    margin-bottom: 8px;
}
.ncm-market-txt .ncm-p-partners {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.ncm-market-txt a {
    position: absolute;
    bottom: 0;
}
.ncm-cpt-li {
    font-size: 0;
    width: calc(14.28% - 13.72px);
    margin-top: 32px; margin-right: 16px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.ncm-cpt-li:nth-of-type(7n) {
    margin-right: 0;
}
.ncm-cooperation-ul .ncm-svg-gray {
    width: 0; height: 0;
}
.ncm-home-cooperation-logo {
    padding-top: 43.1767%;
    position: relative;
}
.ncm-logo-gray,
.ncm-logo-color {
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
}
/* IE9兼容 ncm-logo-gray为原图，ncm-logo-color灰色处理 */
.ncm-logo-gray {
    visibility: visible;
}
.ncm-logo-color {
    visibility: visible;
    width: 176px; height: 76px;
    filter: gray; /* IE9兼容 */
}
.ncm-logo-gray .ncm-cpt-logo {
    width: 100%; height: 100%;
}
/* :hover > .ncm-logo-gray {
    visibility: visible;
} */
:hover > .ncm-logo-color {
    visibility: hidden;
}
/* IE10+使用svg实现灰度效果 */
.ncm-logo-gray,
.any-cl:valid {
    visibility: visible;
}
.ncm-logo-color,
.any-cl:valid {
    visibility: hidden;
}
:hover > .ncm-logo-gray,
.any-cl:valid {
    visibility: hidden;
}
:hover > .ncm-logo-color,
.any-cl:valid {
    visibility: visible;
}
/* 非IE 使用grayscale */
@supports (filter: grayscale(1)) {
    .ncm-logo-gray {
        display: none;
    }
    .ncm-logo-color {
        width: 100%; height: 100%;
        visibility: visible;
        filter: grayscale(1);
        transition: filter .2s;
    }
    :hover > .ncm-logo-color {
        filter: grayscale(0);
    }
}
@media screen and (min-width: 1200px){
    .ncm-home-about-awards .ncm-container {
        max-width: 1180px;
        padding: 56px 0;
    }
    .ncm-home-news .ncm-container {
        max-width: 1180px;
        padding: 56px 0;
    }
    
    .ncm-home-works {
        max-width: 1180px;
        margin: 48px auto 56px;
    }
    
    .ncm-home-market-cooperation {
        max-width: 1180px;
        margin: 56px auto;
    }
}
@media screen and (min-width: 1700px) {
    .ncm-hb {
        height: 40vw;
    }
}
@media screen and (max-width: 768px) {
    
    .ncm-home-awards {
        display: none;
    }
    .ncm-constr {
        padding-top: 60px;
    }
    .ncm-home-about-awards .ncm-container,
    .ncm-home-news .ncm-container {
        padding: 32px 24px;
    }
    .ncm-home-about {
        width: auto;
    }
    .ncm-hb {
        height: 240px;
    }
    .ncm-hb-slider-list img {
        height: 240px;
    }
    .ncm-hb-more {
        bottom: 24px;
    }
    .ncm-hb-point-list {
        display: none;
    }
    .ncm-home-works, .ncm-home-market-cooperation {
        margin: 32px 24px;
    }
    /* .ncm-home-works-list a {
        margin-right: 6px;
    } */
    .ncm-home-new-slider {
        width: 876px;
        overflow-x: scroll;
        white-space: nowrap
    }
    .ncm-home-new-list {
        overflow-x: auto;
        white-space: nowrap
    }
    .ncm-home-new-li {
        width: 240px;
        min-height: 338px;
        margin-bottom: 2px;
    }
    .ncm-home-new-li .ncm-second-title {
        /* -webkit-line-clamp: 2;
        white-space: normal; */
    }
    .ncm-home-new-li .ncm-p-small-txt {
        white-space: normal;
    }
    .ncm-home-market-li {
        display: block;
        width: auto;
        margin-right: 0;
    }
    .ncm-home-market-li:nth-child(3) {
        display: none;
    }
    .ncm-home-market-li:nth-child(4) {
        display: none;
    }
    .ncm-market-txt {
        width: calc(100% - 102px);
    }
    .ncm-home-cooperation {
        display: none;
    }
    .ncm-home-market .ncm-p-small-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ncm-home-works-list .ncm-works-setion .ncm-works-item {
        width: 134px;
        margin-bottom: 0;
    }
    .ncm-home-works-list .ncm-works-setion .ncm-works-item:nth-of-type(n) {
        margin-right: 12px;
    }
    .ncm-home-works-list .ncm-works-setion .ncm-works-item:nth-of-type(5n) {
        margin-right: 0;
    }
     
}@charset "UTF-8";
/**
 *
 * @page2.css
 * @author shinea
 * @create 19-7-30
 * @description 关于页面
**/
/* @font-face {
    font-family: "SYSTMM";
	src: url("https://webfontsource.yuewen.com/api/v1/yfont/font.css?base64=0&font=SYSTMM&text=%E4%B8%AD%E4%B8%BD%E4%B9%90%E4%BA%8E%E4%BD%9C%E5%85%A8%E5%85%B3%E5%87%BA%E5%89%A7%E5%93%81%E5%A8%B1%E5%BD%B1%E5%BF%83%E6%83%85%E6%96%B0%E6%9F%A5%E7%94%B5%E7%9C%8B%E7%BB%9C%E7%BD%91%E8%8D%A3%E8%90%A5%E8%A7%86%E8%AA%89%E8%AF%A6%E9%83%A8%E9%94%80%E9%97%BB%E9%A1%B5%E9%A6%96");
    font-style: normal;
    font-weight: normal;
} */
.ncm-font {
    font-family: "SYSTMM", "Microsoft YaHei";
}
.ncm-about, .ncm-collections, .ncm-funmarket {
    padding: 56px 0;
}
.ncm-news, .ncm-single-new {
    padding-top: 56px;
    /* display: table; */
}
.ncm-search {
    padding: 56px;
}
.ncm-single-work {
    padding: 56px 0 0;
}
.ncm-tabs {
    text-align: right;
}
.ncm-tabs .ncm-tsd-a {
    display: block;
    /* text-align: center; */
    /* margin-bottom: 32px; */
    padding: 16px 0;
    padding-right: 30%;
}
.ncm-tabs .ncm-tsd-a::before {
    display: inline-block;
    margin-right: 9px;
    content: '';
    width: 8px; height: 8px;
    border-radius: 100%;
    background-color: #E3007F;
    opacity: 0;
    vertical-align: 3px;
}
.ncm-tabs .ncm-tsd-a.active::before {
   opacity: 1;
}
/* 关于新丽 */
.ncm-about-img {
    height: 400px;
    background: url("https://imgservices-1252317822.image.myqcloud.com/image/20201013/2ejm29giag.jpg") no-repeat center;
    background-size: cover;
}
.ncm-about .ncm-main-title {
    margin: 40px 0 24px;
}
.ncm-about ul li.ncm-small-title {
    margin-bottom: 20px;
    font-weight: 300;
    color: #727171;
}
.ncm-about ul li.ncm-small-title.ncm-about-honor {
    line-height: 26px;
    margin-bottom: 40px;
}
.ncm-about ul li.ncm-small-title strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    word-break: break-word;
    color: #727171;
}
.ncm-about ul li.ncm-small-title:last-of-type {
    margin-bottom: 0;
}
.ncm-about .ncm-about-desc .ncm-small-title {
    color: #727173;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 26px;
}
.ncm-about .ncm-about-desc .ncm-small-title:last-of-type {
    margin-bottom: 0;
}
.ncm-about-job {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
}
.ncm-about-job .ncm-icon {
    margin-left: 8px;
    color: #8E8E92;
    display: inline-block;
}
.ncm-about-job a::before {
    content: "查看";
}
.ncm-about-job > p {
    padding-top: 24px;
}
.ncm-about-job.active .ncm-icon {
    transform: rotate(180deg);
}
.ncm-about-job.active a::before {
    content: "收起";
}
/* .ncm-about-job a.active span {
    display: inline-block;
    transform: rotate(180deg);
} */
.ncm-jobs-list li {
    border-top: 1px solid #F0F0F0;
    padding-bottom: 24px;
}
.ncm-jobs-list li:first-of-type {
    border-top: none;
    /* padding-top: 0; */
}
.ncm-about-jobinfo .ncm-small-title {
    margin: 24px 0 12px;
}
.ncm-about .ncm-mini-title {
    color: #727173;
}
.ncm-honor-summary {
    margin-bottom: 40px;
}
.ncm-honor-ul li {
    margin-top: 20px;
}
.ncm-hnr-txt {
    font-size: 16px;
    line-height: 26px;
    color: #727171;
    font-weight: 300;
}
.ncm-hnr-str {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
.ncm-about-jobinfo .ncm-p-second-txt {
    font-weight: 300;
}
.ncm-about-address-img {
    margin-top: 24px;
    width: 876px; height: 649px;
    background: url(../images/map.png) no-repeat center;
    background-size: 100%;
}
.ncm-about-contact .ncm-small-title {
    margin-bottom: 8px;
    color: #727171;
}
.ncm-about-contact .ncm-about-contact-li {
    margin-top: 20px;
}
.ncm-about-contact-li .ncm-form-txt {
    color: #727171;
    line-height: 26px;
}
/* 娱乐营销 */
.ncm-funmarket .ncm-partners {
    font-size: 0;
}
.ncm-funmarket .ncm-partner-list {
    border-top: 1px solid #F0F0F0;
    padding: 32px 0 16px;
}
.ncm-funmarket .ncm-partner-list:first-of-type {
    border: none;
    padding-top: 0;
}
.ncm-funmarket .ncm-partner-list .ncm-partner-li {
    display: inline-block;
    border: 1px solid #E8E8E8;
    text-align: center;
    overflow-x: hidden;
}
.ncm-funmarket .ncm-partner-list .ncm-partner-li:nth-of-type( n ){
    margin: 0 12px 16px 0;
}
.ncm-funmarket .ncm-partner-list .ncm-partner-li:nth-of-type( 5n ){
    margin-right: 0;
}
.ncm-funmarket .ncm-partner-li {
    width: calc(20% - 11.6px);
}
.ncm-funmarket .ncm-partner-li img {
    width: 100%; height: 100%;
}
.ncm-case-simple {
    margin-top: 40px;
    font-size: 0;
}
.ncm-case-simple img {
    width: 72px; height: 100px;
}
.ncm-case-simple li {
    display: inline-block;
    font-size: 0;
}
.ncm-case-simple a {
    display: inline-block;
    margin-right: 24px;
    opacity: .4;
}
.ncm-case-simple a:hover {
    box-shadow: 0 8px 16px rgba(96, 110, 128, .24);
    transition: box-shadow .3s;
    opacity: 1;
}
.ncm-case-simple a.active {
    opacity: 1;
    transition: opacity .3s;
    border-radius: 4px;
}
.ncm-case-pic-list {
    overflow: hidden;
    margin: 56px auto;
}
.ncm-case-pic-list .ncm-case-li {
    margin-right: -60px;
}
.ncmc-txt {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 16px;
}
.ncm-case-img {
    width: 275px;
    /* height: auto; */
    height: 384px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.ncm-case-img img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.ncm-case-content {
    margin-left: 300px;
    min-height: 380px;
    position: relative;
}
.ncm-case-content .ncm-main-title {
    margin-bottom: 16px;
}
.ncm-case-content .ncm-small-title {
    margin-bottom: 16px;
    font-weight: 400;
}
.ncm-case-partying p[type='actors'] span:not(.ncm-font)::after {
    content: '、';
}
.ncm-case-partying p[type='actors'] span:not(.ncm-font):last-child::after {
    content: '';
}
.ncm-case-content span[type="tag"] {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #727171;
    padding-right: 32px;
    width: 52px;
}
.ncm-case-content span {
    display: table-cell;
    color: #727171;
    text-align: justify;
}
.ncm-case-content .ncm-cp-actors {
    display: table-cell;
    font-style: normal;
}
.ncm-cp-actors span {
    display: inline;
}
.ncm-case-li-abstract {
    margin-top: 24px;
    margin-left: 104px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #727171;
}
.ncm-market-partner .ncm-link-txt {
    margin-bottom: 16px;
}
/* 作品详情页 */
.ncm-single-work .ncm-case-li {
    margin-bottom: 56px;
}
.ncm-wt-all {
    display: none;
}
.ncm-wt-all.active {
    display: block;
}
.ncm-wtai-ul {
    display: none;
    max-height: 188px;
    overflow-y: auto;
    padding-right: 30%;
}
.active > .ncm-wtai-ul {
    display: block;
}
.ncm-wtai-li {
    
}
.ncm-wtai-title {
    padding: 6px 30% 6px 0;
    /* padding-right: 30%; */
    color: #595757;
    display: block;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    /* box-shadow: inset 0 -1px 0 #F0F0F0; */
}
.ncm-wtai-title::after {
    content: "▾";
    position: absolute;
    top: 7px;
    right: 22%;
}
.active > ::after {
    transform: rotate(180deg);
}
.ncm-wtai-a {
    display: block;
    color: #727171;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0;
}
.ncm-wtai-a.active {
    color: #E3007F;
}
.ncm-drama-implant {
    background-color: #fff;
    border-radius: 2px;
    width: 395px; height: 128px;
    margin: 0 60px 24px 0;
    display: block;
    float: left;
}
.ncm-market-partner .ncm-bg-gray-content {
    padding-bottom: 32px;
}
.ncm-drama-implant div {
    display: inline-block;
}
.ncm-market-partner li .ncm-drama-implant:nth-of-type(2n) {
    margin-right: 0;
}
.ncm-implant-logo img {
    height: 128px;
    width: inherit;
}
.ncm-drama-implant .ncm-implant-logo {
    width: 160px;
}
.ncm-drama-implant .ncm-implant-pic {
    width: 235px;
}
.ncm-implant-pic img {
    width: inherit; height: 128px;
}
@supports (object-fit: cover) {
    .ncm-implant-logo img {
        width: inherit;
        object-fit: cover;
    }
    .ncm-implant-pic img {
        width: inherit; height: 128px;
        object-fit: cover;
    }
}
.ncm-bg-gray {
    background-color: #FAFAFA;
    /*background: linear-gradient(#FAFAFA, #F4F4F4);*/
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, .08);
}
.ncm-bg-gray-content .ncm-news-ohter-list {
    /* margin-left: 312px; */
    margin-left: 0;
    padding: 56px 0;
}
.ncm-bg-gray-content .ncm-case-list {
    /* margin-left: 312px; */
    margin-left: 26%;
    padding: 56px 0 32px;
    overflow: hidden;
}
.ncm-works .ncm-small-title {
    margin-bottom: 24px;
}
.ncm-works .ncm-pagination {
    /* margin-top: 27px; */
    margin-bottom: 19px;
    text-align: center;
}
.ncm-works-ohter .ncm-link-txt {
    font-weight: bold;
}
.ncm-works-ohter .ncm-work-posts {
    margin: 16px -24px 16px 0;
}
.ncm-works-ohter .ncm-work-video {
    margin: 16px 0 16px;
}
.ncm-works-ohter .ncm-news-list {
    margin: 16px 12px 32px 0;
}
.ncm-works-ohter .ncm-wrok-actor {
    margin-top: 16px;
    margin-right: 12px;
}
.ncm-single-work .ncm-works-ohter {
    padding-top: 56px;
}
.ncm-work-posts li, .ncm-work-video li, .ncm-wrok-actor li {
    display: inline-block;
}
.ncm-work-posts li {
    width:19.2%;
    margin:0 1% 0 0;
    margin-bottom: 1%;
}
.ncm-work-posts li:nth-child(5n) {margin-right: 0;}
.ncm-work-posts li img{width: 100%;}
.ncm-wrok-actor li {
    width: calc(20% - 19.2px);
    height: auto;
    margin-right: 24px;
}
.ncm-works-ohter .ncm-work-video {
    margin: 16px auto 32px;
}
.ncm-work-video li {
    width: 24%; height: 108px; 
    margin-right: 24px;
    margin-bottom: 16px;
}
/* .ncm-work-posts li:last-of-type, */
.ncm-wrok-actor li:last-of-type {
    margin-right: 0;
}
.ncm-work-posts img {
    min-width: 100%;
    height: 150px;
    object-fit: cover;
}
.ncm-wrok-actor img, .ncm-work-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ncm-wrok-actor img {
    border-radius: 50%;
}
.ncm-news-list {
    margin: 16px 12px 8px 0;
}
.ncm-news-list li {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(50% - 15px);
    margin-right: 24px;
}
.ncm-news-list li.dn {
    display: none;
}
.ncm-news-list li:nth-child(2n) {
    margin-right: 0;
}
/* 作品 */
.ncm-works-li {
    /* margin: 32px 0; */
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F0F0F0;
}
.ncm-works-li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: -24px;
    border: none;
}
.ncm-collections-work .ncm-works-ohter {
    /* margin-left: 312px; */
    margin-left: 26%;
    padding: 56px 0;
}
#ncmWorksFilmPage a{
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 16px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    color:#8E8E92;
    /* text-decoration:underline; */
}
#ncmWorksFilmPage a.active {
    color:#000000;
    border-radius: 2px;
    background-color: #FAFAFA;
    box-shadow: 0 -0.05px 0 0 rgba(0, 0, 0, .04) inset;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, .04) inset;
}
#ncmWorksFilmPage a:hover{
    color:#E3007F;
    /* text-decoration:underline; */
}
.ncm-works-film, .ncm-works-drama, .ncm-works-webdrama {
    /* margin-right: -24px; */
    /* margin-bottom: -20px; */
}
.ncm-works-setion .ncm-works-item {
    display: inline-block;
    width: calc(25% - 18px);
    margin-bottom: 24px;
    margin-right: 24px; 
}
.ncm-works-setion .ncm-works-item:nth-of-type(4n) {
    margin-right: 0;
} 
.ncm-works-setion .ncm-works-item.dn {
    display: none;
}
.ncm-work-book {
    display: block;
    position: relative;
    padding-top: 139.96%; 
    height: auto;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .01);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.ncm-work-book:nth-child(4n) {
    margin-right: 0;
}
.ncm-work-book.dn {
    display: none;
}
.ncm-works-film img,
.ncm-works-drama img,
.ncm-works-webdrama img {
    position: absolute;
    top: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.ncm-works-film img:hover,
.ncm-works-drama img:hover,
.ncm-works-webdrama img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* news */
.ncm-news .ncm-home-new-li {
    box-shadow: 0 2px 12px rgba(66,72,102,0.1);
}
.ncm-news .ncm-home-new-li:hover {
    box-shadow: 0 10px 30px rgba(96, 110, 128, .24);
}
.ncm-news .ncm-home-new-li .ncm-new-txt {
    margin: 0 16px 16px;
}
.ncm-new-point {
    /* height: 320px; */
}
.ncm-new-point a > div {
    display: inline-block;
    overflow: hidden;
}
.ncm-new-point-txt {
    padding: 60px 24px 0;
    width: calc(100% - 500px - 48px); 
    min-height: 260px;
    background-color: rgba(216, 216, 216, .3);;
    border-radius: 4px 0 0 4px;
    margin: auto 0;
    vertical-align: top;
}
.ncm-new-point-txt p {
    max-height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.ncm-news .ncm-second-title {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ncm-new-point-txt .ncm-second-title {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.ncm-new-point-img {
    background-color: rgba(0, 0, 0, .04);
    width: 500px; height: 320px;
    float: right;
}
.ncm-new-point img {
    width: 100%; min-height: 100%;
    background-size: cover;
}
.ncm-news .ncm-home-new-list {
    margin-top: 40px;
}
.ncm-news-ohter {
    margin-top: 56px;
}
/* 新闻详情页 */
.ncm-single-new .ncm_g_col_9 {
    margin: 0 auto;
    float: none;
    display: block;
    /* width: 75%; */
}
.ncm-single-new .ncm-p-second-txt {
    text-align: center;
    line-height: 84px;
}
.ncm-new-detail {
    padding-bottom: 5%;
}
.ncm-new-detail img {
    max-width: 100%;
    max-height: 360px;
    display: block;
    margin: 0 auto;
    padding-bottom: 2%;
}
.ncm-nt-empty {
    content: "";
    width: 100%;
    height: 0.2px;
}
.ncm-nt-title {
    margin-bottom: 12px;
    text-align: center;
}
.ncm-nt-date {
    text-align: center;
    margin-bottom: 12px;
}
.ncm-new-detail h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #595757;
    margin: 20px 0 4px;
}
.ncm-new-detail h3 + h3 {
    margin-top: 0;
}
.ncm-new-detail p:not(.ncm-main-title) {
    font-size: 16px;
    line-height: 28px;
    color: #727171;
    text-indent: 2em;
    font-weight: 300;
}
.ncm-legal .ncm_g_row {
    max-width: 900px;
}
.ncm-legal .ncm-main-title {
    margin-top: 56px;
    margin-bottom: 24px;
    text-align: center;
}
.ncm-legal p:not(.ncm-main-title) {
    font-size: 16px;
    line-height: 28px;
    color: #727171;
    text-indent: 2em;
    margin: 8px 0;
    font-weight: 300;
    word-break: break-all;
}
.ncm-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: rgba(25,28,34,.88);
    background-image: url(about:blank);
    text-align: center;
    color: inherit;
    overflow: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC191c22, endcolorstr=#CC191c22);
    z-index: 19;
}
.ncm-mid-con {
    display: inline-block;
    white-space: normal;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.ncm-overlay .ncm-mid-con {
    width: 200px;
    height: 200px;
    background: #fff url(images/loading.gif) no-repeat center;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
}
.ncm-overlay .ncm-mid-con[style] {
    background-color: transparent;
    background-image: none;
}
.ncm-search.ncm-content {
    min-height: calc(100vh - 464px);
}
.ncm-search .ncm-search-content {
    width: 100%;
}
.ncm-search .ncm-p-txt-large {
    margin-bottom: 16px;
}
.ncm-search hr {
    height: 4px;
    width: 100%;
    background-color: #F0F0F0;
    border: none;
}
.ncm-search-list {
    margin-top: 40px;
}
.ncm-search-list a {
    display: block;
}
.ncm-search-work-con {
    margin-bottom: -32px;
    margin-right: -32px;
}
.ncm-search-work-li {
    display: inline-block;
    margin: 0 32px 32px 0;
}
.ncm-search-work-img {
    width: 110px; height: 152px;
    overflow: hidden;
}
.ncm-search-work-img img {
    width: 100%; height: 100%;
    margin-bottom: 4px;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    transition: transform .2s ease-out;
}
.ncm-search-work-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ncm-search-work .ncm-form-title-large,
.ncm-search-new .ncm-form-title-large,
.ncm-search-job .ncm-form-title-large {
    margin-bottom: 12px;
}
.ncm-search-new-li,
.ncm-search-job-li {
    width: auto;
    display: block;
}
.ncm-search-new-li a,
.ncm-search-job-li a {
    display: inline-block;
}
.ncm-search-list .ncm-mini-title mark {
    color: #E3007F;
    background-color: transparent;
}
.ncm-search-new li + li, .ncm-search-job li + li{
    margin-top: 8px;
}
.ncm-search-empty-info {
    text-align: center;
    margin-top: 20%;
}
/* hover动态效果 */
.ncm-txt-animation::before {
    content: '';
    position: absolute;
    width: 0;
    opacity: .5;
    transition: width .3s;
    background-color: #000;
    height: 1px;
    left: 0; bottom: 0;
}
.ncm-txt-animation:hover::before {
    width: 100%;
}
.ncm-txt-animation {
    position: relative;
    opacity: .5;
    transition: opacity .3s;
}
.ncm-txt-animation:hover {
    opacity: 1;
}
.dialog-img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    width: 100%;
    max-height: 90vh;
}
.dialog-video:focus {
    outline: none;
}
.dialog-video {
    width: 80vw;
}
@media screen and (max-width: 768px) {
    .ncm-about, .ncm-collections, .ncm-funmarket, .ncm-single-work {
        padding: 0 0 32px;
    }
    .ncm-search {
        padding: 24px 12px;
    }
    .ncm-search.ncm-content {
        min-height: calc(100vh - 524px);
    }
    .ncm-news, .ncm-single-new {
        padding-top: 0;
    }
    .ncm-tabs {
        text-align: center;
        margin-right: 0;
    }
    .ncm-tabs li {
        display: inline-block;
        width: calc(25% - 6px);
        text-align: center;
    }
    .ncm-tabs .ncm-tsd-a {
        display: inline-block;
        text-align: center;
        padding-right: 0;
    }
    .ncm-tabs .ncm-tsd-a::before {
        content: "";
        padding: 0;
        display: block;
        margin: 2px auto;
        border-radius: 0;
        width: 30px; height: 2px;
    }
    .ncm-about-img {
        height: 220px;
    }
    .ncm-about-address-img {
        width: calc(100vw - 24px);
        height: 67.5vw;
        background-size: contain;
    }
    .ncm-funmarket .ncm-partner-li {
        width: calc(50% - 8px);
    }
    .ncm-funmarket .ncm-partner-list .ncm-partner-li:nth-of-type( 5n ) {
        margin-right: 12px;
    }
    .ncm-funmarket .ncm-partner-list .ncm-partner-li:nth-of-type( 2n ) {
        margin-right: 0;
    }
    .ncm-new-point .ncm-new-point-img {
        width: auto; height: auto;
    }
    .ncm-new-point .ncm-new-point-txt {
        width: auto; min-height: auto;
        padding: 24px 24px 0;
    }
    .ncm-bg-gray-content {
        margin-left: 12px; 
        margin-right: 12px;
    }
    .ncm-market-partner .ncm-link-txt {
        text-align: center;
    }
    .ncm-drama-implant {
        display: block;
        margin: 0 auto 24px;
        text-align: center;
        width: calc(100vw - 24px);
    }
    .ncm-implant-logo img {
        width: 120px;
    }
    .ncm-market-partner li .ncm-drama-implant:nth-of-type(2n) {
        margin-right: auto;
    }
    .ncm-market-partner .ncm-bg-gray-content {
        padding-bottom: 8px;
    }
    .ncm-case-img {
        /* float: none; */
        margin: 0 auto;
        width: 100%;
        height: auto;
        margin: 12px 0;
    }
    .ncm-case-simple img {
        width: 56px;
        height: auto;
    }
    .ncm-case-content {
        margin-left: 0px;
        height: auto;
        min-height: auto;
    }
    .ncm-case-content .ncm-case-partying {
        min-height: 180px;
        margin-bottom: 10px;
    }
    .ncm-case-content .ncm-case-partying .ncm-small-title:last-of-type::after {
        content: '';
    }
    .ncm-case-content .ncm-case-li-abstract {
        margin-left: -132px;
    }
    .ncm-case-content .ncm-main-title {
        margin-bottom: 8px;
    }
    .ncm-case-content span[type="tag"] {
        display: none;
    }
    .ncm-case-content span {
        display: inline;
    }
    .ncm-case-content .ncm-small-title {
        display: inline;
        line-height: 1.65;
    }
    .ncm-case-content .ncm-small-title span {
        font-weight: normal;
    }
    .ncm-case-content .ncm-small-title[type="desc"] {
        margin-left: 0px;
        display: block;
        margin-bottom: 0;
    }
    .ncm-case-content .ncm-small-title[type="desc"]::after {
        content: '';
    }
    .ncm-case-content .ncm-small-title::after {
        content: ' / ';
        font-size: 14px;
    }
    .ncm-case-simple {
        margin-top: 24px;
    }
    .ncm-legal .ncm-main-title {
        margin-top: 32px;
        margin-bottom: 1rem;
    }
    .ncm-bg-gray-content .ncm-news-ohter-list {
        margin-left: 0;
        padding: 32px 0;
    }
    .ncm-bg-gray-content .ncm-case-list {
        margin-left: 0;
        padding: 32px 0 16px;
    }
    .ncm-new-point-txt p {
        margin-bottom: 24px;
    }
    .ncm-collections-work .ncm-works-ohter {
        margin-left: 0;
        padding: 32px 0;
    }
    .ncm-work-video li {
        display: block;
        margin: 0 auto 12px;
        width: 216px; height: 108px;
    }
    .ncm-works-ohter .ncm-work-posts {
        margin: 16px 0 32px;
    }
    .ncm-work-posts li {
        height: 182px;
        margin-bottom: 0;
    }
    .ncm-wrok-actor li {
        width: 130px;
        /* width: calc(20% - 19.2px); */
        height: auto;
        /* height: 218px; */
        margin-right: 12px;
        
    }
    .ncm-works-setion .ncm-works-item {
        width: calc(25% - 9px);
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .ncm-news .ncm-home-new-li {
        min-height: 341px;
    }
    .ncm-works-ohter .ncm-wrok-actor {
        margin-right: 0;
    }
    .ncm-work-posts, .ncm-wrok-actor {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .ncm-single-work .ncm-case-li {
        margin-bottom: 0;
    }
    .ncm-wt-all.active {
        display: none;
    }
    .ncm-case-content .ncm-cp-actors {
        display: inline;
    }
    
    .ncm-drama-implant .ncm-implant-logo {
        width: 120px;
    }
    .ncm-drama-implant .ncm-implant-pic {
        /* width: 235px; */
        width: calc(100% - 130px);
    }
    .ncm-drama-implant .ncm-implant-pic img {
        width: 100%;
    }
    .mv p {width: 100%;}
}