/*
Theme Name: 网信汨罗
Theme URI: http://www.mlwxb.cn/
Description: 汨罗市互联网信息研究中心.
Author: Mr.Wu
Author URI: http://www.mlwxb.cn/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)
 
License:
License URI:
 
General comments (optional).
*/
body {
    margin: 0;
    padding: 0;
}

.bk10 {
    clear: both;
    height: 10px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.swiper-container {
    width: 100%;
    height: 200px;
}

#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner .swiper-slide {
    position: relative;
    text-align: center;
}

#banner img {
    max-width: 100%;
    display: block;
}

#banner h2 {
    text-align: center;
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    /* background-color:rgba(21,20,20,0.5);*/
    background-color: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

#banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 3px;
    text-align: center;
    right: 0;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
}

#banner .swiper-pagination-bullet-active {
    background: #ff6600;
}

.category_title {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 2px;
}

.category_title h4 {
    display: inline-block;
    border-bottom: 2px solid #004e99;
    margin-bottom: -2px;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #004e99;
    float: left;
}

.category_title h5 {
    float: right;
    font-size: 14px;
    line-height: 38px;
    color: #959595;
}

.category_title h6 a {
    color: #959595;
}

.zc_category {
    width: 100%;
    height: 30px;
    background-color: #5ea4d0;
    padding-left: 10px;
    border-radius: 5px;
}

.zc_category a {
    color: #ffffff;
    line-height: 30px;
}

.list_title {
    margin: 0 auto;
}

.list_title li {
    font-size: 16px;
    line-height: 30px;
}

.list_title li a {
    color: #333333;
    text-decoration: none;
}

.yichu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_title li span {
    float: right;
    color: #959595;
}

.content-p {
    width: 100%;
    height: auto;
}

.content-p h6 {
    float: left;
    font-size: 20px;
    color: #555555;
    line-height: 30px;
    font-weight: 600;
}

.content-p span {
    float: left;
    font-size: 12px;
    color: #959595;
}

.content-p p {
    text-indent: 2em;
}

.content-p p img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.wx_img {
    width: 100%;
    height: auto;
}

.wx_img1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wx_img1 a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-align: center;
}

.wx_img1 img {
    display: inline;
    vertical-align: middle;
}

.wx_img1 h5 {
    font-size: 14px;
    color: #004e99;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

.wx_img1 h6 {
    width: 95%;
    font-size: 12px;
    color: #555555;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #004e99;
}

.footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.post-categories {
    background-color: #eeeeee;
    height: 30px;
    width: 100%;
    text-align: center;
}

.post-categories li a {
    font-size: 16px;
    color: #004e99;
    line-height: 30px;
    font-weight: 600;
}