.abt {
    width: 16vw;
    margin-left: 12%;
    margin-top: 5vw;
    float: left;
    height: auto;
    overflow: hidden;
}
.abt span {
    display: block;
}
.t1 {
    font-size: 3rem;
    font-weight: bold;
}
.t2 {
    font-size: 2.5rem;
    color: #ccc;
    margin-top: 20px;
}

.newsbox {
    width: 60vw;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 5vw;
}
.newsbox.box2 {
    width: 50vw;
    margin-left: 5vw;
}
.news, .news2 {
    height: auto;
    overflow: hidden;
}
.news li {
    width: calc(50% - 50px);
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.news2 li {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.news li:nth-child(even) {
    margin-left: 100px;
}
.news li p {
    width: 100%;
    height: 15vw;
    overflow: hidden;
    display: block;
}
.news span {
    display: block;
}
.news span:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 10px;
    color: #999;
}
.news span:nth-child(3) {
    font-size: 1.25rem;
    line-height: 160%;
    height: 4rem;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news li:hover span:nth-child(3) {
    font-weight: bold;
}
.news span:nth-child(4) {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    margin: 10px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news a {
    display: block;
    width: 80px;
    padding-left: 45px;
    line-height: 30px;
    font-size: 0.875rem;
    color: #b4926a;
    position: relative;
    -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;
}
.news2 a, .news2 a span {
    display: block;
}
.news2 a span:nth-child(1) {
    width: 85%;
    float: left;
    font-size: 1.25rem;
    line-height: 150%;
    font-weight: bold;
}
.news2 a span:nth-child(2) {
    color: #999;
    font-size: 0.875rem;
    width: 15%;
    float: left;
    line-height: 150%;
    text-align: right;
}
.news2 a span:nth-child(3) {
    font-size: 0.875rem;
    margin-top: 20px;
    width: 85%;
    line-height: 180%;
    color: #999;
    float: left;
}

.news a::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #a87e47;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
}
.news a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #a87e47;
    border-right: 1px solid #a87e47;
    position: absolute;
    top: 12px;
    left: 23px;
    z-index: 11;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}

.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;
    background: #f5f5f5;
    padding: 20px 0;
}
.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.625rem;
    line-height: 2rem;
    margin-top: 10px;
    color: #666;
}
.readi {
    height: auto;
    overflow: hidden;
    padding: 30px 0 10px 0;
    font-size: 0.875rem;
    line-height: 180%;
    color: #999;
}
.readi a {
    color: #999;
}
.readi a:hover {
    text-decoration: underline;
}

.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 #ddd;
}
.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) {

}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}