.verifyImgCode{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-box{
    display: block;
    position: relative;
    background: #e1daea;
    padding-bottom: 10px;
    border-radius: 10px;
}
.scroll-background{
    background-image: url("../images/sprite.3.2.0.png");
    background-repeat: no-repeat;
}
.scroll-bar{
    margin-left: 15px;
    width: 384px;
    background-position: 0 0;
    height: 28px;
    position: relative;
    background:  rgb(77, 28, 138);
    border-radius: 10px;
}
.slide-btn{
    height: 44px;
    width: 44px;
    background-position: 0 -84px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}
.slide-title{
    cursor: default;
    position: absolute;
    left: 35px;
    font-size: 12px !important;
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    width: 350px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background:  rgb(77, 28, 138);
    border-radius: 10px;
}
.slide-img-div{
    width: 384px;
    height: 216px;
    position: relative;
    background-color: #e1daea;
    margin:auto;
}
.slide-img-div img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.slide-top {
    height: 40px;
    width: 414px;
    background-position: 0 -1341px;
    position: relative;
    background: #e1daea;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: flex-end;
}
.slide-bottom{
    height: 28px;
    width: 414px;
    background-position: 0 -56px;
    line-height: 14px !important;
    position: relative;
    text-align: left;
    overflow: visible;
    background: #e1daea;
    border-radius: 0 0 10px 10px;
}
.slide-bottom-no-logo{
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #e1daea !important;
    cursor: default;
}
.slide-bottom-refresh{
    overflow: visible;
    display: block;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 16px !important;
    background-color: #e1daea;
    margin: 6px 0 0 18px !important;
    height: 14px;
    width: 14px;
    background-position: 0 -1179px;
}

.slide-box-shadow{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}
.slide-block{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255, 255, 0, 0.8);
    background-size: 260px 116px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}
.slide-img-nopadding{
    position: relative;
    width: 100%;
    height: 100%;    
}
.slide-icon{
    float: left;
    height: 22px;
    width: 26px;
}
.slide-img-hint{
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}
.slide-text{
    text-align: left !important;
    color: #4b3f33;
}
.slide-img-hint-info{
    height: 22px;
    width: 384px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transition: height .4s;
    z-index: 11;
    background: #fff;
}
.redColor{
    color: red;
}
.greenColor{
    color: green;
}
.slide-img-border{
    margin-bottom: 3px;
}
.news-container {
    width: 100%;
    position: relative;
    background: lightgoldenrodyellow;
    overflow: hidden;
}

    .news-container > div {
        width: 970px;
        margin: auto;
        height: 24px;
        display: flex;
        align-items: center;
    }
    .news-container .icon {
        font-size: 20px;
        margin-right: 5px;
    }
.news-content {
    flex: 1;
    display: flex;
}
.news-item {
    margin-left:5px;
    margin-right:970px;
    cursor:pointer;
}
.news-container .icon-shanchu1 {
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 2px;
}
