/*365jz.com*/
* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #1a1a1a url(../images/background.gif);
    color: #99a0a9;
    font: 12px/18px Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}

a {
    color: #e94459;
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: #d91616;
    text-decoration: none;
}

a:visited {
    color: #b23445;
}

img {
    max-width: 100%;
}

p,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

br {
    font-size: 0;
    clear: both;
}

label {
    color: #112032;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 12px;
}

h5,
h6 {
    font-size: 10px;
}

input,
select {
    height: 21px;
    vertical-align: middle;
}

input,
textarea {
    border: 1px solid #828891;
}

abbr,
acronym {
    cursor: help;
}

abbr {
    border-bottom: 1px dashed #112032;
}

acronym {
    border-bottom: 1px dotted #112032;
}

address {
    border: 1px dotted #36475d;
    border-left: 2px solid #36475d;
    font-family: georgia;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 10px;
}

pre {
    background-color: #f9f9f9;
    color: #7e2633;
    font-family: "Courier New";
    font-size: 12px;
    padding: 0 10px;
}

sub,
sup {
    font-weight: bold;
}

#bg {
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    height: auto !important;
    height: 100%;
}

#wrapper {
    margin: 0 auto;
    min-height: 100%;
    width: 804px;
    height: auto !important;
    height: 100%;
}

#header {
    margin: 0;
    padding-top: 25px;
    width: 100%;
}

#header-top {
    min-height: 90px;
    background-color: #692929;
}

#header-top:before,
#header-top:after {
    content: '';
    display: table;
}

#header-top:after {
    clear: both;
}

#blog-info {
    background: inherit;
    color: #fff;
    float: left;
    margin: 20px 0 0 3px;
    max-width: 600px;
    padding-bottom: 25px;
}

#blog-info img {
    max-height: 80px;
}

#blog-info h1 {
    font-size: 24px;
    line-height: 24px;
}

#blog-info h1 a {
    background: inherit;
    color: #fff;
    text-decoration: none;
}

#descr {
    clear: both;
    font-size: 12px;
    padding-top: 5px;
}


/* DL DT DD ----------------------------------------------------------------- */

dl {
    padding: 10px 0;
}

dt {
    background-color: #f3f1f1;
    border-left: 1px #d1cece solid;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    padding: 3px 0 3px 10px;
}

dd {
    font-size: 12px;
    padding: 7px 0 15px 25px;
}


/* Forms -------------------------------------------------------------------- */

.content label {
    font-size: 12px;
    font-weight: bold;
}

.content select {
    border: 1px solid #828891;
}

.content input[type="file"] {
    height: 24px;
}

.content input[type="reset"],
.content input[type="submit"],
#respond input[type="submit"] {
    background-color: #db3d50;
    border: 1px solid #9e2c3a;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding: 0 10px;
}

.content input[type="reset"]:hover,
.content input[type="submit"]:hover,
#respond input[type="submit"]:hover {
    background-color: #bc303f;
    border: 1px solid #7c202b;
}

.content input[id="searchsubmit"] {
    background: url(../images/search.png) no-repeat 5px 5px;
}

.content input[type="password"] {
    background: none;
    border: 1px solid #d1cece;
    color: #000;
    margin-bottom: 5px;
    padding: 0;
}

.content #searchform {
    padding: 10px;
    text-align: center;
}


/* Table -------------------------------------------------------------------- */

#posts table {
    border-spacing: 0px;
    font-size: 12px;
    margin: 10px 0;
}

#posts table th {
    background: #36475d;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
}

#posts table td {
    border-bottom: 1px dotted #36475d;
    padding: 5px 10px;
}

#posts form table td {
    border-bottom: 0;
}


/* Menu --------------------------------------------------------------------- */

#menu-decor {
    background: url(../images/menu-decor.png) no-repeat left top;
    height: 45px;
    margin: 0 -208px;
    width: 1220px;
    z-index: -1;
}

#menu-box {
    margin-top: -120px;
    width: 100%;
}

