/*详情页 */
#xiangqing .pic{width:100%;}
.zongk{width:1398px; margin:0 auto;}
.box-sj a {
    border: 1px #e60019 solid;
    border-radius: 7px;
    font-size: 16px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #e60019;
    font-weight: 500;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

/*移动端 */
@media screen and (max-width: 641px) {
.zongk {
    width: 90%;
}
.dingb {
    padding-top: 50px;
}

.dingb img {
    width: 100%;
}
.link {width: 100% !important;}
.w1130 {width: 100% !important; overflow-x: scroll;}
.artContent {padding: 30px 20px !important;}
.w1130 a {
    word-break: break-all;
}
 
}