body{
    background-color: #fff !important;
}
.line{
    height: 1px;
    background-color: #efefef;
}
.banner{
    margin-top: 20px;
}
.banner img{
    widows: 100%;
}

.h2-title{
    display: flex;
}
.h2-title h2{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-right: 22px;
}
.h2-title a{
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

/*今日推荐*/
.jrtj{
    margin-top: 50px;
    height: 433px;
}
.jrtj .h2-title a{
    display: block;
    padding-left: 22px;
    background:url(/static/home/img/yuer/refresh.png) no-repeat 0 50%;
}
.jrtj ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    /*height: 373px;*/
    /*width: 100%;*/
    /*transition: all 1s;*/
    overflow: hidden;
}
.jrtj ul li{
    /*position: relative;*/
    width: 224px;
    height: 373px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 3px #eeecf7;
    box-shadow: 0px 0px 15px 3px #eeecf7;
    /*transition: all 1s;*/
    /*transform: */
}
.jrtj ul li img{
    margin-bottom: -20px;
    z-index: 1;
    position: relative;
}
.jrtj ul li div{
    position: relative;
/*    position: absolute;
    left: 0;
    bottom: 0;*/
    z-index: 2;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff; 
    padding: 20px 15px;
}
.jrtj ul li div h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.jrtj ul li div time{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    line-height: 1;
}
.jrtj ul li div time span{
    display: inline-block;
    margin:0 10px; 
    color: #bbb;
}
.jrtj ul li div>a{
    margin-top: 20px;
    display: block;
    text-align: center;
    line-height: 30px;
    /*width: 100%;*/
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    background-color: #5c55e7;
}

/*育儿资讯*/
.yrzx{
    margin-top: 50px;
}
.yrzx .con-data{
    margin-top: 30px;
    box-sizing: border-box;
    padding: 24px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 3px #eeecf7;
    box-shadow: 0px 0px 15px 3px #eeecf7;
}
.yrzx .con-type{
    display: flex;
    align-items: end;
    height: 50px;
    border-bottom: 1px #efefef solid;
    box-sizing: border-box;
    padding-bottom: 27px;
}
.yrzx .con-type li{
    position: relative;
    margin-right: 60px;
}
.yrzx .con-type a{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #999999;
    transition: all .5s;
}
.yrzx .con-type li.active::after{
    content: '';
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background-color: #2abf69;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
}
.yrzx .con-type li.active a{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.yrzx .child{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.yrzx .child li{
    display: flex;
    margin-top: 30px;
    width: 540px;
}
.yrzx .child li a{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #333;
    /*flex:1; */
    max-width: 300px;
}
.yrzx .child li .mrbk{
    display: block;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right bottom,#3db1f3, #37c275);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    margin-right: 20px;
}
.yrzx .child li .new{
    display: block;
    width: 50px;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #eeeefd;
    font-size: 12px;
    line-height: 20px;
    color: #5c55e7;
}
.yrzx .child li .flex{
    flex:1;
}
.yrzx .child li time{
    display: block;
    /*width: 156px;*/
    color: #999;
    font-size: 14px;
}
.yrzx .child li time span{
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #ddd;
    margin: 0 8px;
}
.yrzx .child li div{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}


/*热门推荐*/
.rmtj{
    margin-top: 50px;
}
.rmtj .con-data{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rmtj .con-data li{
    width: 224px;
    height: 248px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 40px;
    overflow: hidden;
}
.rmtj .con-data li>div{
    height: 98px;
    box-sizing: border-box;
    padding: 20px 14px;
}
.rmtj .con-data li h3{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.rmtj .con-data li>div>div{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.rmtj .con-data li div>a{
    color: #5c55e7;
    font-size: 12px;
    line-height: 1;
}
.rmtj .con-data li div time{
    color: #999;
    font-size: 12px;
    line-height: 1;
}



