.aboutHonor_box {
    padding: 90px 0px;
}

.aboutHonor_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.aboutHonor_title h2 {
    font-weight: bold;
    color: #696969;
    margin: 0px 0px 10px 0px;
}

.aboutHonor_title p {
    color: #696969;
    font-family: "OPPOSans-R";
}

.aboutHonor_change {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.aboutHonor_change span {
    display: inline-block;
    position: relative;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
    padding-bottom: 26px;
    cursor: pointer;
    width: 200px;
}

.aboutHonor_change .activeSpan {
    font-weight: bold;
    color: #696969;
    position: relative;
    padding-bottom: 26px;
}

.activeSpan::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background-color: #026ef5;
}
.aboutHonor_list_box{
    /* overflow: hidden; */
    padding-top: 60px;
}
.aboutHonor_list {
    width: 49%;
    box-shadow: 0px 10px 28px 2px rgba(123, 142, 169, 0.1);
    margin-left: 2%;
    box-sizing: border-box;
    padding: 30px 40px 30px 30px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}

.aboutHonor_list:nth-child(odd) {
    margin-left: 0px;
}
.aboutHonor_list:hover .aboutHonor_list_right_title{
    color: #026ef5;
}
.aboutHonor_list_left {
    width: 160px;
    height: 160px;
    background-color: #eef6ff;
    border: solid 1px #ececec;
    box-sizing: border-box;
    text-align: center;
    line-height: 160px;
    overflow: hidden;
}
.aboutHonor_list_left img{
    max-width: 100%;
    height: auto;
}

.aboutHonor_list_right {
    width: calc(100% - 190px);
    margin-left: 30px;
}

.aboutHonor_list_right_title {
    padding-top: 10px;
    font-weight: bold;
    color: #696969;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutHonor_list_right_text {
    height: 70px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #696969;
}
.aboutHonor_list_right_teal{
    display: inline-block;
    color: #026ef5;
    vertical-align: middle;
    line-height: 20px;
}
.aboutHonor_list_right_teal img{
    margin-left: 10px;
}
.toMore{
    margin: 0px auto;
    width: 267px;
	height: 60px;
	background-color: #f7f7f7;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #696969;
    margin-top: 40px;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
}
.toMore:hover{
    background-color: #fff;
    border: 1px solid #026ef5;
    box-sizing: border-box;
    color: #026ef5;
}
.detailBox{
    padding: 60px 70px;
    box-sizing: border-box;
    background-color: #fff;
    max-height: 700px;
    overflow-y: auto;
}
.detailBox::-webkit-scrollbar{
    width: 0px;
}
.detailBox_title{
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    line-height: 34px;
	color: #696969;

}
.detailBox_img{
    width: 100%;
    text-align: center;
    /*min-height: 506px;*/
    /*line-height: 506px;*/
    margin-bottom: 30px;
    overflow: hidden;
}
.detailBox_img img{
    max-width: 100%;
    height: auto;
}
.detailBox_text{
    color: #696969;
}
.layerClose {
    width: 36px;
	height: 36px;
    border-radius: 50%;
    position: absolute;
    background: url(/pc/images/events/close.png) no-repeat center center;
    background-size: 100%;
    top: -65px;
    right: 0px;
    cursor: pointer;
  }


/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .info_subTitle {
    font-size: 22px;
}

.aboutHonor_title>p,.aboutHonor_list_right .aboutHonor_list_right_title {
    font-size: 20px;
}

.aboutHonor_list_right_text {
    height: 68px;
}

.detailBox .detailBox_text {
    font-size: 20px;
    line-height: 40px;
}
/* ======== lhn 2023/3/14 修改 end ========*/