#menu-box .menu {
    background: url(../images/menu-middle.png) repeat-y left top;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 802px;
}

#menu-header {
    /*background: url(../images/menu-header.png) no-repeat left top;*/
    height: 75px;
    width: 100%;
}

#menu-footer {
    background: url(../images/menu-footer.png) no-repeat left bottom;
    width: 100%;
    height: 9px;
}

#menu-box .menu:before,
#menu-box .menu:after {
    content: '';
    display: table;
}

#menu-box .menu:after {
    clear: both;
}

#menu-box .menu ul {
    float: left;
    list-style: none;
    margin: 0 15px;
    min-height: 38px;
    width: 772px;
}

#menu-box .menu li {
    float: left;
    margin: 0 2px 1px 0;
    position: relative;
    width: auto;
}

#menu-box .menu a {
    background: #112034;
    border: 1px solid #000;
    color: #ddd;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 34px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-box .menu ul ul {
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 37px;
    width: 180px;
    z-index: 99999;
}

#menu-box .menu ul ul li {
    min-width: 180px;
}

#menu-box .menu ul ul ul {
    margin: 0 0 0 1px;
    left: 100%;
    top: 0;
}

#menu-box .menu ul ul a {
    line-height: 1em;
    padding: 10px;
    height: auto;
}

#menu-box .menu li:hover>a,
#menu-box .menu ul ul:hover>a {
    background: #9d2e3c;
    border: 1px solid #601721;
    color: #fff;
}

#menu-box .menu ul li:hover>ul {
    display: block;
}

#menu-box .menu ul li.current_page_item>a,
#menu-box .menu ul li.current-menu-ancestor>a,
#menu-box .menu ul li.current-menu-item>a,
#menu-box .menu ul li.current-menu-parent>a {
    background: #9d2e3c;
    border: 1px solid #601721;
    color: #fff;
}

* html #menu-box .menu ul li.current_page_item a,
* html #menu-box .menu ul li.current-menu-ancestor a,
* html #menu-box .menu ul li.current-menu-item a,
* html #menu-box .menu ul li.current-menu-parent a,
* html #menu-box .menu ul li a:hover {
    background: #9d2e3c;
    border: 1px solid #601721;
    color: #fff;
}


#rss {
    background: transparent url(../images/rss.png) no-repeat left top;
    float: right;
    font-size: 12px;
    margin: 15px 4px 0 0;
    width: 185px;
}

#rss a {
    color: #041325;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 185px;
    height: 32px;
}

#rss a:hover {
    background: inherit;
    color: #fff;
}

#rss a span {
    display: inherit;
    margin-right: 20px;
    line-height: 32px;
    height: 30px;
}

.pagenavi li {
    float: left;
    list-style: none;
}

#middle {
    background-color: #fff;
    margin-left: 3px;
    width: 794px;
    height: 100%;
}

#middle:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

#container {
    background: #fff;
    float: left;
    margin-left: 2px;
    width: 794px;
}

#posts,
#posts-attachment {
    float: left;
    margin-bottom: 20px;
    padding: 0 0 15px 16px;
}

#posts {
    width: 530px;
}

#posts-attachment {
    width: 762px;
}

#posts-attachment .content {
    text-align: center;
}

.attachment .arrow,
.page .arrow,
.post .arrow,
.comments .arrow {
    float: left;
    position: relative;
    left: -18px;
}

body .attachment,
body .page,
.post {
    width: 100%;
    float: left;
    margin: 5px 0 10px 0;
    padding-bottom: 10px;
    overflow: inherit;
}

.attachment>h2,
.page>h2,
.post>h2 {
    left: -5px;
}

.attachment>h2,
.page>h2,
.page>h2 a,
.post>h2,
.post>h2 a {
    margin-bottom: 10px;
    position: relative;
    line-height: 20px;
    font-size: 18px;
}

.page>h2 a,
.post>h2 a {
    color: #112032;
    text-decoration: none;
}

