@charset "utf-8";

/**
 * base.css
 * https://zblog.vip/
 */
* {
    margin: 0;
    padding: 0
}

body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #f6f6f6;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    border: 0;
    display: block
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #cdd157;
    text-decoration: underline;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.blank {
    clear: both;
    width: 100%;
    overflow: hidden;
    height: 20px
}

.box {
    width: 1200px;
    margin: auto;
    overflow: hidden
}

main {
    width: 1200px;
    margin: -50px auto 0;
    overflow: hidden;
    display: block;
}

.is-fixed {
    position: fixed;
    top: 120px;
    z-index: 99;
}

/*header*/
header {
    background: url(../images/banner.jpg) no-repeat;
    padding: 0 0 80px;
    background-size: cover;
}

nav li {
    float: left
}

nav li a {
    color: #666;
    line-height: 45px;
    font-size: 15px;
    margin: 0px 15px;
}

li.selected a,
nav li:hover a {
    color: #000;
}

nav {
    overflow: hidden;
    background: rgba(255, 255, 255, .3);
    border-radius: 0 0 10px 10px;
    width: max-content;
    padding: 0 20px;
}

nav li a:hover {
    text-decoration: none;
}

.logo {
    text-align: center;
    font-size: 32px;
    margin: 50px auto
}

.search {
    width: 40%;
    margin: 50px auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.search input.input_submit {
    border: 0;
    color: #fff;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    background: #43add4;
}

.search input.input_text {
    border: 0;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    width: 75%;
    outline: none;
    text-indent: 1em;
}

.lbox {
    width: 70%;
    float: left;
}

.rbox {
    width: 27%;
    float: right;
}

.blogs {
    background: #646827;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

/*tab*/
.gd-box {}

#tab {
    padding: 0 20px;
    overflow: hidden;
    border-bottom: #efefef 1px solid;
}

#tab li {
    font-size: 16px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    color: #666;
    float: left;
}

#tab li:after {
    content: "";
    background: #333333;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 40%;
    opacity: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#tab li:hover:after,
#tab li.tab-current:after {
    opacity: 1;
    width: 100%;
    margin: auto;
    display: block;
    left: 0;
}

#tab li.tab-current,
#tab li:hover {
    color: #fff;
    font-weight: bold;
}

#tab-content>div {
    display: none;
}

#tab-content>div:nth-child(1) {
    display: block
}

#tab-content {
    overflow: hidden;
    background-color: #447739;
}

.blogs_list {
    padding: 20px 20px 0;
}

.blogs_list li {
    border-bottom: 1px solid #e9ecf3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.blogs_list li .title {}

.blogs_list li .title span {
    display: inline-block;
    height: 18px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    vertical-align: top;
}

.blogs_list li .title a {
    font-size: 18px;
    line-height: 24px;
}

.blogs_list li i {
    float: right;
    width: 178px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 12px 0 0 22px;
}

.blogs_list li i img {
    width: 100%;
    min-height: 100%;
}

.blogs_list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 12px 0 24px 0;
    font-size: 14px;
    color: #cdd157;
    line-height: 24px;
}

.info {
    display: inline-block;
    line-height: 16px;
    color: #cdd157;
    font-size: 14px;
}

.info a {
    color: #cdd157;
}

.info span {
    display: inline-block;
    padding: 0 14px 0 0;
    margin-right: 14px;
    vertical-align: top;
}

.info span:last-child {
    border-right: none;
}

.btn_more {
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}

.btn_more a {
    width: 266px;
    height: 36px;
    line-height: 36px;
    margin: auto;
    display: block;
    border: #333 1px solid;
    font-size: 14px;
    border-radius: 4px;
    transition: .3s;
}

.rbox>div {
    background: #48759f;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.side_title {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin: 0 0 20px;
    font-weight: bold;
}

.side_title a {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.hot_news li:nth-child(1):before {
    color: #fe2d46;
}

.hot_news li:nth-child(2):before {
    color: #f60;
}

.hot_news li:nth-child(3):before {
    color: #faa90e;
}

.hot_news ul li {
    position: relative;
    padding: 10px 0 5px;
    line-height: 1.6;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    counter-increment: a 1;
}

.hot_news ul li:before {
    content: counter(a);
    display: inline-block;
    left: 0px;
    top: 0;
    margin-right: 10px;
    color: #9195a3;
}

.tj_news ul {
    border-radius: 9px;
    padding: 15px;
    box-sizing: border-box;
}

.tj_news ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    line-height: 34px;
}

.tj_news ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #333;
}

.contact ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 18px;
}

.contact li {
    width: 45%;
    text-align: center;
    font-size: 14px;
}

.contact li img {
    width: 100%;
}

.contact p {
    font-size: 14px;
    line-height: 30px;
}

.contact p span {
    color: #858585;
    margin: 0 10px 0 0;
    width: 40px;
    text-align: center;
    display: inline-block;
}

footer {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 14px;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #9d9d9d;
}

.icon-top {
    background: url(../images/istop.png) no-repeat center #fff;
    background-size: 22px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 10%;
    transition: all 0.3s;
    z-index: 9999999;
    border: #ccc 1px solid;
    border-radius: 100%;
    opacity: 0;
}

