@charset "utf-8";
/* CSS Document */

/*****背景色板块*****/
.bg-color-section-block {
    background: #f1f4f7;
}


/*****版块样式*****/
.section-block {
    padding-bottom: 80px;
}
.section-block:after {
    display: table;
    content: '';
    clear: both;
}
.section-block .section-head {
    position: relative;
    margin-bottom: 50px;
    padding: 50px 0 12px;
    text-align: center;
}
.section-block .section-head:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    border-top: 2px solid #f9c03d;
    content: '';
}
.section-block .section-head .title {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
}
.section-block .section-head .info {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    /*word-break: keep-all;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
@media screen and (max-width: 539px) {
    .section-block {
        padding-bottom: 50px;
    }
    .section-block .section-head {
        margin-bottom: 35px;
        padding: 30px 0 15px;
    }
    .section-block .section-head .title {
        font-size: 20px;
        line-height: 40px;
    }
    .section-block .section-head .info {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
    }
}


/*****查看更多按钮*****/
.more-btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 150px;
    height: 44px;
    margin: 40px auto 0;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #666;
    transition: color .4s, border .4s;
    overflow: hidden;
}
.more-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #102c5d;
    transition: background .4s, width .4s;
    content: '';
}
.more-btn:after {
    display: inline-block;
    content: '+';
}
.more-btn:hover {
    border-color: #102c5d;
    color: #fff;
}
.more-btn:hover:before {
    width: 100%;
}
.more-btn:hover:after {
    transform: rotate(360deg);
    transition: transform .4s;
}
@media screen and (max-width: 539px) {
    .more-btn {
        /*width: 110px;*/
        /*height: 34px;*/
        /*margin-top: 30px;*/
        /*text-indent: 100px;*/
        /*font-family: 'Arial';*/
        /*font-size: 14px;*/
        /*line-height: 32px;*/
    }
    .more-btn:before {
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        content: 'MORE+';
        text-indent: 0;*/
    }
    .more-btn:after {
        /*display: none;*/
    }
    .more-btn:hover:before {
        /*background: #f9c03d;*/
    }
}


