/* 365建站让建站和seo变得简单 */
/* 365建站器官网：Www.365jz.com */


@charset "utf-8";

@font-face {
    font-family: 'tt';
    src: local('tt light'), local('tt'), url("tt7.woff") format('truetype');
}

* {
    margin: 0;
    padding: 0
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
}

/*iframe {*/
/*	max-width: 100%;*/
/*	margin: 20px 0;*/
/*}*/
/*@media (max-width: 1023px) {*/
/*iframe {*/
/*	height: auto;*/
/*	width: auto;*/
/*}*/
}

html {
    font-size: 100%
}

body {
    /*	position: relative;*/
    color: #212121;
    font-family: "tt", Arial, '微软雅黑';
    background-color: #f8f8f8;
}

ul {
    list-style-type: none;
}

a {
    color: #05cf7c;
    text-decoration: none;
    border: none;
}

p {
    font-size: 14px;
    line-height: 22px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 24px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 18px;
    }

    h4 {
        font-size: 16px;
        line-height: 16px;
    }

    h5 {
        font-size: 14px;
        line-height: 16px;
    }
}

pre {
    white-space: pre-wrap !important;
}

/*——————————————————————————————————————头部————————————————————————————————*/

.header {
    position: static;
    width: 14%;
    height: 100%;
    left: 0;
    /*	top: 0;*/
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    z-index: 999;
}

.nav {
    margin: 0 auto;
}

.logo {
    position: relative;
    text-align: center;
}

.logo img {
    max-height: 80px;
}

.nav>ul {
    position: absolute;
    width: 80%;
    left: 230px;
    /*	top: 40%;*/
    margin-top: -40px !important;
}

.nav li a {
    position: relative;
    display: block;
    /*	top: 7px;*/
    text-indent: 10px;
    line-height: 48px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.4s;
}

.nav li {
    position: relative;
    background-color: rgba(115, 124, 136, 0);
    /*border-bottom: 1px solid rgba(115,124,136,.2);*/
    transition: 0.4s;
    display: inline-block;
}

/*.nav li:first-child{border-top: 1px solid rgba(115,124,136,.2);}*/
.nav li.on a {
    color: #05cf7c;
}

.nav li a span {
    position: absolute;
    left: 0;
    /*	top: -16px;*/
    width: 100%;
    font-size: 11px;
    color: #333;
    opacity: 0.4;
    filter: Alpha(Opacity=45);
    transition: 0.4s;
}

.side_close {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 80px;
    left: 0;
    /*	background-color: #000;*/
    display: none;
}

