.news-list{
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-list ul {
    margin: 0 -20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-list li{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 20px 20px;
}
.news-list li a{
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border: 1px solid #EAEAEA;
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #fff;
    border-radius: 5px;
}
.news-list li .pic{
    display: block;
    position: relative;
    flex: 0 0 400px;
    width: 400px;
    height: 248px;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.news-list li a:hover .pic img{
    transform: scale(1.05);
    z-index: 2;
}
.news-list li .text{
    padding: 15px 20px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 40px;
}
.news-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    min-height: 70px;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-list.cases li .desc{
    min-height: 96px;
    -webkit-line-clamp: 4 !important;
}
.news-list li .text-wrap{
    display: block;
}
.news-list li .text-wrap .date{
    margin-top: 15px;
    font-size: 16px;
}
.news-list li .text-wrap .btn{
    margin-top: 20px;
    width: 252px;
    height: 42px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0252bb;
    border-radius: 48px;
    cursor: pointer;
}
.news-list li a:hover .text-wrap .btn{
    background-color: #0092e4;
}
.rbox{
    display: block;
    padding: 0 0 20px 0;
    background-color: #FFFFFF;
}
.rbox.m60{
    margin-top: 30px;
}
.rbox .rb-title{
    padding: 22px 0;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
}
.rbox .rbt-text {
    line-height: 18px;
    height: 20px;
}
.rbox .rbt-text.red{
    color: #e4362d;
}
.art-rlist{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.art-rlist ul{
    display: block;
}
.art-rlist li{
    padding: 10px 0;
}
.art-rlist li a{
    display: flex;
    height: 70px;
    justify-content: flex-start;
    /* justify-content: space-between; */
}
.art-rlist li .pic{
    flex: 0 0 110px;
    width: 110px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 12px;
}
.art-rlist li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.art-rlist li:hover .pic img{
    transform: scale(1.1);
}
.art-rlist li .title{
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rbox .tag{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px -5px;
    overflow: hidden;
}
.rbox .tag span {
    width: 100%;
    padding: 5px;
}
.rbox .tag span a {
    font-size: 15px;
    display: block;
    background: #F6F6F6;
    text-align: center;
    padding: 4px 5px;
    border-radius: 5px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #2d2d2d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.rbox .tag span a:hover{
    background: #0092e4;
    color: #FFFFFF;
}

.lbox{
    padding: 0 0 38px 0;
    background-color: #FFFFFF;
}
.ard-top {
    border-bottom: dashed 1px #e6e6e6;
    padding: 20px 0 15px 0;
}
.ard-title {
    font-size: 48px;
    font-weight: bold;
    padding: 0 60px;
    text-align: center;
}
.ard-span {
    margin-top: 22px;
    display: flex;
    color: #666;
    font-size: 14px;
    justify-content: center;
}
.ard-source, .ard-time {
    margin-right: 28px;
    margin-left: 5px;
}
.ard-span span{
    margin-left: 5px;
}
.ard-desc {
    text-indent:2em;
    margin: 25px 0 35px 0;
    padding: 25px 32px;
    font-size: 18px;
    line-height: 1.8;
}
.ard-body{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 30px;
}
.ard-body a{
    color: #0252bb;
    text-decoration: underline;
}
.ard-body a:hover{
    color:#0092e4;
    text-decoration: underline !important;
}
.ard-body .desc{
    padding: 15px 20px;
    background-color: #F6F6F6;
}
.ard-body .desc h3{
    font-size: 22px;
    font-weight: bold;
}
.ard-body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.ard-body h2{
    font-weight: bold;
    padding-left: 22px;
    margin: 15px 0;
    line-height: 1.2;
    border-left: 3px solid #0252bb;
}
.ard-body h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin: 15px 0;
    border-left: 3px solid #0252bb;
}
.ard-body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.ard-next{
    height: 43px;
    line-height: 60px;
    font-size: 16px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
}
.ard-next .col{
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    margin-right: 20px;
}
.ard-copyright {
    color: #999;
    font-size: 14px;
    padding: 18px 0;
    line-height: 27px;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: auto;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #f6f6f6;
}
.det-tag.solut a{
    background-color: #f6f6f6;
}
.det-tag a:hover{
    background: #0252bb;
    color: #FFFFFF;
}
.cases-list{
    display: block;
    width: 100%;
    margin-top: 28px;
    padding-bottom: 30px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.cases-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px;
}
.cases-list li{
    display: block;
    width: 33.33%;
    height: auto;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
}
.cases-list .item{
    margin-bottom: 40px;
}
.cases-list li{
    padding: 20px 20px;
}
.cases-list .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.cases-list .pic em{
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 48px;
    height: 20px;
    border-radius: 52px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    padding: 3px 8px;
    color: #fff;
    z-index: 1;
    font-family: Helvetica;
}
.cases-list .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.cases-list li:hover .pic img{
    transform: scale(1.05);
}
.cases-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.cases-list .text .title{
    text-align: center;
    font-size: 16px;
    height: 70px;
    line-height: 1.57;
    padding-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cases-list .text .btn{
    width: 252px;
    height: 42px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0252bb;
    border-radius: 48px;
    margin: 0 auto;
    cursor: pointer;
}
.cases-list li:hover .text .btn{
    background-color: #0092e4;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.news-list {
    padding-bottom: 0;
}
.news-list ul {
    margin: 0 0;
}
.news-list li {
    padding: 0;
    margin-bottom: 20px;
}
.news-list li:last-child{
    margin-bottom: 0;
}
.news-list li a {
    display: flex;
    height: auto;
    padding: 0;
    justify-content: flex-start;
    flex-direction: column;
}
.news-list li .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.news-list li .text {
    padding: 15px 15px;
}
.news-list li .title {
    font-size: 16px;
    white-space: normal;
    margin-bottom: 8px;
}
.news-list li .text-wrap .date {
    margin-top: 10px;
    font-size: 14px;
}
.news-list li .text-wrap .btn {
    margin: 10px auto 0;
}
.ard-title {
    font-size: 22px;
    padding: 0 0;
}
.ard-body {
    font-size: 14px;
    line-height: 1.65;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ard-body h2 {
    padding-left: 15px;
    font-size: 20px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
    flex-direction: column;
}
.det-tagbox .tag-title {
    margin-right: 0;
    margin-bottom: 15px;
}
.ard-next {
    padding-top: 20px;
    height: auto;
    line-height: 1.65;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.ard-next .col{
    margin-bottom: 20px;
}
.cases-list {
    padding-bottom: 0;
}
.cases-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.cases-list li {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 25px;
}
.cases-list li:last-child{
    margin-bottom: 0;
}
.cases-list .text .title {
    height: auto;
    -webkit-line-clamp: 5;
}
.news-list li .desc {
    font-size: 14px;
    min-height: auto;
}
.news-list li .text-wrap .btn {
    font-size: 15px;
}
.rbox .rb-title {
    font-size: 18px;
}
.art-rlist li .title {
    font-size: 14px;
}
.rbox .tag span a {
    font-size: 14px;
}

}