.bkbox {
	width: 80%;
	margin: 0 auto;
}
.bkbox.propos {
    margin-top: 2vw;
}
.prot {
    height: 50px;
    font-size: 1.125rem;
    color: #777;
}
.prot a {
    color: #777;
}
.prot a:hover {
    color: #0c345c;
    text-decoration: underline;
}

.casebox, .casebox li {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.casebox a {
    display: block;
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 3vw;
}
.casep {
    width: 100%;
    height: 26vw;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}
.casep .svg {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
.casep .svg path {
    fill: #fff;
}
.casei {
    display: table;
    width: 22%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 20;
    background: rgba(0,0,0,.7);
}
.casec {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    padding: 20px;
}
.casec span {
    display: block;
    line-height: 180%;
    height: auto;
    overflow: hidden;
}
.casec span.ct {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
}
.casec span.cc {
    font-size: 1rem;
    max-height: 9rem;
    margin-top: 20px;
    color: #fff;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.casec span.ca {
    font-size: 0.875rem;
    color: #fff;
    margin-top: 20px;
    background: #00664f;
    line-height: 35px;
    padding-left: 20px;
}
.casec span.ca .svg {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}
.casec span.ca .svg path {
    fill: #fff;
}
.casep:hover .casei {
    left: 78%;
}
.casep:hover>.svg {
    display: none;
}

.news, .vod {
    height: auto;
    overflow: hidden;
}
.vod {
    margin-top: 60px;
}
.news li {
    height: auto;
    overflow: hidden;
    padding: 3vw 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.news li p {
    width: 38%;
    height: 20vw;
    display: block;
    float: left;
    margin-right: 5%;
}
.news span {
    width: 48%;
    display: block;
    float: left;
}
.news span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 30px;
    color: #0c345c;
}
.news span:nth-child(3) {
    font-size: 1.25rem;
    line-height: 70px;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.news span:nth-child(4) {
    color: #999;
    font-size: 0.875rem;
    overflow: hidden;
    line-height: 180%;
    margin-top: 20px;
}
.news a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 43%;
    bottom: 3vw;
    font-size: 0.875rem;
    background: url(/static/images/iconfont/aright2.png) right center no-repeat;
    background-size: 15px;
}


/* 详情 */

.readbox {
    width: 1080px;
    max-width: 90%;
    height: auto;
    overflow: hidden;
    margin: 10px 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: 150%;
    margin-top: 20px;
    text-align: center;
}
.readt2 {
    height: auto;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 10px;
    text-align: center;
}
.readi {
    height: auto;
    overflow: hidden;
    padding: 30px 0 10px 0;
    font-size: 1.125rem;
    color: #0c345c;
    text-align: center;
    font-weight: bold;
}

.readi a:hover {
    text-decoration: underline;
}

.readdes {
    height: auto;
    padding: 40px;
    color: #666;
    border: 1px solid #e5e5e5;
    line-height: 200%;
    font-size: 1rem;
    margin-top: 30px;
    border-radius: 3px;
    position: relative;
}
.readdes strong {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    color: #fff;
    background: #005636;
    position: absolute;
    left: -1px;
    top: -10px;
    text-align: center;
    border-radius: 3px;
}
.readdes strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #005636;
    border-left: 8px solid transparent; 
    position: absolute;
    left: 30px;
    top: 100%;
}
.readvod {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.readv {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: 40px;
}
.readcont {
    height: auto;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 200%;
    padding: 40px 0;
}
.readcont img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.readcont a.contmore {
    display: block;
    width: 280px;
    line-height: 60px;
    text-align: center;
    margin: 50px auto;
    font-size: 1.25rem;
    color: #0c345c;
    background: #f5f9f8;
}
.readcont a.contmore:hover {
    background: #e1eeeb;
}
.readintro {
    height: auto;
    overflow: hidden;
    margin: 60px 0;
    font-size: 1.25rem;
    color: #666;
    line-height: 250%;
}

.readnext {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    margin: 60px 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;
}

.sub {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
}
.sub a {
    display: inline-block;
    padding: 0 30px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border-left: 1px solid #999;
}
.sub a:nth-child(1) {
    border-left: 0;
}
.sub a.on {
    font-weight: bold;
}

.vod a {
    display: block;
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 0 60px 5%;
}
.vod a:nth-child(3n+1) {
    margin-left: 0;
}
.vod a p {
    width: 100%;
    height: 15vw;
    overflow: hidden;
    position: relative;
}
.vod a p img.playb {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 10;
}
.vod a span {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin-top: 30px;
}

@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}