/***** banner *****/
.banner {
    position: relative;
}
.banner-pc {
	/*padding-bottom: 35%;*/
}
.banner .ms-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#masterslider .pic-list {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.banner .pic-list {
    height: 100%;
}
.banner .pic-list li {
    background-size: cover;
}
.banner .btn-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner .switch-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
	margin-top: -25px;
}
.banner .switch-box .arrow-btn {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.banner .switch-box .arrow-btn:after,
.banner .switch-box .arrow-btn:before {
    display: block;
}
.banner .switch-box .arrow-btn:before {
    color: rgba(255, 255, 255, .5);
    transition: margin .4s;
}
.banner .switch-box .arrow-btn:hover {
    background: #3f3a39;
}
.banner .switch-box .arrow-btn:hover:before {
    margin-top: -50px;
}
.banner .switch-box .prev-btn {
    left: 100px;
    transform: translate3d(-50px, 0, 0);
}
.banner .switch-box .prev-btn:after {
    content: '\e804';
}
.banner .switch-box .next-btn {
    right: 100px;
    transform: translate3d(50px, 0, 0);
}
.banner .switch-box .next-btn:after {
    content: '\e803';
}
.banner:hover .switch-box .arrow-btn {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.banner .border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: rgba(249, 192, 61, .5);
}
.banner .border-pc {
    position: absolute;
    left: 0;
    bottom: 0;
	height: 5px; 
    background: rgba(249, 192, 61, .5);
	transition:none;
}
.banner .mouseIco {
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.banner .mouseIco:after,
.banner .mouseIco:before {
    display: block;
    font-family: 'iconfont';
    content: '\e801';
    text-shadow: 0 0 3px #000;
}
.banner .mouseIco:before {
    position: relative;
    top: 16px;
}

.banner .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .con {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    color: #fff;
    text-align: center;
}
.banner .con .title {
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 3px 3px 1px #666;
}
.banner .con .info {
    position: relative;
    opacity: 0;
    font-size: 24px;
    text-shadow: 2px 2px 1px #666;
}
.banner .con .sub-title {
    margin-top: 110px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #999;
}
.banner .con .list {
    width: 675px;
    margin: auto;
}
.banner .con .list li {
    float: left;
    width: 135px;
    height: 60px;
    padding: 0 5px 5px 0;
}
.banner .con .list .img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .ms-slide-container .active .title,
.banner .ms-slide-container .active .info,
.banner .ms-slide-container .ms-sl-selected .title,
.banner .ms-slide-container .ms-sl-selected .info,
.banner .active .con .title,
.banner .active .con .info {
    animation: fadeInDown .9s ease 0s 1 forwards;
}
.banner .ms-bullets {
    right: 0 !important;
    width: 100% !important;
    text-align: center;
}
.banner .ms-bullets.ms-dir-h .ms-bullets-count {
    right: 0;
}
.banner .slider-box {
    text-align: center;
}
.banner .ms-bullet,
.banner .ms-bullets-count span,
.banner .slider-box span {
    float: none !important;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px !important;
    border-radius: 7px;
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .4s;
}
.banner .ms-bullets-count .active,
.banner .ms-bullet.ms-bullet-selected,
.banner .slider-box span.active {
    width: 34px;
    background: #f9c03d !important;
}
@media screen and (max-width: 539px) {
    .banner {
        margin-top: -54px;
    }
    .banner .btn-box {
        bottom: 20px;
    }
    .banner .btn-box span {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .banner .btn-box span.active {
        width: 28px;
    }
	.banner .mouseIco {
		display:none;
	}
	.banner .con {
		position: absolute;
		left: 0;
		top: 35%;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	.banner .con .title {
		position: relative;
		margin-bottom: 20px;
		opacity: 0;
		font-size: 40px;
		font-weight: 700;
		text-shadow: 3px 3px 1px #666;
	}
	.banner .con .info {
		position: relative;
		opacity: 0;
		font-size: 24px;
		text-shadow: 2px 2px 1px #666;
	}
}
@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}


/*****重点认证领域*****/
.field-container {
    overflow: hidden;
}
.field-container .field-block {
    margin-top: -40px;
    margin-right: -40px;
}
.field-container .field-section {
    float: left;
    width: 25%;
    padding: 40px 40px 0 0;
}
.field-container .field-cells {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.field-container .field-cells:before {
    display: block;
    padding-bottom: 100%;
    content: '';
}
.field-container .field-cells:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .7);
    content: '';
    transition: .5s;
}
.field-container .field-cells .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
    transition: .5s;
}
.field-container .field-cells .title-cell {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .5);
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 50px;
    transition: .5s;
}
.field-container .field-cells .info-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
    transition: all .5s;
}
.ie .field-container .field-cells .info-cell {
    visibility: hidden;
}
.field-container .field-cells .info-cell .title {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.field-container .field-cells .info-cell .info {
    max-height: 120px;
    max-height: calc(100% - 53px);
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.field-container .field-cells:hover:after {
    width: 100%;
    height: 100%;
}
.field-container .field-cells:hover .img {
    transform: scale(1.1);
}
.ie .field-container .field-cells:hover .title-cell {
    visibility: hidden;
}
.field-container .field-cells:hover .title-cell {
    opacity: 0;
}
.ie .field-container .field-cells:hover .info-cell {
    visibility: visible;
}
.field-container .field-cells:hover .info-cell {
    opacity: 1;
}
@media screen and (min-width: 900px) {
    .field-container .field-section.max {
        width: 50%;
    }
    .field-container .field-section.max .field-cells {
        padding-left: 40px;
    }
    .field-container .field-section.max .field-cells:before {
        padding-bottom: 50%;
    }
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    .field-container .field-section {
        width: 33.3%;
    }
}
@media screen and (max-width: 539px) {
    .field-container .field-block {
        margin-top: -20px;
        margin-right: -10px;
    }
    .field-container .field-section {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .field-container .field-cells:after,
    .field-container .field-cells .info-cell {
        display: none;
    }
    .field-container .field-cells .title-cell {
        height: 36px;
        padding: 0 10px;
        line-height: 36px;
        font-size: 16px;
        opacity: 1 !important;
    }
}
.ie .field-container .field-section.max {
    width: 50%;
}
.ie .field-container .field-section.max .field-cells {
    padding-left: 40px;
}
.ie .field-container .field-section.max .field-cells:before {
    padding-bottom: 50%;
}


/*****认证选择*****/
.attestation-container .attestation-block {
    margin-top: -30px;
    margin-right: -26px;
}
.attestation-container .attestation-section {
    float: left;
    width: 50%;
    padding: 30px 26px 0 0;
}
.attestation-container .attestation-cells {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .4s;
}
.attestation-container .attestation-cells:hover {
    box-shadow: 1px 1px 10px #656565;
}
.attestation-container .title-cell {
    height: 60px;
    background-image: linear-gradient(135deg, #1b66b7, #136fd3);
    background-color: #1b66b7;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.attestation-container .attestation-section:nth-child(2) .title-cell {
    background-image: linear-gradient(135deg, #ff6e01, #ff8f00);
}
.attestation-container .attestation-section:nth-child(3) .title-cell {
    background-image: linear-gradient(135deg, #089b91, #13c99a);
}
.attestation-container .attestation-section:nth-child(4) .title-cell {
    background-image: linear-gradient(135deg, #08869c, #12b0cb);
}
.attestation-container .list-cell {
    padding: 15px 0 20px;
    background: #fff;
}
.attestation-container .list-cell ul {
    height: 280px;
    overflow: hidden;
}
.attestation-container .list-cell li {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
}
.attestation-container .list-cell li:nth-child(2n+1) {
    padding: 0 15px 0 30px;
}
.attestation-container .list-cell li:nth-child(2n) {
    padding: 0 30px 0 15px;
}
.attestation-container .list-cell li:nth-child(4n+3),
.attestation-container .list-cell li:nth-child(4n) {
    background: #f1f4f7;
}
.attestation-container .list-cell li:nth-child(4n+3):before {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #f1f4f7;
    content: '';
}
.attestation-container .list-cell li a {
    position: relative;
    float: left;
    padding-left: 18px;
    font-size: 16px;
    color: #333;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
}
.attestation-container .list-cell li a:before {
    position: absolute;
    left: 0;
    color: #f9c03d;
    content: '+';
}
.attestation-container .list-cell li a:hover {
    color: #f9c03d;
    letter-spacing: 1px;
}
.attestation-container .list-cell li a:hover:before {
    transform: rotate(360deg);
    transition: transform .4s;
}
@media screen and (max-width: 539px) {
    .attestation-container .attestation-block {
        margin-top: -15px;
        margin-right: 0;
    }
    .attestation-container .attestation-section {
        width: 100%;
        padding: 15px 0 0;
    }
    .attestation-container .title-cell {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .attestation-container .list-cell {
        padding: 10px 0 14px;
    }
    .attestation-container .list-cell ul {
        height: auto;
    }
    .attestation-container .list-cell li {
        height: 30px;
        line-height: 30px;
    }
    .attestation-container .list-cell li:nth-child(2n) {
        padding: 0 15px 0 7px;
    }
    .attestation-container .list-cell li:nth-child(2n+1) {
        padding: 0 7px 0 15px;
    }
    .attestation-container .list-cell li a {
        padding-left: 12px;
        font-size: 14px;
    }
}


/*****关于我们*****/
.about-container {
    padding-top: 60px;
}
.about-container .about-block {
    margin-right: -50px;
}
.about-container .about-section {
    position: relative;
    width: 50%;
    padding-right: 50px;
}
.about-container .video-section .bg {
    display: block;
    width: 50%;
    border: 10px solid #c1cdd7;
}
.about-container .video-section .bg:before {
    display: block;
    padding-bottom: 162.5%;
    content: '';
}
.about-container .video-section .video {
    position: absolute;
    left: 10%;
    left: calc(10% - 5px);
    right: 50px;
    top: 50%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, -50%, 0);
}
.ie .about-container .video-section .video {
    margin-top: -200px;
}
.about-container .video-section .video:before {
    display: block;
    padding-bottom: 66.6%;
    background: rgba(0, 0, 0, .1);
    content: '';
}
.about-container .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    cursor: pointer;
}
.about-container .video .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    content: '';
    animation: pulse-border 1500ms ease-out infinite;
}
.about-container .video .icon a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #f9c03d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    text-align: center;
}
.about-container .video .icon a:after {
    position: relative;
    left: 3px;
    font-family: 'iconfont';
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #fefefe;
    content: '\e711';
}
.about-container .content-section {
    padding-top: 60px;
    color: #666
}
.about-container .content-section .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: #333;
}
.about-container .content-section .sub-title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 38px;
}
.about-container .content-section .sub-title:before {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 40px;
    border-top: 1px solid #f9c03d;
    content: '';
}
.about-container .content-section .info {
    font-size: 16px;
    line-height: 30px;
}
.about-container .content-section .goto-btn {
    margin: 45px 0 0;
}
@media screen and (max-width: 539px) {
    .about-container {
        padding-top: 40px !important;
    }
    .about-container .about-section {
        float: none;
        width: 100%;
    }
    .about-container .video-section .bg {
        display: none;
    }
    .about-container .video-section .video {
        position: relative;
        left: auto;
        right: auto;
        top: 0;
        transform: translate3d(0, 0, 0);
    }
    .about-container .content-section {
        padding-top: 0;
    }
    .about-container .content-section .title {
        margin-top: 10px;
        font-size: 20px;
    }
    .about-container .content-section .sub-title {
        margin: 0 0 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .about-container .content-section .sub-title:before {
        bottom: -10px;
    }
    .about-container .content-section .info {
        font-size: 14px;
        line-height: 22px;
    }
    .about-container .content-section .goto-btn {
        margin-top: 30px;
        text-indent: 0;
    }
    .about-container .content-section .goto-btn:before {
        text-indent: 100px;
    }
    .about-container .content-section .goto-btn:after {
        display: inline-block;
        transform: none;
    }
}


/*****数字跳动*****/
.about-number {
    position: relative;
    height: 220px;
    background: #002f58;
}
.about-number #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-number .content_list {
    position: relative;
    z-index: 2;
    pointer-events: none;
    display: flex;
    height: 100%;
    align-items: center;
}
.ie .about-number .content_list {
    padding-top: 90px;
}
.about-number .content_list li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
}
.about-number .content_list li:before {
    position: absolute;
    top: 50%;
    right: 0;
    height: 60px;
    margin-top: -30px;
    border-left: 1px solid #8097ac;
    content: '';
}
.about-number .content_list li:last-child:before {
    display: none;
}
.about-number .content_list .title {
    font-size: 16px;
}
.about-number .content_list .counterDX {
    font-size: 48px;
    font-family: 'Arial';
    line-height: 56px;
}
.about-number .content_list .unit {
    font-size: 14px;
}
@media screen and (max-width: 539px) {
    .about-number {
        height: auto;
    }
    .about-number .content_list {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .about-number .content_list li {
        width: 50%;
        padding: 30px 0;
    }
    .about-number .content_list li:nth-child(2n):before {
        display: none;
    }
    .about-number .content_list .counterDX {
        font-size: 32px;
        line-height: 46px;
    }
    .about-number .content_list .title {
        font-size: 14px;
    }
}


/******* 合作伙伴 *****/
.partner-container .partner-block {
    margin-top: -10px;
    margin-right: -10px;
}
.partner-container .partner-block li {
    float: left;
    width: 20%;
    padding: 10px 10px 0 0;
}
.partner-container .partner-block a {
    position: relative;
}
.partner-container .partner-block .img {
    display: block;
    padding-bottom: 58.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border: 1px solid #eee;
}
.partner-container .partner-block .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
	padding: 0 20px;
    width: 100%;
    height: 100%;
    background: #4e7fc4;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    visibility: hidden;
}
.partner-container .partner-block a:hover .img {
    visibility: hidden;
}
.partner-container .partner-block a:hover .title {
    visibility: visible;
    animation-name: flipInY;
    animation-duration: 1s;
    animation-fill-mode: both
}
@media screen and (max-width: 899px) {
    .partner-container .partner-block li:nth-child(7),
    .partner-container .partner-block li:nth-child(8),
    .partner-container .partner-block li:nth-child(9),
    .partner-container .partner-block li:nth-child(10) {
        display: none;
    }
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    .partner-container .partner-block li {
        width: 33.3%;
    }
}
@media screen and (max-width: 539px) {
    .partner-container .partner-block li {
        width: 50%;
    }
}


/******* 广告位 *****/
.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 180px;
    background: #4e7fc4;
}
.contact-container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-container .cont-container {
    position: relative;
    color: #fff;
    text-align: center;
}
.contact-container .cont-container .title {
    font-size: 24px;
    line-height: 34px;
}
.contact-container .cont-container .info {
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 26px;
}
.contact-container .cont-container .tel {
    font-size: 18px;
    line-height: 28px;
}
.contact-container .cont-container .iconfont {
    position: absolute;
    top: 50%;
    left: -220px;
    margin-top: -55px;
    font-size: 110px;
    line-height: 1;
    color: rgba(255, 255, 255, .5);
}


