.contentBox {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0px 0px 60px 0px;
    min-height: 600px;
}

.fa-content {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.contentBox .navigation {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: #333;
}

    .contentBox .navigation span {
        margin: 0px 5px;
    }

    .contentBox .navigation a {
        color: #2967EE;
    }

        .contentBox .navigation a:hover {
            color: #3b97ff;
        }

.contentBox .news {
    min-height: 500px;
    margin: 10px 0px;
}

    .contentBox .news .news-left {
        width: 280px;
        padding: 10px 10px;
        border: 1px solid #dddddd;
        float: left;
        height: 2094px;
        overflow-y: auto;
    }
        .contentBox .news .news-left::-webkit-scrollbar {
            width: 6px;
            background-color: #eee;
        }

        .contentBox .news .news-left::-webkit-scrollbar-track {
            background-color: #eee;
            height: 100px;
        }

        .contentBox .news .news-left::-webkit-scrollbar-thumb {
            background: #3B97FF;
        }
        

        .contentBox .news .news-left .title {
            font-size: 18px;
            font-weight: 600;
            text-align: center;
        }

        .contentBox .news .news-left ul {
            padding-bottom: 20px;
        }

        .contentBox .news .news-left ul li {
            font-size: 14px;
            text-align: center;
            width:50%;
            height:140px;
            float:left;
        }

            .contentBox .news .news-left ul li img {
                margin: 15px auto 0px auto;
                width: 90px;
                height: 90px;
                border-radius: 10px;
                overflow: hidden;
                display: block;
                -webkit-transition: all .2s ease-in-out 0s;
                transition: all .2s ease-in-out 0s
            }

.contentBox .news .news-left .name {
    padding: 15px 5px 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #333;
    font-size: 14px;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.contentBox .news .news-left .link-all {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block
}

    .contentBox .news .news-left .link-all:hover {
        text-decoration: none
    }

        .contentBox .news .news-left .link-all:hover img {
            -webkit-transform: scale(1.2) translateZ(0);
            -webkit-transform-origin: 50%;
            transform: scale(1.2) translateZ(0);
            transform-origin: 50%
        }

        .contentBox .news .news-left .link-all:hover .name {
            color: #3C7CFF
        }



    .contentBox .news .news-right {
        width: 900px;
        min-height:1168px;
        margin-left: 20px;
        border: 1px solid #dddddd;
        float: left;

    }
.search {
    height: 36px;
    line-height: 38px;
    padding: 10px 40px 0px 20px;
}
.contentBox .news .news-right .title {
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    float:left;
}
.form-control {
    background: url(/game/img/searchBox.png) no-repeat 10px;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 35px;
    width: 200px;
    border: 1px solid #A1A1A1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-default {
    height: 28px;
    line-height: 28px;
    width: 60px;
    border: 1px solid #A1A1A1;
    border-left: 0px;
    background: #FFF;
    cursor: pointer;
}

        .contentBox .news .news-right .info {
            color: #b8b8ba;
        }

        .contentBox .news .news-right .list_div {
            width: 860px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #c4c4c4;
            margin: 20px 20px 20px 20px;
        }
.contentBox .news .news-right .list_h3 {
    font-size: 16px;
    text-align: left;
    min-width: 400px;
    float: left;
}
        .contentBox .news .news-right .list_div2 {
            float: right;
            min-width: 200px;
            font-size: 12px;
            color: #b8b8ba;
        }

        .contentBox .news .news-right .list_div2 span{
            color:#000;
            display:inline-block;
        }

.contentBox .news .news-right .list_div img {
    margin-top: 8px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 0;
    vertical-align: initial;
    width: 20%;
    height:100px;
    display: inline-block;
}
.contentBox .news .news-right .list_p2 {
    font-size: 14px;
    text-align: left;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;
    width: 76%;
    display: inline-block;
    vertical-align: top;
	height:105px;
}
.contentBox .news .news-right .list_p2 a{color: #eac3a4;font-size: 14px;}

#pager {
    padding-right:30px;
    line-height:80px;
    height:80px;
    text-align:right;
}