.page>h2 a:hover,
.post>h2 a:hover {
    text-decoration: underline;
}

.content {
    clear: both;
    border-top: solid 1px #d6d3d3;
}

.sticky {
    background: url(../images/sticky.gif) repeat-x left top #f3f1f1;
    border-bottom: 2px #d1cece solid;
}

.sticky div.entry {
    padding: 0 10px;
}

.sticky .content,
.sticky .postmeta-btm {
    border-top: 1px solid #d1cece;
}

.sticky h2 {
    padding: 10px 0 0 12px;
}

.sticky .arrow {
    padding-top: 11px;
}

.postmeta-top,
.postmeta-btm {
    background: inherit;
    clear: both;
    color: #36475d;
    font-size: 12px;
}

.postmeta-top {
    margin-bottom: 5px;
}

.postmeta-top:before,
.postmeta-top:after {
    content: '';
    display: table;
}

.postmeta-top:after {
    clear: both;
}

.postmeta-btm {
    border-top: solid 1px #d6d3d3;
}

.postmeta-top img,
.postmeta-btm img {
    margin-bottom: 2px;
    padding-right: 5px;
    vertical-align: middle;
}

.postmeta-top span {
    float: right;
}

.postmeta-btm .post-meta-item {
    margin-top: 5px;
}

.postmeta-btm .post-meta-item span {
    font-weight: normal;
}

#posts .tags {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #2d3b4a;
}

#posts .tags a {
    font-weight: normal;
}

#posts .tags div {
    float: left;
}

#posts .tags div.tagslist {
    padding-left: 7px;
}

#posts .tags div a {
    color: #e94459;
    font-size: 12px;
}

#posts .tags h3 {
    font-weight: bold;
}

.entry {
    clear: both;
}

.entry,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.entry p,
.entry ul,
.entry ol {
    padding: 5px 0;
}

.entry ul,
.entry ol {
    padding-left: 20px;
}


/* Images ------------------------------------------------------------------- */

.entry img {
    height: auto;
    max-width: 518px;
    vertical-align: middle;
}

#posts-attachment .content img {
    max-width: 762px;
    margin: 5px auto;
}

.entry .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto;
}

.entry .alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 5px 5px 5px 0;
}

.entry .alignright,
img.alignright {
    display: inline;
    float: right;
    margin: 5px 0 5px 5px;
}

.wp-caption {
    border: 1px #cecece solid;
    max-width: 528px !important;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
}

.wp-caption-text {
    color: #777777;
    font-size: 12px;
}

.gallery dt {
    background-color: transparent;
    border-left: 0;
    padding: 0;
}

.gallery-thumb img {
    border: 2px solid #cfcfcf;
    margin-top: 5px;
}

.gallery-caption {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    padding: 0 8px;
}


/* Comments ----------------------------------------------------------------- */

.comments {
    background: inherit;
    clear: both;
}

.commentlist {
    clear: both;
    list-style: none;
}

.commentlist h1,
.commentlist h2,
.commentlist h3,
.commentlist h4,
.commentlist h5,
.commentlist h6,
.commentlist p {
    padding: 5px 0;
}

.commentlist img {
    vertical-align: middle;
}

.comment {
    border: 1px solid #cfcfcf;
    float: left;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.commentlist .children {
    list-style: none;
    margin: 0 10px;
}

.commentlist .children li {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}

.pingback {
    clear: both;
    list-style: none;
}

.pingback p {
    background: url(../images/tag.png) no-repeat left 8px;
    font-size: 12px;
    padding: 5px 0 5px 25px;
}

.pingback p a {
    font-style: normal;
    font-weight: normal;
}

.comment-top {
    background-color: #f3f1f1;
    border-bottom: 1px solid #cfcfcf;
    height: 32px;
}

.comment-body {
    margin: 0 5px;
}

.comment-body ul,
.comment-body ol {
    padding: 5px 0 5px 20px;
}

.reply {
    margin: 0 5px 5px 5px;
}

.comment-author {
    float: left;
}

.comment-author span {
    margin-left: 5px;
}

.comment-author a,
.reply a {
    font-size: 12px;
    font-style: normal;
}

.comment-author,
.comment-meta {
    height: 32px;
    line-height: 32px;
}

.comment-meta {
    float: right;
    padding-right: 5px;
}

.comment-meta a {
    font-size: 10px;
    font-weight: normal;
}

#comments-header {
    font-size: 12px;
    font-weight: bold;
    left: -5px;
    margin: 0;
    padding: 0;
    position: relative;
}

