@import url('normalize.css');

/* public */
.clearfix:after {
    content:"";
    display: table;
    clear: both;
}

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

body {
    font-family:"Microsoft Yahei", "Helvetica Neue", Verdana, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}
button, input, select, textarea {
    font-family: inherit;
}
button, select, input {
    outline: none;
}

.main-container {
    width: 1400px;
    margin: 0 auto;
}

.main-container .layout {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* header */
.header-main {
    margin: 16px 0;
}
.header-title {
    float: left;
}
.header-title h1{
    margin: 0;
}

.header-title a{
    display: block;
    width: 257px;
    height: 72px;
    overflow: hidden;
    text-indent: -999em;
    font-size: 16px;
    background: transparent url('../images/logo.png') no-repeat center center;
    background-size: contain;
}

.header-navis {
    float: right;
    width: 1000px;
    padding: 16px;
}
.header-navis .navi-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.header-navis .navi-list a{
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
    color: #000;
    background-color: #fff;
    transition: all 100ms linear;
    border-radius: 3px;
    font-weight: bold;
}

.header-navis .navi-list a:hover {
    transform: scale(1.1);
    color: #aa0d23;
}
.header-navis .navi-list a.active {
    color: #fff;
    background-color: #aa0d23;
    transform: scale(1);
}

main > .banner .banner-inner{
    position: relative;
}
main > .banner .banner-inner{
    position: relative;
}

main > .banner .banner-inner img{
    display: block;
}

main > .banner .banner-inner h2{
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    color: rgba(255,255,255,.1);
    font-size: 52px;
    user-select: none;
}


/* footer */
footer {
    border-top: 3px solid #a10000;
    padding: 20px 20px 10px 20px;
    background-color: #161616;
    text-align: center;
}

footer .weixin-mp{
    font-size: 16px;
    color: #aaa;
}
footer .weixin-mp .weixin-qrcode {
    margin-bottom:0;
}
footer .weixin-mp .weixin-text {
    margin: 0 0 5px;
    font-size: 14px;
}

footer .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    padding: 10px;
    border-bottom: 1px solid #2c2c2c;
    margin: 0 40px 20px;
}
footer .contact-item {
    margin: 0 10px;
}
footer .contact-item .contact-icon,
footer .contact-item .contact-text {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}
footer .contact-item .contact-icon img {
    display: block;
}

footer .quick-link {
    font-size: 16px;
    margin:0 0 12px;
}

footer .quick-link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .quick-link li{
    display: inline-block;
    margin: 0 6px;

}
footer .quick-link li:after {
    content: '|';
    display: inline-block;
    margin-left: 15px;
    color: #272727;
    opacity: .5;
    text-shadow: 1px 1px #6f6f6f;
}

footer .quick-link li:last-child:after {
    content: '';
    display: none;
}

footer .quick-link a {
    color: #aaa;
}

footer .quick-link a:hover{
    color: #ccc;
}

footer .copyright {
    color: #888;
    font-size: 14px;

}

footer .copyright p {
    margin-bottom: 0;
}

footer .copyright a {
    color: #888;
}
footer .copyright a:hover {
    color: #aaa;
}

.article-empty {
    margin: 10% 0 2%;
    text-align: center;
    font-size: 16px;
    color: #999;
    position: relative;
    padding-top: 100px;
    user-select: none;
}

.article-empty:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E %3Cpath fill='%23999999' d='M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z'%3E%3C/path%3E %3C/svg%3E") no-repeat center center;
    background-size: 70px;
}


/* 分页 */
.thinkpage {
    padding: 10px;
    margin: 3px 0 20px;
    text-align: center;
}

.thinkpage a {
    border: #ececec 1px solid;
    padding: 5px 14px;
    margin: 2px;
    color: #989898;
    text-decoration: none;
    background: #fbfbfb;
    font-size: 14px;
}

.thinkpage a:hover {
    border: #c5c5c5 1px solid;
    color: #808080;
    background: #dcdcdc;
}

.thinkpage span.current {
    border: #830d1e 1px solid;
    padding: 5px 14px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #aa0d23;
    font-size: 14px;
}

.thinkpage span.disabled {
    border: #eee 1px solid;
    padding: 5px 14px;
    margin: 2px;
    color: #ddd;
    font-size: 14px;
}
