#kfivtwin {
    display: none !important;
}

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

.mod-list-big .item {
    overflow: hidden;
    width: 400px;
    display: inline-block;
    cursor: pointer;
}

.mod-list-big .item:hover .title a {
    color: red;
}

.mod-list-big .item:nth-child(even) {
    padding-left: 35px;
}

.sc .mod-list-big .item {
    border: 0;
}

.log .mod-list-big .item {
    border-bottom: 1px solid #EDEFF2;
}

.log .mod-list-big .item:nth-child(3) {
    border: 0;
}

.mod-list-big .item .img {
    width: 160px;
    height: 86px;
    float: left;
    background: #f5f5f5;
}

.mod-list-big .item .img img {
    width: 100%;
    height: 100%;
}

.mod-list-big .item .img .yc_top {
    top: 0;
    font-size: 14px;
    width: 58px;
    height: 25px;
    background: #000000;
    opacity: 0.5;
    text-align: center;
    margin: 4px 6px;
}

.mod-list-big .item .img div {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    bottom: 5px;
    width: 90%;
    margin-left: 5%;
}

.mod-list-big .info {
    margin-left: 180px;
}


.mod-list-big .info .desc {
    width: 90%;
    margin: 0 auto;
}

.mod-list-big .info .title {
    padding: 10px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mod-list-big .info .title a i {
    display: inline-block;
    width: 32px;
    height: 18px;
    color: #fff;
    background: #ddd;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    vertical-align: 1px;
    margin-right: 7px;
}

.mod-list-big .info .title a i.i-hot {
    background: #F89018;
}

.mod-list-big .info .title a i.i-new {
    background: #FE2D2D;
}

.mod-list-big .info .intro {
    font-size: 13px;
    color: #666666;
    line-height: 23px;
    height: 46px;
    word-break: break-all;
    margin-bottom: 23px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mod-list-big .info .title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.article-box .art-head .info .view {
    margin-left: 10px;
}

.article-box .art-head .info .view i {
    background: url("../picture/read.png") no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 2px;
}

.art-content img {
    max-width: 100%;
}

.article_content_bottom {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-top: 35px;
    line-height: 28px;
}

.article_content_bottom img {
    margin: 20px 0;
}

.article-box .art-content {
    color: #333333;
    font-size: 15px;
    line-height: 28px;
}

.article-box .art-content h6 {
    padding: 10px;
    font-weight: normal;
    line-height: 24px;
    background: #F2F2F2;
    border: 1px solid #e2e2e2;
    margin: 1em 0;
}

.footer_tab {
    background-color: white;
    margin-bottom: 20px;
    padding: 0 0 35px 0;
    text-align: center;
}

.footer_tab .art-inner {
    width: 740px;
    margin-left: 78px;
}

.footer_tab .desc .title {
    color: #333333;
    position: relative;
    top: 13px;
    width: 250px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_tab div a:hover {
    color: red;
}

.footer_tab .pages {
    color: #000000;
    font-size: 14px;
    width: 368px;
    display: inline-block;
    cursor: pointer;
}

.footer_tab .pages:hover .title {
    color: #FD472C;
}

.footer_tab .pages:hover .right {
    background: url(../image/right.png) center no-repeat #F0F0F0;

}

.footer_tab .pages:nth-child(1) {
    text-align: left;
}

.footer_tab .pages:nth-child(1) .desc {
    margin-left: 25px;
}

.footer_tab .pages:nth-child(2) {
    text-align: right;
}

.footer_tab .pages:nth-child(2) .desc {
    margin-right: 25px;
}

.footer_tab .pages .right {
    background: url(../image/right.png) center no-repeat #F7F7F7;
    display: inline-block;
    color: #666666;
    position: relative;
    top: 13px;
    cursor: pointer;
    width: 30px;
    height: 60px;
}

.footer_tab .pages .left {
    transform: rotate(180deg);
}

.footer_tab .pages .desc {
    display: inline-block;
}

.footer_tab .pages span {
    display: block;
    font-size: 16px;
}