/******* 新闻资讯 *****/
.news-container .news-block {
    margin-top: -10px;
    margin-right: -20px;
}
.news-container .news-block li {
    float: left;
    width: 33.3%;
    padding: 10px 20px 0 0;
}
.news-container .news-block .cells {
    position: relative;
    display: block;
}
.news-container .news-block .cells .whole-pic {
    display: none;
    height: 230px;
}
.news-container .news-block .cont-box {
    position: relative;
    z-index: 2;
    display: flex;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
    transition: transform .5s;
}
.news-container .news-block .cont-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #102c5d;
    content: '';
    transition: all .5s;
}
.news-container .news-block .cont-box .title {
    width: 60%;
    flex: 1;
    float: left;
    position: relative;
    padding-left: 25px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .5s;
}
.news-container .news-block .cont-box .title:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    border-top: 2px solid #999;
    content: '';
    transition: border .5s;
}
.news-container .news-block .cont-box .time {
    position: relative;
    z-index: 1;
    float: right;
    padding-left: 10px;
    color: #666;
    white-space: nowrap;
    transition: color .5s;
}
.news-container .news-block .cells:hover .cont-box:before {
    width: 100%;
}
.news-container .news-block .cells:hover .title,
.news-container .news-block .cells:hover .time {
    color: #fff;
}
.news-container .news-block .cells:hover .title:before {
    border-color: #fff;
}

