.top_search {
    margin-top: 23px;
}

.top_nav {
    margin-bottom: 45px;
}


/* 导航书签 */

.label {
    margin-bottom: 25px;
}

.label a {
    font-size: 20px;
}

.label a {
    color: #4cb5e3;
}

.label a:last-child {
    color: #999;
}


/* 列表主体 */

.list {
    margin-bottom: 150px;
}

.list .left .list_box li:nth-child(5n) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    clear: both;
}

.list .left .list_box li a {
    display: block;
    height: 50px;
    line-height: 50px;
}

.list .left .list_box li a p {
    float: left;
    width: 680px;
    font-size: 16px;
    letter-spacing: 1px;
	word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
 text-overflow: ellipsis;
}

.list .left .list_box li a .time {
    display: block;
    float: right;
    width: 160px;
    color: #ccc;
    font-size: 14px;
    text-align: right;
}


/* 右侧 */

.list .right {
    width: 330px;
    padding: 12px;
    box-sizing: border-box;
}

.list .right a {
    display: block;
}

.list .right .silder1 {
    width: 306px;
    height: 204px;
    margin-bottom: 24px;
}

.list .right .silder1 img {
    width: 100%;
    height: 100%;
}

.list .right .news {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    height: 40px;
    line-height: 40px;
    margin-bottom: 17px;
}

.list .right .new_search {
    width: 100%;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.list .right .new_search p {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.list .right .new_search .search {
    text-align: center;
    margin-bottom: 10px;
}

.list .right .new_search .search input {
    width: 256px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.list .right .new_search .search img {
    margin-left: -30px;
}

.new_search .news_list_box {
    position: relative;
    padding: 0 10px 0 30px;
    height: 40px;
    line-height: 40px;
}

.new_search .news_list_box:last-child {
    margin-bottom: 25px;
}

.new_search .news_list_box span {
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #c3c3c3;
}

.new_search .news_list .news_list_box:nth-child(1) span {
    background-color: #ff1f1f;
}

.new_search .news_list .news_list_box:nth-child(2) span {
    background-color: #ff691f;
}

.new_search .news_list .news_list_box:nth-child(3) span {
    background-color: #ffe21f;
}

.hot_video {
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    width: 100%;
}

.hot_video .hot_video_title {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}


/* 热门视频轮播 */

.hot_video_silder {
    width: 306px;
    height: 230px;
    overflow: hidden;
}

.hot_video_silder .slideBox {
    width: 100%;
    position: relative;
}

.slideBox .bd {
    width: 100%;
}

.slideBox .bd a {
    position: relative;
    width: 100%;
}

.slideBox .bd a>div {
    width: 100%;
    height: 184px;
    overflow: hidden;
    margin-bottom: 10px;
}

.slideBox .bd a img {
    width: 100%;
    height: 184px;
    margin-bottom: 10px;
}

.slideBox .bd a img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.slideBox .bd a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background: url(../img/redio.png) no-repeat;
    background-size: contain;
}

.slideBox .hd {
    position: absolute;
    top: 152px;
    height: 32px;
    width: 100%;
    background: #000;
    opacity: 0.5;
    text-align: center;
    z-index: 999;
}

.slideBox .hd ul {
    overflow: hidden;
    padding: 13px 0 13px 135px;
    zoom: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-align: center;
    background: #9d9c9c;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}