.index_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    background: #cc0000;
    color: #fff;
    padding: 0 10px;
}

.index_top .left.login {
    opacity: 1;
}

.index_top .left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
}

.index_top .center {
    text-align: center;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_top .right {
    padding-left: 60px;
}

.index_top .left img {
    width: 25px;
}

.index_top .left .s01 {
    font-size: 16px;
}

.index_top .center .s01 {
    font-size: 20px;
}

.index_top .right a {}

.index_top .right a img {
    width: 25px;
}

.notice {
    height: 32px;
    line-height: 32px;
    background: #fff;
    font-size: 12px;
    color: #000;
}

.notice .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.notice .left {}

.notice .right {}

.notice .left img {
    width: 28px;
}

.notice .left .s01 {}

.notice .right img {
    width: 14px;
}

.index_items {
    margin-top: 5px;
    background: #fff;

    line-height: 36px;
    /* padding: 0 20px; */
}

.index_items .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #fff;
    padding-bottom: 10px;
}

.index_items .inner .item {
    width: 50%;
    border-top: 1px solid #eee;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
.index_items .title {
    padding: 0 10px;
    height: 36px;
}

.index_items .title .s01 {
    font-size: 14px;
    color: #333;
}

.index_items .title .s01::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 3px;
    background-color: #EB000E;
    border-radius: 20px;
    vertical-align: -2px;
    margin-right: 5px;
}

.index_items .inner .item .d01 .img_wrap {
    border: solid 1px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
}
.index_items .inner .item img {
    height: 50px;
    width: 50px;
}
.index_items .inner .item .d01 {
    width: 100%;
    padding: 0 20px;
    border-right: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.index_items .inner .item .d01 span {
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ads {}

.ads .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
        overflow: hidden;
}
.ads02 {
    background: #fff;
    line-height: 36px;
    margin-top: 8px;
}

.ads02 .title {
    padding: 0 10px;
    height: 36px;
}

.ads02 .inner {}

.ads02 .title .s01 {
    font-size: 14px;
    color: #333;
}


.ads02 {
    background: #fff;
    line-height: 36px;
    margin-top: 8px;
}

.ads02 .title {
    padding: 0 10px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.ads02 .ads02_inner {
    padding: 0 10px;



}

.ads02 .title .s01 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.ads02 .title img {
    height: 20px;
    margin-right: 20px;
}

.ads02 .item {}

.ads02 .item .d01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ads02 .item .d02 {
    background: #f7f7f7;
    /* margin-top: 10px; */
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

.ads02 .item .d01 img {
    height: 25px;
}

.ads02 .item .d01 .s01 {
    font-size: 14px;
    color: #333;
}

.ads02 .item .d01 .s02 {
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: #999;
}

.ads02 .item .d02 img {
    width: 35px;
        height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.ads02 .item .d02 .s01 {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}




.ads03 {
        width: 100%;
        height: 320px;
        overflow: hidden;
        padding: 10px 0;
        background: #fff;
}

.ads03 .ads03_inner ul {
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.ads03 .img_wrap {
    margin: 0 10px;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.1);
    overflow: hidden;
    box-shadow: 1px -2px 4px 1px #9d9d9d;
    -webkit-Box-shadow: 1px -2px 4px 1px #9d9d9d;
    -moz-Box-shadow: 0 8px 7px -11px #9d9d9d;
    margin-bottom: 20px;
}

.ads03 .img_wrap img {
    height: 300px;
}