.aui-list-theme {
    overflow: hidden;
    position: relative;
    padding: 10px 5px 0;
}

.aui-list-theme-item {
    width: 96%;
    float: left;
    padding: 10px;
    margin: 0 1% 2% 1%;
    background: #fff;
    border-radius: 5px;

}

.aui-list-img {
    height: auto;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, bottom top, from(#f8b591), to(#fb8a78));
    background-image: -webkit-linear-gradient(left, #f8b591, #fb8a78);
    background-image: -moz-linear-gradient(left, #f8b591, #fb8a78);
    background-image: linear-gradient(to bottom, #f8b591, #fb8a78);
    background-color: #fb8a78;
    text-align: center;
    color: #fff;
    padding: .2rem 0;
    padding-bottom: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.aui-list-img .t_gettime{
    position: absolute;
    right: 10px;
    color: #fff;
    top: 1.3rem;
    font-size: 12px;
}
.aui-list-img  .yxq{
    width: 20px;
    margin: 0 auto;
    line-height: 14px;
    left: 5px;
    top: 5px;
    font-size: 12px;
    position: absolute;
}
.aui-list-img  .yxq::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top:50%;
    transform: translateY(-50%);
    background: #fff;
    left: 23px;
}
.bottom_c .ct{
    left: 20px;
    position: relative;
}
.aui-list-img h2 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.aui-list-img h2 em {
    font-style: normal;
    font-weight: normal;
    font-size: 0.45rem;
}

.aui-list-img h3 {
    font-size: 0.3rem;
    font-weight: normal;
    /*border-bottom:1px dashed #ffffff;*/
    width: 100px;
    padding-bottom: 0.3rem;
    margin: 0 auto;
}

.aui-list-img h4 {
    font-size: 0.3rem;
    font-weight: normal;
}
.aui-list-img h4:last-child{
    margin-top:0.1rem;
}
.aui-list-img .bottom_c {
    display: flex;
    border-top: 1px dashed #fff;
    padding: .2rem .35rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.aui-list-img .bottom_c .cbtn > span {
    background: #fff;
    color: #fb8a78;
    position: relative;
    padding: .2rem .6rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.aui-list-img .bottom_c .cbtn .iconfont {
    position: relative;
    left: 0rem;
    font-size: .4rem;
    top: .05rem;
}

.aui-flex-box span {
    color: #2e7eff;
    font-size: 0.95rem;
}

.aui-list-title {
    border-top: 1px dashed #e1e0e0;
}

.aui-list-title h3 {
    font-size: 0.35rem;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    color: #505050;
    margin-top: .2rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.aui-list-title h3 em {
    color: #fb8a78;
    font-style: normal;
}

.aui-list-title button {
    border-radius: 20px;
    background: #ff9180;
    color: #fff;
    font-size: 0.35rem;
    border: none;
    padding: 0.2rem .4rem;
    margin: 0 auto;
    display: block;
}

.pagetips .icon-kong {
    font-size: 1rem;
    color: #999;
}

.reftips {
    margin: 10px 0;
    color: #999;
    font-size: .3rem;
    text-align: center;
}
.item-list{
    /*margin-bottom:1px;*/
}
.item-list .flex{
    display: flex;
    background: #fff;
    padding: .3rem;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.morelist{
    background: #fff;
    margin:0 .2rem;
    padding:.3rem;
    margin-bottom:5px;
    display: none;
}
header{
    margin-bottom:15px;
}
