/* 永鑫国际 */
.secnav span {
    padding: 0 40px;
}

.newsection {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.newsection:nth-last-child(1) {
    padding-bottom: 60px;
}
.newst {
    margin-top: 100px;
    font-size: 3.3rem;
    line-height: 120%;
}
.newsu {
    margin-top: 40px;
    height: auto;
    overflow: hidden;
}
.newsu a {
    display: block;
    width: calc(50% - 15px);
    height: 23vw;
    float: left;
    overflow: hidden;
    margin: 0 0 30px 30px;
    position: relative;
    color: #fff;
}
.newsu a:nth-child(odd) {
    margin-left: 0;
}
.newsu a::before {
    content: '';
    width: 100%;
    height: 60%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.newsu a span {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 0.875rem;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}
.newsu a span.t1 {
    bottom: 100px;
}
.newsu a span.t1 i {
    display: inline-block;
    padding: 0 10px;
    background: #00b0f0;
    border-radius: 10px;
    margin-left: 10px;
    font-style: normal;
    vertical-align: middle;
    font-size: 0.75rem;
}
.newsu a span.t2 {
    bottom: 70px;
    font-size: 1.25rem;
}
.newsmore {
    display: block;
    width: 200px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    color: #0b4994;
    font-size: 0.875rem;
}

.dalislide.vodslide {
    height: 40vw;
    margin: 40px 0;
}
.vodslide li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.vodt {
    display: block;
    font-size: 1.625rem;
    color: #fff;
    position: absolute;
    left: 60px;
    top: 60px;
    z-index: 20;
}
.vodslide .slideb {
	bottom: 40px;
}
.vodslide .slideb em {
	display: inline-block;
	width: 60px;
	height: 2px;
	margin: 0 5px;
	background: rgba(255, 255, 255, .3);
	border-radius: 0;
}
.vodslide .slideb em.on {
	background: #fff;
}
.vodplay {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 20;
}
.vodplay .svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 28px auto;
}
.vodplay .svg path {
    fill: #fff;
}
.playbox {
    position: absolute;
}
.playbox video {
    object-fit: cover;
}

/* 列表 */

.newslist {
    width: 86%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.subrow {
    height: auto;
    overflow: visible;
    margin-top: 70px;
}
.subrow::after {
    content: '';
    display: block;
    clear: both;
}
.suba {
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
.suba a {
    display: block;
    float: left;
    line-height: 120%;
    padding: 0 30px;
    font-size: 1.25rem;
    border-left: 1px solid #ddd;
}
.suba a:nth-child(1) {
    border-left: 0;
}
.suba a.on {
    font-weight: bold;
    color: #0b4994;
}
.subt {
    width: 350px;
    height: 90px;
    overflow: visible;
    position: relative;
    z-index: 100;
    float: left;
}
.subtt {
    font-size: 3.3rem;
    padding-left: 50px;
    background: url(?static/images/app/list.png) left center no-repeat;
}
.subtc {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.subt:hover .subtc {
    opacity: 1;
    top: 100%;
}
.subtc a {
    display: block;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}
.subtc a:nth-last-child(1) {
    border: 0;
}
.subtc a .svg {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    margin: 20px 15px 0 0;
}
.subtc a .svg path {
    fill: #999;
}
.subtc a:hover {
    font-weight: bold;
    color: #0b4994;
}
.subtc a:hover .svg path {
    fill: #0b4994;
}

.newsbox, .vod {
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.newsbox li {
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.newsbox p {
    display: block;
    float: left;
    width: 42%;
    height: auto;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.newsbox p img {
    display: block;
    width: 100%;
    height: 23vw;
    object-fit: cover;
}
.newsbox p::before {
    content: '';
    width: 100%;
    height: 60%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.newsbox p span {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 0.875rem;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}
.newsbox p span.t1 {
    bottom: 100px;
}
.newsbox p span.t1 i, .newsbox a span.t1 i {
    display: inline-block;
    padding: 0 10px;
    background: #00b0f0;
    border-radius: 10px;
    margin-left: 10px;
    font-style: normal;
    vertical-align: middle;
    font-size: 0.75rem;
}
.newsbox p span.t2 {
    bottom: 70px;
    font-size: 1.25rem;
}
.newsbox a {
    display: block;
    width: 38%;
    height: auto;
    float: right;
    margin-right: 8%;
    overflow: hidden;
}
.newsbox a span {
    display: block;
    font-size: 1rem;
    line-height: 20px;
}
.newsbox a span.t2 {
    font-size: 1.75rem;
    margin-top: 10px;
    line-height: 150%;
}
.newsbox a span.t2f {
    font-size: 1.25rem;
    color: #666;
    margin-top: 15px;
}
.newsbox a span.t3 {
    line-height: 180%;
    color: #999;
    margin-top: 30px;
}
.newsbox a span.t4 {
    font-size: 0.875rem;
    color: #0b4994;
    margin-top: 40px;
}
.newsbox a:hover span.t2, .newsbox a:hover span.t2f {
    color: #0b4994;
}
.newsbox a:hover span.t2 {
    font-weight: bold;
}

.vod li {
    display: block;
    width: 32%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 0 50px 2%;
}
.vod li:nth-child(3n+1) {
    margin-left: 0;
}
.vod li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.vod li a p {
    width: 100%;
    height: 17vw;
    overflow: hidden;
    position: relative;
}
.vod li a p::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.vod li a p i {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -35px 0 0 -35px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.vod li a p i .svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 25px;
}
.vod li a p i .svg path {
    fill: #fff;
}
.vod li a p:hover::after {
    opacity: 0;
}
.vod li a span {
    display: block;
    font-size: 0.875rem;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.vod li a span.t1 {
    margin-top: 20px;
}
.vod li a span.t2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px;
}
.vod li a span.t3 {
    margin-top: 20px;
    color: #999;
}


/* 详情 */

.readtbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.readbox {
    width: 1100px;
    max-width: 90%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}
.readpos {
    height: 30px;
    line-height: 20px;
    color: #999;
    font-size: 0.75rem;
}
.readpos a {
    color: #999;
    margin-right: 0;
}
.readpos a:hover {
    text-decoration: underline;
}

.readt {
    height: auto;
    overflow: hidden;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 10px;
    font-weight: bold;
}
.readt2 {
    height: auto;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 10px;
}
.readi {
    height: auto;
    overflow: hidden;
    padding: 30px 0 10px 0;
    font-size: 0.875rem;
    color: #999;
}
.readi a {
    color: #999;
}
.readi a:hover {
    text-decoration: underline;
}

.readdes {
    height: auto;
    padding: 30px;
    color: #666;
    background: #eceff3;
    line-height: 180%;
    font-size: 0.875rem;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}
.readdes strong {
    display: block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    font-size: 0.875rem;
    color: #fff;
    background: #0b4994;
    position: absolute;
    left: 20px;
    top: -10px;
    text-align: center;
    border-radius: 3px;
}
.readdes strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #0b4994;
    border-left: 8px solid transparent; 
    position: absolute;
    left: 30px;
    top: 100%;
}
.readvod {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.readv {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #000;
    margin-top: 40px;
}
.readcont {
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 200%;
    padding: 30px 0;
}
.readcont img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.readnext {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #e5e5e5;
}
.readnext li {
    height: auto;
    line-height: 45px;
    font-size: 16px;
}
.readnext li i {
    display: block;
    float: right;
    color: #999;
    font-style: normal;
}
.readnext li a {
    font-weight: bold;
}




@media screen and (max-width: 1680px) {
    .subt {
        height: 80px;
        margin-top: 60px;
    }
    .subtt {
        font-size: 3rem;
    }
    .newsbox, .vod {
        margin-top: 30px;
    }
    .newsbox li {
        margin-bottom: 50px;
    }
    .newsbox p span {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
    .newsbox a {
        width: 40%;
        margin-right: 6%;
    }
    .newsbox a span {
        font-size: 0.875rem;
    }
    .newsbox a span.t2 {
        font-size: 1.5rem;
    }
    .newsbox a span.t2f {
        font-size: 1.125rem;
        margin-top: 10px;
    }
    .vod li {
        margin: 0 0 40px 2%;
    }
}
@media screen and (max-width: 1440px) {
    .subt {
        height: 70px;
        margin-top: 40px;
    }
    .newsbox a {
        width: 42%;
        margin-right: 4%;
    }
    .newsbox a span {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 1280px) {
    .subt {
        height: 60px;
        margin-top: 30px;
    }
    .newsbox a {
        width: 45%;
        margin-right: 3%;
    }
}