.layer{
    background: #F7F3E2;
}
.ensue{
    width: 1200px;
    margin: 0 auto;
}
.ensue_noble{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ensue_dress{
    width: 48%;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 20px 20px 15px 20px;
    box-sizing: border-box;
    display: inline-block;
}
.ensue_dress_lets{
    width: 100%;
    overflow: hidden;
}
.ensue_dress_lets_rain{
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.ensue_dress_lets_miners{
    float: right;
    color: #B20000;
    margin: 13px 0;
}
.ensue_dress_drawer{
    margin: 10px 0;
}
a:hover{
    color: #337ab7;
}
.ensue_dress_drawer_rain{
    width: 100%;
    line-height: 35px;
    overflow: hidden;
}
.ensue_dress_drawer_rain img{
    float: left;
    margin: 11px 5px 0 0;
}
.ensue_dress_drawer_rain_idle{
    float: left;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ensue_dress_drawer_rain_crow{
    float: right;
}




@media screen and (max-width: 1024px) {
    .ensue{
        width: 100%;
    }
    .ensue_dress{
        width: 100%;
    }
    .ensue_noble{
        width: 100%;
        display: block;
    }
}