.bypostauthor {}

.avatar {
    float: left;
}

.nocomments {
    text-align: center;
}


/* Comment Form ------------------------------------------------------------- */

#respond {
    background-color: #f3f1f1;
    color: #333333;
    float: left;
    margin: 15px 0 0;
    padding-left: 20px;
    width: 510px;
}

#posts-attachment #respond {
    width: 742px;
}

#respond p {
    margin-bottom: 7px;
}

#respond label {
    display: block;
    font-weight: bold;
}

#respond h3 {
    font-size: 18px;
    margin: 10px 0;
    padding-top: 5px;
    position: static;
}

#respond input[type="text"] {
    width: 200px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}

#respond .form-allowed-tags {
    border-top: 1px dotted #828891;
    font-size: 10px;
    margin-right: 20px;
    padding: 7px;
}

#respond .comment-notes {
    border-bottom: 1px dotted #828891;
    font-size: 10px;
    margin: 0 20px 10px 0;
}

#respond .required {
    color: red;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
    position: absolute;
    top: 20px;
    left: 205px;
}


/* Read More Link ----------------------------------------------------------- */

.read-more {
    background: url(../images/read.png) no-repeat left top;
    display: block;
    height: 16px;
    padding-left: 20px;
    text-decoration: underline;
}

.read-more:hover {
    text-decoration: none;
}


/* Archive Labels ----------------------------------------------------------- */

.archive-label {
    background: url(../images/archive-label.gif) no-repeat left top;
    height: 26px;
    margin-top: 5px;
}

.archive-label span {
    background-color: #c4394b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    margin: 0 0 0 12px;
    padding: 0 12px 0 0;
}


/* Quotes ------------------------------------------------------------------- */

blockquote {
    border-left: 2px solid #cccccc;
    color: #000000;
    font-family: Georgia;
    padding: 7px 20px 7px 20px;
}

blockquote p {
    font-style: italic;
}

blockquote cite {
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}


/* Page Links --------------------------------------------------------------- */

.page-link {
    clear: both;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
    background: #112034;
    border: 1px solid #000;
    color: #fff;
    font-weight: normal;
    margin: 5px auto;
    padding: 2px 7px;
    text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
    background: #db3d50;
    border: 1px solid #9e2c3a;
    color: #fff;
}


/* Calendar Widget ---------------------------------------------------------- */

#wp-calendar {
    color: #555555;
    float: right;
    margin: 0 0 10px 0;
    text-align: center;
    width: 220px;
}

#wp-calendar caption,
#wp-calendar tfoot td,
#wp-calendar th {
    font-weight: bold;
}

#wp-calendar caption {
    padding: 7px 0px 5px 15px;
    text-align: left;
}

#wp-calendar td {
    background: #fff;
}

#wp-calendar td a {
    color: #021123;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}

#wp-calendar tfoot td {
    background: none;
}

#wp-calendar th {
    background: #db3d50;
    color: #fff;
}


/* Search form -------------------------------------------------------------- */

#s {
    height: 22px;
    width: 165px;
    border: 1px solid #d1cece;
}

#searchsubmit {
    border: 1px solid #9e2c3a;
    background: url(../images/search.png) no-repeat 5px 5px;
    background-color: #db3d50;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    width: 24px;
}

#searchsubmit:hover {
    border: 1px solid #7c202b;
    background-color: #bc303f;
}