.nav_icon {
    display: none;
    position: absolute;
    left: 10px;
    top: 14px;
    width: 50px;
    height: 50px;
    background-image: url("../images/nav-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 99;
}

.side_icon {
    background-image: url("../images/btn_side-close.png") !important;
}

@media screen and (min-width: 1024px) {
    .nav li:hover {
        background-color: rgba(115, 124, 136, .1);
    }

    .nav li a:hover span {
        opacity: 0.5;
    }
}

/*---------------footer------------*/
.footer {
    position: absolute;
    width: 14%;
    left: 0;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    font-size: 12px;
    z-index: 1000;
}

.follow span {
    padding: 4px;
    margin-bottom: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 0.4s;
}

.follow span:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.s-qq,
.s-weibo,
.s-taobao,
.s-tt,
.s-renren {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.s-qq {
    background-image: url("../images/qq.png");
}

.s-renren {
    background-image: url("../images/social/light/renren.png");
}

.s-taobao {
    background-image: url("../images/social/light/taobao.png");
}

.s-weibo {
    background-image: url("../images/weibo.png");
}

.s-tt {
    background-image: url("../images/social/light/tt.png");
}

p.copy {
    font-size: 11px;
    color: #333;
    line-height: 18px;
    opacity: 0.7;
}

.music {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
    background-image: url("../images/play.gif");
    cursor: pointer;
    z-index: 9999;
}

/*——————————————————————————————————————幻灯片————————————————————————————————*/
.slider_container,
.head_img,
.content {
    position: relative;
    height: 100%;
    width: 86%;
    /*	left: 14%;*/
    margin: 0 auto;

    z-index: 0;
}

#slider {
    height: 100%;
    margin-bottom: 0 !important;
    position: relative;
}

.slider_link a {
    position: absolute;
    padding: 20px;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    bottom: 10%;
    left: 10%;
    z-index: 9999;
}

@media screen and (max-width: 1024px) {
    .slider_container {
        width: 100%;
        left: 0;
    }

    .time_1 {
        display: none;
    }
}

/*——————————————————————————————————————about &contact————————————————————————————————*/
.head_img {
    position: relative;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #05cf7c;
    transition: 0.6s;
}

.head_img_h {
    height: 110px;
    transition: 0.6s;
}

.head_img img {
    width: 100%;
}

.head_img span {
    position: static;
    height: 50px;
    width: auto;
    min-width: 140px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    border: 5px solid #fff;
    bottom: 50px;
    left: 50px;
}

.head_img span span {
    display: none;
}

.head_img p.time_1 {
    position: absolute;
    bottom: -30px;
    left: 50px;
    font-size: 12px;
    opacity: 0.7;
}

.head_img p {
    position: absolute;
    font-size: 18px;
    line-height: 100px;
    bottom: 0;
    left: 50px;
    color: #fff;
}

.content {
    position: relative;
    padding: 50px;
    box-sizing: border-box;
}

.full {
    padding: 0 !important
}

.catg_hide {
    position: relative;
    display: none;
    top: 0;
    /*margin-top:-36px; */
    width: 100%;
    height: 36px;
    background-image: url("../images/down.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 36px;
    /*background-color: rgba(0,0,0,.5);*/
    text-align: center;
    box-sizing: border-box;
}

.catg_hide_2 {
    background-image: url("../images/down2.png") !important;
}

.catg_name {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.catg_name a {
    padding-bottom: 6px;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #ccc;
    border-bottom: 3px solid rgba(255, 255, 255, .5);
    transition: 0.6s;
}

.catg_name a.on {
    border-bottom: 3px solid #fff;
}

.detail_text {
    position: relative;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.detail_text img {
    max-width: 100%;
}

.detail_text p,
.detail_text img {
    margin-bottom: 30px;
}

.detail_text p img {
    margin-top: 30px;
}

.detail_text p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.detail_text:after,
.gallery_list:after,
.news_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

p.title_contact {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.title_contact span {
    display: none;
}

.form input,
.formText {
    border: 1px solid #dedede;
    background-color: #fbfbfb;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 12px;
    text-align: left;
    margin: 0 auto;
    outline: medium;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: 0.4s;
}

.formText {
    text-align: left;
}

.form {
    position: relative;
    width: 60%;
}

form {
    position: relative;
    top: -10px;
}

.form textarea {
    height: 100px;
    max-width: 100%;
}

.form input:focus,
.form textarea:focus {
    background-color: #fff;
    border: 1px solid #05cf7c;
}

.form dt {
    margin-top: 10px;
    color: #888;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 4px;
}

.form dl {
    width: 49%;
    float: left;
}

.form .first {
    margin-right: 2%;
}

.formBtn button {
    display: block;
    padding: 12px;
    width: 100%;
    background: #888;
    color: #fff;
    margin: 10px auto;
    line-height: 18px;
    cursor: pointer;
    border: none;
    transition: 0.4s;
}

.formBtn:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.formBtn button:hover {
    background-color: #05cf7c;
}

@media screen and (min-width: 1024px) {
    .catg_name a:hover {
        border-bottom: 3px solid rgba(255, 255, 255, .8);
    }
}

/*——————————————————————————————————————gallery————————————————————————————————*/
.gallery_list {
    margin-left: 10px;
}

.gallery_box {
    position: relative;
    width: 33%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px 80px 0;
}

.gallery_box img {
    width: 100%;
    height: 240px;
    transform: scale(1) rotate(0deg);
    -webkit-filter: grayscale(0) contrast(1);
    transition: 0.6s;
}

.gallery_box span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: -50px;
    line-height: 40px;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #8a0d0d;
    font-size: 16px;
    transition: 0.4s;
    z-index: 10;
}

.gallery_box span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    top: 20px;
    bottom: 0px;
    background-color: #05cf7c;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: -1;
    transition: 0.4s;
}

.gallery_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.gallery_box a:hover {
    background: rgba(21, 21, 21, 0.5);
    opacity: 1;
}

.page {
    position: relative;
    height: 160px;
    background-color: #f4f4f4;
    text-align: center;
}

.page li {
    position: relative;
    top: 50px;
    display: inline-block;
    margin-left: -3px;
    background-color: #fff;
    transition: 0.3s;
}

.page li a {
    display: inline-block;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #555;
    box-sizing: border-box;
}

.page_on a {
    color: #fff !important;
    background-color: #05cf7c;
}

.page li:hover {
    opacity: 0.8;
}

.small {
    height: 100px !important
}

.ctrl {
    position: absolute;
    width: 50%;
    height: 50px;
    bottom: 28px;
    right: 50px;
}

.ctrl a {
    position: relative;
    float: right;
    padding: 10px;
    height: 30px;
    width: 30px;
    border: 3px solid #fff;
    margin-right: -3px;
}

.ctrl a:after {
    display: none;
}

a.btn_2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

a#back:after,
a#prev:after,
a#next:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/btn-back.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    z-index: 2;
}

a#back:after {
    background-image: url("../images/btn-back.png");
}

a#prev:after {
    background-image: url("../images/btn-prev.png");
}

