
.aboutHonor_title{
    margin-bottom: 0px;
}
.aboutHonor_list{
    box-shadow: 0px 10px 28px 2px 
		rgba(123, 142, 169, 0.1);
        display: block;
        margin-bottom: 40px;
        transition: all 0.6s;
}
.aboutHonor_list:hover{
    transform: translateY(-10px);
    box-shadow: 0px 10px 28px 2px 
		rgba(16, 77, 153, 0.29);
}
.aboutHonor_list:hover .live_list_botom{
    background-color: #026ef5;
    color: #fff;
}
.aboutHonor_list:hover .live_list_botom p{
    color: #fff;
}
.live_list_img{
    position: relative;
    width: 100%;
    height: 200px;
}
.live_list_img img{
    max-width: 100%;
    height: auto;
}
.live_list_img_top{
    padding: 7px 15px 4px;
    background-image: linear-gradient(51deg, 
		#95f104 0%, 
		#00c217 100%), 
	linear-gradient(
		#026ef5, 
		#026ef5);
        color: #fff;
        font-weight: bold;
        border-radius: 0px 0px 12px 0px;
        position: absolute;
        left: 0px;
        top: 0px;
}
.live_list_img_center{
    position: absolute;
    width: 44px;
	height: 44px;
    border-radius: 50%;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
}
.live_list_botom{
    padding: 25px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.live_list_botom p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    color: #696969;
    font-weight: bold;
}