.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-top .active{
    color: #DB0D0D;
}

#new-cont{
    padding-top: 1rem;
}

.rm-new{
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.rm-new:hover img{
    transform: scale(1.1);
}

.rm-new .lf{
    width: 50%;
    height: 500px;
}


.rm-new .lf{
    overflow: hidden;
}

.rm-new .lf img{
    max-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    transition:all 2s;
}


.rm-new .ri{
    width: 50%;
    padding: 5%;
    background-color: #F9F9F9;
}

.rm-new .ri .time{
    font-size: 20px;
    color: #999999;
    font-family: "Arial";
    margin-bottom: 4.5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rm-new .ri .title{
    font-size: 32px;
    color: #333333;
    font-family: "SY_Bold";
}

.rm-new .ri .cont{
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    font-family: "SY_Regular";
    margin-top: 4%;
    margin-bottom: 9%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.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 0;
}

.more-new{
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.more-new:hover img{
    transform: scale(1.1);
}

.more-new:hover .ri .title{
    color: #DB0D0D;
}


.more-new .lf{
    width: 25%;
}

.more-new .lf{
    overflow: hidden;
}

.more-new .lf img{
    border: none;
    max-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    transition:all 2s;
}

.more-new .ri{
    width: 75%;
    padding: 5%;
    background-color: #F9F9F9;
    position: relative;
}

.more-new .ri:before{
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/img20.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 6.5%;
    top:50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.more-new .ri .time{
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    font-family: "Arial";
}

.more-new .ri .title{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    transition: all .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.more-new .ri .cont{
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    font-family: "SY_Regular";
    margin-top: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


#jz{
    padding:10px 0px 30px 0px;
}

#jz span{
    font-size: 18px;
    color: #db0d0d;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

#jz span:before{
    content: '';
    width: 26px;
    height: 27px;
    background-image: url(../images/img17.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.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;
}