a#next:after {
    background-image: url("../images/btn-next.png");
}

@media screen and (min-width: 1024px) {
    .gallery_box:hover span {
        line-height: 60px;
    }

    .gallery_box:hover span:after {
        height: 60px;
        opacity: 0.8;
        filter: Alpha(opacity=80);
    }

    .gallery_box:hover img {
        transform: scale(1.1);
    }

    a.btn_2:hover:before {
        height: 100%;
        opacity: 1;
    }

    a#back:hover:after {
        background-image: url("../images/btn-back2.png");
    }

    a#prev:hover:after {
        background-image: url("../images/btn-prev2.png");
    }

    a#next:hover:after {
        background-image: url("../images/btn-next2.png");
    }
}

/*——————————————————————————————————————news————————————————————————————————*/
.news_box {
    position: relative;
    margin-bottom: 50px;
}

.news_img {
    width: 30%;
    float: left;
}

.news_img img {
    width: 100%;
    height: 240px;
}

.news_text {
    position: absolute;
    right: 0;
    height: 100%;
    width: 70%;
    padding: 60px;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
}

.news_text:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -40px;
    border-right: 40px solid #FFFFFF;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.list_title {
    font-size: 20px;
    line-height: 22px;
    color: #222;
    margin: 20px 0;
    margin-top: 10px;
    transition: 0.3s;
}

.more_2 {
    margin-top: 30px;
}

.more_2 a {
    color: #fff;
    padding: 10px 60px;
    background-color: #888;
    transition: 0.3s;
}

.news_list .news_box:nth-child(2n) .news_img {
    float: right;
}

.news_list .news_box:nth-child(2n) .news_text {
    float: left;
    left: 0;
    right: auto;
}

.news_list .news_box:nth-child(2n) .news_text:before {
    left: auto;
    right: -40px;
    border-left: 40px solid #FFFFFF;
    border-right: none;
}

@media screen and (min-width: 1024px) {
    .more_2 a:hover {
        background-color: #05cf7c;
    }

    .list_title:hover {
        color: #05cf7c;
    }
}

