body{
    background: url("../images/bg03@2x.png");
    background-size: 100% 100%;
    background-attachment: fixed;
}
.container{
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.home_container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;


}
.top{
    width: 100%;
    height: 0.88rem;
    background-color: #ffffff;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    display: flex;
    /*position: relative;*/
    position: fixed;
    top: 0;


}
.top_img{
    margin-left: 0.3rem;
    width: 0.29rem;
    position: absolute;
    left:0;
    bottom:0;

}
.top_text {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.main{
    width: 6.90rem;

    background-color: #ffffff;

    margin: 0.4rem 0.3rem 0.2rem 0.3rem;

}
.main_top{
    height: 3.14rem;
    margin: 0.24rem 0.1rem;
    display: flex;
    font-size: 0.3rem;

}
.main_title{
    margin-top: 0.2rem;
    margin-left: 0.15rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.main_top img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.06rem;
    border-top-right-radius: 0.06rem;
}



.main_bottom{
    display: flex;
    flex-flow: column;
    margin-top: 0.34rem;
    /*border-bottom: 1px dashed #E64E62;*/
}
.main_bottom_big{
    font-size: 0.3rem;

    margin: 0 0.15rem 0.3rem ;
    font-weight: bold;

}
.main_bottom_small{
    font-size: 0.26rem;
    margin: 0 0.14rem;


    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
.main_reader{
    margin-top: 0.3rem;
    font-size: 0.26rem;
    color: #bbbbbb;
    margin-left: 0.15rem;
}
.main_doc{
    margin-top: 0.34rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.26rem;
}
.main_doc_left{
    width: 1.56rem;
    height: 0.7rem;
    margin-left: 0.14rem;
    background-color: #0A84D9;
    /*align-items: center;*/
    text-align: center;
    line-height: 0.7rem;
    color: #ffffff;
    border-radius: 0.06rem;
}
.main_doc_right{
    width: 4.8rem;
    margin-right: 0.16rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.margin_bottom{
    margin-bottom: 0.4rem;
}

.footer{
    width: 6.90rem;
    background-color: #ffffff;
    /*margin: 0 auto;*/
    margin-bottom: 0.2rem;
}
.footer_top{
    margin-top: 0.4rem;
    font-size: 0.26rem;
    display: flex;
    justify-content: space-between;
    color: #8E8E8E;
}
.footer_top_left{
    margin-left: 0.15rem;
}
.footer_top_right{
    margin-right: 0.16rem;
}
.footer_mid{
    /*margin-left: 0.16rem;*/
    display: flex;
    flex-flow: row;
    margin-bottom: 0.86rem;
    flex: 0 0 auto;
    padding: 0 0.16rem;
}
.footer_mid_left{
    margin-top: 0.24rem;
    width: 0.64rem;
    height: 0.64rem;
    background-color: #808080;
    border-radius: 0.06rem;
    display: flex;
}
.footer_mid_left img{
    width: 100%;
    height: 100%;
}
.footer_mid_right{
    width: 5.5rem;
    margin-top: 0.24rem;
    margin-left: 0.2rem;
    font-size: 0.26rem;
}
.footer_mid_right_top{
    font-size: 0.28rem;
    color: #8E8E8E;
}
.footer_mid_right_bottom{
    font-size: 0.26rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer_mid_right_author:before{
    content: "";
    height: 0.28rem;
    width: 0.04rem;
    background-color: #0A84D9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}
.footer_mid_right_author{
    font-size: 0.28rem;
    color: #8E8E8E;
    margin-top: 0.24rem;
    padding-left: 0.1rem;
    position: relative;

    /*padding-left: 0.1rem;*/
}

.footer_mid_right_resp{
    margin-left: 0.2rem;
    font-size: 0.26rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}