.bread-crumb span.possplit { width: 18px; background-image: url(../image/posSplit.png); }

#body-party .newsList-left {
    width: 290px;
    height: 475px;
    margin-right: 40px;
    flex: none;
    background-size: contain;
    background-image: url(../image/p_side.jpg);
    background-position: 50% 100%;
    background-repeat: repeat-x;
}

#body-party .newsList-left__top {
    color: #FFF;
    background: rgb(245, 77, 77);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px 18px;
}

#body-party .newsList-left__bot {
    overflow: hidden;
    /*width: 250px;*/
    /*background: #f4f7ff;*/
    padding: 150px 10px 12px;
}

#body-party .newsList-left__bot li {
    position: relative;
    font-size: 14px;
    /*border-bottom: 1px solid #e6e5e5;*/
    overflow: hidden;
    /*height: 60px;*/
    /*line-height: 60px;*/
    outline: none;
    transition: all 0.4s ease;
    padding: 5px 10px;
}

#body-party .newsList-left__bot li a {
    display: block;
    padding-left: 10px;
    color: #222;
}

#body-party .newsList-left__bot li:hover,
#body-party .newsList-left__bot li.active {
    /*background: #0c80e6;*/
    background-color: rgb(245, 77, 77);
    font-size: 14px;
}

#body-party .newsList-left__bot li:hover a,
#body-party .newsList-left__bot li.active a {
    color: #fff;
}
#body-party .hdhe_side_poster {
	display: none;
}