/**
*=================================
* 默认主题
*=================================
*/


/**
*=================================
* 选中颜色class
*=================================
*/

a {
    color: #333;
}

li.active {
    background: #C10B33 !important;
    color     : #fff !important;
    border    : 1px solid #C10B33 !important;
}

.dot.active {
    background: #C10B33 !important;
}

.active-border {
    border-color: #C10B33 !important;
}

.active-bg {
    background: #C10B33;
}


/**
*=================================
* 文本字体颜色class
*=================================
*/

li.bg-red {
    background: #f3ced6 !important;
}

li.bg-blue {
    background: #d9e2f9 !important;
}


/**
*=================================
* 浮动class
*=================================
*/

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}


/**
*=================================
* 各类hover
*=================================
*/



a:hover {
    color: #C10B33 !important;
}

.hover:hover {
    color: #C10B33 !important;
}


/**
*=================================
* 各类背景图替换
*=================================
*/


/**
*=================================
* 公共区
*=================================
*/


/* 添加边框 */


/* 添加字体描边 */

.overflow-ellipsis {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}


/* 旋转 */

.rotate {
    transform-origin : center center;
    transform        : rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform   : rotate(180deg);
    -ms-transform    : rotate(180deg);
    -o-transform     : rotate(180deg);
    transition       : transform 0.3s;
    -moz-transition  : -moz-transform 0.3s;
    -o-transition    : -o-transform 0.3s;
    -ms-transition   : -ms-transform 0.3s;
}

.rotate-back {
    transform-origin : center center;
    transform        : rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform   : rotate(deg);
    -ms-transform    : rotate(0deg);
    -o-transform     : rotate(0deg);
    transition       : transform 0.3s;
    -moz-transition  : -moz-transform 0.3s;
    -o-transition    : -o-transform 0.3s;
    -ms-transition   : -ms-transform 0.3s;
}


/* 滚动条样式 */

.container-detail::-webkit-scrollbar {
    width : 6px;
    height: 243px;
}


/*设置滚动条上的滚动滑块样式*/

.container-detail::-webkit-scrollbar-thumb {
    background: transparent;
}


/*鼠标位于内容上时，滚动条样式*/

.container-detail:hover::-webkit-scrollbar {
    width        : 6px;
    height       : 243px;
    background   : #eee;
    border-radius: 6px;
}


/*鼠标位于内容上时，滚动滑块样式*/

.container-detail:hover::-webkit-scrollbar-thumb {
    background   : #8A8A8A;
    border-radius: 10px;
}


/**
*=================================
* 超过文本
*=================================
*/

.information-warpper {
    width         : 1200px;
    margin        : auto;
    display       : flex;
    flex-direction: column;
}

.information-warpper .information {
    display: flex;
}

.information-warpper .information .container {
    width         : 894px;
    display       : flex;
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom : 40px;
}


/* 主体区域 - 头部banner */

.container-banner {
    width     : 894px;
    display   : flex;
    position  : relative;
    padding   : 25px 0 26px 0;
    box-sizing: border-box;
}

.container-banner .banner-title {
    top: 40px;
}

.container-banner .label {
    display   : flex;
    height    : 65px;
    flex-wrap : wrap;
    color     : #fff;
    font-size : 16px;
    overflow  : hidden;
    transition: 0.3s;
    width     : 894px;
}

.container-banner .label span {
    width: 240px;
}

.container-banner .label a {
    padding      : 11px 30px;
    border       : 1px solid #a6a2ba;
    color        : #a6a2ba;
    cursor       : pointer;
    border-radius: 8px;
    margin       : 24px 24px 0 0px;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.container-banner .label a {
    color: #a6a2ba;
}

.container-banner .label a.active,
.container-banner .label a:hover {
    background: #C10B33;
    color     : #fff !important;
    border    : 1px solid #C10B33;
}

.container-banner .label-open-icon {
    position  : absolute;
    right     : 0;
    top       : 55px;
    width     : 24px;
    height    : 24px;
    background: url("../../images/label-open-icon.png") no-repeat;
    cursor    : pointer;
}


/* 主题区域 - 资讯 */

.container-detail {
    max-height    : 1490px;
    width         : 894px;
    padding-bottom: 40px;
    display       : flex;
    flex-direction: column;
    overflow      : hidden;
}

.container-detail .content {
    width        : 894px;
    min-height   : 152px;
    margin       : auto;
    display      : flex;
    background   : #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.container-detail .content .img a img {
    width        : 230px;
    height       : 152px;
    border-radius: 8px;
}

.container-detail .content .detail {
    padding : 20px 30px 20px 24px;
    height  : 86px;
    width   : 590px;
    position: relative;
}

.container-detail .content .detail .title a {
    font-size  : 18px;
    max-width  : 556px;
    color      : #000;
    font-weight: bold;
}

.container-detail .content .detail .title {
    max-width    : 556px;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.container-detail .content .detail .title:hover {
    color: #C10B33;
}

.container-detail .content .detail .text-detail {
    display           : inline-block;
    width             : 100%;
    height            : 45px;
    max-height        : 45px;
    line-height       : 24px;
    font-size         : 14px;
    margin-top        : 10px;
    color             : #666;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container-detail .content .detail .text-detail:hover {
    color: #666 !important;
}

.container-detail .content .detail a.go-detail {
    font-size: 14px;
    position : absolute;
    right    : 0;
    bottom   : 35px;
    color    : #C10B33 !important;
}

.container-detail .content .detail .label {
    width     : 460px;
    overflow  : hidden;
    display   : flex;
    margin-top: 22px;
}

.container-detail .content .detail .label li {
    font-size    : 12px;
    margin-right : 10px;
    padding      : 4px 10px;
    border-radius: 10px;
    border       : 1px solid #f3ced6;
    background   : #f3ced6;
    color        : #C10B33;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    max-width    : 58px;
}

.container-detail .content .detail .label li a {
    color        : #C10B33;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.container-detail .content .detail .date {
    font-size: 12px;
    color    : #999;
    position : absolute;
    right    : 0;
    bottom   : -10px;
}


/* 侧边栏区域 */

.aside {
    width         : 380px;
    display       : flex;
    flex-direction: column;
    margin-left   : 20px;
}

.newest-match {
    margin-top: 75px;
}


/* 分页 */

.pagination {
    display        : flex;
    justify-content: center;
    padding        : 3px;
    margin         : 3px;
    text-align     : center;
    margin-bottom  : 20px;
}

.pagination li {
    border         : 1px solid #999;
    margin         : 5px;
    text-decoration: none;
    font-size      : 16px;
    border-radius  : 3px;
}

.pagination li:hover {
    border: 1px solid #C10B33;
    color : #C10B33;
}

.pagination li:active {
    border: 1px solid #C10B33;
    color : #C10B33 !important;
}

.pagination li a {
    display: inline-block;
    padding: 5px 15px;
    color  : #999;
}

.pagination li span {
    display: inline-block;
    padding: 5px 15px;
}

.pagination .disabled {
    color: #999;
}

.pagination .actived {
    color     : #fff !important;
    background: #C10B33 !important;
    border    : 1px solid #C10B33;
}


div::-webkit-scrollbar {
    display: none;
}

div:hover::-webkit-scrollbar {
    display: none;
}

div {
    scrollbar-width: none;
}