.live_top {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.heighter {
    position: relative;
    overflow: hidden;
}
.honer-history {
    position: relative;
    z-index: 2  ;
}
.live_top_bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
}
.live_top_one {
    float: left;
    width: 50%;
    height: 250px;
    margin-bottom: 20px;
}
.live_top_item {
    width: 96%;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.live_top_item .live_top_box {
    position: relative;
}

.live_top_nor {
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    height: 190px;
    opacity: 1;
    transition: all 0.5s;
}
.live_top_nor .live_top_line {
    position: absolute;
    left: 33%;
    right: 33%;
    top: 0px;
    height: 5px;
    background-color: #d61518;
}
.live_top_nor img {
    padding-top: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.live_top_nor span {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #d61518;
    margin-top: 25px;
}
.live_top_hover {
    position: absolute;
    left: 0;
    top: 310px;
    /*width: 310px;*/
    height: 250px;
    background-color: #d61518;
    transition: all 0.5s;
    z-index: 2;
}
.live_top_hover .live_top_hover_title {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 20px;
}
.live_top_hover .live_top_hover_title:after {
    content: " ";
    height: 2px;
    display: block;
    position: absolute;
    left: 43%;
    right: 43%;
    bottom: 0px;
    background-color: #fff;
}
.live_top_hover p {
    margin-top: 26px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.75;
    padding-left: 20px;
    padding-right: 20px;
}
.live_top_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #f5f5f5;
    font-weight: 600;
    z-index: 3;
    transition: all 0.3s;
}
.live_top_item:hover .live_top_footer {
    color: #e72e31;
}
.live_top_item:hover .live_top_box .live_top_hover{
    top: 0px;
}
.live_top_item:hover .live_top_box .live_top_nor {
    opacity: 0.3;
    transform: scale(0.6);
}


/*.live_hd*/
.live_hd {
    overflow: hidden;
    position: relative;
}

.live_hd .hd_warp {
    position: relative;
    transition: all 0.8s;
    left: 0;
}
.live_hd .live_hd_lt {
    position: absolute;
    left: 10px;
    top: 43%;
    z-index: 3;
}
.live_hd .live_hd_rt {
    position: absolute;
    right: 10px;
    top: 43%;
    z-index: 3;
}

.live_hd .live_hd_lt img,
.live_hd .live_hd_rt img {
    cursor: pointer;
    transition: all, 0.6s;
}
.live_hd .live_hd_lt img:hover,
.live_hd .live_hd_rt img:hover {
    opacity: 0.6;
    transform: scale(1.03);
}
.hd_one {
    width: 1680px;
    float: left;
}
.hd_item {
    position: relative;
}
.hd_item_left {
    width: 475px;
    height: 518px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.hd_item_mid {
    width: 700px;
    height: 518px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.hd_item_right {
    width: 475px;
    height: 518px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.hd_item_left a, .hd_item_right a, .hd_item_mid a {
    display: block;
}
.hd_item_left a img, .hd_item_right a img, .hd_item_mid a img {
    display: block;
    width: 100%;
}
.hd_item_left a img, .hd_item_right a img {
    height: 248px;
}
.hd_item_mid a img {
    height: 515px;
}
/*.nor_box*/
.nor_one {
    float: left;
    width: 50%;
}
.nor_item {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.nor_item .avatar {
    width: 100%;
    height: 155px;
    overflow: hidden;
}
.nor_item .avatar a {
    display: block;
}
.nor_item .avatar img {
    display: block;
    width: 100%;
    height: 155px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
}
.nor_item .title a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #333;
    text-align: center;
    transition: all 0.3s;
}
.nor_item:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}
.nor_item:hover .title a {
    color: #9f041b;
}

