* {
    margin: 0;
    padding: 0;
}

.hp-nav-all-box {
    background-color: #ffffff;
    /* border-bottom: 1px solid rgb(190, 189, 189); */
    box-shadow: 0px 1px 5px rgb(187, 185, 185);
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 90%;
}

.hp-nav-single-box {
    width: 21%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.hp-nav-single-text {
    margin-top: 10%;
}


/* 滑动模块样式 */

.hp-exhHall-all-box {
    overflow: hidden;
    /* height: 118px; */
    margin-top: 3%;
    margin-bottom: 3%;
}

.hp-exhHall-box {
    /* background: #eee; */
    white-space: nowrap;
    /*文本不会换行，文本会在在同一行上继续*/
    overflow-y: auto;
    /*可滑动*/
}

.hp-exhHall-single-box {
    width: 50%;
    /* height: 100px; */
    margin-left: 0.5%;
    margin-right: 0.5%;
    display: inline-block;
    /*行内块元素*/
    background-image: url(../img/hpExhHall.png);
    position: relative;
}

.hp-exhHall-single-text {
    position: absolute;
    /* width: 100px;
    height: 100px;
    z-indent: 2; */
    left: 10%;
    top: 15%;
    color: white;
}

.hp-exhHall-single-title {
    font-weight: bolder;
    font-size: 100%;
}

.hp-exhHall-single-content {
    font-size: 76%;
    background-color: rgba(255, 255, 255, 0.17);
    padding: 3px 5px;
    border-radius: 5px;
}

.hp-exh-message-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    margin-top: 3%;
    margin-bottom: 3%;
}

.hp-message-single-box {
    padding: 3% 4.2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hp-message-single-border {
    border-right: 1px solid #eeeeee;
}

.hp-message-single-title {
    color: rgb(236, 110, 0);
    /* font-size: 110%; */
    font-weight: bolder;
    margin-bottom: 5%;
}

.hp-message-single-content {
    font-size: 100%;
}

.hp-recommend-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding-top: 2%;
    /* padding-bottom: 2%; */
    margin-top: 2%;
    margin-bottom: 2%;
}


/* 选中底部橙色样式 */

.hp-recommend-point-border {
    border-bottom: 2px solid rgb(236, 110, 0);
    padding-bottom: 1%;
}


/* 未选中底部橙色样式 */

.hp-recommend-on-border {
    border-bottom: 2px solid white;
    padding-bottom: 1%;
}

.hp-list-all-box {
    background-color: white;
}

.hp-list-single-box {
    display: flex;
    padding: 2% 2%;
    border-bottom: 1px solid #eee;
}

.hp-list-content {
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.hp-list-little-content {
    font-size: 100%;
    color: rgb(107, 106, 104);
    margin-top: 3%;
    margin-bottom: 3%;
}

.hp-list-little-title {
    font-size: 100%;
    font-weight: bolder;
    overflow:hidden;
    height:22px;
}

.hp-list-bottom-box {
    display: flex;
    justify-content: space-between;
    font-size: 100%;
    color: rgb(236, 110, 0);
}
.button{
  border:1px solid #e8e8e8;
  color: #ffffff;
  background-color: rgb(245,141,51);
  padding: 5px 10px;
  border-radius: 5px;
  width:80px;
}