/*外层背景*/
body {
    background: url("../jpg/bg_dongtai.jpg") left center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.fn-nav a {
    color: #ffffff;
}
/*标签页*/
.fn-nav {
    height: 54px;
    background-color: #333452;
    border: none;
}
.fn-nav li {
    width: 20%;
    text-align: center;
}

.fn-nav>li>a {
    border: 0px;
    line-height: 33px;
    font-size: 1.15em;
}


.fn-navxs>li>a {
    border: 0px;
    font-size: 0.8em;
}

/*斧牛动态导航条样式*/
.fn-nav>li.active>a,
.fn-nav>li.active>a:hover,
.fn-nav>li.active>a:focus {
    border: none;
    color: #4285f4;
    background:none;
}
/*文章标题*/
.fn-new-articles {
    background: url("../png/zuixin.png") no-repeat;
    background-size: contain;
    margin: 0 5px;
}

.fn-more {
    font-size: 16px;
    color: #9a9a9a;
}

/*右侧文章列表*/
.fn-list {
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    /*超出省略号*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*热门文章*/
.hot-list {
    margin-top: 37px;
}

/*圆点*/
.circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff6000;
    display: inline-block;
    margin: 0 13px 0 -10px;
}

/*每个li前设置一个圆点*/
.information-list ul li.information-conts {
    /*list-style-image: url("../../images/index/li_bg.png");*/
    /*list-style-type:square;*/
    background: url("../png/li_bg.png") left no-repeat;
    /*line-height: 56px;*/
    color: #fff;
    margin-left: 12px;
}

.information-list ul li a {
    color: #a1a2a4;
    font-size: 14px;
}

.information-time {
    line-height: 54px;
    color: #ccc;
    font-size: 1em;
}

.information-list .information-items {
    border-bottom: 1px dashed #ccc;
    height: 54px;
}

/*超出点点点*/
.infomation-warp-dyn {width: 94%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;position:relative;padding-left:16px;}

.information-list ul li a:hover {
    color: #4284f4;
}

/*新增相关文章*/
.info_list{
    color: #fff;
}
.info_list .info_tit{
    font-size: 16px;
    margin: 20px 0 14px;
}
.info_list .info_items{
    margin-bottom: 22px;
}
.info_list .info_items .info_pic{
    width: 100%;
    height: 120px;
}
.info_list .info_items .info_w{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    padding: 0 5px;
    margin-top: 10px;
    color: #fff;
}
    /*公告*/
.fn-gg-title {
    border-bottom: 1px solid #696f89;
}

.fn-gg-title h1 {
    font-size: 22px;
    color: #ffffff;
}

.fn-gg-title p {
    font-size: 16px;
    color: #d2d6e1;
    padding: 12px 0;
}

.fn-gg-title .fn-source-title {
    margin-right: 54px;
}
/*.list-unstyled li {*/
    /*margin: 0px 5px;*/
/*}*/

/*文章字体*/
.fn-gg-conts img{
    max-width: 100%;
    height: auto !important;
}
.fn-gg-conts p,
.fn-gg-conts ul li {
    font-family: Arial;
    font-size: 14px;
    color: #f2f2f2;
    line-height: 32px;
}

.fn-gg-conts .fn-indent {
    margin: 20px 0;
}

/*文章第一个图*/
.fn-one-img {
    width: 70%;
    height: auto;
}

/*文章第二个图*/
.fn-two-img {
    width: 75%;
    height: auto;
}

/*上一篇、下一篇*/
.fn-pre-posts a,
.fn-next-posts a {
    font-size: 16px;
    color: #ffffff;
}

.fn-mg {
    margin-top: 5%;
    margin-bottom: 40px;
}

.fn-bt {
    height: 10px;
    border-bottom: 1px solid #f2f2f3;
}

/*相关文章*/
.related-art h2 {
    fonts-size: 18px;
    color: #ffffff;
    padding-top: 26px;
    padding-bottom: 14px;
}

.list-unstyled .fn-mr10 {
    margin-right: 10px;
}

.fn-mrgin {
    margin-bottom: 140px;
}

/*相关文章列表*/
.fn-mrgin li>a {
    /*font-size:16px;*/
    color: #333;
    line-height: 26px;
}

.fn-indent {
    text-indent: 2em;
}
.info-index-list2 li{
    border: none;
}
/*资讯*/
.fn-zx,
.fn-novice,
.fn-recharge,
.fn-game {
    display: table;
    text-align: left;
    padding:24px 0 24px 0px;
    border-bottom: 1px solid #5f6585;
}

.fn-zx span {
    display: table-cell;
    vertical-align: center;
    top: 10px;
}

/*内容超出加点点点*/

.fn-warp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #a1a2a4;
    line-height: 20px;
}

/*资讯列表*/
.fn-zx-time {
    font-size: 12px;
    color: #a1a2a4;
    line-height: 32px;
    margin-top: 10px;
}

.fn-zx-title {
    font-size: 16px;
    color: #fefffb;
    line-height: 29px;
    margin-bottom: 10px;
}

.fn-zx h1:hover {
    color: #4285f4;
}

/*分页*/
.fn-pages .pagination>li>a,
.fn-pages .pagination>li>span {
    margin-left: 12px;
    color: #ffffff;
    border-radius: 4px;
}

/*分页得到焦点的样式*/
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #4285f4;
    border-color: #ddd;
}

.new-title {
    padding-top: 20px;
}

/*最新文章*/
.fn-more {
    position: relative;
    top: -44px;
    left: -11px;
}

.fn-more a {
    color: #9a9a9a;
}

/*swiper 轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 5%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*轮播图的小圆点*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 6px;
    border: 1px solid #fff;
}
/*撑满整个页面*/
.full{
    min-height: 200px;
}
/*免责声明*/
.state_wrap{
    color: #fff;
    font-size: 14px;
    border: 1px dashed #FF0000;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.state_wrap h6{
    background: #d51212;
    width: 200px;
    text-align: center;
    display: block;
    line-height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -15px;
}
.state_wrap p{
    line-height: 28px;
    margin-top: 10px;
    text-indent: 2em;
}
@media (max-width: 768px){
    .fn-gg-conts img{
        display: block;
        width: 83%;
        margin: 0 auto;
    }
    .mobile_bar{
        background: #4157ff;
        line-height: 41px;
    }
    .mobile_bar_logo{
        width: 28%;
        margin-left: 5px;
    }
    .mobile_bar_w{
        font-size: 14px;
        color: #fff;
        font-style: italic;
    }
    .mobile_bar_db{
        float: right;
        font-size: 16px;
        color: #fff;
        margin-right: 3%;
    }
    .layui-layer{
        display: none;
    }
}
@media (max-width: 768px){
    .mobile_bar_w{
        font-size: 12px;
    }
    .mobile_bar_db{
        font-size: 14px;
    }
}
