
.content {
    width: 1200px;
    margin: 0 auto;
}

.channel-content-wrap {
    display: flex;
    margin-top: 10px;
}

.channel-content-wrap .wei-list-left {
    flex: 1;
    /*width: 630px;*/
    width: 860px;
}

#slide {
    /*width: 640px;*/
    width: 860px;
    height: 341px;
}

.wei-slide__item h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3B5998;
    font: 28px / 1.5 'Microsoft YaHei', arial, tahoma, sans-serif;
}

.wei-slide__item p {
    color: #666;
    height: 36px;
    line-height: 18px;
    margin-bottom: 15px;
}

.wei-slide__item img {
    width: 860px;
    height: 248px;
}

.wei-slide__prev,
.wei-slide__next {
    top: 60%;
}

.channel-content-wrap .wei-list-left .wei-list {
    margin-top: 30px;
    border-top: solid 2px #3b5998;
}

.channel-content-wrap .wei-list-left .wei-list ul li {
    height: 100px;
    padding-top: 10px;
}

.channel-content-wrap .wei-list-left .wei-list ul li a {
    display: flex;
    color: #999;
    height: 100px;
    padding: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.channel-content-wrap .wei-list-left .wei-list ul li a:hover {
    text-decoration: none;
    background-color: #f9f9f9;
}

.channel-content-wrap .wei-list-left .wei-list ul li a .thumbImg {
    width: 120px;
    height: 95px;
    margin-right: 15px;
}

.channel-content-wrap .wei-list-left .wei-list ul li .wei-cell-info {
    flex: 1;
}

.channel-content-wrap .wei-list-left .wei-list ul li .wei-cell-info h3 {
    line-height: 30px;
    font-size: 18px;
    color: #3b5998;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-content-wrap .wei-list-left .wei-list ul li .wei-cell-info p {
    color: #999;
    line-height: 22px;
}


/*===============adv begin==============================*/

.advList {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
}

.advList .monkey__alone {
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 34px;
    height: 20px;
    background: url(../images/monkey.png) no-repeat;
}

.advList ul {
    float: left;
}

.advList ul li {
    float: left;
    width: 194px;
    padding-left: 6px;
}

.advList ul li a {
    color: #666;
}

.advList ul li a:hover {
    color: #d60000;
    text-decoration: underline
}


/*===============adv end==============================*/
/*===============pagination begin==============================*/

.pagination {
    margin: 20px 0;
    height: 28px;
    line-height: normal;
    text-align: center;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    font-family: Arial;
}

.pagination a {
    display: inline-block;
    min-width: 18px;
    _width: 18px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin: 0 5px;
    text-align: center;
    margin-left: -1px;
    vertical-align: top
}
.pagination b {
    display: inline-block;
    min-width: 18px;
    _width: 18px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin: 0 5px;
    text-align: center;
    margin-left: -1px;
    vertical-align: top;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #3b5998;
    background-color: #3b5998;
    cursor: default;
}

.pagination a:link,
.pagination a:visited {
    color: #3b5998;
    text-decoration: none;
    border: 1px solid #ccd3e4;
    background-color: #fafbfc
}

.pagination a:hover {
    color: #3b5998;
    text-decoration: none;
    border: 1px solid #ccd3e4;
    background-color: #f0f0f0
}

.pagination a.current:link,
.pagination a.current:visited,
.pagination a.current:hover {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #3b5998;
    background-color: #3b5998;
    cursor: default
}

.pagination .page-item-prev {
    width: 50px;
    margin-right: 5px
}

.pagination .page-item-next {
    width: 50px;
    margin-left: 5px
}

.pagination a.page-disabled:link, .pagination a.page-disabled:visited, .pagination a.page-disabled:hover {
    color: #999;
    cursor: default;
    border: 1px solid #d0d0d0;
    background-color: #efefef
}

/*===============pagination end==============================*/
