/*365jz.com*/
body,
h1,
h2,
h3,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
    display: block;
}

body {
    font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, "SimSun", sans-serif;
    line-height: 1.6;
    background: #1a1a1a url(../images/bg.png) repeat;
}

h1,
h2,
h3 {
    font-weight: 400;
}

h1,
h2 {
    font-size: 24px;
}

h3 {
    font-size: 14px;
}

img {
    border: none;
    max-width: 100%;
}

a img:hover {
    background: none;
    border: none;
}

a {
    color: #07b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol,
ul {
    list-style: none;
}

p {
    margin-bottom: 20px;
}

input,
textarea,
button {
    outline: none;
}

input[type^="text"],
input[type^="password"],
textarea {
    box-shadow: inset 2px 3px 5px #eee;
    border: 1px solid #bbb;
    background: #fafafa;
}

input:focus,
textarea:focus {
    background: #fff;
    border-color: #999;
}

input {
    vertical-align: middle;
}

input[type^="radio"] {
    border: none;
    background: none;
    width: auto;
}

::selection {
    color: #fff;
    background: #444;
    text-shadow: none;
}

#wrap,
#footer_box {
    background: #fcfbf7 url(../images/mainbg.jpg) repeat;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 4px 0 rgba(255, 255, 255, .8), 0 5px 0 rgba(100, 100, 100, .4), 0 8px 0 rgba(255, 255, 255, 0.4), inset 0 0 1px rgba(255, 255, 255, 1);
    width: 800px;
    margin: 30px auto;
    padding: 40px 50px;
}

#content {
    overflow: hidden;
    color: #555;
    text-shadow: 1px 1px #fff;
    margin-top: 30px;
    clear: both;
}

#header {
    text-align: center;
    color: #5d6673;
}

#logo {
    margin: 20px auto 10px;
}

#logo img {
    max-height: 80px;
}

#logo a {
    color: #ddd;
}

#header h2 {
    font-size: 14px;
}

#toolbar {
    height: 24px;
    font-size: 12px;
}

#searchform {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: inset 1px 1px 5px rgba(100, 100, 100, .3);
    padding: 3px 5px;
    height: 16px;
    float: right;
}

#searchform label {
    display: none;
}

#searchform input {
    border: none;
    background: none;
    box-shadow: none;
    width: 150px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
}

#searchform button {
    background: url(../images/search.png) no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    vertical-align: top;
    border: none;
    cursor: pointer;
    margin-left: -5px;
    font-size: 0;
}

#searchform button:hover {
    background: url(../images/search_hover.png) no-repeat;
}

#rss {
    float: right;
    margin-left: 8px;
    margin-top: 4px;
}

#rss a {
    background: url(../images/rss.png) no-repeat;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    text-indent: -999px;
}

#css365jz_menu {
    float: left;
    font-size: 20px;
    line-height: 40px;
    height: 50px;
    overflow: hidden;
}

#css365jz_menu li {
    float: left;
    margin-right: 10px;
}

#css365jz_menu a {
    display: block;
    text-decoration: none;
    color: #29108d;
    font-weight: 800;
}

#css365jz_menu a:hover {
    color: #5f767f;
}

#css365jz_menu .current-menu-item a,
#css365jz_menu .current-menu-parent a {
    color: #444;
    font-size: 20px;
    line-height: 22px;
}

#css365jz_menu li ul {
    display: none;
}

#post_list section {
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px;
}

.meta {
    font-size: 12px;
    margin-bottom: 20px;
    color: #999;
    display: block;
}

#post_content {
    padding-top: 10px;
}

.post,
.page {
    font-size: 16px;
    letter-spacing: 1px;
}

.page h1 {
    margin-bottom: 20px;
}

.post {
    margin-bottom: 20px;
    border-bottom: 1px dashed #bbb;
}

.post ul,
.post ol {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 15px;
}

.post ul {
    list-style-type: disc;
}

.post ol {
    list-style-type: decimal;
}

.post input {
    height: 22px;
    line-height: 22px;
}

blockquote {
    border: 1px dashed #ccc;
    border-radius: 5px;
    background: #fafafa;
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.wp-caption {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    box-shadow: 1px 1px 2px #d3d3d3;
    margin-bottom: 10px;
    text-align: center;
    padding: 4px 0;
}

.post .wp-caption img {
    max-width: 630px;
}

.wp-caption-text,
.gallery-caption {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

.navigation {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.navigation a {
    color: #666;
}

#nopage {
    text-align: center;
    padding: 180px 0 100px;
    background: url(../images/404.png) no-repeat center 70px;
}

#comments {
    margin-top: 30px;
    font-size: 14px;
}

#comments h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#comments .navigation {
    margin-top: 10px;
}

.comment-form-comment label {
    display: none;
}

.comment_list {
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}

.comment-author {
    float: left;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-meta {
    float: right;
    font-size: 12px;
}

.comment-meta a {
    color: #999;
}

.says {
    display: none;
}

#respond {
    margin-top: 10px;
}

#respond textarea {
    width: 97%;
    padding: 1%;
}

.comment_list li #respond {
    margin-left: 30px;
}

#commentform {
    border-top: 1px solid #f9f9f9;
    padding-top: 10px;
}

#commentform input {
    width: 230px;
    padding: 5px;
    display: block;
}

#comments input,
#comments textarea,
#comments button {
    border-radius: 3px;
}

#submit {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #333;
    box-shadow: 1px 1px 3px #d3d3d3;
    background: #444;
    background: -moz-linear-gradient(top, #444, #333);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#333));
    color: #fff;
    text-shadow: 1px 1px #111;
}

#submit:hover {
    color: #555;
    text-shadow: 1px 1px #fff;
    border: 1px solid #ccc;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#eee));
}

.reply {
    padding-bottom: 10px;
    font-size: 12px;
}

.comment_list li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 5px 0;
}

.comment_list li li {
    border-bottom: none;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.comment_list li p {
    clear: both;
    margin-bottom: 5px;
}

.children li {
    padding-left: 20px;
}

.bypostauthor {
    background: #fff6ed;
}

.thread-odd {
    background: #eee;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 265px;
}

.comment-notes {
    font-size: 12px;
}

.form-allowed-tags {
    display: none;
}

#footer_box {
    font-size: 12px;
}

#linkcat a {
    margin-right: 10px;
    color: #666;
}

#linkcat li {
    display: inline-block;
    padding-right: 10px
}

#sponsor {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

#footer {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    color: #5d6673;
    text-shadow: -1px -1px #000;
}

#footer a {
    color: #5d6673;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.post .alignleft,
.post .alignleft {
    margin-right: 10px;
    display: inline;
}




/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.css365jz_meta-tags {
    padding: 20px 0;
}

.css365jz_meta-tags .css365jz_tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.css365jz_meta-tags .css365jz_tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.css365jz_meta-tags .css365jz_tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.css365jz_container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .css365jz_container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .css365jz_container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .css365jz_container {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .css365jz_main,
    .css365jz_container {
        width: auto;
    }
}

.css365jz_place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.css365jz_row .css365jz_rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.css365jz_row .css365jz_rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.css365jz_row .css365jz_rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.css365jz_content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.css365jz_content p {
    padding-bottom: 20px;
}

.css365jz_content .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.css365jz_content .contain:hover {
    background: #EFEFEF;
}

.css365jz_content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.css365jz_content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.css365jz_content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.css365jz_content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.css365jz_news_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.pages li {
    display: inline-block;
}

.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */