﻿.news_con{padding: 5% 20px 4%;box-sizing: border-box;overflow: hidden;}
.news_list ul{margin-bottom: 20px;}
.news_list li{padding: 4% 0;box-sizing: border-box;border-radius: 8px;overflow: hidden;position: relative;transition: all .3s;}
.news_list li:nth-child(2n){background: #f8f8f8;}
.news_ll{float: left;width: 23.9%;}
.news_ll h3{font-weight: bold;color: #1e1e1e;margin-bottom: 15px;}
.news_ll-tips span{display: inline-block;padding: 2px 16px;border: 1px solid #1e1e1e;border-radius: 30px;margin-right: 5px;margin-bottom: 10px;}
.news_rr{float: left;width: 76.1%;}
.news_rr dd{float: left;width: 38.4%;border-radius: 25px;}
.news_rr dt{float: right;width: 57.2%;padding-top: 2%;}
.news_rr dt h2{font-weight: bold;margin-bottom: 15px;}
.news_rr dt h2 a{display: block;line-height: 30px;max-height: 60px;overflow: hidden;}
.news_rr dt p{line-height: 24px;max-height: 72px;overflow: hidden;margin-bottom: 5%;}
.news_link a{
    background: #1e1e1e;
    width: 192px;
    height: 46px;
    line-height: 46px;
    display: block;text-align: center;color: #fff;border-radius: 30px;
}
.news_link a i {
    margin-right: 8px;transition: all .3s;
}
.del_01{overflow: hidden;}
.del-ll{float: left;width: 65.6%;}
.del-rr{float: right;width: 28.5%;background: #efefef;padding: 0.7rem 0.3rem;box-sizing: border-box;border-radius: 30px;}
.del-rr li{margin-bottom:10%;}
.del-rr li:last-child{margin-bottom: 0;}
.del-rr dd{margin-bottom: 20px;font-weight: bold;}
.del-rr dt a{display: none;margin-bottom: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.del-rr dt a:nth-child(-n+5){display: block;}


.del_link{margin-top: 20px; display: none;}
.del_link a{font-size: 26px;display: block;position: relative;}
.del_link a i{display: block;width: 0.24rem;height: 0.24rem; position: relative;}
.del_link a i::after,.del_link a i::before{content: "";background: #333333;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}
.del_link a i::after{width: 100%;height: 0.04rem;}
.del_link a i::before{height: 100%;width: 0.04rem;}

.del-rr li.on a{display: block;}
.del-rr li.on a i::after{visibility: hidden;opacity: 0;}
.del-rr li.on a i::before{
    transform: translate(-50%,-50%)  rotate(90deg); -webkit-transform: translate(-50%,-50%)  rotate(90deg);-ms-transform: translate(-50%,-50%)  rotate(90deg);-moz-transform: translate(-50%,-50%)  rotate(90deg);-o-transform: translate(-50%,-50%)  rotate(90deg);}




.del-ll-l{width: 77px;float: left;}
.del-ll-l li{margin-bottom: 15px;}
.del-ll-l dl{text-align: center;width: 50px;}
.del-ll-l dd{width: 50px;height: 50px;text-align: center;line-height: 50px;color: #fff;background: #000;border-radius: 100%;font-size: 24px;margin-bottom: 3px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.del-ll-r{width: calc(100% - 78px);float: left;}
.del-ll-r h2{font-weight: bolder;margin-bottom: 20px;line-height: 1.3;}
.del_date{font-weight: bold;margin-bottom: 0.4rem;}
.del-edit .edit_con_original{line-height: 1.5;}
.d_page{overflow: hidden;padding:15px 0;border-top: 2px solid #1d1d1d;border-bottom: 2px solid #1d1d1d;margin-top: 0.9rem;color: #1f1a17;}
.d_page span{float: left;width: 49%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bold;}
.d_page span:nth-child(2){float: right;text-align: right;}
.d_page span.disabled{color: #949494;}

.del_02{box-sizing: border-box;padding: 0 77px;}
.del_02 .solution_06{padding-top: 1.2rem;}
.del_02 .solution_05-tit{text-align: left;margin-bottom: 0.2rem;}
.del_03{padding-top: 1rem;}
@media only screen and (min-width:1025px) {
    .news_list li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);z-index: 3;}
    .news_link a:hover{color: #fff!important;}
    .news_link a:hover i {
        margin-right: 4px;
    }

    .del_link a i::after,.del_link a i::before{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
    .del_link a i:hover::after,.del_link a i:hover::before{background: #ff0000;}

    .del-ll-l dd:hover{    color: #ff0000;}
}
@media only screen and (max-width:1720px) {
    .news_rr dt{padding-top: 0;}
}
@media only screen and (max-width:1024px) {
    .news_ll{width: 30%;padding-right: 20px;}
    .news_rr{width: 70%;}
    .news_rr dd,.news_rr dt{width: 100%;}
    .news_rr dt{margin-top: 20px;}
    .del-ll,.del-rr{width: 100%;}
    .del-rr{margin-top: 8%;}
    .del_02{padding: 0;}
    .d_page span{width: 100%;}
    .d_page span:nth-child(2){float: left;text-align: left;}
}
@media only screen and (max-width:767px) {
    .news_con{padding: 5% 10px 10px;}
    .news_ll,.news_rr{width: 100%;}
    .news_list ul{margin-bottom: 0;}
    .news_list li{padding: 30px 10px;}
    .news_ll h3{margin-bottom: 8px;}
    .news_ll-tips span{font-size: 12px;padding: 2px 10px;}
    .news_rr{margin-top: 10px;}
    .news_rr dt h2{margin-bottom: 10px;}
    .news_rr dt h2 a{line-height: 26px;max-height: 52px;}
    .news_link a{width: 150px;height: 40px;line-height: 40px;}
    .news_rr dt p{margin-bottom: 20px;}
    .del_01{padding: 30px 0;}
    .del-ll-l,.del-ll-r{width: 100%;}
    .del-ll-l li{float: left;margin-right: 10px;}
    .del-ll-l dl{width: 40px;}
    .del-ll-l dd{width: 40px;height: 40px;line-height: 40px;font-size: 20px;}
    .del_02 .solution_06{padding-top: 10px;}
    .del_03{padding-top: 30px;}
}

.news_type{text-align: center; margin-bottom: 5%;}
.news_type ul{ display: inline-block;}
.news_type li{ float: left; cursor: pointer; margin: 0 0.2rem;text-align: center;padding: 0 0.3rem; border:2px solid #000;border-radius: 0.25rem;}
.news_type li.on{color: #fff; background: #000;}