﻿.search {
    min-height: 400px;
}

.search * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.search-form {
    width: 400px;
    height: 100px;
    margin: 0 auto;
    padding: 40px 0 20px;
}

.search-form .search-ipt,
.search-form .search-btn {
    display: block;
    float: left;

    width: 340px;
    height: 100%;

    border: 1px solid #eee;
    outline: none;
}

.search-form .search-ipt {
    font-size: 16px;

    padding: 0 10px;
}

.search-form .search-btn {
    font-size: 16px;

    width: 60px;

    color: #fff;
    border: none;
    background: #c90000;
}

.searchNav {
    font-size: 16px;
    line-height: 48px;

    border-bottom: 1px solid #eee;
}

.searchNav span {
    color: #f00;
}

.list-type2 {
    min-height: 400px;
    padding: 0;
}

.list-type2 .list-d {
    overflow: hidden;

    margin: 20px 0;
    padding: 0 0 20px;

    border-bottom: 1px dashed #ebeef3;
}

.list-type2 .list-a {
    display: block;
    overflow: hidden;

    padding: 20px 0;

    border-bottom: 1px dashed #ebeef3;
}

.list-type2 .list-a:hover {
    background: #fafbfc;
}

.list-type2 .list-a:hover .list-title {
    color: #c90000;
}

.list-type2 .list-img {
    display: block;
    float: left;

    width: 150px;
    height: 100px;
    margin-right: 15px;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.list-type2 .list-detail {
    float: left;
}

.list-type2 .list-img~.list-detail {
    width: calc(100% - 165px);
}

.list-type2 .list-img~.list-detail .list-description {
    height: 44px;
}

.list-type2 .list-title {
    font-size: 18px;
    line-height: 25px;

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-type2 .list-description {
    line-height: 22px;

    display: block;
    overflow: hidden;

    max-height: 44px;
    margin: 6px 0 0;

    color: #999;
}

.list-type2 .list-time {
    font-family: 'georgia';
    font-size: 14px;

    display: block;

    margin: 6px 0 0;

    color: #999;
}

.list-type2 .list-time span {
    margin-right: 6px;
}

.art-content {
    font-size: 16px;
    line-height: 1.8;

    position: relative;


    width: 100%;

    color: #404040;
}

.art-content p,
.art-content div {
    position: relative;

    margin: .9em 0;

    text-indent: 2em;
}

.art-content a {
    text-decoration: underline;

    color: #00e;
}

.art-content h1 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4;
}

.art-content figure,
.art-content figcaption,
.art-content img {
    font-size: 15px;

    display: block;

    max-width: 100%;
    margin: 0 auto;

    text-align: center;
    text-indent: 0;

    color: #3d3d3d;
}

.art-content figure {
    margin: .9em auto;
}

.art-content audio,
.art-content video {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #f1f1f1;
}

.art-content iframe {
    display: block;
    overflow-x: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;

    border: none;
}

.art-content table {
    width: 100%;

    border-collapse: collapse;
}

.art-content table div,
.art-content table p {
    margin: 0;

    text-indent: 0;
}

.art-content th,
.art-content td {
    padding: 10px;

    border: 1px solid #ddd;
}

.art-content th {
    font-weight: bold;
}

.art-content ul,
.art-content ol {
    display: block;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

.art-content ul {
    list-style-type: disc;
}

.art-content ol {
    list-style-type: decimal;
}

.art-content li {
    display: list-item;

    text-align: -webkit-match-parent;
}

.art-content pre {
    padding: 10px;

    white-space: pre-wrap;

    background-color: #eee;
}

.art-content :not(pre)>code {
    font-family: monospace;

    padding: 3px;

    background-color: #eee;
}

.art-content i,
.art-content cite,
.art-content em,
.art-content var,
.art-content address,
.art-content dfn,
.art-content blockquote {
    font-style: italic;
}

.art-content blockquote {
    display: block;

    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;

    color: #aaa;
    border-left: 1px solid #ddd;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.art-content blockquote[dir='rtl'] {
    padding-right: 10px;
    padding-left: 0;

    border-right: 2px solid #ddd;
    border-left: none;
}

.art-content>*+* {
    margin: .9em 0 0;
}

.art-content>pre+pre {
    margin: 0;
}

.art-attachment {
    margin: 0 0 20px;
}

.art-attachment .art-attachment-title {
    font-size: 16px;

    color: #000;
}

.art-attachment .art-attachment-li {
    font-size: 16px;
    line-height: 24px;

    overflow: hidden;

    width: 100%;
    margin: 5px 0;

    text-overflow: ellipsis;
}

.art-attachment .art-attachment-a {
    text-decoration: underline;

    color: #404040;
}

.art-attachment .art-attachment-a:hover {
    color: #09d;
}

.layui-laypage {
    margin: 35px 0 35px;

    text-align: center;
}

.layui-laypage * {
    box-sizing: border-box;
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next,
.layui-laypage .layui-laypage-curr,
.layui-laypage .layui-laypage-spr,
.layui-laypage .layui-input,
.layui-laypage a {
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    height: 36px;
    margin: 0 2px;
    padding: 0 12px;

    border: 1px solid #d3d3d4;
    background: #fff;
}

.layui-laypage .layui-laypage-skip {
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    height: 36px;
    margin: 0 2px;
    padding: 0 12px;

    border: 1px solid #d3d3d4;
    border: none;
}

.layui-laypage .layui-input {
    text-align: center;

    outline: none;
}

.layui-laypage .layui-laypage-btn {
    display: inline-block;

    width: 60px;
    height: 36px;

    cursor: pointer;

    border: 1px solid #e2e2e2;
    background: #fff;
}

.layui-laypage .layui-laypage-btn:hover {
    color: #fff;
    border: 1px solid #c90000;
    background: #c90000;
}

.layui-laypage .layui-laypage-curr,
.layui-laypage a:hover {
    color: #fff;
    border-color: #c90000;
    background: #c90000;
}

.layui-laypage .layui-input {
    width: 40px;
}

.zt {
    position: relative;

    height: 600px;
    margin: 60px 45px 0;
    padding: 10px 10px 0;

    background: #000;
}

.zt .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.zt .gallery-top {
    position: relative;

    width: 100%;
    height: 80%;
}

.zt .gallery-top .swiper-pagination-fraction {
    font-size: 12px;

    text-align: right;

    color: #fff;
}

.zt .gallery-top .swiper-description {
    line-height: 24px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 10px 15px;

    text-indent: 2em;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.zt .gallery-thumbs {
    box-sizing: border-box;
    height: 20%;
    padding: 10px 0;
}

.zt .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;

    opacity: .75;
    border: 2px solid #fff;
}

.zt .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border-color: #007aff;
}

.pages {
    margin: 35px 0 35px;

    text-align: center;
}

.pages .pg1,
.pages .pg2 {
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    height: 36px;
    margin: 0;
    padding: 0 12px;

    border: 1px solid #d3d3d4;
}

.pages .pg1:hover,
.pages .pg2 {
    color: #fff;
    border-color: #c90000;
    background: #c90000;
}