﻿/*-------------------
      Site Colors
--------------------*/

/*---  Colors  ---*/

/*---  Light Colors  ---*/

/*---  Dark Colors  ---*/

/*---   Neutrals  ---*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0;
}

ul,
ol,
dl {
    list-style-type: none;
}

html,
body {
    *position: static;
}

tml {
    font-family: sans-serif;
    font-size: 75px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    border: none;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a,
area {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    outline: none;
}

a.ie6:hover {
    zoom: 1;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

:focus {
    outline: none;
}

i,
em,
b {
    font-style: normal;
}

sub,
sup {
    vertical-align: baseline;
}

img {
    border: 0;
    vertical-align: middle;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*IE下a:hover 背景闪烁*/

*html {
    overflow: -moz-scrollbars-vertical;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

/*HTML5 reset*/

audio:not([controls]) {
    display: none;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

.noScroll {
    height: 100%;
    overflow: hidden;
}

.noScroll body {
    height: 100%;
    overflow: hidden;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media (max-width: 820px) {
    .header_ewm,
    .ny-ad,
    .right-side-bar,
    .submit_box {
        display: none;
    }
    .article-deatil-left {
        display: block;
    }
}
.logo-wrap {
    display: block;
    width: 130px;
    height: 100%;
    float: left;
    margin-right: 52px;
  }
  .logo-wrap a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .logo-wrap .item-logo {
    width: 139px;
    height: 100%;
    position: relative;
  }
  .logo-wrap .item-logo img {
    position: absolute;
    width: 100%;
    display: block;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .logo-wrap .item-logo-slogan {
    transform: scale(0.3);
    width: 140px;
    height: 34px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -wekit-transition: transform .5s, opacity .5s;
    -moz-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
  }
  .logo-wrap .item-logo-slogan img {
    width: 100%;
    height: 100%;
    display: block;
  }
/*
Name:     style_clearfix
Example:    class="clearfix|cl"
Explain:    Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl,
.clearfix {
    zoom: 1;
}

/*上下拉动滚动条时卡顿、慢*/

body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-touch-callout: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container-left {
    width: 800px;
    margin-right: 40px;
    height: 200px;
}

.container-right {
    width: 360px;
    height: 200px;
}

.wrapW {
    width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
}

.wrapW-small {
    width: 744px;
    margin: 0 auto;
    padding-top: 72px;
}

.btn {
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.borderBtn {
    height: 28px;
    line-height: 28px;
    border: 1px solid  #007cc3;
    font-size: 16px;
    color:  #007cc3;
    background: #FFFFFF;
}

.fontBtn {
    font-size: 14px;
    border: none;
    background: none;
}

.btnDelete {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.delete {
    color: #ff0000 !important;
}

.fontBlue {
    color: #0092ee;
}

.hide {
    display: none;
}

.btnPurple {
    background:  #007cc3;
}

.btnLightYellow {
    background: #ffcc00;
}

.btnYellow {
    background: #FFB22C;
}

.btnBlue {
    background: #0092ee;
}

.btnPreheat {
    background: #ff0000;
}

.btnGray {
    background: #808080;
}

.btnBanned {
    background: #cdcdcd;
}

.side-Bt {
    font-size: 20px;
    color:  #007cc3;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 13px;
}

.hint {
    color: #848484;
    font-size: 16px;
}

.side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid  #007cc3;
    bottom: 0;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.right-fixed {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 564px;
    display: block;
    z-index: 10000;
}

.right-fixed .go-top {
    text-align: center;
    visibility: hidden;
    height: 40px;
    width: 40px;
    line-height: 34px;
    background-color: #f1f1f1;
    margin: 0 auto;
    z-index: 10000;
}

.right-fixed .go-top img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.right-fixed .QR>.QR-code {
    width: 66px;
    height: 66px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.right-fixed .QR>.QR-code img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code+.QR-code-big {
    border: 1px solid #DADADA;
    width: 140px;
    position: absolute;
    left: -146px;
    top: -60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.right-fixed .QR>.QR-code+.QR-code-big span {
    font-size: 14px;
    color: #848484;
    border-top: 1px solid #dadada;
    display: block;
    width: 140px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FFFFFF;
}

.right-fixed .QR>.QR-code+.QR-code-big img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code:hover+.QR-code-big {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.right-fixed .QR>.QR-code+.QR-code-big:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.hint-box {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 200px;
    display: none;
}

.hint-box .hint-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.success-mask {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.success-box {
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 380px;
    padding: 30px 70px;
    display: none;
}

.success-box .close {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    position: absolute;
    right: 40px;
    top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.success-box .close img {
    width: 32px;
    height: 32px;
    margin-top: -10px;
}



.success-box .text p {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
}

.loading_box div {
    width: 6px;
    height: 6px;
    background-color:  #007cc3;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading_box .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading_box .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

[v-cloak] {
    display: none;
}

header {
    height: 42px;
    width: 100%;
    border-bottom: 1px solid #cecece;
    position: fixed;
    background: #366092 !important;
    z-index: 9000;
}

header .header-top {
    width: 1120px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
}

header a {
    font-family: "Microsoft Yahei", arial;
    font-weight: 300;
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.items-type-wrap .item-menu-list li {
    display: inline-block;
    padding: 0 20px;
}

.items-type-wrap .item-menu-list li:first-child {
    padding-left: 0;
}

.items-type-wrap .item-menu-list li.current>a {
    color: #000000;
    position: relative;
    font-family: "Microsoft Yahei";
    font-weight: 500;
    cursor: default;
}

.items-type-wrap .item-menu-list li.current>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    /* background-color: @purple;*/
}

/* .items-type-wrap .item-menu-list li:hover a {
    color:  #007cc3;
} */

.items-type-wrap .item-menu-list .arr_icon {
    position: relative;
}

.items-type-wrap .item-menu-list .arr_icon:hover:after {
    display: block;
}


.move-menu:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: url("../images/move.png") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 7px;
}

.move-menu.current a:after {
    width: 0 !important;
    height: 0 !important;
}

.move-menu:hover .move-menu-list {
    display: block;
}

.move-menu .move-menu-list {
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    /* line-height: 14px;*/
    border-top: 1px solid #cecece;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    top: 50px;
    height: auto;
    left: 0%;
    right: 0;
    display: none;
    z-index: 1000;
    padding: 14px 0;
}

.move-menu .move-menu-list ul {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.move-menu .move-menu-list li {
    /*border-right:1px solid #e8e8e8;*/
    /*height: 14px;*/
    /*line-height: 14px;*/
    padding: 0;
    /*margin:10px 0;*/
    position: relative;
}

.move-menu .move-menu-list li:last-child:after {
    content: "";
    background-color: #FFFFFF !important;
}

.move-menu .move-menu-list li:after {
    content: "";
    background-color: #e8e8e8;
    width: 1px;
    height: 54px;
    margin-top: -27px;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
}

.move-menu .move-menu-list li a {
    color: #3D464D;
    font-size: 14px;
    /*height: 14px;*/
    /* padding:0 20px;*/
    margin-right: 0;
    text-align: center;
    line-height: 36px;
    width: 170px;
}

.move-menu .move-menu-list li a span {
    color: #3D464D;
}

.move-menu .move-menu-list li a img {
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
}

.move-menu .move-menu-list li a .hover_show {
    display: none;
}

.move-menu .move-menu-list li a:hover {
    color:  #007cc3;
}

.move-menu .move-menu-list li a:hover .hover_show {
    display: block;
}

.move-menu .move-menu-list li a:hover .hover_hide {
    display: none;
}

.move-menu .move-menu-list li:last-child {
    border-right: none;
}

.logo-wrap {
    display: block;
    height: 100%;
    float: left;
    margin-right: 20px !important;
    margin-left: 6px;
    display: none;
}
.ny-ad{width: 1120px; margin: 0 auto; overflow: hidden;}
.ny-ad a{width: 80%; float: left;}
.ny-ad a img{width: 100%;}

.logo-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}
.ny-ad a{display: block; margin-bottom: 10px;}
.logo-wrap .item-logo {
    height: 100%;
    position: relative;
}

.logo-wrap .item-logo img {
    position: absolute;
    width: 100%;
    display: block;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.logo-wrap .item-logo-slogan {
    transform: scale(0.3);
    width: 140px;
    height: 34px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -wekit-transition: transform .5s, opacity .5s;
    -moz-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
}

.logo-wrap .item-logo-slogan img {
    width: 100%;
    height: 100%;
    display: block;
}

.item-action {
    position: relative;
}

.item-action .client_info {
    margin-right: 20px;
}

.item-action li {
    float: left;
}

.item-action li a {
    margin-right: 20px;
}


.item-action li .item-submitting {
    /*background: url("../images/drafts.png") no-repeat #8574b6;*/
    background-color:  #007cc3;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: 14px center;
    /*padding-left:34px;*/
    height: 26px;
    margin-top: 14px;
    margin-right: 0;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 20px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
}

.item-action li .item-submitting:hover {
    opacity: 0.9;
    color: #fff;
}


.item-action .move-menu {
    height: 50px;
    line-height: 50px;
}

.item-action .move-menu:hover .user-content {
    visibility: visible;
}

.item-action .move-menu .user-head {
    margin-right: 20px;
    position: relative;
}

.item-action .move-menu .user-head .red_circle {
    width: 6px;
    height: 6px;
    background-color: #ff0000;
    position: absolute;
    top: 0px;
    border-radius: 100%;
    right: 0px;
    -webkit-transform: translate(0 -100%);
    -moz-transform: translate(0 -100%);
    -ms-transform: translate(0 -100%);
    -o-transform: translate(0 -100%);
    transform: translate(0 -100%);
    display: none;
}

.item-action .move-menu .user-head .red_circle.current {
    display: block;
}

.item-action .move-menu .user-head .head {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
}

.item-action .user-content {
    box-shadow: 0 0 15px rgba(103, 81, 164, 0.25);
    border: 1px solid #e5e5e5;
    visibility: hidden;
    background: #FFFFFF;
    right: 20px;
    z-index: 9999;
    position: absolute;
    top: 51px;
    min-width: 130px;
    padding-bottom: 0;
}

.item-action .user-content .head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.item-action .user-content li {
    /*border-bottom:1px solid #DADADA;*/
    float: none;
    margin: 0 0 14px 0;
}

.item-action .user-content li:first-child {
    margin-top: 15px;
}

.item-action .user-content li:last-child {
    margin-bottom: 15px;
}

.item-action .user-content li a {
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0 auto;
}

.item-action .user-content li .my_message {
    position: relative;
}

.item-action .user-content li .my_message i {
    position: absolute;
    bottom: 0;
    margin-left: 2px;
    -webkit-transform: translate(0 -50%);
    -moz-transform: translate(0 -50%);
    -ms-transform: translate(0 -50%);
    -o-transform: translate(0 -50%);
    transform: translate(0 -50%);
}

.item-action .user-content li span {
    float: none;
    /*display: block;*/
    /*float: left;*/
}

.item-action .user-content .message i {
    color: #ff0000;
}

.item-action .user-content:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    right: 20px;
    padding: 0;
    border-bottom: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.item-action .user-content:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    right: 19px;
    padding: 0;
    border-bottom: 9px solid #e5e5e5;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}

.item-action .header_ewm {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.item-action .header_ewm:hover .ewm_box {
    display: block;
}

.item-action .header_ewm .header_ewm_top {
    width: 18px;
    height: 18px;
}

.item-action .header_ewm .ewm_box {
    z-index: 10000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 2px;
    top: 50px;
    right: 0;
    width: 130px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.item-action .header_ewm .ewm_box .special_arr {
    position: absolute;
    z-index: 1;
    right: 13px;
    width: 23px;
    height: 15px;
    top: 15px;
}

.item-action .header_ewm .ewm_box .ewm_list {
    background-color: #e4e6e7;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

.item-action .header_ewm .ewm_box .ewm_list li {
    float: left;
    color: #333;
    width: 20%;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.item-action .header_ewm .ewm_box .ewm_list li.current {
    background-color: #f5f5f5;
    height: 41px;
}

.item-action .header_ewm .ewm_box .ewm_bottom {
    padding: 103px 0 0 0;
}

.item-action .header_ewm .ewm_box .ewm_bottom p {
    text-align: center;
    margin-top: 10px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img {
    float: left;
    width: 80px;
    margin-left: 14px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img img {
    width: 80px;
    height: 80px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail {
    float: right;
    width: 250px;
    margin-right: 14px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail h6 {
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 19px;
    margin-bottom: 6px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail p {
    color: #767676;
    font-size: 12px;
    line-height: 18px;
}

.search-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999;
}

.search-dialog .search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    line-height: 55px;
    background: #FFFFFF;
    background-position: bottom;
}



.search-dialog .search-box .search_input {
    border: 1px solid #dadada;
    height: 30px;
    width: 80%;
    float: left;
    line-height: 30px;
    margin-top: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search-dialog .search-box .search {
    float: left;
    width: 72%;
}



.search-dialog .search-box .search input {
    width: 94%;
    height: 30px;
    float: left;
}



.search-dialog .search-box .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #848484;
}

.search-dialog .search-box .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #848484;
}

.search-dialog .search-box .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #848484;
}

.search-dialog .search-box .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #848484;
}

.search-dialog .search-box .search input[type="search"] {
    -webkit-appearance: none;
}

.search-dialog .search-box .search input::-webkit-search-cancel-button {
    display: none;
}

.search-dialog .wrapW {
    padding-top: 0 !important;
}

.item_box .classify-list {
    width: 100%;
}

.item_box .classify-list li {
    max-width: none !important;
}

.item-classify {
    /*background: #f1f1f1;*/
    display: -webkit-box;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.item-classify .classify-list li {
    float: left;
    height: 40px;
    position: relative;
    max-width: 94px;
    margin-right: 21px;
}

.item-classify .classify-list li:last-child {
    margin-right: 0;
}

.item-classify .classify-list li a {
    font-family: "Microsoft Yahei", arial;
    font-size: 16px;
    color: #828a92;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    /*text-align: center;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px;
}


.item-classify .classify-list li.current {
    border-bottom: 3px solid  #007cc3;
    position: relative;
}

.item-classify .classify-list li.current a {
    color: #3d464d;
    font-family: "Microsoft Yahei", arial;
    font-weight: 600;
}

.item-classify .last-move-menu {
    width: 12%;
    background: #e7e7e7;
}


.item-classify .last-move-menu .last-move-menu-list {
    display: none;
    position: absolute;
    top: 58px;
    padding-top: 14px;
    background: rgba(103, 81, 164, 0.95);
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 14px;
    text-align: right;
}

.item-classify .last-move-menu .last-move-menu-list li {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    margin-bottom: 14px;
}

.item-classify .last-move-menu .last-move-menu-list li a {
    font-size: 14px;
    color: #FFFFFF;
}

.item-classify .last-move-menu .last-move-menu-list li:last-child {
    border-right: none;
}

.article-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.article-list {
    zoom: 1;
}

.recommend-item-main .article-list:last-child {
    border-bottom: 1px solid #d6d6d6;
}

.advert-list .article-photo {
    position: relative;
}

.advert-list .advert-title {
    position: absolute;
    top: 0px;
    left: 14px;
    background: rgba(0, 0, 0, 0.45);
    height: 28px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 10px;
    line-height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.article-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 16px 0;
    display: block;
    color: #363636;
    overflow: hidden;
}

.article-list .original_label {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 48px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}

.article-list .article-photo {
    position: relative;
    margin-left: 24px;
    float: right;
    overflow: hidden;
}

.article-list .article-photo .article_photo_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(103, 81, 164, 0.6);
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    z-index: 1;
}

.article-list .article-photo a {
    width: 270px;
    height: 152px;
    display: block;
}

.article-list .article-photo div {
    width: 100%;
    height: 100%;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    transition: .7s;
}

/*.article-list .article-photo div:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/

/* .article-list .article-text {
    float: left;
    width: 448px;
    height: 152px;
    position: relative;
} */

.article-list .article-text .article-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-bottom: 16px;
    min-height: 30px;
    max-height: 60px;
}

.article-list .article-text .article-content {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    min-height: 20px;
    color: #848484;
    font-weight: 300;
}

.article-list .article-text .article-data:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.article-list .article-text .article-data {
    zoom: 1;
}

.article-list .article-text .article-data {
    position: absolute;
    bottom: 0;
    line-height: 24px;
}

.article-list .article-text .article-data li {
    float: left;
    font-size: 14px;
    color: #848484;
    margin-right: 14px;
    font-weight: 300;
    cursor: default;
}

.article-list .article-text .article-data li:nth-child(2) {
    margin-right: 0;
}

.article-list .article-text .article-data li a {
    color: #848484;
    font-weight: 300;
}

.article-list .article-text .article-data li a:hover {
    color:  #007cc3;
}

.article-list .article-text .article-data li.article-writer {
    max-width: 136px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-list .article-text .article-data li.article-time {
    float: right !important;
}

/* .article-list .article-text .article-data li.article-lable {
    background: url("../images/label.png") no-repeat;
    -webkit-background-size: 12px 14px;
    background-size: 12px 14px;
    background-position: left center;
    padding-left: 20px;
    font-weight: 300;
    float: right;
} */

.article-list .article-text .article-data li.article-lable a {
    color: #848484;
    font-weight: 300;
    margin-right: 5px;
    float: left;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.article-list .article-text .article-data li.article-lable a:hover {
    color:  #007cc3;
}

.article-list:hover {
    background: #f6f6f6;
}

.article-list .article-title {
    font-weight: 600;
    color:  #007cc3;
}

.article-list .article-title a {
    color: #363636;
    font-weight: 600;
}

.article-list .article-title a:hover {
    color:  #007cc3;
}

.article-list:last-child {
    border-bottom: none;
}

.load-more {
    border-radius: 4px;
    border: 1px solid  #007cc3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color:  #007cc3;
    cursor: pointer;
    width: 160px;
    margin: 30px auto 10px;
}

.load-more:hover {
    box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
}

/*新闻快讯*/

.news-flash .date {
    width: 64px;
    height: 64px;
    padding: 8px;
    background: #f1f1f1;
    margin-right: 20px;
}

.news-flash .date.current {
    background-color:  #007cc3;
}

.news-flash .date.current .day {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.news-flash .date.current .ym {
    color: #FFFFFF;
}

.news-flash .date .day {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #363636;
    border-bottom: 1px solid #363636;
}

.news-flash .date .ym {
    font-size: 14px;
    color: #363636;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.news-flash .text {
    width: 644px;
}

.news-flash .text .item-n {
    border-bottom: 1px solid #dadada;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.news-flash .text .title {
    font-size: 18px;
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 24px;
    max-height: 48px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-flash .text .news-flash {
    background: #f1f1f1;
    padding: 16px 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #848484;
}

.news-flash .text .news-flash a {
    color: #0a90f7;
}

.news-flash .text span {
    font-size: 14px;
    color: #848484;
}

.tab_list_article {
    margin: 0 auto 10px;
    width: 306px;
}

.tab_list_article li {
    overflow: hidden;
    height: 36px;
    float: left;
    width: 100px;
    border: 1px solid #ccc;
    border-right: 0;
}

.tab_list_article li.current a {
    color: #FFFFFF;
    background-color:  #007cc3;
}

.tab_list_article li:first-child {
    border-radius: 4px 0 0 4px;
}

.tab_list_article li:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #ccc;
}

.tab_list_article li a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    color: #333;
}

.news-flash-box .side-article-list {
    height: 420px;
}

.news-flash-box .side-article-list li {
    border-bottom: 0;
    position: relative;
}

.news-flash-box .side-article-list li:hover a {
    color:  #007cc3;
}

.news-flash-box .side-article-list li:hover:before {
    background-color:  #007cc3;
}

.news-flash-box .side-article-list li:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.side-item {
    padding: 20px 0px 30px 0px;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.side-item .side-Bt {
    padding: 0px 0px 12px 0px;
    text-align: center;
    color: #333;
}

.side-item .side-Bt:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ccc;
    bottom: 0;
    left: 0px;
    right: 0;
}

/*新改版右侧标题*/

.right-item {
    padding-bottom: 30px;
    background: #f7faff;
    margin-bottom: 22px;
}

.right-item .right-Bt {
    border-bottom: 1px solid #CCC;
    padding: 22px 0px 13px 0px;
    margin: 0 20px 0 20px;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.right-item .right-Bt:before {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 5px;
  height: 20px;
  background-color:  #007cc3;
  left: 0;
}

.right-item .right-Bt .fl_bt {
    font-size: 18px;
    color: #363636;
    position: relative;
    padding-left: 15px;
}

.right-item .right-Bt .fl_bt:before {
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
}


.right-item .right-Bt .more {
    font-size: 12px;
    color: #a09f9f;
    position: relative;
    display: block;
    line-height: 30px;
}

.right-item .right-Bt .more:hover {
    color:  #007cc3;
}

.side-article-list li {
    font-size: 14px;
    /* background: url(../images/tab.png) no-repeat;
    background-position: 24px 8px;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;*/
    padding: 0px 20px 0px 46px;
    margin: 10px 0 12px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.side-article-list li a {
    color: #363636;
    line-height: 22px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    min-height: 22px;
    display: block;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.side-article-list li a:hover {
    color:  #007cc3;
}

.side-article-list li span {
    color: #a09f9f;
    font-weight: 300;
}

.side-article-list li:last-child {
    border-bottom: none;
}

.news-flash-box .news_sp_p {
    background: #FFFFFF;
    padding: 10px;
    float: left;
    margin-bottom: 6px;
    color: #848484;
    font-size: 12px;
    line-height: 20px;
    display: none;
    width: 92%;
}

.news-flash-box .news_sp_p a {
    color: #0a90f7 !important;
    display: inline !important;
    margin-bottom: 0;
    margin-left: 4px;
}

.click-move {
    border: 1px solid  #007cc3;
    background: #f1f1f1;
    font-size: 14px;
    color:  #007cc3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    width: 36%;
    display: block;
    margin: 15px auto 0;
}

.click-move:hover {
    box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
}



.hot-tags .hot-tags-list {
    padding: 0 20px;
}

.hot-tags .hot-tags-list li {
    display: inline-block;
    margin: 12px 6px 0px 0;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hot-tags .hot-tags-list li a {
    text-align: center;
    color: #848484;
    padding: 0 12px;
    font-size: 14px;
}

.hot-tags .hot-tags-list li a:hover {
    color:  #007cc3;
}

.hot-tags .hot-tags-list li:hover {
    box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
    border: 1px solid  #007cc3;
}

.right-ad {
    /*margin-bottom:4px;*/
}

.right-ad .right-ad-list {
    width: 314px;
    border-bottom: 1px solid #FFFFFF;
}

.right-ad .right-ad-list .ad-pic16 {
    height: 176px !important;
}

.right-ad .right-ad-list .ad-pic {
    width: 314px;
    height: 215px;
    margin-bottom: 21px;
    display: block;
    position: relative;
    overflow: hidden;
}

.right-ad .right-ad-list .ad-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-ad .right-ad-list .ad-pic .name {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 12px;
    left: -23px;
    text-align: center;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    width: 96px;
    padding: 4px 0;
    font-size: 12px;
    color: #FFFFFF;
}

.right-ad .right-ad-list .ad-article {
    margin-bottom: 22px;
}

.right-ad .right-ad-list .ad-article li {
    margin-bottom: 8px;
}

.right-ad .right-ad-list .ad-article li:hover a {
    color:  #007cc3;
}

.right-ad .right-ad-list .ad-article li:hover i {
    background-color:  #007cc3;
}

.right-ad .right-ad-list .ad-article li i {
    width: 7px;
    height: 7px;
    background-color: #848484;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
}

.right-ad .right-ad-list .ad-article li a {
    color: #848484;
    line-height: 22px;
    font-size: 14px;
    width: 299px;
    display: block;
    float: left;
}

.right-ad .ad-box {
    margin-bottom: 10px;
}

.right-ad .ad-box .ad-pic {
    height: 100px;
}

.activity-news-spots .side-article-list li i {
    position: static !important;
    margin-top: 5px !important;
}

.recent-hot-spots {
    width: 314px;
    z-index: 999;
}

.recent-hot-spots .ranking_list {
    height: 32px;
    margin: 10px 0;
}

.recent-hot-spots .ranking_list li {
    line-height: 32px;
    font-size: 14px;
    color: #848484;
    font-weight: 300;
    padding: 0 14px;
    cursor: pointer;
    position: relative;
}

.recent-hot-spots .ranking_list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid transparent;
    width: 30px;
}

.recent-hot-spots .ranking_list li.current {
    color:  #007cc3;
}

.recent-hot-spots .ranking_list li.current:before {
    border-bottom: 2px solid  #007cc3;
}

.recent-hot-spots .side-article-list li {
    background: none;
    padding: 9px 20px 9px 20px;
    border-bottom: 0;
    margin: 0;
}

.recent-hot-spots .side-article-list li i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 0;
}

.recent-hot-spots .side-article-list li .hot_article_l {
    display: block;
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    max-height: none;
}

.recent-hot-spots .side-article-list li .hot_article_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.recent-hot-spots .side-article-list li .hot_article_r {
    position: relative;
    height: 68px;
    float: right;
    width: 186px;
}

.recent-hot-spots .side-article-list li .hot_article_r a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b {
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 20px;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b .author_a {
    float: left;
    color: #8f949a;
    font-size: 13px;
    margin-right: 18px;
    display: block;
    cursor: default;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b .author_a.current {
    cursor: pointer;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b div {
    float: left;
    color: #8f949a;
    font-size: 13px;
}

.recent-hot-spots .side-article-list i {
    background-color: rgba(0, 0, 0, 0.6);
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
    line-height: 16px;
    margin-right: 12px;
    margin-top: 5px;
    text-align: center;
}

.recent-hot-spots .side-article-list span {
    padding-left: 30px;
}

.fixed {
    position: fixed;
    top: 40px;
}

.recommended-author {
    padding-bottom: 20px;
}

.recommended_author_inner {
    /*border-bottom: 1px solid @white;*/
}

.recommended-author-list {
    margin: 0 20px 0 20px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #dedede;
}

.recommended-author-list:last-child {
    border-bottom: none;
}

.recommended-author-list .author-pic {
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-right: 18px;
    float: left;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recommended-author-list .recommended-author-text {
    padding-left: 62px;
    color: #363636;
}

.recommended-author-list .recommended-author-text h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.recommended-author-list .recommended-author-text p {
    font-weight: 300;
    color: #848484;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 18px;
    max-height: 36px;
}

.recommended-author-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recommended-author-list {
    zoom: 1;
}

.right_author {
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 44px;
}

.right_author .side-article-list li {
    border-bottom: none;
}

.right_author .side-Bt {
    padding: 0px 0px 12px 20px;
    text-align: left;
}

.right_author .side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid  #007cc3;
    bottom: 0;
    left: 20px;
}

.new_article {
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-top: -28px;
}

.author-wrap {
    text-align: center;
    border-bottom: 1px solid #dadada;
    padding-bottom: 2px;
    margin: 0 30px;
    position: relative;
    top: -44px;
}

.author-wrap .author-head {
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.author-wrap .author-head .head {
    width: 88px;
    height: 88px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.author-wrap .author-name {
    font-size: 18px;
    color:  #007cc3;
    margin-bottom: 6px;
}

.author-wrap .author-name-type {
    font-size: 14px;
    color:  #007cc3;
    margin-bottom: 6px;
}

.author-wrap .author-info {
    margin-bottom: 14px;
}

.author-wrap .author-info p {
    font-size: 14px;
    color: #848484;
    line-height: 20px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 20px;
    max-height: 40px;
}

.channel_recommend {
    background: #f1f1f1;
}

.channel_recommend .channel_recommend-list {
    padding: 0 24px;
    font-size: 0;
}

.channel_recommend li {
    display: inline-block;
    margin: 12px 8px 0px 0;
    height: 26px;
    line-height: 26px;
    border: 1px solid  #007cc3;
    border-radius: 4px;
}

.channel_recommend li a {
    text-align: center;
    color:  #007cc3;
    padding: 0 12px;
    font-size: 14px;
}

/*分享*/

.share_font {
    display: none;
    float: right;
    font-size: 14px;
    color: #a4abb1;
    line-height: 22px;
}

.share_box {
    display: none;
}

.weixin_show {
    background-color: #FFFFFF;
    padding: .3rem;
    position: absolute;
    top: -100px;
    width: 240px;
    left: -61px;
    -webkit-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
}

.weixin_show.current {
    visibility: visible;
    opacity: 1;
}

.weixin_show:before {
    display: block;
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    /* 定位 */
    position: absolute;
    left: 30%;
    top: 100%;
}

.weixin_show .url_pic {
    width: 80px;
    height: 80px;
    float: left;
}

.weixin_show .url_pic img {
    width: 100%;
    height: 100%;
}

.weixin_show .text {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.weixin_show .text p {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #555;
}

/*右侧公司模块化产品*/

.right_module .ad_pic_title {
    width: 274px;
    height: 154px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.right_module .ad_pic_title .title {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 8px;
}

.right_module .ad_pic_title .title h2 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

.right_module .right-item {
    margin-bottom: 20px;
    padding: 0 20px 0px;
}

.right_module .right-Bt {
    margin: 0 0 10px;
}

.right_module .right-Bt img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}




.right_module .right-Bt .fl_bt {
    font-size: 20px;
    color: #2f76d0;
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}

.right_module .ad-article li {
    margin-bottom: 8px;
    height: 50px;
    border-bottom:1px dashed #c2c2c2; 
}

.right_module .ad-article li:hover a {
    color:  #007cc3;
}

.right_module .ad-article li i {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
    margin-top: 21px;
}

.right_module .ad-article li a {
    color: #848484;
    line-height: 50px;
    font-size: 14px;
    display: block;
    float: left;
    width: 250px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.QR-code-list {
    width: 150px;
    text-align: center;
    display: inline-block;
}

.QR-code-list p {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
}

.QR-code-list img {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
}

.QR-code-list:last-child {
    background: none;
}

.activity-partner {
    margin-left: 70px;
    font-size: 0;
}

.activity-partner a {
    position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 18px;
    height: 34px;
    width: 84px;
}

.activity-partner a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.content-wrap {
    margin-bottom: 40px;
}

.item-classify {
    margin-bottom: 2px;
}

.content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-wrap {
    zoom: 1;
}

.article-list-wrap {
    width: 744px;
    margin-right: 62px;
    float: left;
}

.right-side-bar {
    width: 314px;
    float: right;
}

.article-swiper {
    margin-bottom: 10px;
}

.article-swiper .swiper-container {
    margin-bottom: 10px !important;
    overflow: hidden;
    height: 318px;
    width: 744px;
}

.article-swiper .swiper-container:hover {
    /*.swiper-pic{
                transition: all 2.5s;
                animation: animate_scale 2s normal;
                -moz-animation: animate_scale 2s normal;
                -webkit-animation: animate_scale 2s normal;
                -o-animation: animate_scale 2s normal;
                -ms-animation: animate_scale 2s normal;
                animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                -webkit-animation-fill-mode: forwards;
            }*/
}

.article-swiper .swiper-container:hover .swiper-button-next,
.article-swiper .swiper-container:hover .swiper-button-prev {
    visibility: visible;
}

.article-swiper .swiper-slide {
    width: 744px;
    height: 318px;
    position: relative;
    overflow: hidden;
    display: block;
}

.article-swiper .swiper-slide .swiper-pic {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.article-swiper .swiper-button-next,
.article-swiper .swiper-button-prev {
    visibility: hidden;
    width: 27px;
    height: 30px;
    -moz-background-size: 27px 30px;
    -webkit-background-size: 27px 30px;
    background-size: 27px 30px;
}

.special_carousel .swiper-container:hover .swiper-button-next,
.special_carousel .swiper-container:hover .swiper-button-prev {
    visibility: visible;
}

.special_carousel .swiper-button-next,
.special_carousel .swiper-button-prev {
    visibility: hidden;
    width: 25px;
    height: 28px;
    -moz-background-size: 25px 28px;
    -webkit-background-size: 25px 28px;
    background-size: 25px 28px;
    margin-top: -10px;
}

@keyframes animate_scale {
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-moz-keyframes animate_scale {
    /* Firefox */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-webkit-keyframes animate_scale {
    /* Safari 和 Chrome */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-o-keyframes animate_scale {
    /* Opera */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-ms-keyframes animate_scale {
    /* Opera */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

.swiper-container .article-swiper-title {
    height: 28px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    width: 94.8%;
}

.swiper-container .article-swiper-title h2 {
    color: #FFFFFF;
    font-size: 20px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container .swiper-pagination-clickable {
    right: 6% !important;
    left: auto !important;
    bottom: 14px !important;
    width: auto !important;
}

.swiper-container .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
    margin-right: 10px;
}

.swiper-container .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
}

.article-other {
    font-size: 0;
}

.article-other .article-other-list a {
    height: 136px;
    width: 241px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.article-other .article-other-list a .other-list-pic {
    -webkit-transition: all 2s;
    transition: all 2s;
    width: 100%;
    height: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    object-fit: cover
}

.article-other .article-other-list a .other-list-pic:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.article-other .article-other-list a:last-child {
    margin-right: 0;
}

.article-other .article-other-list .name {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 13px;
    left: -23px;
    text-align: center;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    width: 96px;
    padding: 4px 0;
}

.article-other .article-other-list .name h2 {
    font-size: 12px;
    color: #FFFFFF;
}

.article-other .article-other-list .other-list-title {
    padding: 6px 20px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.article-other .article-other-list .other-list-title h2 {
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 18px;
    max-height: 36px;
}

.article-other .article-other-list .type-name {
    position: absolute;
    left: 10px;
    background:  #007cc3;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    width: 36px;
    text-align: center;
    font-size: 12px;
    z-index: 999;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}



.content-ad .swiper-container {
    height: 176px;
    margin-top: -1px;
    margin-bottom: 0 !important;
}

.content-ad .swiper-slide {
    position: relative;
}

.content-ad .swiper-slide div {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 176px;
    width: 744px;
}

.detailName {
    height: 154px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.detailName .side-Bt {
    font-size: 30px;
    color: #FFFFFF;
    padding: 0 0 12px 50px;
    position: relative;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.detailName .side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid #FFFFFF;
    bottom: 0;
}

.categoryBt {
    position: relative;
    overflow: hidden;
}

.categoryBt .second_nav_icon {
    position: absolute;
    left: 45px;
    top: 20px;
    z-index: 1;
    width: 68px;
    height: 68px;
    border-radius: 100%;
}

.categoryBt .second_nav_icon img {
    width: 35px;
}

.categoryBt .circle_icon {
    position: absolute;
    top: 10px;
    left: 45px;
}

.categoryBt .tag_name {
    position: absolute;
    left: 91px;
    top: 20px;
    color:  #007cc3;
    font-size: 18px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    z-index: 1;
}




.news-flash-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 154px;
    margin-bottom: 30px;
}

.news-flash-bg .side-Bt {
    font-size: 30px;
    color: #FFFFFF;
    padding: 40px 0 12px 50px;
    position: relative;
}

.news-flash-bg .side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid #FFFFFF;
    bottom: 0;
}


.hot-article-bg h2 {
    font-size: 30px;
    color: #363636;
    height: 40px;
    padding-top: 6%;
}

.hot-article-bg span {
    font-size: 14px;
    color: #848484;
}

.flex_box {
    /** 各种版本兼容**/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

.midCenter {
    /** 垂直居中核心**/
    -moz-box-pack: center;
    -moz-box-align: center;
    box-align: center;
    box-pack: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

/*途画商业*/

.painting-con .classify-list {
    margin: 0 auto 30px;
}

.painting-con .classify-list li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid  #007cc3;
    float: left;
    height: 34px;
    line-height: 34px;
    width: 120px;
    font-size: 14px;
    background-color: #FFFFFF;
    color:  #007cc3;
    text-align: center;
    margin-left: -2px;
}

.painting-con .classify-list li.current {
    background-color:  #007cc3;
    color: #FFFFFF;
}

.painting-con .classify-list li:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.painting-con .classify-list li:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.painting-con .item-p {
    width: 265px;
    height: 165px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
}

.painting-con .item-p:nth-child(4n) {
    margin-right: 0;
}

.painting-con .item-p:hover .title {
    color:  #007cc3;
    background-position: -275px 0;
    text-decoration: none;
}

.painting-con .item-p .pic {
    width: 265px;
    height: 165px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}


/*新闻快讯详情页*/

.sp_detail_p {
    margin-bottom: .3rem;
    line-height: 22px;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
    white-space: pre-wrap;
    color: #848484;
    font-size: 15px;
}

.relevant_detail {
    color: #3b97d7;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.share_font_detail {
    font-size: 14px;
    color: #848484;
    line-height: 22px;
    float: right;
}

.news-detail {
    margin-bottom: 40px;
}

.news-detail .article-module-bt h2 {
    font-weight: bold;
}

.news-detail .title {
    font-size: 24px;
    color: #433d4d;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 10px;
    display: inline;
    margin-top: 0;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}

.news-detail .news-time {
    color: #848484;
    line-height: 34px;
}

.news-detail .content-detail {
    /*margin-top:24px;*/
}

.news-detail .content-detail .text pre {
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    white-space: pre-wrap;
}

.news-detail .content-detail .text a {
    color: #00a0e9;
    float: left;
    font-size: 16px;
}

.news-detail .check_move_news {
    text-align: center;
    margin: 40px 0;
}

.news-detail .check_move_news a {
    font-size: 16px;
    color:  #007cc3;
    text-decoration: underline;
}

.news-detail .top {
    padding-bottom: 20px;
}

.news-detail .next_message {
    margin: 20px 0 30px 0;
}

.news-detail .next_message .next_title {
    font-size: 16px;
    color: #363636;
    margin-bottom: 16px;
    font-weight: bold;
}

.news-detail .next_message .next_list a {
    font-size: 16px;
    color: #000000;
    display: block;
}

.news-detail .next_message .next_list a:hover {
    color:  #007cc3;
}

/*专栏作者列表页*/

.author-wrapper .author-list {
    width: 204px;
    height: 208px;
    background-color: #f4f4f4;
    padding: 20px;
    float: left;
    margin: 40px 42px 40px 0;
    position: relative;
}

.author-wrapper .author-list:hover {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
    /* Chrome, Safari, Opera */
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}

.author-wrapper .author-list:nth-child(4n) {
    margin-right: 0;
}

.author-wrapper .author-list .head {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    width: 88px;
    height: 88px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -62px auto 0;
    position: relative;
}

.author-wrapper .author-list h4 {
    margin-top: 32px;
    font-size: 18px;
    color: #363636;
    margin-bottom: 16px;
    text-align: center;
}

.author-wrapper .author-list p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.author-wrapper .author-list .check_detail {
    position: absolute;
    bottom: 18px;
    text-align: center;
    font-size: 16px;
    color:  #007cc3;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*专题作者列表页*/

.special_bg {
    width: 1120px;
    height: 272px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.special_bg .text {
    padding: 0 40px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 272px;
}

.special_bg .text h2 {
    padding-top: 80px;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 500px;
}

.special_bg .text p {
    width: 600px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.subject_list .item_list {
    padding: 20px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.subject_list .article_pic {
    width: 460px;
    background-color: #eeeeee;
    padding: 20px;
    float: left;
}

.subject_list .bg_img {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 240px;
    width: 460px;
    display: block;
}

.subject_list .bg_img:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.subject_list .text {
    width: 570px;
    padding: 20px 0 20px 50px;
    float: left;
    position: relative;
    height: 240px;
}

.subject_list .text .title {
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.subject_list .article-data {
    font-size: 14px;
    color: #848484;
    display: block;
    margin-bottom: 24px;
    line-height: 20px;
}

.subject_list .article-data .onlineTime {
    margin-left: 20px;
}

.subject_list p {
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    font-weight: 300;
}

.subject_list .view_detail {
    font-size: 14px;
    width: 90px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    line-height: 30px;
    text-align: center;
    border: 1px solid  #007cc3;
    color:  #007cc3;
}

/*右侧临时添加文件*/

.activity_right_banner {
    width: 314px;
    height: 134px;
    margin-bottom: 22px;
}

.activity_right_banner a {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}

/*首页右侧添加专题轮播*/

.special_carousel {
    width: 314px;
    margin-bottom: 22px;
}

.special_carousel .swiper-wrapper {
    width: 314px;
}

.special_carousel .swiper-slide {
    width: 314px;
    height: 176px;
    display: block;
}

.special_carousel .swiper-slide .swiper-pic {
    width: 314px;
    height: 176px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 弹窗 */

.black_overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    /* opacity: 0; */
}

.black_overlay {
    visibility: hidden
}

.black_overlay.show {
    visibility: visible;
}

.white_content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.black_overlay.show .white_content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.white_content a {
    text-align: center;
    color: #fff;
    background-color:  #007cc3;
    border-radius: 15px
}

.article-list .article-text {
    float: left;
    width: 60%;
    height: 152px;
    position: relative;
}

.article-list .article-photo {
    width: 35%;
    margin-left: 0px;
}

.item-classify {
    /* background: #f1f1f1; */
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}

.item_box .classify-list {
    width: 750px;
    overflow-x: scroll;
}

/* 评论 */

.pinglun {
    width: 100%;
    overflow: hidden;
    clear: both;
    /* margin-bottom: 20px; */
}

.recommended .hd {
    height: 31px;
    background: url(//mat1.shenchuang.com/article/images/detail_bg.gif) repeat-x 0 -131px;
}


.pinglun .hd div .com-tit {
    width: 97px;
}

.recommended .hd div span {
    width: 80px;
    height: 18px;
    line-height: 18px;
    margin-left: 60px;
    padding: 3px;
    background: #fff;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #2181D3;
    display: inline-block;
    text-align: center;
}

.recommended .hd h1 .tie-info,
.recommended .hd div .tie-info {
    font-size: 12px;
    width: 130px;
    margin-left: 372px;
    line-height: 14px;
}

.ps {
    color: #999;
    margin: 10px 0 10px 10px;
    font-size: .7rem
}

.m-main,
.textarea-wrapper,
.textarea-wrapper textarea {
    box-sizing: border-box
}

.textarea-wrapper {
    width: 100%;
    border: 1px solid #d3d7db;
    border-radius: 3px;
}

.textarea-wrapper textarea {
    outline: none;
    -webkit-appearance: none;
    padding: .25rem .5rem;
    width: 100%;
    background-color: #fff;
    border: none;
    font-size: 14px;
    resize: none;
    height: 5rem;
}

textarea {
    -webkit-user-select: none;
    background-color: #fafafa;
    color: #b6cad9;
}

.textarea-wrapper .user {
    padding: .35rem .5rem;
    background-color: #f7f7f7;
    overflow: hidden;
}

.textarea-wrapper button {
    outline: none;
    float: right;
    color: #fff;
    border-radius: 3px;
    border: none;
    background-color: #008df2;
    font-size: 14px;
    line-height: 26px;
}

.textarea-wrapper .current-user {
    float: left;
    height: 22px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 2px;
}

button a {
    color: #fff;
}

.textarea-wrapper .current-user .img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: .75rem;
    margin-top: -4px;
    vertical-align: middle;
}

.textarea-wrapper .current-user .name {
    color: #4285f4;
}

.textarea-wrapper .current-user span {
    color: #999;
}

/* 评论言论 */

.pl-yl {
    margin-top: 2rem;
}

.pl-yl ul li {
    border-bottom: 1px dashed rgb(184, 183, 183);
    padding-left: 1rem;
}

.pl-yl ul li p strong {
    /* font-size: .8rem; */
    color: #000
}

.pl-yl ul li p span {
    font-size: .6rem;
    color: #999
}

.pl-yl ul li p {
    font-size: .8rem;
    color: rgb(117, 117, 117);
    line-height: 2rem
}

.article-content-wrap .interested-article .interested-article-list {
    margin-bottom: 0
}
/* 文章分页 */
.pageitem {line-height: 24px;}
.pageitem a{ padding:0 10px; margin:5px 2px; border:1px solid #d2e1f1; text-decoration:none; display:inline-block; font-family:Arial; }
.pageitem a.current,
.pageitem a:hover{ padding:0 10px; margin:5px 2px; background:#379BE9; border:1px solid #379BE9; color:#fff; text-decoration:none; display:inline-block; }

/* 移动端相关阅读 */

.correlation,
.like-and-collect {
    display: none
}

.content-ad,
.correlation {
    margin-bottom: 20px
}

.end {
    text-align: center;
}

.common-post-like-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 .5rem
}

.count-box {
    position: absolute;
    color: #4285f4;
    top: -4px;
    font-size: .6rem;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

a.post-pc-like {
    display: inline-block;
    padding: .6rem 0.5rem;
    background-color: #4285f4;
    border-radius: 4px;
    color: #fff;
    font-size: .7rem;
}

a.post-pc-like {
    color: #fff;
}

a.post-pc-like:hover {
    background-color: #51b6ff
}

.correlation h3 {
    /* text-indent:2em */
    text-align: center;
    font-size: 24px;
    color: #555555;
    margin: 10px
}

.correlation ul li {
    list-style-type: square;
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin-left: 2rem
}

.ellipsis {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .76);
    font-size: .9em;
}

/* 移动端点赞收藏 */

.like-and-collect {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 10px solid #f1f1f1;
}



.like-and-collect li {
    -webkit-background-size: 0.44rem .44rem;
    background-size: 0.44rem .44rem;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0.6rem;
    border-right: 1px solid #d8d8d8;
    margin-top: -0.3rem;
}

.cross_center {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}


.like-and-collect li:last-child {
    border-right: none;
}

.like-and-collect li {
    -webkit-background-size: 0.44rem .44rem;
    background-size: 0.44rem .44rem;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0.6rem;
    border-right: 1px solid #d8d8d8;
    margin-top: -0.3rem;
}

.like-and-collect li span {
    font-size: 1rem;
    color: #666;
    padding-top: .04rem;
}

/* 底部 */

footer.common-footer {
    *zoom: 1;
    background: #686e74;
    /* position: absolute;
  bottom: 0;
  left: 0; */
    /* height: auto; */
    z-index: 100;
    width: 100%;
    margin-top: 50px;
}

footer.common-footer .sections {
    width: 1120px;
}

footer.common-footer .sections {
    margin: 0 auto;
    *zoom: 1;
    padding: 25px 0 0px;
}

footer.common-footer .sections section.product-section {
    width: 30%;
}

footer.common-footer .sections section {
    float: left;
}

footer.common-footer .sections section.product-section h3 {
    margin-bottom: 26px;
}

footer.common-footer .sections section h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
table{border-spacing: 0; width: 100% !important;}

footer.common-footer .sections section.product-section .items-wrapper .item .product-icon .iconfont {
    font-size: 36px;
    color:  #fff;
    /* background-color: #fff */
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-name {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 10px;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-desc {
    opacity: 0.6;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.1;
}

footer.common-footer .sections section.product-section .items-wrapper .item span {
    display: block;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-icon img {
    width: 100%;
}

footer.common-footer .sections section.product-section .items-wrapper {
    overflow: hidden;
}

footer.common-footer .sections section.product-section .items-wrapper .item {
    display: block;
    margin-bottom: 28px;
    overflow: hidden;
    *zoom: 1;
}

footer.common-footer a {
    color: #b1d1e8;
}

footer.common-footer a {
    text-decoration: none;
}

footer.common-footer .sections section.product-section .feedback {
    opacity: 0.75;
    font-size: 14px;
    color: #FFFFFF;
}

footer.common-footer .sections section.link-section {
    width: 20%;
}

footer.common-footer .sections section {
    float: left;
}

footer.common-footer .sections section.link-section .links a {
    display: block;
    opacity: 0.75;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

footer.common-footer a {
    color: #b1d1e8;
}

footer.common-footer a {
    text-decoration: none;
}

footer.common-footer .sections section.partner-section {
    width: 38%;
}

footer.common-footer .sections section {
    float: left;
}

footer.common-footer .sections section.partner-section ul {
    *zoom: 1;
    list-style: none;
}

footer.common-footer ul {
    padding-left: 0;
}

footer.common-footer ol,
footer.common-footer ul {
    list-style: none;
}

footer.common-footer .sections section.partner-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    /* margin-bottom: 12px; */
    width: 112px;
    height: 44px;
    font-size: 14px
}

footer.common-footer .sections section.partner-section ul li a {
    opacity: 0.6;
    display: inline-block;
    height: 40px;
}

footer.common-footer a {
    color: #FFFFFF
}

footer.common-footer a {
    text-decoration: none;
}

footer.common-footer .sections section.partner-section ul li a img {
    width: 90px;
    height: 40px;
    display: inline-block;
}

footer.common-footer .bottom {
    line-height: 24px;
    height: auto;
    color: #FFFFFF;
    position: relative;
    padding: 8px 0;
}

footer.common-footer .bottom {
    /* position: relative; */
    border-top: #3B424A solid 1px;
    padding: 20px 0;
    *zoom: 1;
}

footer.common-footer .bottom {
    width: 1120px;
}

footer.common-footer .bottom {
    margin: 0 auto;
}

footer.common-footer .sections section.qr-section img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    position: relative;
    vertical-align: baseline;
}

footer.common-footer .bottom .footer-logo {
    float: left;
    width: 100px;
    margin-right: 49px;
    box-sizing: content-box;
}

footer.common-footer .bottom .copyright {
    position: relative;
    top: -4px;
    font-size: 12px;
}

footer.common-footer .bottom .law {
    display: block;
    font-size: 12px;
    vertical-align: bottom;
}

footer.common-footer .bottom .footer-logo img {
    width: 100%;
    position: relative;
    top: 4px;
}

.ad_pic_2 {
    width: 314px;
    height: 160px;
}

.ad_pic_2 img {
    width: 100%;
    height: 100%;
}

.right-ad {
    margin-bottom: 20px
}
.article-content-wrap .interested-article .interested-article-list a .row_space_between,.article-content-wrap .interested-article .interested-article-list a.yd-ad3{
    display: none
}

.sharenews{width: 65px; text-align: center;position: fixed;
    left: 3%;
    top: 30%;}
.sharenews ul li{width: 65px; height: 65px; background-color: #f3f3f3; margin-top: 16px;}
.sharenews ul li a{color: #8d8d8d;}
.sharenews ul li:hover a{color: #0085ff;}
.sharenews ul li:hover  a i.icon-weibo{
    color: #0085ff !important;
}
.sharenews ul li:hover  a i.icon-wechat{
    color: #0085ff !important;
}
.sharenews ul li:hover  a i.icon-zoom{
    color: #0085ff !important;
}
.sharenews ul li:hover .wechat-qrcode{display: block;}
.sharenews ul li{position: relative;}
.sharenews ul li .wechat-qrcode{position: absolute; left: 68px; top: 0; top: -31px; display: none;
    width: 226px;
    -webkit-box-shadow: 5px 0 12px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 0 12px rgba(0,0,0,0.25);
    box-shadow: 5px 0 12px rgba(0,0,0,0.25);
    z-index: 9;
    padding: .3rem;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;}

/* 移动端分享 */
.detail-bar .social a.like{display: none;}
.detail-bar .social a.yuedu{display: none;position: relative;text-align: center
}
.detail-bar .social a.yuedu  span{
    position: absolute;
    top: 7px;
    left: 13px;
    min-width: 20px;
    z-index: 2;
    font-size: 10px;
    height: 12px;
    background-color: rgb(74, 144, 226);
    font-weight: 300;
    color: rgb(255, 255, 255);
    padding: 0px 3px;
    border-radius: 5px;
    display: inline-block;
    line-height: 12px;
}
@media (max-width: 768px) {
    .pccont{display: none !important;}
    .mocont{display: block !important;position: fixed; width:100%;}
    .syheadgg{display:none;}
    .recent-hot-spots .ranking_list {
    display: none;
}

.recent-hot-spots {
    display: none;
}

.right-item .right-Bt {
    display: none;
}
.recommended_author_inner {
    display: none;
}

    /*-------------------
      Site Colors
--------------------*/

/*---  Colors  ---*/

/*---  Light Colors  ---*/

/*---  Dark Colors  ---*/

/*---   Neutrals  ---*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0;
}

ul,
ol,
dl {
    list-style-type: none;
}

html,
body {
    *position: static;
}

tml {
    font-family: sans-serif;
    font-size: 75px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    border: none;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a,
area {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    outline: none;
}

a.ie6:hover {
    zoom: 1;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

:focus {
    outline: none;
}

i,
em,
b {
    font-style: normal;
}

sub,
sup {
    vertical-align: baseline;
}

img {
    border: 0;
    vertical-align: middle;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*IE下a:hover 背景闪烁*/

*html {
    overflow: -moz-scrollbars-vertical;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

/*HTML5 reset*/

audio:not([controls]) {
    display: none;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

.noScroll {
    height: 100%;
    overflow: hidden;
}

.noScroll body {
    height: 100%;
    overflow: hidden;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*
Name:     style_clearfix
Example:    class="clearfix|cl"
Explain:    Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl,
.clearfix {
    zoom: 1;
}

/*上下拉动滚动条时卡顿、慢*/

body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-touch-callout: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    
}

.container-left {
    width: 800px;
    margin-right: 40px;
    height: 200px;
}

.container-right {
    width: 360px;
    height: 200px;
}

.wrapW {
    width: 1120px;
    margin: 0 auto;
    padding-top: 72px;
}

.wrapW-small {
    width: 744px;
    margin: 0 auto;
    padding-top: 72px;
}

.btn {
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.borderBtn {
    height: 28px;
    line-height: 28px;
    border: 1px solid  #007cc3;
    font-size: 16px;
    color:  #007cc3;
    background: #FFFFFF;
}

.fontBtn {
    font-size: 14px;
    border: none;
    background: none;
}

.btnDelete {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.delete {
    color: #ff0000 !important;
}

.fontBlue {
    color: #0092ee;
}

.hide {
    display: none;
}

.btnPurple {
    background:  #007cc3;
}

.btnLightYellow {
    background: #ffcc00;
}

.btnYellow {
    background: #FFB22C;
}

.btnBlue {
    background: #0092ee;
}

.btnPreheat {
    background: #ff0000;
}

.btnGray {
    background: #808080;
}

.btnBanned {
    background: #cdcdcd;
}

.side-Bt {
    font-size: 20px;
    color:  #007cc3;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 13px;
}

.hint {
    color: #848484;
    font-size: 16px;
}

.side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid  #007cc3;
    bottom: 0;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.right-fixed {
    position: fixed;
    bottom: 1%;
    right: 0;
    margin-left: 564px;
    display: block;
    z-index: 10000;
}

.right-fixed .go-top {
    text-align: center;
    visibility: hidden;
    height: 50px;
    width: 50px;
    /* line-height: 34px;
    background-color: #f1f1f1; */
    margin: 0 auto;
    z-index: 10000;
}

.right-fixed .go-top img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.right-fixed .QR>.QR-code {
    width: 66px;
    height: 66px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.right-fixed .QR>.QR-code img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code+.QR-code-big {
    border: 1px solid #DADADA;
    width: 140px;
    position: absolute;
    left: -146px;
    top: -60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.right-fixed .QR>.QR-code+.QR-code-big span {
    font-size: 14px;
    color: #848484;
    border-top: 1px solid #dadada;
    display: block;
    width: 140px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FFFFFF;
}

.right-fixed .QR>.QR-code+.QR-code-big img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code:hover+.QR-code-big {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.right-fixed .QR>.QR-code+.QR-code-big:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.hint-box {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 200px;
    display: none;
}

.hint-box .hint-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.success-mask {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.success-box {
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 380px;
    padding: 30px 70px;
    display: none;
}

.success-box .close {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    position: absolute;
    right: 40px;
    top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.success-box .close img {
    width: 32px;
    height: 32px;
    margin-top: -10px;
}



.success-box .text p {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
}

.loading_box div {
    width: 6px;
    height: 6px;
    background-color:  #007cc3;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading_box .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading_box .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

[v-cloak] {
    display: none;
}

header {
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #cecece;
    position: fixed;
    background: #4068d4;
    z-index: 9999;
    max-width: 750px;
}

header .header-top {
    width: 1120px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
}

 header a {
    font-family: "Microsoft Yahei", arial;
    font-weight: 300;
    display: block;
    font-size: 16px;
    color: #555555;
    width: 85%;
} 
.logo-wrap2{width: 29%;}
.item-logo2 img{width: 100% !important;}
.navsyul {
     padding-top: 0 !important; 
     border-top: none !important; 
}

.items-type-wrap .item-menu-list li {
    display: inline-block;
    padding: 0 20px;
}

.items-type-wrap .item-menu-list li:first-child {
    padding-left: 0;
}

.items-type-wrap .item-menu-list li.current>a {
    color: #000000;
    position: relative;
    font-family: "Microsoft Yahei";
    font-weight: 500;
    cursor: default;
}

.items-type-wrap .item-menu-list li.current>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    /* background-color: @purple;*/
}

/* .items-type-wrap .item-menu-list li:hover a {
    color:  #007cc3;
} */

.items-type-wrap .item-menu-list .arr_icon {
    position: relative;
}

.items-type-wrap .item-menu-list .arr_icon:hover:after {
    display: block;
}

/* .items-type-wrap .item-menu-list .arr_icon:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 14px;
    height: 8px;
    background: url("../images/arr_icon.jpg") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: none;
    z-index: 10000;
} */

.move-menu {
    position: relative;
    cursor: pointer;
}

.move-menu:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: url("../images/move.png") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 7px;
}

.move-menu.current a:after {
    width: 0 !important;
    height: 0 !important;
}

.move-menu:hover .move-menu-list {
    display: block;
}

.move-menu .move-menu-list {
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    /* line-height: 14px;*/
    border-top: 1px solid #cecece;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    top: 50px;
    height: auto;
    left: 0%;
    right: 0;
    display: none;
    z-index: 9999;
    padding: 14px 0;
}

.move-menu .move-menu-list ul {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.move-menu .move-menu-list li {
    /*border-right:1px solid #e8e8e8;*/
    /*height: 14px;*/
    /*line-height: 14px;*/
    padding: 0;
    /*margin:10px 0;*/
    position: relative;
}

.move-menu .move-menu-list li:last-child:after {
    content: "";
    background-color: #FFFFFF !important;
}
.logo-wrap2{float:left;margin-left: 35% !important;}
.header-top span{font-weight: bold;}
#navpdy {
    height: 30px;
}

.move-menu .move-menu-list li:after {
    content: "";
    background-color: #e8e8e8;
    width: 1px;
    height: 54px;
    margin-top: -27px;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
}

.move-menu .move-menu-list li a {
    color: #3D464D;
    font-size: 14px;
    /*height: 14px;*/
    /* padding:0 20px;*/
    margin-right: 0;
    text-align: center;
    line-height: 36px;
    width: 136px;
}

.move-menu .move-menu-list li a span {
    color: #3D464D;
}

.move-menu .move-menu-list li a img {
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
}

.move-menu .move-menu-list li a .hover_show {
    display: none;
}

.move-menu .move-menu-list li a:hover {
    color:  #007cc3;
}

.move-menu .move-menu-list li a:hover .hover_show {
    display: block;
}

.move-menu .move-menu-list li a:hover .hover_hide {
    display: none;
}

.move-menu .move-menu-list li:last-child {
    border-right: none;
}

.logo-wrap {
    display: block;
    width: 70px;
    height: 100%;
    float: left;
    margin-right: 52px;
    margin-left: 6px;
}

.logo-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo-wrap .item-logo {
    width: 120px;
    position: relative;
}

.logo-wrap .item-logo img {
    position: absolute;
    width: 85%;
    display: block;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.item-search2  img{width: 80% !important;}

.logo-wrap .item-logo-slogan {
    transform: scale(0.3);
    width: 140px;
    height: 34px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -wekit-transition: transform .5s, opacity .5s;
    -moz-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
}

.logo-wrap .item-logo-slogan img {
    width: 100%;
    height: 100%;
    display: block;
}

.item-action {
    position: relative;
}

.item-action .client_info {
    margin-right: 20px;
}

.item-action li {
    float: left;
}

.item-action li a {
    margin-right: 0px;
}

.item-action li .item-submitting {
    /*background: url("../images/drafts.png") no-repeat #8574b6;*/
    background-color: #007cc3;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: 14px center;
    /*padding-left:34px;*/
    height: 26px;
    margin-top: 14px;
    margin-right: 0;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 20px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
}

.item-action li .item-submitting:hover {
    opacity: 0.9;
    color: #fff;
}

.item-action .move-menu {
    height: 50px;
    line-height: 50px;
}

.item-action .move-menu:hover .user-content {
    visibility: visible;
}

.item-action .move-menu .user-head {
    margin-right: 20px;
    position: relative;
}

.item-action .move-menu .user-head .red_circle {
    width: 6px;
    height: 6px;
    background-color: #ff0000;
    position: absolute;
    top: 0px;
    border-radius: 100%;
    right: 0px;
    -webkit-transform: translate(0 -100%);
    -moz-transform: translate(0 -100%);
    -ms-transform: translate(0 -100%);
    -o-transform: translate(0 -100%);
    transform: translate(0 -100%);
    display: none;
}

.item-action .move-menu .user-head .red_circle.current {
    display: block;
}

.item-action .move-menu .user-head .head {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
}

.item-action .user-content {
    box-shadow: 0 0 15px rgba(103, 81, 164, 0.25);
    border: 1px solid #e5e5e5;
    visibility: hidden;
    background: #FFFFFF;
    right: 20px;
    z-index: 9999;
    position: absolute;
    top: 51px;
    min-width: 130px;
    padding-bottom: 0;
}

.item-action .user-content .head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.item-action .user-content li {
    /*border-bottom:1px solid #DADADA;*/
    float: none;
    margin: 0 0 14px 0;
}

.item-action .user-content li:first-child {
    margin-top: 15px;
}

.item-action .user-content li:last-child {
    margin-bottom: 15px;
}

.item-action .user-content li a {
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0 auto;
}

.item-action .user-content li .my_message {
    position: relative;
}

.item-action .user-content li .my_message i {
    position: absolute;
    bottom: 0;
    margin-left: 2px;
    -webkit-transform: translate(0 -50%);
    -moz-transform: translate(0 -50%);
    -ms-transform: translate(0 -50%);
    -o-transform: translate(0 -50%);
    transform: translate(0 -50%);
}

.item-action .user-content li span {
    float: none;
    /*display: block;*/
    /*float: left;*/
}

.item-action .user-content .message i {
    color: #ff0000;
}

.item-action .user-content:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    right: 20px;
    padding: 0;
    border-bottom: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.item-action .user-content:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    right: 19px;
    padding: 0;
    border-bottom: 9px solid #e5e5e5;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}

.item-action .header_ewm {
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.item-action .header_ewm:hover .ewm_box {
    display: block;
}

.item-action .header_ewm .header_ewm_top {
    width: 18px;
    height: 18px;
}

.item-action .header_ewm .ewm_box {
    z-index: 10000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 2px;
    top: 50px;
    right: 0;
    width: 130px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.item-action .header_ewm .ewm_box .special_arr {
    position: absolute;
    z-index: 1;
    right: 13px;
    width: 23px;
    height: 15px;
    top: 15px;
}

.item-action .header_ewm .ewm_box .ewm_list {
    background-color: #e4e6e7;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

.item-action .header_ewm .ewm_box .ewm_list li {
    float: left;
    color: #333;
    width: 20%;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.item-action .header_ewm .ewm_box .ewm_list li.current {
    background-color: #f5f5f5;
    height: 41px;
}

.item-action .header_ewm .ewm_box .ewm_bottom {
    padding: 103px 0 0 0;
}

.item-action .header_ewm .ewm_box .ewm_bottom p {
    text-align: center;
    margin-top: 10px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img {
    float: left;
    width: 80px;
    margin-left: 14px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img img {
    width: 80px;
    height: 80px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail {
    float: right;
    width: 250px;
    margin-right: 14px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail h6 {
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 19px;
    margin-bottom: 6px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail p {
    color: #767676;
    font-size: 12px;
    line-height: 18px;
}

.search-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999;
}


.search-dialog .search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    line-height: 55px;
    background: #FFFFFF;
    background-position: bottom;
}

.search-dialog .search-box .logo {
    width: 70px;
    height: 54px;
    background: url(//mat1.shenchuang.com/index/2018/images/logo-1.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: left center;
    margin-right: 120px;
    float: left;
    line-height: 54px
}

.search-dialog .search-box .search_input {
    border: 1px solid #dadada;
    height: 30px;
    width: 80%;
    float: left;
    line-height: 30px;
    margin-top: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search-dialog .search-box .search {
    float: left;
    width: 72%;
}

/* .search-dialog .search-box .search .search-logo {
    background: url("../images/search.png") no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 4px center;
    width: 34px;
    height: 30px;
    float: left;
} */

.search-dialog .search-box .search input {
    width: 94%;
    height: 30px;
    float: left;
}

.search-dialog .search-box .search i {
    background: url("../images/search_close.png") no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: right center;
    height: 55px;
    float: right;
    width: 18px;
    display: none;
}

.search-dialog .search-box .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #848484;
}

.search-dialog .search-box .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #848484;
}

.search-dialog .search-box .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #848484;
}

.search-dialog .search-box .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #848484;
}

.search-dialog .search-box .search input[type="search"] {
    -webkit-appearance: none;
}

.search-dialog .search-box .search input::-webkit-search-cancel-button {
    display: none;
}

.search-dialog .wrapW {
    padding-top: 0 !important;
}

.item_box .classify-list {
    width: 100%;
}

.item_box .classify-list li {
    max-width: none !important;
}

.item-classify {
    /*background: #f1f1f1;*/
    display: -webkit-box;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.item-classify .classify-list li {
    float: left;
    height: 40px;
    position: relative;
    max-width: 94px;
    margin-right: 21px;
}

.item-classify .classify-list li:last-child {
    margin-right: 0;
}

.item-classify .classify-list li a {
    font-family: "Microsoft Yahei", arial;
    font-size: 16px;
    color: #828a92;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    /*text-align: center;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px;
}
#fangchan:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: url(../images/move.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: -4px;
}

.item-classify .classify-list li.new a:before {
    content: '';
    display: block;
    /* background-image: url(../images/new_classify.png); */
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 9999;
}


.item-classify .classify-list li.current {
    border-bottom: 3px solid  #007cc3;
    position: relative;
}

.item-classify .classify-list li.current a {
    color: #3d464d;
    font-family: "Microsoft Yahei", arial;
    font-weight: 600;
}

.item-classify .last-move-menu {
    width: 12%;
    background: #e7e7e7;
}

/* .item-classify .last-move-menu a {
    color:  #007cc3;
    padding: 0 26px;
    display: block;
    text-align: center;
    background: url("../images/classify_move.png") no-repeat;
    -webkit-background-size: 6px 3px;
    background-size: 6px 3px;
    background-position: 72px center;
} */

.item-classify .last-move-menu .last-move-menu-list {
    display: none;
    position: absolute;
    top: 58px;
    padding-top: 14px;
    background: rgba(103, 81, 164, 0.95);
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 14px;
    text-align: right;
}

.item-classify .last-move-menu .last-move-menu-list li {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    margin-bottom: 14px;
}

.item-classify .last-move-menu .last-move-menu-list li a {
    font-size: 14px;
    color: #FFFFFF;
}

.item-classify .last-move-menu .last-move-menu-list li:last-child {
    border-right: none;
}

.article-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.article-list {
    zoom: 1;
}

.recommend-item-main .article-list:last-child {
    border-bottom: 1px solid #d6d6d6;
}

.advert-list .article-photo {
    position: relative;
}

.advert-list .advert-title {
    position: absolute;
    top: 0px;
    left: 14px;
    background: rgba(0, 0, 0, 0.45);
    height: 28px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 10px;
    line-height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.article-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 16px 0;
    display: block;
    color: #363636;
    overflow: hidden;
}

.article-list .original_label {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 48px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}

.article-list .article-photo {
    position: relative;
    margin-left: 24px;
    float: left;
    overflow: hidden;
}

.article-list .article-photo .article_photo_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(103, 81, 164, 0.6);
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    z-index: 1;
}

.article-list .article-photo a {
    width: 270px;
    height: 152px;
    display: block;
}

.article-list .article-photo div {
    width: 100%;
    height: 100%;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    transition: .7s;
}

.article-list .article-photo div:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.article-list .article-text {
    float: left;
    width: 448px;
    height: 152px;
    position: relative;
}

.article-list .article-text .article-title {
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 0px;
    min-height: 30px;
    max-height: 60px;
}

.article-list .article-text .article-content {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    min-height: 20px;
    color: #848484;
    font-weight: 300;
}

.article-list .article-text .article-data:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.article-list .article-text .article-data {
    zoom: 1;
}

.article-list .article-text .article-data {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    line-height: 24px;
}

.article-list .article-text .article-data li {
    float: left;
    font-size: 13px;
    color: #848484;
    margin-right: 14px;
    font-weight: 300;
    cursor: default;
}

.article-list .article-text .article-data li a {
    font-size: 13px !important;
}

.article-list .article-text .article-data li:nth-child(2) {
    margin-right: 0;
}

.article-list .article-text .article-data li a {
    color: #848484;
    font-weight: 300;
}

.article-list .article-text .article-data li a:hover {
    color:  #007cc3;
}

.article-list .article-text .article-data li.article-writer {
    max-width: 136px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-list .article-text .article-data li.article-time {
    float: right !important;
}

/* .article-list .article-text .article-data li.article-lable {
    background: url("../images/label.png") no-repeat;
    -webkit-background-size: 12px 14px;
    background-size: 12px 14px;
    background-position: left center;
    padding-left: 20px;
    font-weight: 300;
    float: right;
} */

.article-list .article-text .article-data li.article-lable a {
    color: #848484;
    font-weight: 300;
    margin-right: 5px;
    float: left;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.article-list .article-text .article-data li.article-lable a:hover {
    color:  #007cc3;
}

.article-list:hover {
    background: #f6f6f6;
}

.article-list .article-title {
    font-weight: 600;
    color:  #007cc3;
}

.article-list .article-title a {
    color: #363636;
    font-weight: bolder !important;
    font-size: 1rem;
}

.article-list .article-title a:hover {
    color:  #007cc3;
}

.article-list:last-child {
    border-bottom: none;
}

.load-more {
    border-radius: 4px;
    border: 1px solid  #007cc3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color:  #007cc3;
    cursor: pointer;
    width: 160px;
    margin: 30px auto 10px;
}

.load-more:hover {
    box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
}

/*新闻快讯*/

.news-flash .date {
    width: 64px;
    height: 64px;
    padding: 8px;
    background: #f1f1f1;
    margin-right: 20px;
}

.news-flash .date.current {
    background-color:  #007cc3;
}

.news-flash .date.current .day {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.news-flash .date.current .ym {
    color: #FFFFFF;
}

.news-flash .date .day {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #363636;
    border-bottom: 1px solid #363636;
}

.news-flash .date .ym {
    font-size: 14px;
    color: #363636;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.news-flash .text {
    width: 644px;
}

.news-flash .text .item-n {
    border-bottom: 1px solid #dadada;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.news-flash .text .title {
    font-size: 18px;
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 24px;
    max-height: 48px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-flash .text .news-flash {
    background: #f1f1f1;
    padding: 16px 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #848484;
}

.news-flash .text .news-flash a {
    color: #0a90f7;
}

.news-flash .text span {
    font-size: 14px;
    color: #848484;
}

.tab_list_article {
    margin: 0 auto 10px;
    width: 306px;
}

.tab_list_article li {
    overflow: hidden;
    height: 36px;
    float: left;
    width: 100px;
    border: 1px solid #ccc;
    border-right: 0;
}

.tab_list_article li.current a {
    color: #FFFFFF;
    background-color:  #007cc3;
}

.tab_list_article li:first-child {
    border-radius: 4px 0 0 4px;
}

.tab_list_article li:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #ccc;
}

.tab_list_article li a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    color: #333;
}

.news-flash-box .side-article-list {
    height: 420px;
}

.news-flash-box .side-article-list li {
    border-bottom: 0;
    position: relative;
}

.news-flash-box .side-article-list li:hover a {
    color:  #007cc3;
}

.news-flash-box .side-article-list li:hover:before {
    background-color:  #007cc3;
}

.news-flash-box .side-article-list li:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.side-item {
    padding: 20px 0px 30px 0px;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.side-item .side-Bt {
    padding: 0px 0px 12px 0px;
    text-align: center;
    color: #333;
}

.side-item .side-Bt:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ccc;
    bottom: 0;
    left: 0px;
    right: 0;
}

/*新改版右侧标题*/

.right-item {
    padding-bottom: 30px;
    background-color: #f7faff;
    margin-bottom: 22px;
}

.right-item .right-Bt {
    border-bottom: 1px solid #CCC;
    padding: 22px 0px 13px 0px;
    margin: 0 20px 0 20px;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.right-item .right-Bt:before {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 5px;
    height: 20px;
    background-color:  #007cc3;
    left: 0;
}

.right-item .right-Bt .fl_bt {
    font-size: 18px;
    color: #363636;
    position: relative;
    padding-left: 15px;
}

.right-item .right-Bt .more {
    font-size: 12px;
    color: #a09f9f;
    position: relative;
    display: block;
    line-height: 30px;
}

.right-item .right-Bt .more:hover {
    color:  #007cc3;
}

.side-article-list li {
    font-size: 14px;
    /* background: url(../images/tab.png) no-repeat;
    background-position: 24px 8px;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;*/
    padding: 0px 20px 0px 46px;
    margin: 10px 0 12px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.side-article-list li a {
    color: #363636;
    line-height: 22px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    min-height: 22px;
    display: block;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}


.side-article-list li a:hover {
    color:  #007cc3;
}

.side-article-list li span {
    color: #a09f9f;
    font-weight: 300;
}

.side-article-list li:last-child {
    border-bottom: none;
}

.news-flash-box .news_sp_p {
    background: #FFFFFF;
    padding: 10px;
    float: left;
    margin-bottom: 6px;
    color: #848484;
    font-size: 12px;
    line-height: 20px;
    display: none;
    width: 92%;
}

.news-flash-box .news_sp_p a {
    color: #0a90f7 !important;
    display: inline !important;
    margin-bottom: 0;
    margin-left: 4px;
}

.click-move {
    border: 1px solid  #007cc3;
    background: #f1f1f1;
    font-size: 14px;
    color:  #007cc3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    width: 36%;
    display: block;
    margin: 15px auto 0;
}

.click-move:hover {
    box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
}

.hot-tags {
    /*background:url("../images/hot_r_bg.jpg") no-repeat;
  -webkit-background-size:cover;
  background-size:cover;*/
}

.hot-tags .hot-tags-list {
    padding: 0 20px;
}

.hot-tags .hot-tags-list li {
    display: inline-block;
    margin: 12px 6px 0px 0;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hot-tags .hot-tags-list li a {
    text-align: center;
    color: #848484;
    padding: 0 12px;
    font-size: 14px;
}

.hot-tags .hot-tags-list li a:hover {
    color:  #007cc3;
}

.hot-tags .hot-tags-list li:hover {
    box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
    border: 1px solid  #007cc3;
}

.right-ad {
    /*margin-bottom:4px;*/
}

.right-ad .right-ad-list {
    width: 314px;
    border-bottom: 1px solid #FFFFFF;
}

.right-ad .right-ad-list .ad-pic16 {
    height: 176px !important;
}

.right-ad .right-ad-list .ad-pic {
    width: 314px;
    height: 134px;
    margin-bottom: 8px;
    display: block;
    position: relative;
    overflow: hidden;
}

.right-ad .right-ad-list .ad-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-ad .right-ad-list .ad-pic .name {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 12px;
    left: -23px;
    text-align: center;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    width: 96px;
    padding: 4px 0;
    font-size: 12px;
    color: #FFFFFF;
}

.right-ad .right-ad-list .ad-article {
    margin-bottom: 22px;
}

.right-ad .right-ad-list .ad-article li {
    margin-bottom: 8px;
}

.right-ad .right-ad-list .ad-article li:hover a {
    color:  #007cc3;
}

.right-ad .right-ad-list .ad-article li:hover i {
    background-color:  #007cc3;
}

.right-ad .right-ad-list .ad-article li i {
    width: 7px;
    height: 7px;
    background-color: #848484;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
}

.right-ad .right-ad-list .ad-article li a {
    color: #848484;
    line-height: 22px;
    font-size: 14px;
    width: 299px;
    display: block;
    float: left;
}

.right-ad .ad-box {
    margin-bottom: 10px;
}

.right-ad .ad-box .ad-pic {
    height: 100px;
}

.activity-news-spots .side-article-list li i {
    position: static !important;
    margin-top: 5px !important;
}

.recent-hot-spots {
    width: 314px;
    z-index: 999;
}

.recent-hot-spots .ranking_list {
    height: 32px;
    margin: 10px 0;
}

.recent-hot-spots .ranking_list li {
    line-height: 32px;
    font-size: 14px;
    color: #848484;
    font-weight: 300;
    padding: 0 14px;
    cursor: pointer;
    position: relative;
}

.recent-hot-spots .ranking_list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid transparent;
    width: 31px;
}

.recent-hot-spots .ranking_list li.current {
    color:  #007cc3;
}

.recent-hot-spots .ranking_list li.current:before {
    border-bottom: 2px solid  #007cc3;
}

.recent-hot-spots .side-article-list li {
    background: none;
    padding: 9px 20px 9px 20px;
    border-bottom: 0;
    margin: 0;
}

.recent-hot-spots .side-article-list li i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 0;
}

.recent-hot-spots .side-article-list li .hot_article_l {
    display: block;
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    max-height: none;
}

.recent-hot-spots .side-article-list li .hot_article_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.recent-hot-spots .side-article-list li .hot_article_r {
    position: relative;
    height: 68px;
    float: right;
    width: 186px;
}

.recent-hot-spots .side-article-list li .hot_article_r a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b {
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 20px;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b .author_a {
    float: left;
    color: #8f949a;
    font-size: 13px;
    margin-right: 18px;
    display: block;
    cursor: default;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b .author_a.current {
    cursor: pointer;
}

.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b div {
    float: left;
    color: #8f949a;
    font-size: 13px;
}

.recent-hot-spots .side-article-list i {
    background-color: rgba(0, 0, 0, 0.6);
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
    line-height: 16px;
    margin-right: 12px;
    margin-top: 5px;
    text-align: center;
}

.recent-hot-spots .side-article-list span {
    padding-left: 30px;
}

.fixed {
    position: fixed;
    top: 40px;
}

.recommended-author {
    padding-bottom: 20px;
}

.recommended_author_inner {
    /*border-bottom: 1px solid @white;*/
}

.recommended-author-list {
    margin: 0 20px 0 20px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #dedede;
}

.recommended-author-list:last-child {
    border-bottom: none;
}

.recommended-author-list .author-pic {
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-right: 18px;
    float: left;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recommended-author-list .recommended-author-text {
    padding-left: 62px;
    color: #363636;
}

.recommended-author-list .recommended-author-text h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.recommended-author-list .recommended-author-text p {
    font-weight: 300;
    color: #848484;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 18px;
    max-height: 36px;
}

.recommended-author-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recommended-author-list {
    zoom: 1;
}

.right_author {
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 44px;
}

.right_author .side-article-list li {
    border-bottom: none;
}

.right_author .side-Bt {
    padding: 0px 0px 12px 20px;
    text-align: left;
}

.right_author .side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid  #007cc3;
    bottom: 0;
    left: 20px;
}

.new_article {
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-top: -28px;
}

.author-wrap {
    text-align: center;
    border-bottom: 1px solid #dadada;
    padding-bottom: 2px;
    margin: 0 30px;
    position: relative;
    top: -44px;
}

.author-wrap .author-head {
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.author-wrap .author-head .head {
    width: 88px;
    height: 88px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* .author-wrap i.author {
    position: absolute;
    top: 66px;
    right: 84px;
    background: url("../images/v.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom right;
    width: 26px;
    height: 26px;
} */

/* .author-wrap i.reporter {
    position: absolute;
    top: 66px;
    right: 84px;
    background: url("../images/reporter.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom right;
    width: 26px;
    height: 26px;
} */

.author-wrap .author-name {
    font-size: 18px;
    color:  #007cc3;
    margin-bottom: 6px;
}

.author-wrap .author-name-type {
    font-size: 14px;
    color:  #007cc3;
    margin-bottom: 6px;
}

.author-wrap .author-info {
    margin-bottom: 14px;
}

.author-wrap .author-info p {
    font-size: 14px;
    color: #848484;
    line-height: 20px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 20px;
    max-height: 40px;
}

.channel_recommend {
    background: #f1f1f1;
}

.channel_recommend .channel_recommend-list {
    padding: 0 24px;
    font-size: 0;
}

.channel_recommend li {
    display: inline-block;
    margin: 12px 8px 0px 0;
    height: 26px;
    line-height: 26px;
    border: 1px solid  #007cc3;
    border-radius: 4px;
}

.channel_recommend li a {
    text-align: center;
    color:  #007cc3;
    padding: 0 12px;
    font-size: 14px;
}

/*分享*/

.share_font {
    display: none;
    float: right;
    font-size: 14px;
    color: #a4abb1;
    line-height: 22px;
}

.share_box {
    display: none;
}

.weixin_show {
    background-color: #FFFFFF;
    padding: .3rem;
    position: absolute;
    top: -100px;
    width: 240px;
    left: -61px;
    -webkit-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
}

.weixin_show.current {
    visibility: visible;
    opacity: 1;
}

.weixin_show:before {
    display: block;
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    /* 定位 */
    position: absolute;
    left: 30%;
    top: 100%;
}

.weixin_show .url_pic {
    width: 80px;
    height: 80px;
    float: left;
}

.weixin_show .url_pic img {
    width: 100%;
    height: 100%;
}

.weixin_show .text {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.weixin_show .text p {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #555;
}

/*右侧公司模块化产品*/

.right_module .ad_pic_title {
    width: 274px;
    height: 154px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.right_module .ad_pic_title .title {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 8px;
}

.right_module .ad_pic_title .title h2 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

.right_module .right-item {
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

.right_module .right-Bt {
    margin: 0 0 10px;
}

.right_module .right-Bt img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.right_module .right-Bt .fl_bt {
    font-size: 18px;
    color: #363636;
    position: relative;
    padding-left: 15px;
}

.right_module .ad-article li {
    margin-bottom: 8px;
    border-bottom: 1px dashed #c2c2c2;
}

.right_module .ad-article li:hover a {
    color:  #007cc3;
}

.right_module .ad-article li i .reds{
    color: #d33a2b !important;
  } 
  .right_module .ad-article li i {
    font-size: 18px !important;
    font-weight:bolder;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 15px !important;
    margin-top: 15px !important;
    width: 9px;
    color: #666666 !important;
  }

.right_module .ad-article li a {
    color: #848484;
line-height: 50px;
font-size: 14px;
display: block;
float: left;
width: 250px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.QR-code-list {
    width: 150px;
    text-align: center;
    display: inline-block;
}

.QR-code-list p {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
}

.QR-code-list img {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
}

.QR-code-list:last-child {
    background: none;
}

.activity-partner {
    margin-left: 70px;
    font-size: 0;
}

.activity-partner a {
    position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 18px;
    height: 34px;
    width: 84px;
}

.activity-partner a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.content-wrap {
    margin-bottom: 40px;
}

.item-classify {
    margin-bottom: 2px;
}

.content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-wrap {
    zoom: 1;
}

.article-list-wrap {
    width: 744px;
    margin-right: 62px;
    float: left;
}

.right-side-bar {
    width: 314px;
    float: right;
}

.article-swiper {
    margin-bottom: 10px;
}

.article-swiper .swiper-container {
    margin-bottom: 10px !important;
    overflow: hidden;
    height: 318px;
    width: 498px;
}


.article-swiper .swiper-container:hover {
    /*.swiper-pic{
                transition: all 2.5s;
                animation: animate_scale 2s normal;
                -moz-animation: animate_scale 2s normal;
                -webkit-animation: animate_scale 2s normal;
                -o-animation: animate_scale 2s normal;
                -ms-animation: animate_scale 2s normal;
                animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                -webkit-animation-fill-mode: forwards;
            }*/
}

.article-swiper .swiper-container:hover .swiper-button-next,
.article-swiper .swiper-container:hover .swiper-button-prev {
    visibility: visible;
}

.article-swiper .swiper-slide {
    width: 744px;
    height: 318px;
    position: relative;
    overflow: hidden;
    display: block;
}

.article-swiper .swiper-slide .swiper-pic {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.article-swiper .swiper-button-next,
.article-swiper .swiper-button-prev {
    visibility: hidden;
    width: 27px;
    height: 30px;
    -moz-background-size: 27px 30px;
    -webkit-background-size: 27px 30px;
    background-size: 27px 30px;
}

.special_carousel .swiper-container:hover .swiper-button-next,
.special_carousel .swiper-container:hover .swiper-button-prev {
    visibility: visible;
}

.special_carousel .swiper-button-next,
.special_carousel .swiper-button-prev {
    visibility: hidden;
    width: 25px;
    height: 28px;
    -moz-background-size: 25px 28px;
    -webkit-background-size: 25px 28px;
    background-size: 25px 28px;
    margin-top: -10px;
}

@keyframes animate_scale {
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-moz-keyframes animate_scale {
    /* Firefox */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-webkit-keyframes animate_scale {
    /* Safari 和 Chrome */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-o-keyframes animate_scale {
    /* Opera */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

@-ms-keyframes animate_scale {
    /* Opera */
    from {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}

.swiper-container .article-swiper-title {
    height: 20px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 94.8%;
}

.swiper-container .article-swiper-title h2 {
    color: #FFFFFF;
    font-size: 14px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container .swiper-pagination-clickable {
    right: 6% !important;
    left: auto !important;
    /* bottom: 14px !important; */
    width: auto !important;
}

.swiper-container .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
    margin-right: 10px;
}

.swiper-container .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
}

.article-other {
    /* font-size: 0; */
}





.article-other .article-other-list a {
    height: 157px;
    width: 241px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.article-other .article-other-list a .other-list-pic {
    -webkit-transition: all 2s;
    transition: all 2s;
    width: 100%;
    height: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    object-fit: cover
}

.article-other .article-other-list a .other-list-pic:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.article-other .article-other-list a:last-child {
    margin-right: 0;
}

.article-other .article-other-list .name {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 13px;
    left: -23px;
    text-align: center;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    width: 96px;
    padding: 4px 0;
}

.article-other .article-other-list .name h2 {
    font-size: 12px;
    color: #FFFFFF;
}

.article-other .article-other-list .other-list-title {
    padding: 6px 20px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.article-other .article-other-list .other-list-title h2 {
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 18px;
    max-height: 36px;
}

.article-other .article-other-list .type-name {
    position: absolute;
    left: 10px;
    background:  #007cc3;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    width: 36px;
    text-align: center;
    font-size: 12px;
    z-index: 999;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

/* .video span {
    background: url(../images/video.png) no-repeat;
    -webkit-background-size: 34px 34px;
    background-size: 34px 34px;
    background-position: center;
    width: 266px;
    height: 150px;
    display: block;
} */

.content-ad .swiper-container {
    height: 176px;
    margin-top: -1px;
    margin-bottom: 0 !important;
}

.content-ad .swiper-slide {
    position: relative;
}

.content-ad .swiper-slide div {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 176px;
    width: 744px;
}

.detailName {
    height: 154px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.detailName .side-Bt {
    font-size: 30px;
    color: #FFFFFF;
    padding: 0 0 12px 50px;
    position: relative;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.detailName .side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid #FFFFFF;
    bottom: 0;
}

.categoryBt {
    position: relative;
    overflow: hidden;
}

.categoryBt .second_nav_icon {
    position: absolute;
    left: 45px;
    top: 20px;
    z-index: 1;
    width: 68px;
    height: 68px;
    border-radius: 100%;
}

.categoryBt .second_nav_icon img {
    width: 35px;
}

.categoryBt .circle_icon {
    position: absolute;
    top: 10px;
    left: 45px;
}

.categoryBt .tag_name {
    position: absolute;
    left: 91px;
    top: 20px;
    color:  #007cc3;
    font-size: 18px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    z-index: 1;
}

/* .labelBg {
    background: url("../images/banner_tag.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 154px;
    position: relative;
    overflow: hidden;
} */

/* .labelBg .tag_name {
    position: absolute;
    left: 25px;
    top: 20px;
    color:  #007cc3;
    font-size: 18px;
    min-width: 140px;
    height: 75px;
    border-radius: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0 59px;
    background: url("../images/tag_icon.png") no-repeat 24px center rgba(255, 255, 255, 0.85);
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
} */

.news-flash-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 154px;
    margin-bottom: 30px;
}

.news-flash-bg .side-Bt {
    font-size: 30px;
    color: #FFFFFF;
    padding: 40px 0 12px 50px;
    position: relative;
}

.news-flash-bg .side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid #FFFFFF;
    bottom: 0;
}

/* .hot-article-bg {
    background: url("../images/hotbg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 154px;
    margin-bottom: 30px;
    text-align: center;
} */

.hot-article-bg h2 {
    font-size: 30px;
    color: #363636;
    height: 40px;
    padding-top: 6%;
}

.hot-article-bg span {
    font-size: 14px;
    color: #848484;
}

.flex_box {
    /** 各种版本兼容**/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

.midCenter {
    /** 垂直居中核心**/
    -moz-box-pack: center;
    -moz-box-align: center;
    box-align: center;
    box-pack: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

/*途画商业*/

.painting-con .classify-list {
    margin: 0 auto 30px;
}

.painting-con .classify-list li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid  #007cc3;
    float: left;
    height: 34px;
    line-height: 34px;
    width: 120px;
    font-size: 14px;
    background-color: #FFFFFF;
    color:  #007cc3;
    text-align: center;
    margin-left: -2px;
}

.painting-con .classify-list li.current {
    background-color:  #007cc3;
    color: #FFFFFF;
}

.painting-con .classify-list li:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.painting-con .classify-list li:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.painting-con .item-p {
    width: 265px;
    height: 165px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
}

.painting-con .item-p:nth-child(4n) {
    margin-right: 0;
}

.painting-con .item-p:hover .title {
    color:  #007cc3;
    background-position: -275px 0;
    text-decoration: none;
}

.painting-con .item-p .pic {
    width: 265px;
    height: 165px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* .painting-con .item-p .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: url("../images/hover.png") no-repeat;
    background-position: 0 0;
    transition: background-position 0.2s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
} */

/*新闻快讯详情页*/

.sp_detail_p {
    margin-bottom: .3rem;
    line-height: 22px;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
    white-space: pre-wrap;
    color: #848484;
    font-size: 15px;
}

.relevant_detail {
    color: #3b97d7;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.share_font_detail {
    font-size: 14px;
    color: #848484;
    line-height: 22px;
    float: right;
}

.news-detail {
    margin-bottom: 40px;
}

.news-detail .article-module-bt h2 {
    font-weight: bold;
}

.news-detail .title {
    font-size: 24px;
    color: #433d4d;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 10px;
    display: inline;
    margin-top: 0;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}

.news-detail .news-time {
    color: #848484;
    line-height: 34px;
}

.news-detail .content-detail {
    /*margin-top:24px;*/
}

.news-detail .content-detail .text pre {
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    white-space: pre-wrap;
}

.news-detail .content-detail .text a {
    color: #00a0e9;
    float: left;
    font-size: 16px;
}

.news-detail .check_move_news {
    text-align: center;
    margin: 40px 0;
}

.news-detail .check_move_news a {
    font-size: 16px;
    color:  #007cc3;
    text-decoration: underline;
}

.news-detail .top {
    padding-bottom: 20px;
}

.news-detail .next_message {
    margin: 20px 0 30px 0;
}

.news-detail .next_message .next_title {
    font-size: 16px;
    color: #363636;
    margin-bottom: 16px;
    font-weight: bold;
}

.news-detail .next_message .next_list a {
    font-size: 16px;
    color: #000000;
    display: block;
}

.news-detail .next_message .next_list a:hover {
    color:  #007cc3;
}

/*专栏作者列表页*/

.author-wrapper .author-list {
    width: 204px;
    height: 208px;
    background-color: #f4f4f4;
    padding: 20px;
    float: left;
    margin: 40px 42px 40px 0;
    position: relative;
}

.author-wrapper .author-list:hover {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
    /* Chrome, Safari, Opera */
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}

.author-wrapper .author-list:nth-child(4n) {
    margin-right: 0;
}

.author-wrapper .author-list .head {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    width: 88px;
    height: 88px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -62px auto 0;
    position: relative;
}

.author-wrapper .author-list h4 {
    margin-top: 32px;
    font-size: 18px;
    color: #363636;
    margin-bottom: 16px;
    text-align: center;
}

.author-wrapper .author-list p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.author-wrapper .author-list .check_detail {
    position: absolute;
    bottom: 18px;
    text-align: center;
    font-size: 16px;
    color:  #007cc3;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*专题作者列表页*/

.special_bg {
    width: 1120px;
    height: 272px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.special_bg .text {
    padding: 0 40px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 272px;
}

.special_bg .text h2 {
    padding-top: 80px;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 500px;
}

.special_bg .text p {
    width: 600px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.subject_list .item_list {
    padding: 20px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.subject_list .article_pic {
    width: 460px;
    background-color: #eeeeee;
    padding: 20px;
    float: left;
}

.subject_list .bg_img {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 240px;
    width: 460px;
    display: block;
}

.subject_list .bg_img:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.subject_list .text {
    width: 570px;
    padding: 20px 0 20px 50px;
    float: left;
    position: relative;
    height: 240px;
}

.subject_list .text .title {
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.subject_list .article-data {
    font-size: 14px;
    color: #848484;
    display: block;
    margin-bottom: 24px;
    line-height: 20px;
}

.subject_list .article-data .onlineTime {
    margin-left: 20px;
}

.subject_list p {
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    font-weight: 300;
}

.subject_list .view_detail {
    font-size: 14px;
    width: 90px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    line-height: 30px;
    text-align: center;
    border: 1px solid  #007cc3;
    color:  #007cc3;
}

/*右侧临时添加文件*/

.activity_right_banner {
    width: 314px;
    height: 134px;
    margin-bottom: 22px;
}

.activity_right_banner a {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}

/*首页右侧添加专题轮播*/

.special_carousel {
    width: 314px;
    margin-bottom: 22px;
}

.special_carousel .swiper-wrapper {
    width: 314px;
}

.special_carousel .swiper-slide {
    width: 314px;
    height: 176px;
    display: block;
}

.special_carousel .swiper-slide .swiper-pic {
    width: 314px;
    height: 176px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 弹窗 */

.black_overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    /* opacity: 0; */
}

.black_overlay {
    visibility: hidden
}

.black_overlay.show {
    visibility: visible;
}

.white_content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.black_overlay.show .white_content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.white_content a {
    text-align: center;
    color: #fff;
    background-color: #d7b33b;
    border-radius: 15px
}

.article-swiper {
    box-sizing: border-box
}

/* 第一广告位 */

.ad {
    width: 100%;
    /* height: 80px; */
   
}

.ad img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}


/* 底部 */

footer.common-footer {
    *zoom: 1;
    background: #686e74;
    /* position: absolute;
  bottom: 0;
  left: 0; */
    /* height: auto; */
    z-index: 100;
    width: 100%;
}

footer.common-footer .sections {
    width: 1120px;
}

footer.common-footer .sections {
    margin: 0 auto;
    *zoom: 1;
    padding: 25px 0 0px;
}

footer.common-footer .sections section.product-section {
    width: 30%;
}

footer.common-footer .sections section {
    float: left;
}

footer.common-footer .sections section.product-section h3 {
    margin-bottom: 26px;
}

footer.common-footer .sections section h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-icon .iconfont {
    font-size: 36px;
    color:  #fff;
    /* background-color: #fff */
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-name {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 10px;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-desc {
    opacity: 0.6;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.1;
}

footer.common-footer .sections section.product-section .items-wrapper .item span {
    display: block;
}

footer.common-footer .sections section.product-section .items-wrapper .item .product-icon img {
    width: 100%;
}

footer.common-footer .sections section.product-section .items-wrapper {
    overflow: hidden;
}

footer.common-footer .sections section.product-section .items-wrapper .item {
    display: block;
    margin-bottom: 28px;
    overflow: hidden;
    *zoom: 1;
}

footer.common-footer a {
    color: #b1d1e8;
}

footer.common-footer a {
    text-decoration: none;
}

footer.common-footer .sections section.product-section .feedback {
    opacity: 0.75;
    font-size: 14px;
    color: #FFFFFF;
}

footer.common-footer .sections section.link-section {
    width: 20%;
}

footer.common-footer .sections section {
    float: left;
}

footer.common-footer .sections section.link-section .links a {
    display: block;
    opacity: 0.75;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

footer.common-footer a {
    color: #b1d1e8;
}

footer.common-footer a {
    text-decoration: none;
}

footer.common-footer .sections section.partner-section {
    width: 38%;
}

footer.common-footer .sections section {
    float: left;
}

footer.common-footer .sections section.partner-section ul {
    *zoom: 1;
    list-style: none;
}

footer.common-footer ul {
    padding-left: 0;
}

footer.common-footer ol,
footer.common-footer ul {
    list-style: none;
}

footer.common-footer .sections section.partner-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    /* margin-bottom: 12px; */
    width: 112px;
    height: 44px;
    font-size: 14px
}

footer.common-footer .sections section.partner-section ul li a {
    opacity: 0.6;
    display: inline-block;
    height: 40px;
}

footer.common-footer a {
    color: #FFFFFF
}

footer.common-footer a {
    text-decoration: none;
}

footer.common-footer .sections section.partner-section ul li a img {
    width: 90px;
    height: 40px;
    display: inline-block;
}

footer.common-footer .bottom {
    line-height: 24px;
    height: auto;
    color: #FFFFFF;
    position: relative;
    padding: 8px 0;
}

footer.common-footer .bottom {
    /* position: relative; */
    border-top: #3B424A solid 1px;
    padding: 20px 0;
    *zoom: 1;
}

footer.common-footer .bottom {
    width: 1120px;
}

footer.common-footer .bottom {
    margin: 0 auto;
}

footer.common-footer .sections section.qr-section img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    position: relative;
    vertical-align: baseline;
}

footer.common-footer .bottom .footer-logo {
    float: left;
    width: 100px;
    margin-right: 49px;
    box-sizing: content-box;
}

footer.common-footer .bottom .copyright {
    position: relative;
    top: -4px;
    font-size: 12px;
}

footer.common-footer .bottom .law {
    display: block;
    font-size: 11px;
    vertical-align: bottom;
}

footer.common-footer .bottom .footer-logo img {
    width: 100%;
    position: relative;
    top: 4px;
}

.ad_pic_2 {
    width: 314px;
    height: 160px;
}

.ad_pic_2 img {
    width: 100%;
    height: 100%;
}

.right-ad {
    margin-bottom: 20px
}

.bd-cplist li {
    padding: 10px;
    width: 48.5%;
    float: left;
}
.bd-cplist .bd-cp {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.bd-cplist .bd-cp {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.bd-cplist .bd-cp img {
    width: 100%;
    height: 280px
}
img {
    vertical-align: middle;
}
.bd-cplist .bd-cp div {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    width: 100%;
    font-size: 14px;
}
.bd-cplist .bd-cp  .nak{
    position: absolute;
    top: 0;
    padding: 20px;
    color: #fff;
    /* background: rgba(0,0,0,0.3); */
    width: 100%;
    font-size: 14px;

}
.bd-cplist .bd-cp  .nak p{
    background: #fff; 
    color: #000;
    display: inline-block;
    border-radius: 15px;
    padding: 0px 3px
}
.bd-cplist .bd-cp div a b, .bd-cplist .bd-cp div a p {
    color: #fff;
}
.bd-cplist .bd-cp div a b:hover{
    color:  #007cc3
}
.bd-cplist .bd-cp div a b {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: 10px
}

#cepingList>li:nth-child(even){padding-right: 0px  !important;}
#cepingList>li:nth-child(odd){padding-left: 0px  !important;}
.pai{
    
}
.pai-title h1{
    float: left;
    line-height: 50px;
    font-size: 24px
}
.pai-title a span{
    float: right;
    font-size: 12px;
    color: #363636;
    line-height: 50px;
}
.pai-title a span:hover{
 
    color: #d7b33b
}
.optimum{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid  #848484;
}
.optimum-tow{border-bottom: none;}
.optimum li{
    float: left;
    width: 33.3%;
    height: 100px
    
}
.optimum li{
    
    border-right: 1px solid  #848484;
    padding: 10px
}
.optimum li{
    box-sizing: border-box
}
.optimum li a div{
    display: inline-block
}
.optimum li a img{
    float: right;
}

.optimum li a div p{
   margin-bottom: 15px
}
.optimum li a div {
    width: 60%
}
.optimum li a div p{
    color: #363636
}
.optimum li a div p:hover{
    color:  #007cc3
}

.optimum li a div span{
    font-size: 12px;
    color: #848484
}



.item-classify .classify-list li.new,{
    display: none
}
.item-classify .classify-list li.kuaiji{
    display: block
}
/* .article-item .sc_adimg{
    height: 176px
} */
.article-item .sc_adimg a img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.article-other{
    width:241px;
}
.zhuse{
    width: 1120px;
    margin: 0 auto
}
/* body{
    background-image: url(//mat1.shenchuang.com/index/2018/images/bj.gif);
    background-repeat: repeat-x;
    background-position:20px 3em; 

} */
.wrapW {
    padding-top: 0px;
    position: relative;
}
@media (max-width: 1920px) {
    .wrapW {
        padding-top: 20px !important;
        position: relative;
    }
    .logo-wrap {
        margin-right: 0 !important;
    }
    header .header-top,
    .article-list-wrap,
    .wrapW,
    .article-other,
    .article-deatil-left,
     .detail-bar, 
    .detail-bar .detail-share,
    .article-swiper .swiper-container,
    .article-other .article-other-list a ,
    .bd-cplist li{
        width: 100%;
    }
    .item-classify .classify-list li.new{
        display: block
    }
    .item-classify .classify-list li.kuaiji{
        display: none
    }
    .article-item{
        margin-top: 8px
    }
    .zhuse{
        display: none
     }
     body{
         background:none !important;
         max-width: 750px;
         margin: 0 auto;
     }

    #cepingList>li:nth-child(even){padding-left: 0px  !important;}
    .article-deatil-left,
    .detail-bar {
        box-sizing: border-box;
    }
    .article-deatil-left {
        padding: 0 5px
    }
    .optimum li{
      
        width: 100%;}
        .optimum li{
            
            border-bottom: 1px solid  #848484;
            border-right: none;
            padding: 10px
        }
    .item-menu-list,
    /* .share-component, */
    .QR-box,

    .detail-bar,
    /* .item-submitting, */
    .header_ewm,
    /* .article-list .article-text .article-content, */
    .article-list .article-text .article-data li.article-lable,
    .right-side-bar,
    footer.common-footer .sections section.product-section,
    footer.common-footer .sections section.partner-section,
    footer.common-footer .sections section.qr-section,
    footer.common-footer .bottom .footer-logo,
    .couplet_ad,
    footer.common-footer .bottom .copyright .mobile-hide,#fangchan:hover>ul,#fangchan:before ,.ad{
        
        display: none !important
    }
    /* .item-action li.login{
        float: right;
    } */
    /* .item-action li {
        float: right;
    }
   */
    /* .item-action li .item-submitting{
        float: left !important
    } */
    .article-list .article-text .article-content{color: #ffffff; display: none !important;}
    .item-action li .item-login {
        margin-right: 0px;
    }
    .search-dialog .search-box .logo {
        width: 70px;
        margin-right: 40px !important
    }
    .search-dialog .search-box .search_input {
        width: 90%
    }
    .search-dialog .search-box .search {
        width: 68%
    }
    .search-dialog .search-box .search input {
        width: 83%;
    }
    .correlation,
    .like-and-collect {
        display: block !important
    }
    .article-list {
        padding:10px 0px
    }
    .article-list .article-photo a {
        width: 100%;
        height: 152px;
        display: block;
    }
    .article-list .article-text {
        float: right;
        width: 65%;
        position: relative;
    }
    .article-list .article-photo {
        width: 30%;
        margin-left: 0px;
    }
    .article-swiper .swiper-container{
        margin-top: 5px
    }
    .content-wrap{
        position: relative
    }
    .item-classify {
        /* background: #f1f1f1; */
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        position: absolute;
        top: 0px;
        display: none;
    }
    .item_box .classify-list {
        width: 504px;
        overflow-x: scroll;
        overflow-y:hidden
    }
    footer.common-footer .sections {
        width: 100%;
    }
    footer.common-footer .sections,
        {
        margin: 0 auto;
        padding: 25px 0 15px;
    }
    footer.common-footer .bottom {
        width: 100%;
        padding: 10px 30px;
        text-align: center
    }
    footer.common-footer .sections section.link-section {
        float: none;
        width: 100% !important;
        text-align: left;
        padding-left: 30px;
        /* padding-top: 10px; */
    }
    footer.common-footer .sections section.link-section .links {
        padding-top: 0px;
        margin-bottom: 10px;
        font-size: 0;
    }
    footer.common-footer .sections section.link-section .links a {
        display: inline-block;
        font-size: 14px;
        width: 25%;
    }
    footer.common-footer .sections section.link-section,
    footer.common-footer .bottom,
    .content-wrap,.article-item,.article-item-main,.row {
        box-sizing: border-box
    }
}

.content-wrap {
    padding: 0 5px
}

.category_info {
    background: #ececec;
    padding: 30px 0;
}
.category_info h1 {
    max-width: 1130px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 30px;
}
.category_info p {
    width: 1130px;
    margin: 0 auto;
    color: #6d6d6d;
    margin-top: 10px;
}

.navdd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3e3e46;
    display: none;
    z-index: 9999;
  }

.navdd-top{ overflow: hidden; line-height: 45px;}
  .logom{width: 29%; margin-left: 2%;}
  .dlm{width: 29%; }
  .ssm{width: 29%; }
  .closem{width: 10%;}
  .navdd-bottom>ul{overflow: hidden; width: 50%; margin-top: 1%; float: left;    height: 1200px; scroll-behavior: smooth;}
  .navdd-bottom ul li{width: 100%; text-align: center; color: #ffffff; font-size: 16px; line-height: 35px; cursor: pointer;}
  .navdd-bottom ul li.classonm{background-color: #4a4a53;} 
  .navdd-bottom ul li a{color: #999999;}
  .navbr{overflow: hidden;width: 50%; margin-top: 1%; float: left;min-height: 325px; background-color: #4a4a53;}
  @media  screen and (max-width:600px) {
    .navdd img{width: 100%}
    .logo-wrap2{float:left;margin-left: 21% !important;}
    .article-swiper .swiper-container {
        height: 200px;
    }
    .article-swiper .swiper-slide {
        height: 200px;
    }
    .article-list .article-photo a {
        height: 70px;
    }
    .article-list .article-text {
        height: 85px !important;
    }
    .ny-ad2{display: none !important;}
  }

  @media screen and (min-width: 500px) and (max-width: 600px) {
    .logo-wrap2{float:left;margin-left: 30% !important;}
  }
    .logo-wrap {
        display: block !important;
    }
    .detail-bar .social a.yuedu,.detail-bar .social a.like{
        display: block
    }
    /* 移动端分享 */
    .article-content-wrap .interested-article{
        display: none
    }
    .article-content-wrap .mobile-interested{
        display: block
    }

     /* 移动端相关文章上下广告 */
     .yd-ad1,.yd-ad2{
        width: 100%;
        /* height: 70px */
        display: block !important;
    }
    .article-content-wrap .interested-article .interested-article-list a.yd-ad3{
        height: 70px;
        width: 100%;
        display: block;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    .yd-ad2{
        margin-bottom: 20px
    }
    .yd-ad1 a , .yd-ad2 a {
        height: 70px;
        width: 100%;
        display: block;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .article-content-wrap .interested-article{
        margin-bottom: -20px
    }

/* 相关文章移动版 */
.article-content-wrap .interested-article .interested-article-list a .row_space_between,.article-content-wrap .interested-article .interested-article-list a.yd-ad3{
    display: block;
}

.article-content-wrap .interested-article .interested-article-list a{
    width: 100%;
    margin-bottom: 5px;
    height: 18px;
    position: relative;
}
.article-content-wrap .interested-article .interested-article-list a .picture{
    float: right;
    width: 120px;
    height: 90px;
    
}

.article-content-wrap .interested-article .interested-article-list a .interested-title h2{
    color: #363636;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px
}
.article-content-wrap .interested-article .interested-article-list a .row_space_between span{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #848484
}
.article-content-wrap .interested-article .interested-article-list a .row_space_between span.article-time {
    display: inline-block;
    margin-left: 80px
    
}

    .wrapW {
        padding-top: 40px !important;
        position: relative;
    }
  header .header-top,
  .article-list-wrap,
  .wrapW,
  .article-other,
  .article-deatil-left,
  .detail-bar,
  .detail-bar .detail-share,
  .article-swiper .swiper-container,
  .article-other .article-other-list a {
      width: 100%;
  }
  .article-deatil-left,
  .detail-bar {
      box-sizing: border-box;
      display: block !important;
  }
  .article-deatil-left {
      padding: 0 5px
  }
  .item-menu-list,
  .share-component,
  .QR-box,
  /* .detail-bar, */
  .item-submitting,
  .header_ewm,
  .article-list .article-text .article-content,
  .article-list .article-text .article-data li.article-lable,
  .right-side-bar,
  footer.common-footer .sections section.product-section,
  footer.common-footer .sections section.partner-section,
  footer.common-footer .sections section.qr-section,
  footer.common-footer .bottom .footer-logo,
  .couplet_ad,
  footer.common-footer .bottom .copyright .mobile-hide {
      display: none
  }
  .item-action li .item-login {
      margin-right: 0px;
  }
  .search-dialog .search-box .logo {
      width: 70px;
      margin-right: 40px !important
  }
  .search-dialog .search-box .search_input {
      width: 90%
  }
  .search-dialog .search-box .search {
      width: 68%
  }
  .search-dialog .search-box .search input {
      width: 83%;
  }
  .correlation,
  .like-and-collect {
      display: block !important
  }
  .article-list .article-photo a {
      width: 100%;
      /* height: 112px; */
      display: block;
  }
  .article-list .article-text {
      float: right;
      width: 60%;
      height: 100px;
      position: relative;
  }
  .article-list .article-photo {
      width: 35%;
      margin-left: 0px;
  }
  .item-classify {
      /* background: #f1f1f1; */
      overflow-x: scroll;
      width: 100%;
      white-space: nowrap;
  }
  .item_box .classify-list {
      width: 750px;
      overflow-x: scroll;
      overflow-y:hidden
  }
  footer.common-footer .sections {
      width: 100%;
  }
  footer.common-footer .sections,
      {
      margin: 0 auto;
      padding: 25px 0 15px;
  }
  footer.common-footer .bottom {
      width: 100%;
      padding: 10px 30px;
      text-align: center
  }
  footer.common-footer .sections section.link-section {
      float: none;
      width: 100% !important;
      text-align: left;
      padding-left: 30px;
      /* padding-top: 10px; */
  }
  footer.common-footer .sections section.link-section .links {
      padding-top: 0px;
      margin-bottom: 10px;
      font-size: 0;
  }
  footer.common-footer .sections section.link-section .links a {
      display: inline-block;
      font-size: 14px;
      width: 25%;
  }
  footer.common-footer .sections section.link-section,
  footer.common-footer .bottom,
  .content-wrap {
      box-sizing: border-box
  }
}


.content-wrap {
    padding: 0 5px
}

.category_info {
    background: #ececec;
    padding: 30px 0;
}
.category_info h1 {
       max-width: 1130px;
    margin: 0 auto;
    line-height: 10px;
    font-size: 30px;
    margin-top: 37px;
}
.category_info p {
    width: 1130px;
    margin: 0 auto;
    color: #6d6d6d;
    margin-top: 10px;
}

#ccccccccccc{display: none;}