.body .nav {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "PingFangSC-Regular";
}
.body .nav span,
.body .nav i {
    float: left;
    cursor: pointer;
    color: #4A4A4A;
}
.body .nav i {
    margin-left: 6px;
    margin-right: 8px;
}
.body .content {
    position: relative;
    margin-top: 20px;
}
.body .content .img-wrapper {
    width: 1200px;
    height: 675px;
}
.body .content .img-wrapper img {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.body .content .img-wrapper.loading {
    background: #F3F3F3;
}
.body .content .img-wrapper.loading::before {
    position: absolute;
    background: url("/images/loading.gif") no-repeat;
    width: 84px;
    height: 58px;
    left: 50%;
    margin-left: -42px;
    margin-top: 344px;
    content: '';
}
.body .content .slide {
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    z-index: 100;
}
.body .content .slide li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #FFF;
    margin-right: 13px;
    margin-top: 4px;
    opacity: 0.2;
    cursor: pointer;
    position: relative;
}
.body .content .slide li:hover {
    opacity: 0.6;
}
.body .content .slide li.active {
    opacity: 1;
}
.body .content .slide li.active:before {
    position: absolute;
    /* background: url("../images/earth.png") no-repeat; */
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: -4px;
    top: -4px;
    content: '';
}
.body .content .more {
    margin-top: 10px;
    height: 18px;
    width: 18px;
    float: right;
    background: #003382;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    opacity: 0.8;
}
.body .content .more:before {
    position: absolute;
    color: #FFF;
    height: 18px;
    width: 18px;
    text-align: center;
    left: 0.5px;
    top: -2px;
    content: '+';
}
.body .content .more.active:before {
    content: '-';
}
.body .content2 .detail {
    margin-top: 30px;
}
.body .content2 .detail .chn,
.body .content2 .detail .eng {
    // float: left;
    // width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.body .content2 .detail .chn .title,
.body .content2 .detail .eng .title {
    //height: 48px;
}
.body .content2 .detail .chn {
    padding-right: 40px;
}
.body .content2 .detail .eng {
    padding-left: 40px;
    padding-right: 50px;
}
.body .content2 .detail .eng li {
    line-height: 21px;
}
.body .content2 .detail {
    font-size: 12px !important;
    color: rgba(0,0,0,0.65) !important;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.body .content2 .detail li {
    font-size: 12px !important;
    color: rgba(0,0,0,0.65) !important;
    line-height: 24px;
    margin-bottom: 6px;
    font-family: "PingFangSC-Regular";
}
.body .content2 .detail li span {
    font-size: 12px !important;
}
.body .content2 .detail li span.label2 {
    float: left;
    width: 90px;
}
.body .content2 .detail li p {
    overflow: hidden;
	margin: 0;
}