.catg_name a.on {
    color: #fff !important;
}

/*——————————————————————————————————————整体响应式————————————————————————————————*/
@media screen and (max-width: 1440px) {

    .slider_container,
    .head_img,
    .content {
        width: 84%;
        left: 16%;
    }

    .header {
        padding: 20px;
        width: 16%;
    }

    .nav li a {
        text-indent: 20px;
        font-size: 15px;
        line-height: 42px;
    }

    .footer {
        padding: 20px;
    }

    .footer p {
        font-size: 12px;
    }

    .head_img_h {
        height: 80px;
    }

    .head_img span {
        height: 30px;
        min-width: 100px;
        line-height: 75px;
        font-size: 24px;
        left: 30px;
        bottom: 10px;
    }

    .catg_name {
        bottom: 30px;
        right: 120px;
    }

    .content {
        padding: 30px;
    }

    .news_box {
        margin-bottom: 30px;
    }

    .gallery_box span {
        font-size: 14px;
    }

    .news_text {
        padding: 40px;
    }

    .list_brief p {
        font-size: 12px;
        line-height: 20px;
    }

    .more_2 a {
        padding: 8px 50px;
        font-size: 12px;
    }

    .list_title {
        margin: 10px 0;
        margin-top: 6px;
    }
}

@media screen and (max-width: 1024px) {

    .slider_container,
    .head_img {
        width: 100%;
        left: 0;
        margin-top: 80px;
    }

    .camera_caption a {
        font-size: 12px;
    }

    .camera_caption>div {
        padding: 10px;
    }

    .camera_pag {
        bottom: 12px;
        left: 6px;
    }

    .camera_commands,
    .camera_prev,
    .camera_next {
        opacity: 1 !important
    }

    .content {
        width: 100%;
        left: 0;
        padding: 20px;
    }

    .header {
        width: 100%;
        height: 80px;
        left: 0;
        padding: 8px;
    }

    .logo {
        height: 64px;
        margin: 0;
        text-align: center;
    }

    .logo img {
        height: 100%;
    }

    .nav li a {
        text-indent: 0;
        text-align: center;
        font-size: 14px;
        color: #925e5e !important;
    }

    .nav li a span {
        width: 100%;
        text-align: center;
        opacity: 0.6;
        color: #925e5e !important
    }

    .nav>ul {
        margin-top: 60px;
        display: none;
    }

    .nav_icon {
        display: block;
    }

    .music {
        right: 10px;
        left: auto;
        top: 26px;
    }

    .footer {
        position: relative;
        width: 100%;
        background-color: #000;
        padding: 20px 10px;
        text-align: center;
    }

    .footer p {
        display: inline;
        color: #ccc;
    }

    .follow {
        display: none;
    }

    p.copy {
        text-align: center;
        line-height: 30px;
        color: #ccc;
    }

    .catg_name a.on {
        color: #333 !important
    }

    .head_img_h {
        height: auto;
    }

    .detail_text p {
        font-size: 14px;
        line-height: 24px;
    }

    .head_img img {
        display: none;
    }

    .head_img span {
        /*border:none;width: 100%;left: 0;top: 0;padding: 0;line-height: 100px;*/
        display: none;
    }

    .catg_hide {
        display: block;
    }

    .catg_name a {
        font-size: 14px;
        padding: 0;
        border: none;
        margin: 0;
        line-height: 36px;
        display: block;
        background-color: #fff;
        color: #555;
    }

    .catg_name a.on {
        border: none;
        color: #05cf7c;
    }

    .catg_name {
        display: none;
    }

    .catg_name {
        width: 100%;
        position: relative;
        text-align: center;
        right: 0;
        bottom: 0;
    }

    .catg_hide p {
        line-height: 36px;
        color: #fff;
    }

    .has_sub {
        display: none;
        right: 0
    }

    .gallery_box span {
        font-size: 12px;
        overflow: hidden;
    }

    .small {
        height: 40px !important
    }

    .head_img p {
        line-height: 36px;
        font-size: 12px;
        left: 30px;
        width: 100%;
    }

    .ctrl {
        height: 30px;
        bottom: 6px;
        right: 30px;
    }

    .ctrl a {
        padding: 0;
        border: none;
        margin-right: 0;
    }

    .head_img p.time_1 {
        bottom: 10px;
        left: 30px;
        font-size: 11px;
    }

    .catg_hide p {
        left: 0;
    }

    .form {
        width: 100%;
    }

    .news_text {
        padding: 10px;
    }

    .list_brief,
    .more_2 {
        display: none;
    }

    .list_title {
        font-size: 16px;
        line-height: 20px;
    }

    .news_box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .nav li a {
        line-height: 30px;
    }

    .nav li a span {
        position: relative;
        left: 4px;
        top: -1px;
    }

    .gallery_box {
        width: 50%;
    }

    .gallery_box span {
        font-size: 11px;
    }

    .page {
        height: 100px;
    }

    .page li {
        top: 35px;
        margin-left: -2px;
    }

    .page li a {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .head_img p {
        font-size: 11px;
        left: 10px;
    }

    .ctrl {
        right: 10px;
    }

    .list_title {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    p.time_1 {
        font-size: 11px;
    }

    .news_text:before {
        left: -10px;
        border-right: 10px solid #FFFFFF;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .news_list .news_box:nth-child(2n) .news_text:before {
        border-left: 10px solid #FFFFFF;
        border-right: none;
        right: -10px;
    }

    .detail_text p {
        font-size: 12px;
        line-height: 20px;
    }

    .form input,
    .formText {
        padding: 4px;
    }

    .head_img p.time_1 {
        bottom: 10px;
        left: 10px;
    }

    .detail_text+.gallery_list .gallery_box {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {

    .has_sub,
    .catg_name {
        display: block !important;
    }
}

@media screen and (min-width: 1681px) {
    .gallery_box {
        width: 25%;
    }
}

@media screen and (min-width: 1440px) {
    .detail_text+.gallery_list .gallery_box {
        width: 25%
    }
}



/* footer */
.z60794footer {
    margin: 0 auto;
    color: #5d5d5d;
    background: #282828;
    border-top: 1px solid #C7CED1;
    text-align: center;
}

.z60794footer a {
    color: #5d5d5d;
}

.z60794footer a:hover {
    color: #FFF;
}

.z60794footer .z60794flink {
    padding-bottom: 20px;
}

.z60794footer .z60794flink li {
    display: inline-block;
    margin-left: 10px;
}

.z60794footer .footerserver {
    padding: 30px 0 20px 0;
    text-align: left;
}

.z60794footer dl {
    margin: 0 0 10px 50px;
}

.z60794footer dt {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.z60794footer dd {

    line-height: 30px;
}

.footerc {
    background: #000;
    color: #5d5d5d;
    padding: 30px 0;
    line-height: 22px;
}

.flinks {
    width: 95%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    text-align: left;
}

.flinks li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
    color: #bbb;
}

.flinks span,
.flinks a {
    color: #bbb;
}



/*  
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 */
.z60794meta-tags {
    padding: 20px 0;
}

.z60794meta-tags .z60794tagitem {
    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;
}

.z60794meta-tags .z60794tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.z60794meta-tags .z60794tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.z60794container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .z60794container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .z60794container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .z60794container {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .z60794main,
    .z60794container {
        width: auto;
    }
}

.z60794place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.z60794row .z60794rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.z60794row .z60794rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.z60794row .z60794rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.z60794content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.z60794content p {
    padding-bottom: 20px;
}

.z60794content .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;
}

.z60794content .contain:hover {
    background: #EFEFEF;
}

.z60794content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.z60794content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.z60794content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.z60794content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.z60794news_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列表结束 */