
.content {
    /*width: 62.5%;*/
    width: 1176px;
    margin: auto;
    font-family: "Source Han Sans CN";
}

/*这部分是右边以及列表文字的公共样式*/
.content h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
}

.content p {
    width: 100%;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0px;
}

.content .content_list_item a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.content .content_list_item a:last-child{
    color: #06F;
}

.content > a > img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}


.content_banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 95px;
    margin-bottom: 24px;
}


.banner_left {
    width: 676px;
    height: 394px;
    padding: 0px;
    border-radius: 8px;
    margin-right: 24px;
}

.banner_right_list {
    flex: 1;
}

.banner_right_item {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.banner_right_item:first-child {
    margin-bottom: 12px;
}


.bri_item_left img {
    width: 143px;
    height: 191px;
    border-radius: 8px;
    margin-right: 12px;
}


.bri_item_right {
    flex: 1;
    width: 321px;
    cursor: pointer;
}

.bri_item_right p {
    -webkit-line-clamp: 5;
}

.bri_item_right:hover h3 {
    color: #3485FF;
}

.bri_item_right:hover p {
    color: #3485FF;
}

.content_list_item {
    width: 100%;
    height: 170px;
    padding: 29px 0px;
    box-sizing: border-box;
    border-bottom: #CDCDCD 1px solid;
    /*cursor: pointer;*/
}

.content_list_item:first-child {
    border-top: #CDCDCD 1px solid;
}

.content_list_item p {
    height: 44px;
    -webkit-line-clamp: 2;
}

.content_list_item:hover h3 {
    color: #3485FF;
}

.content_list_item:hover p {
    color: #3485FF;
}

/*这里开始是轮播图*/
.cardBox {
    width: 676px;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.imgBox {
    width: 8676px;
    height: 100%;
    transition: all 1s;
    transform: translateX(0px);
}

ul {
    margin: 0px;
    padding: 0px;
}

.LunBoItem {
    width: 676px;
    height: 100%;
    float: left;
}

.item2 {
    width: 676px;
    height: 100%;
    position: relative;
}

.LunBoItem img {
    width: 100%;
}

.btn {
    width: 22px;
    height: 52px;
    top: calc(50% - 26px);
    position: absolute;
    z-index: 99;
    opacity: .6;
    cursor: pointer;
}

.btn:hover {
    opacity: 1;
}

.left {
    left: 15px;
}

.right {
    right: 15px;
}


.content_text {
    position: absolute;
    width: 676px;
    height: 111px;
    padding: 12px;
    box-sizing: border-box;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999;
    color: #FFF;
    cursor: pointer;
}

.content_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.content_p {
    width: 630px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.content_text:hover {
    background: rgba(0, 0, 0, 0.71);
}

.pager_list {
    margin-top: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.pager_list a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFF;
    margin-right: 8px;
    cursor: pointer;
}

.pager_number {
    border-radius: 3px;
    border: 1px solid #DCDCDC;
}

.pager_number:hover {
    border: 1px solid #CBE0FF;
    background: #CBE0FF;
}

.pager_number:focus {
    border: 1px solid #06F;
    background: #06F;
    color: #FFFFFF;
}

.change_pager {
    border: 1px solid #FFFFFF;
}

.change_pager:hover {
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.change_pager:focus {
    background: #E7E7E7;
    border: 1px solid #E7E7E7;
}

.current_number {
    border: 1px solid #06F !important;
    background: #06F !important;
    color: #FFFFFF;
}

.current_number:hover {
    color: #FFFFFF;
}

.display_paper {
    color: rgba(0, 0, 0, 0.26);
}

.display_paper:hover {
    color: rgba(0, 0, 0, 0.26);
}

.banner_right_item .bri_item_right a:last-child{
    color: #06F;
    display: flex;
}