.ie .news-container .news-block .max-box .whole-pic {
    display: block;
}
.ie .news-container .news-block .max-box .title,
.ie .news-container .news-block .max-box .time {
    color: #fff;
}
.ie .news-container .news-block .max-box .title:before {
    border-color: #fff;
}
.ie .news-container .news-block .max-box .cont-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
.ie .news-container .news-block .max-box .cont-box:before {
    display: none;
}
.ie .news-container .news-block .max-box a:hover .cont-box {
    transform: translate3d(0, -20px, 0);
}
@media screen and (min-width: 540px) {
    .news-container .news-block .max-box .whole-pic {
        display: block;
    }
    .news-container .news-block .max-box .whole-pic .img {
        transition: all .4s;
    }
    .news-container .news-block .max-box .title,
    .news-container .news-block .max-box .time {
        color: #fff;
    }
    .news-container .news-block .max-box .title:before {
        border-color: #fff;
    }
    .news-container .news-block .max-box .cont-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, .5);
    }
    .news-container .news-block .max-box .cont-box:before {
        display: none;
    }
    .news-container .news-block .max-box a:hover .img {
        transform: scale(1.1);
    }
    .news-container .news-block .max-box a:hover .cont-box {
        transform: translate3d(0, -20px, 0);
    }
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    .news-container .news-block li {
        width: 50%;
    }
}
@media screen and (max-width: 539px) {
    .news-container .news-block li {
        display: none;
        width: 100%;
    }
    .news-container .news-block li:nth-child(1),
    .news-container .news-block li:nth-child(2),
    .news-container .news-block li:nth-child(3),
    .news-container .news-block li:nth-child(4),
    .news-container .news-block li:nth-child(5) {
        display: block;
    }
    .news-container .news-block .cells {
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    .news-container .news-block .cells:after {
        display: table;
        clear: both;
        content: ''
    }
    .news-container .news-block .cells .whole-pic {
        float: right;
        display: block;
        width: 110px;
        height: auto;
    }
    .news-container .news-block .cells .whole-pic:before {
        display: block;
        padding-bottom: 68.2%;
        content: '';
    }
    .news-container .news-block .cont-box {
        display: block;
        width: calc(100% - 110px);
        height: auto;
        box-shadow: none;
        padding-left: 0;
    }
    .news-container .news-block .cont-box .title {
        float: none;
        width: 100%;
        padding: 3px 0 0;
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        word-break: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news-container .news-block .cont-box .time {
        display: block;
        float: none;
        padding: 8px 0 0;
        font-size: 14px;
        color: #999 !important;
        line-height: 1;
    }
    .news-container .news-block .cont-box .time:before {
        margin-right: 2px;
        font-family: 'iconfont';
        content: '\e710'
    }
    .news-container .news-block .cells:hover .title {
        color: #f9c03d;
    }
    .news-container .news-block .cont-box:before,
    .news-container .news-block .cont-box .title:before {
        display: none;
    }
    .news-container .news-block li:nth-child(1) .cont-box {
        width: 100%;
    }
    .news-container .news-block li:nth-child(1) .cells .whole-pic {
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }
}
