@CHARSET "UTF-8";
/* sand-href start*/
.sand-href{
    float: right;
    width: 300px;
    height: 182px;
    margin-right: -320px;
    margin-top: -320px;
    cursor:pointer;
}
.sand-href img{
    width: 100%;
    height:100%;
    cursor:pointer;
}
@media (max-width:1601px){
    .sand-href{
        width: 250px;
        margin-right: -250px;
        height: 152px;
    }
}
@media (max-width:1367px){
    .sand-href{
        width: 150px;
        height: 91px;
        margin-right: -150px;
    }
}
/* sand-href end*/

/* sandDetail start*/
.sandDetail-warpper{
    padding: 40px 0px;
}
.sandDetail-left h3{
    color: #901c29;
    margin-left: 30px;
    font-size: 25px;
}
.sandDetail-left img{
    margin:30px auto 20px;
}
.sandDetail-left a{
    color: #ffffff;
    background-color: #901c29;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    margin: 0px 47px;
}
.sandDetail-left a:focus, .sandDetail-left a:hover {
    color: #ffffff !important;
    font-style: oblique;
}
.sandDetail-right{
    margin-top: 80px;
}
.sandDetail-right dl{
    padding-left: 40px;
    margin-right: -40px;
}
.sandDetail-right dd.num{
    color: #901c29;
    font-size: 28px;
}
.sandDetail-right dd.title{
    color: #901c29;
    color: #901c29;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sandDetail-right dd span{
    color: #666666;
    margin-right: 20px;
}
/* sandDetail end*/