/*外层背景*/
body {
    color: #ffffff;
    background-color: #23253a;
}

/*主题内容*/
.container1 {
    width: 100%;
}

/*第一屏顶部banner*/
.row-1 {
    min-height: 820px;
}

.row-1 .banner {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}

.row-1 .banner_btn {
    position: absolute;
    width: 15%;
    bottom: 13.1707%;
    left: 55.9375%;
    z-index: 150;
}

.row-1 .return-index {
    width: 15%;
    height: 80px;
    position: absolute;
    top: 7%;
    left: 8%;
    z-index: 150;
}

/*第二屏*/
.row-2 {
    min-height: 1323px;
    background: url("https://www.fnjiasu.com/static/images/game_column/game_column_bg.png") left center no-repeat;
    background-size: cover;
    margin-top: -7px;
}

.row-2 .row-2-1 .hot-zixun-title,
.row-2 .row-2-2 .hot-speed-title {
    margin-top: 4%;
    font-size: 40px;
    line-height: 120px;
    background: url("https://www.fnjiasu.com/static/images/game_column/line.png") center bottom no-repeat;
    color: #fff;
}

.row-2 .row-2-1 .hot-zixun-cont {
    width: 60.1064%;
    margin: 34px auto;
    padding-top: 30px;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx {
    width: 47.66%;
    float: left;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx:first-child {
    margin-right: 4.68%;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx .left-con,
.row-2 .row-2-1 .hot-zixun-cont .fn-zx .right-con {
    float: left;
    padding: 0px;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx .left-con {
    width: 58%;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx .right-con {
    width: 42%;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx .right-con .fn-zx-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #fefffb;
    margin: 18px 0px 10px 0px;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx .right-con .fn-warp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #d4d4d4;
    line-height: 20px;
}

.row-2 .row-2-1 .hot-zixun-cont .fn-zx .right-con .fn-zx-time {
    font-size: 12px;
    color: #d4d4d4;
    line-height: 48px;
    margin-top: 10px;
}

.row-2 .row-2-2 .hot-speed-cont {
    width: 50%;
    margin: 68px auto;
}

.row-2 .row-2-2 .hot-speed-cont .left-con,
.row-2 .row-2-2 .hot-speed-cont .right-con {
    position: relative;
    width: 50%;
    float: left;
}

/*第三屏*/
.row-3 {
    padding-top: 121px;
}

.row-3 .row-3-con {
    width: 62.5%;
    margin: 0 auto;
}

.row-3 .row-3-con .row-3-con-title .text {
    font-size: 40px;
    line-height: 70px;
    width: 34%;
    border-bottom: 1px solid #177668;
    color: #fff;
}

.row-3 .row-3-con .row-3-con-title .line1 {
    width: 10%;
    border-top: 1px solid #177668;
    margin-top: 5px;
}
.row-3 .item_list{
    width: 62.5%;
    margin: 0 auto;
}
.row-3 .item_list .item .row-3-con-pic{
    width:287px;
    float: left;
    margin-top: 55px;
    border: 1px solid #177668;
    margin-right: 10px;
}
.row-3 .item_list .item .row-3-con-pic .row-3-con-pic-img img{
    height: 154px !important;
}
.row-3 .item_list .item .row-3-con-pic .row-3-con-pic-title {
    width: 287px;
    font-size: 18px;
    height: 134px;
    line-height: 50px;
}
a{text-decoration:none;cursor:pointer;color:#ffffff;}
a:visited{text-decoration:none;cursor:pointer;color:#ffffff;}
/*分页*/
.page .pagination>li>a,
.page .pagination>li>span {
    margin-left: 12px;
    color: #ffffff;
    background-color:transparent;
    border-radius: 4px;
}

/*分页得到焦点的样式*/
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #ffffff;
    border-color: #fff;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    border-color: #ddd;
    background-color: #ddd;
}
/* infscr-loading */
#infscr-loading {
    bottom: -10px;
    left: 45%;
    position: absolute;
    text-align: center;
    height: 20px;
    line-height: 20px;
    z-index: 100;
    width: 120px;
}
.full {
    min-height: 200px;
}

/*栏目页手机端*/
@media (max-width: 768px) {
    .container1{
        padding-top: 68px;
    }
    .row-1 {
        min-height: 184px;
    }
    .row-1 .return-index {
        height: 20px;
    }
    .row-1 .banner_btn{
       display: none;
    }
    .row-2 .row-2-1 .hot-zixun-title, .row-2 .row-2-2 .hot-speed-title{
        background-size: 100%;
        font-size: 25px;
        line-height: 80px;
    }
    .row-2 .row-2-1 .hot-zixun-cont {
        width: 73%;
    }
    .row-2 .row-2-1 .hot-zixun-cont .fn-zx,
    .row-2 .row-2-1 .hot-zixun-cont .fn-zx .left-con,
    .row-2 .row-2-1 .hot-zixun-cont .fn-zx .right-con
    {
        width: 100%;
    }
    .row-2 .row-2-2 .hot-speed-cont .left-con,
    .row-2 .row-2-2 .hot-speed-cont .right-con {
        position: relative;
        width: 100%;
        float: left;
    }
    .row-2 .row-2-2 .hot-speed-cont {
        margin: 40px auto;
    }
    .row-3 .row-3-con .row-3-con-title .line1 {
        width: 45%;
    }
    .row-3 {
        padding-top: 40px;
    }
    .row-2 .row-2-2 .hot-speed-cont .right-con{
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .row-3 .row-3-con .row-3-con-title .text {
        font-size: 20px;
        width: 80%;
    }
}