.cd-is-visible {
    opacity: 1;
}

/*pagelist*/
.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    padding: 0 0 10px;
    font-size: 12px;
}

.pagelist a {
    color: #5c626c;
    margin: 0 5px 10px;
    padding: 5px 10px;
    background: #f4f4f5;
    display: inline-block;
}

.pagelist a:nth-child(1) {
    display: none
}

.pagelist a:hover,
.pagelist>b {
    color: #FFF;
    background: #43add4;
    text-decoration: none;
}

.pagelist>b {
    padding: 5px 10px;
}

.weizhi {
    line-height: 50px;
    padding-left: 20px;
    color: #cfcfcf;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.weizhi span {
    color: #666;
    font-size: 13px;
    margin-left: 10px;
}

.weizhi a {
    margin: 0 5px;
    color: #cdd157;
}

.tags li {
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
}

.tags li a {
    padding: 0 15px;
    display: block;
}

.con_tit {
    margin: 20px;
}

.con_tit h1 {
    font-size: 28px;
    color: #000;
    line-height: 40px;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 20px;
}

span.con_tag {
    color: #81bd3e;
    letter-spacing: .44px;
    background-color: #f2f8eb;
    padding: 4px 8px;
    border-radius: 2px;
    display: inline-block;
}

.con_info {
    font-size: 14px;
    color: #fff;
}

.con_info span {
    margin-right: 10px;
}

span.con_class a {
    color: #484949;
}

.content {
    font-size: 16px;
    line-height: 1.8;
    word-break: break-all;
    color: #262626;
    margin: 20px;
}

.content p {
    margin: 20px 0;
}

.content ul,
.content ol {
    margin: 20px 0 20px 35px;
}

.content ul li,
.content ol li {
    margin-top: 3px;
    line-height: 30px;
}

.content.content ul li {
    list-style-type: disc;
}

.content ol li {
    list-style-type: decimal;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    position: relative;
    margin: 20px 0;
    line-height: 1.2;
}

.content h2 {
    font-size: 22px;
}

.content h3 {
    font-size: 20px;
}

.content h4 {
    font-size: 18px;
}

.content h5 {
    font-size: 17px;
}

.content h6 {
    font-size: 16px;
}

.content hr {
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px #dedddd solid;
    margin: 30px 0;
}

.content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 10px auto;
}

.content video {
    height: auto !important;
    display: block;
    margin: auto;
    max-width: 100% !important;
}

.content table {
    max-width: 100%;
    border-width: 1px;
    border-color: #666;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 26px;
}

.content table th {
    border-width: 1px;
    padding: 4px 8px;
    border-style: solid;
    border-color: #666;
    background-color: #dedede;
}

.content table td {
    border-width: 1px;
    padding: 4px 8px;
    border-style: solid;
    border-color: #666;
    background-color: #ffffff;
}

.content span.marker {
    background: yellow;
}

.content blockquote {
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #f3f3f3;
    border-left: 0;
    font-size: 16px;
    border-radius: 3px;
    margin: 20px 0;
    display: block;
}

.content blockquote:before {
    content: "";
    background: url(../images/yinhao.png) no-repeat;
    width: 37px;
    height: 32px;
    position: absolute;
    left: 26px;
    top: 16px;
}

.con_tags {
    margin: 20px
}

.con_tags a {
    color: #6f79a9;
    padding: 4px 13px 4px 30px;
    background: #f2f3f7;
    border-radius: 18px;
    margin: 0 10px 13px 0;
    position: relative;
    font-size: 14px;
    display: inline-block
}

.con_tags a:before {
    position: absolute;
    content: "#";
    background: #6f79a9;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    left: 3px;
    top: 3px;
}

.info-pre-next {
    font-size: 14px;
    color: #999;
    margin: 30px 20px;
    line-height: 30px;
}

.info-pre-next a:hover {
    text-decoration: underline;
}

.info-pre-next p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.other_news {
    margin: 20px
}

.blog_list.love_list .side_title {
    margin: 40px 0 10px 20px;
}

.blog_list.love_list ul li:last-child {
    border: none;
}

.tags_list {
    background: rgba(255, 255, 255, .6);
    border-radius: 10px;
    padding-bottom: 20px;
}

/*mnav*/
#mnavh {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
}

.navicon {
    display: block;
    position: relative;
    width: 27px;
    height: 2px;
    background-color: #828282;
    margin-top: 20px;
    float: left;
}

.navicon:before,
.navicon:after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    background: #828282;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.navicon:before {
    margin-top: -8px;
}

.navicon:after {
    margin-top: 8px;
}

.open .navicon {
    background: none
}

.open .navicon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .navicon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .navicon:before,
.open .navicon:after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    background: #828282;
}

.tags_list .tags {
    padding: 20px;
    font-size: 14px;
}

.box {
    width: 1200px;
    margin: auto;
}

.links {
    background: #fff;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
}

.link_title {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.links li {
    display: inline-block;
    margin: 0 15px 5px 0;
    color: #999;
    font-size: 14px;
}

.links li a {
    color: #999;
}

.links li:hover a {
    color: #fc5531;
}

@media (max-width: 640px) {
    .links {
        display: none;
    }
}