.body-wrap {
    width: 100%;
    height: 100%;
    /*background-color: #F6F6F6;*/
}

.pic-title {
    text-align: center !important;
    margin: 0 0 20px 0 !important;
    text-indent: 0 !important;
}

.pic-group {
    width: 100%;
}

.pic-group img {
    width: 49.5% !important;
    margin: 5px 0 5px 0 !important;
}

.pic-group img:nth-child(2n) {
    float: right !important;
    margin-right: 0 !important;
}

.news-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    margin: 0 10px 0 0;
}

.news-wrap {
    width: 1330px;
    height: auto;
    float: left;
    position: relative;
    padding: 50px 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.news-wrap .left {
    width: 1060px;
    background-color: #fff;
}

.news-wrap .right {
    width: 240px;
}

.news-wrap .left .info-list {
    display: block;
    cursor: pointer;
    width: 1060px;
    height: 186px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 21px;
}

.news-wrap .left .info-list .time {
    color: #06468E;
    float: left;
    text-align: center;
    margin: 10px 10px 0 20px;
}

.news-wrap .left .info-list img {
    float: left;
    height: 150px;
    width: 248px;
    margin: 18px;
}

.news-wrap .left .info-list .text-box {
    width: 630px;
    height: auto;
    float: left;
    margin: 22px 18px 18px 10px;
}

.news-wrap .left .info-list .text-box .title {
    font-size: 18px;
    width: 600px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-wrap .left .info-list .text-box .text {
    text-align: justify;
    margin-top: 10px;
    color: #707070;
}

.news-wrap .left .title {
    width: 850px;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    margin: 64px auto 0 auto;
    color: #707070;
}

.news-wrap .left .line {
    width: 932px;
    height: 1px;
    margin: 33px auto 18px auto;
    background-color: #E6E6E6;
}

.news-wrap .left .sub-title {
    text-align: center;
    width: 500px;
    color: #989898;
    font-size: 14px;
    margin: 0 auto;
}

.news-wrap .left .sub-title span {
    display: inline-block;
    margin: 0 10px;
}

.news-wrap .right .bar .title {
    width: 72px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #06468E;
    margin-left: 6px;
}

.news-wrap .right .bar .sub-title {
    cursor: pointer;
    display: block;
    margin: 20px auto 0 auto;
    font-size: 16px;
    width: 240px;
    height: 70px;
    color: #707070;
    border-bottom: 1px solid #EAECEE;
}

.news-wrap .right .bar .sub-title a {
    display: inline-block;
    line-height: 22px;
    margin-left: 6px;
}

.news-wrap .right .bar .sub-title a:hover {
    color: #06468E;
}

.news-wrap .right .bar .sub-title .time {
    width: 67px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #C6C6C6;
    margin-top: 5px;
    margin-left: 6px;
}

.news-wrap .content {
    color: #707070;
    width: 862px;
    margin: 50px auto 0 auto;
}

.news-wrap .content span {
    display: block;
    float: left;
    width: 862px;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin: 10px 0;
}

.news-wrap .content img {
    width: 862px;
    margin: 20px auto 0 auto;
    float: left;
}

.news-wrap .content video {
    width: 862px;
    margin: 20px auto 0 auto;
    float: left;
}


.news-wrap .content div {
    width: 862px;
    margin: 0 auto;
}

.col-50 {
    width: 431px;
}

.news-wrap .content .news-title {
    color: #373737;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.page-wrap {
    float: left;
    margin-top: -100px;
    width: 100%;
    text-align: center;
    height: 40px;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

.page-wrap .left-arrow {
    margin-top: 8px;
}

.page-wrap .right-arrow {
    margin-top: 7px;
    transform: rotate(180deg);
}

.body-wrap .news-wrap .content-foot {
    width: 900px;
    height: 42px;
    float: left;
    position: relative;
    margin: 50px auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.body-wrap .news-wrap .content-foot .left {
    width: 761px;
    height: 42px;
    font-size: 14px;
    background: #FBFBFB;
}

.body-wrap .news-wrap .content-foot .left .prev,
.body-wrap .news-wrap .content-foot .left .next {
    color: #707070;
    float: left;
    margin-top: 6px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    width: 380px;
    height: 30px;
    border-right: 1px solid #ECECEC;
}

.body-wrap .news-wrap .content-foot .left .prev:hover,
.body-wrap .news-wrap .content-foot .left .next:hover {
    color: #0f6296;
}

.body-wrap .news-wrap .content-foot .left .next {
    float: right;
    border-right: none;
}

.body-wrap .news-wrap .content-foot .right {
    position: relative;
    width: 129px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    cursor: pointer;
    color: #707070;
    background-color: #F3F6F9;
}

.body-wrap .news-wrap .content-foot .right:hover {
    color: #0f6296;
}

.body-wrap .news-wrap .content-foot .right img {
    float: left;
    margin-top: 14px;
    margin-left: 30px;
}