/* .content .content_body .ystd_list{
    background-color: #fff;
} */

.content .content_body .ystd_list li{
    margin: 30px 0px;
    position: relative;
    width: 640px;
    height: 278px;
}

.content .content_body .ystd_list li img{
    width: 640px;
}

.content .content_body .ystd_list li .swt-an{
    display: block;
    width: 133px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    position: absolute;
    bottom: 20px;
}

.content .content_body .ystd_list li:nth-of-type(1) a{

    /* position: relative; */
    /* right: 0 !important;
    bottom: 0 !important; */

}

.content .content_body .ystd_list li .swt-an:nth-of-type(1){
    background-color: #59d5d5;
    right: 287px;
}
.content .content_body .ystd_list li .swt-an:nth-of-type(2){
    background-color: tomato;
    right: 72px;
}