#sidebar #searchform div {
    margin: 0 10px 10px 15px;
}

#sidebar #searchform #s,
#sidebar #searchsubmit {
    margin-top: 5px;
}


/* Posts & Comments Navigation ---------------------------------------------- */

.cnavigation,
.pnavigation {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
}

.pnavigation {
    border-top: 1px solid #2d3b4a;
}

.cnavigation a,
.pnavigation a {
    color: #e94459;
}

.nprev {
    float: left;
}

.nnext {
    float: right;
}


/* Sidebar ------------------------------------------------------------------ */

#sidebar {
    background: url(../images/sidebar-top.gif) no-repeat left top #f3f1f1;
    float: right;
    margin: 5px 0 10px 0;
    padding-top: 10px;
    width: 220px;
}

#sidebar ul {
    float: left;
    font-size: 12px;
    list-style: none;
    width: 100%;
}

#sidebar ul ul li {
    border-bottom: solid 1px #d1cece;
    border-top: solid 1px #fff;
    clear: both;
    padding: 5px 0 5px 15px;
    width: 90%;
}

#sidebar ul li>ul li:hover {
    background-color: #e8e6e6;
}

#sidebar ul li a {
    padding-right: 5px;
}

#sidebar a {
    color: #112032;
}

#sidebar .children,
#sidebar .sub-menu {
    margin-top: 6px;
}

#sidebar img {
    height: auto;
    max-width: 200px;
}

#sidebar li>h2 {
    background: url(../images/sidebar-heading-top.gif) no-repeat left top;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-decoration: none;
    width: 223px;
}

#sidebar li>h2 span {
    background: url(../images/sidebar-heading-bottom.gif) no-repeat left bottom;
    display: block;
    padding: 7px 10px 7px 15px;
}

#sidebar li.foot {
    background: url(../images/sidebar-bottom.gif) no-repeat left bottom;
    display: block;
    width: 220px;
    height: 3px;
}

#sidebar .widget select {
    border: 1px solid #d1cece;
    font-family: Tahoma;
    margin: 10px;
    padding: 3px 3px 3px 10px;
    width: 200px;
}

#sidebar .widget option {
    padding-left: 10px;
}

#sidebar .textwidget {
    padding: 0 15px;
}

#sidebar .textwidget p {
    padding: 5px 0;
}

#sidebar .textwidget ul {
    list-style: square;
}

#sidebar .textwidget ul,
#sidebar .textwidget ol {
    border: 0;
    padding: 0 0 10px 20px;
}

#sidebar .textwidget ul li,
#sidebar .textwidget ol li {
    border: 0;
    padding: 0;
    margin: 0;
}

#sidebar .tagcloud {
    display: block;
    padding: 5px 5px 5px 15px;
}


/* Footer ------------------------------------------------------------------- */

#footer {
    background: url(../images/footer.png) repeat-x left top;
    float: left;
    font-size: 10px;
    width: 796px;
}

#footer .footer-bottom {
    background: url(../images/footer-bottom.png) no-repeat left bottom;
    height: 3px;
}

#copyright,
#copyright a {
    background: transparent;
    color: #fff;
}

#copyright {
    clear: both;
    min-height: 20px;
    padding: 15px;
}

#copyright p {
    float: left;
}

#copyright span {
    float: left;
}

.pagenavi {
    font-size: 12px;
    text-align: right;
    margin: 20px 0;
}

.pagenavi a,
.pagenavi span {
    text-decoration: none;
    padding: 2px 5px;
    margin: 2px;
    color: #838383;
    border: 1px solid #DEDFDE;
}

.pagenavi a:hover {
    border-color: #000;
    color: #fff;
    background: #0061de;
}

.pagenavi a.current,
.pagenavi a.current:hover {
    font-weight: bold;
    color: #ff0084;
    border: none;
    background: none;
}

.pagenavi span.disable {
    color: #adaaad;
    border: none;
}

.flinks li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}


/*  
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;
}

/* 分页 */
.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列表结束 */