.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
}
.news img {
    display: block;
    width: 30%;
    height: 260px;
    object-fit: contain;
}
.news span {
    display: block;
    width: calc(70% - 100px);
    font-size: 1rem;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 150%;
}
.news_en span {
    font-size: 0.875rem;
}
.news span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 40px;
    line-height: 160%;
}
.news.news_en span:nth-child(2) {
    font-size: 1rem;
}
.news span:nth-child(3) {
    margin-top: 15px;
}
.news span:nth-child(4) {
    margin-top: 20px;
    line-height: 34px;
    width: 140px;
    border-radius: 20px;
    border: 1px solid #3a3938;
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 20px;
}
.news a:hover span:nth-child(4) {
    background: #3a3938;
    color: #fff;
}
.news a:nth-child(odd) img, .news a:nth-child(even) span {
    float: left;
}
.news a:nth-child(even) img, .news a:nth-child(odd) span {
    float: right;
}
.news a:hover {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* 详情 */
.readbox {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.readleft {
    width: calc(30% - 30px);
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    padding-bottom: 100px;
}
.readleft.fixed {
    position: fixed;
    z-index: 0;
    bottom: 0;
}

.readright {
    width: 70%;
    height: auto;
    overflow: hidden;
    float: right;
    padding: 50px 80px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.readpos {
    line-height: 40px;
    color: #999;
    font-size: 0.875rem;
}
.readbox_en .readpos {
    font-size: 0.75rem;
}
.readpos a {
    color: #999;
}
.readpos a:hover {
    text-decoration: underline;
}

.readt {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    line-height: 120%;
    padding: 15px 0;
    margin-top: 20px;
}
.readbox_en .readt {
    font-size: 1.625rem;
    font-family: 'Times New Roman', Times, serif;
}
.readt2 {
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 15px;
    text-align: center;
}
.readi {
    padding: 10px;
    color: #666;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 0.875rem;
    margin-top: 10px;
}
.readbox_en .readi {
    font-size: 0.75rem;
}

.readdes {
    height: auto;
    padding: 30px;
    color: #666;
    border: 1px solid #e5e5e5;
    line-height: 200%;
    font-size: 0.875rem;
    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: #002354;
    position: absolute;
    left: -1px;
    top: -10px;
    text-align: center;
    border-radius: 3px;
}
.readdes strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #002354;
    border-left: 8px solid transparent; 
    position: absolute;
    left: 30px;
    top: 100%;
}

.readv {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #000;
    margin-top: 30px;
}
.readcont {
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 180%;
    padding: 30px 0 60px 0;
}
.readbox_en .readcont {
    font-size: 0.875rem;
}
.readcont img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.readnext {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    margin: 40px 0;
    border-top: 1px solid #e5e5e5;
}
.readnext li {
    height: auto;
    line-height: 45px;
    font-size: 1rem;
}
.readbox_en .readnext li {
    font-size: 0.875rem;
}
.readnext li i {
    display: block;
    float: right;
    color: #999;
    font-style: normal;
}

.newslist {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.newslist li {
    line-height: 40px;
    font-size: 1rem;
    overflow: hidden;
}
.newslist li span {
    display: block;
    width: 150px;
    position: relative;
}
.newslist li span:nth-child(1) {
    width: calc(100% - 200px);
    padding-left: 30px;
}
.newslist li span:nth-child(1)::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    z-index: 10;
}
.newslist li span:nth-child(2) {
    color: #999;
    text-align: right;
}

.picsbox {
    width: 100%;
    height: 65vh;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dalislide.picsbox li img {
    object-fit: contain;
}
.picsbox .slideb em {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: rgba(255, 255, 255, .5);
}
.picsbox .slideleft, .picsbox .slideright {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	opacity: .5;
	z-index: 100;
	cursor: pointer;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.picsbox .slideleft {
	left: -50px;
	background: url(/static/images/cpleft.png) center no-repeat;
}
.picsbox .slideright {
	right: -50px;
	background: url(/static/images/cpright.png) center no-repeat;
}
.picsbox .slideleft:hover, .picsbox .slideright:hover {
	opacity: 1;
}
.dalislide:hover .slideleft {
	left: 50px;
}
.dalislide:hover .slideright {
	right: 50px;
}

@media screen and (max-width: 1680px) {
    .news {
        margin: 15px 0;
    }
    .news img {
        height: 220px;
    }
    .news span:nth-child(2) {
        font-size: 1.2rem;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .news {
        margin: 15px 0;
    }
    .readdes {
        padding: 30px;
        font-size: 0.875rem;
    }
    .readdes strong {
        width: 60px;
        height: 28px;
        line-height: 28px;
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 1280px) {
    .news {
        margin: 10px 0;
    }
    .news img {
        height: 200px;
    }
    .readdes {
        padding: 30px;
        font-size: 0.875rem;
    }
    .readdes strong {
        width: 60px;
        height: 26px;
        line-height: 26px;
        font-size: 0.75rem;
    }
}