.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 li{
    padding: 10px 0;
}
.art-rlist li a{
    display: flex;
    height: 70px;
    justify-content: flex-start;
}
.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: 33.33%;
    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;
}
.rbox .tag span a:hover{
    background: linear-gradient(113deg, #8a00e5, #6601a8);
    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 .desc{
    padding: 15px 20px;
    background-color: #F6F6F6;
}
.ard-body .desc h3{
    font-size: 22px;
    font-weight: bold;
}
.ard-body img{
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.ard-body h2{
    font-weight: bold;
    padding-left: 22px;
    border-left: 3px solid #8a00e5;
}
.ard-body h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    border-left: 3px solid #8a00e5;
}
.ard-body img{
    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;
}
.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: 80px;
    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: linear-gradient(113deg, #8a00e5, #6601a8);
    color: #FFFFFF;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.lbox {
    padding: 0 0 18px 0;
}
.ard-title {
    font-size: 22px;
    padding: 0 0;
}
.ard-span {
    margin-top: 22px;
    font-size: 12px;
}
.ard-source, .ard-time {
    margin-right: 18px;
}
.ard-body {
    font-size: 15px;
    padding-bottom: 20px;
}
.det-tagbox {
    display: flex;
    flex-direction: column;
}
.det-tagbox .tag-title {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}
.det-tag a {
    padding: 0 15px;
    font-size: 14px;
}
.ard-next {
    height: auto;
    line-height: 1.6;
    font-size: 14px;
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.ard-next .col {
    margin: 10px 0;
}
.art-rlist li .title {
    font-size: 14px;
}
.rbox .tag span a {
    font-size: 14px;
}
}