@charset "utf-8";

/**
 * Copyright (c) 2017 - 2019 www.xiongan.gov.cn All Rights Reserved.
 * Project xa v0.18.35
 * @time 2019-03-01 19:14:51
 */

.btn-more {
    width: auto;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #f6f6f6;
    margin: 30px auto;
    padding: 0 40px;
    margin: 0 auto;
    display: block
}

.btn-more-loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(//www.xiongan.gov.cn/bundle/loading.gif) center center no-repeat;
    margin-right: 10px
}

.btn-more:hover {
    background-color: #ccc
}

.btn-more:active {
    background: #032e60 url(//www.xiongan.gov.cn/detail/images/nav-bg.png) center top no-repeat;
    color: #fff
}

.btn-more-text::selection {
    pointer-events: none;
    background: 0 0
}

.btn-more.disable {
    pointer-events: none
}

.is-xat-homepage .sidebar {
    position: absolute;
    position: fixed;
    width: 80px;
    left: 50%;
    margin-left: -740px;
    top: 220px;
    z-index: 99;
    font-size: 16px;
    color: #333;
    border-right: #ccc 1px solid;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff
}

.is-xat-homepage .sidebar li {
    margin-top: 24px
}

.is-xat-homepage .sidebar li:after {
    content: '';
    background-color: #ddd;
    width: 2em;
    height: 2px;
    display: block;
    margin-top: 6px
}

.is-xat-homepage .sidebar li.active,
.is-xat-homepage .sidebar li.active a {
    color: #007ee8
}

.is-xat-homepage .sidebar li.active {
    position: relative
}

.is-xat-homepage .sidebar li.active:after {
    background-color: #007ee8;
    position: relative;
    z-index: 2
}

.xat-homepage {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px
}

.xat-homepage .xat-top-logo {
    display: block;
    width: 300px;
    height: 220px;
    margin: 0 auto;
    background-image: url(//www.xiongan.gov.cn/bundle/xiongan-today-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 260px auto
}

.xat-homepage-in {
    width: 1230px;
    height: 100%;
    margin-left: 10px
}

.xat-homepage-in:after {
    content: '';
    clear: both;
    display: inline-block;
    overflow: hidden;
    height: 0
}

.xat-homepage .item {
    text-align: center;
    float: left;
    width: 200px;
    margin: 20px 18px 12px 18px
}

.xat-homepage .item.active .p {
    border: #3773db 1px solid!important;
    box-shadow: 0 10px 30px rgba(55, 115, 219, .5)!important
}

.xat-homepage .item.active .t {
    color: #3773db;
    font-weight: 600
}

.xat-homepage .item .p {
    background: url(//www.xiongan.gov.cn/bundle/loading.gif) center center no-repeat;
    width: 198px;
    height: 282.8295042321644px;
    position: relative;
    border: #ccc 1px solid;
    margin-bottom: 6px
}

.xat-homepage .item .p:hover {
    border: #999 1px solid;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.xat-homepage .item .item-img {
    width: 100%;
    height: auto
}

.xat-homepage .item .t {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    min-height: 48px
}

.xat-homepage .item .is-event {
    color: red;
    font-weight: 600
}

.xat-homepage .item .no-img {
    background: #f1f1f1
}

.xat-homepage .item .no-img-logo {
    width: 90px;
    height: 30px;
    position: absolute;
    background-image: url(//www.xiongan.gov.cn/bundle/xiongan-today-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 16%;
    left: 50%;
    margin-left: -45px
}

.xat-homepage .item .no-img-title {
    margin: 0 auto;
    position: absolute;
    width: 140px;
    color: #666;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    transform: translateY(-50%)
}

.xat-homepage .item .no-img-tips {
    margin: 0 auto;
    position: absolute;
    bottom: 3.2em;
    width: 100%;
    color: #999;
    font-size: 12px
}

.is-mobile .xat-homepage .xat-top-logo {
    width: 80%;
    height: 80px;
    background-size: auto 100%;
    margin: 40px auto
}

.is-mobile .xat-homepage,
.is-mobile .xat-homepage-in {
    width: 100%
}

.is-mobile .xat-homepage-in {
    margin-left: 0
}

.is-mobile .xat-homepage .item {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 90%
}

.is-mobile .xat-homepage .item .t {
    min-height: auto;
    height: auto;
    margin-bottom: 2em
}

.is-mobile .xat-homepage .item .p {
    width: 100%;
    height: auto
}
