@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

/*.big_box {*/
    /*!* height: 13.06rem; *!*/
    /*height: 100%;*/
	/*background-color: rgba(0,0,0,0.7);*/
	/*background: url(../assets/h_bg.png) no-repeat;*/
    /*background-size: 7.50rem 13.34rem;*/
    /*position: relative;*/
    /*overflow-x: hidden;*/
/*}*/

.top {
    line-height: 1rem;
    background-color: #fff;
    width: 100%;
    text-align: center;
    font-size: 17px;
    /* margin-bottom: 20px; */
    position: relative;
    color: #445544;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}
.top_back {
	/* float: left; */
	position: absolute;
	width: 0.16rem;
	height: 0.28rem;
	left: 20px;
	top: 20px;
}

.honor_list {
    /* margin: 0 50px;
    border-left: 1px dashed #f7d370; */
    /* width: 100%; */
    /* box-sizing: border-box; */
    height: 12.34rem;
    overflow: auto;
    overflow-x: auto;

}
.honor_border {
    width: 20px;
    float: left;
    height: 12.34rem;
    border-right: 1px dashed #f7d370;
    margin-right:-14px 
}
.honor_box {
    height: .56rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-top: .7rem;
}
.honor_box > img {
    width: .56rem;
    height: .56rem;
    float: left;
    margin-right: 0.08rem;
}
.honor_txt {
    float: left;
    width: 6rem;
    line-height: .56rem;
}