.art-details{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    overflow: hidden;
    padding: 24px 15px ;
    text-align:justify;
}
.advertisement{
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}
.advertisement a img{
    width: 100%;
}
.another{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
}
.title{
    background-color: #f6f6f6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
    border-radius: 4px;
}
.art-details h2{
    text-align: center;
}
.artimg{
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.artimg img{
    width: 100%;
}
.mar-b{
    margin-bottom: 24px;
}
.title-tip{
    color: #979797;
    font-size: 12px;
    text-align: center;
}
.sp-littlered{
    color: red;
}
.sp-blue{
    color: blue;
}
.sp-bigred{
    font-size: 18px;
    color: red;
}
.art-details h4{
    font-weight: bold;
}
.art-cont1 h4 , .art-cont1 p{
    margin-bottom: 8px;
}
.down-link{
    font-size: 18px;
}
.down-link span{
    color: red;
}
.down-link a, .down-link a:hover{
    color: blue;
}
.art-w{
    width: 200px;
}