.wapr {
    width: 100%;
    height: 100%;
    padding: 0 5%;
}

.new-top {
    padding-top: 1rem;
    padding-left: 5%;
    text-align: left;
    border-bottom: 1px solid #ECECEC;
}

.new-top a {
    line-height: 1rem;
    padding-right: .5rem;
    font-size: .18rem;
    font-weight: bold;
}

#new-more {
    min-height: 500px;
    display: inline-grid;
}

.new-top .active {
    color: #DB0D0D;
}

#new-cont {
    padding-top: 1rem;
    height: 500px;
}


.swiper-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    border-radius: .4rem;
    display: inline-block;
    opacity: 0.6;
    background: #999999;
}

.swiper-pagination .swiper-pagination-bullet-active {
    display: inline-block;
    opacity: 1;
    background: #DB0D0D;
}

.more-div {
    margin: .3rem;
    width: 1200px;
    /*float: left;*/
    display: flex;
}

.more-div .ri {
    width: 70%;
    padding: 5%;
    background-color: #F9F9F9;
    text-align: left;
}

.more-div .le {
    width: 30%;
    background: #eeeeee;
    display: table;
}

.more-div .le a {
    font-size: 16px;
    color: #db0d0d;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: "SY_Regular";
}

.more-div .le a i {
    width: 18px;
    height: 16px;
    background-image: url(../images/img34.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -2px;
}

.more-div .ri .title {
    font-size: 24px;
    color: #333333;
    white-space: normal;
    max-height: 3em;
    max-width: 88%;
    line-height: 1.5;
    overflow: hidden;
}

.more-div .ri .cont {
    font-size: 16px;
    color: #555555;
    font-family: "SY_Bold";
    margin-top: 20px;
}


#jz {
    padding: 10px 0px 30px 0px;
}

#jz span {
    font-size: 18px;
    color: #db0d0d;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.new_dat1 {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4.5%;
}

.new_dat1 .top {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.new_dat1 .top .p1 {
    font-size: 32px;
    color: #333333;
    font-family: "SY_Bold";
    text-align: center;
}

.new_dat1 .top .p2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #999999;
    margin-top: 5px;
}

.new_dat1 .top .p2 span {
    font-family: "Arial";
    display: inline-block;
    margin: 0 16px;
}

.new_dat1 .con {
    width: 100%;
    padding: 0 7%;
    padding-bottom: 6%;
    padding-top: 4%;
    text-align: left;
}

.new_dat1 .con * {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    font-family: "SY_Regular";
    text-indent: 2em;
}

.new_dat1 .con img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.new_dat1 .bot {
    border-top: 1px solid #ededed;
    padding: 0 7%;
    padding-right: 175px;
    position: relative;
    text-align: left;
}

.new_dat1 .bot a {
    font-size: 18px;
    color: #333333;
    display: block;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    transition: all .5s;
}

.new_dat1 .bot .more {
    font-family: "SY_Regular";
    font-size: 16px;
    color: #db0d0d;
    width: 160px;
    height: 44px;
    border-radius: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #db0d0d;
    display: block;
    transition: all .5s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

#foot {
    background-color: #F9F9F9;
    padding: .5rem 0;
}