@charset "UTF-8";

/* 公共 */

.padding30 {
    padding: 30px 0px;
}

.center {
    text-align: center;
}

.blue_font_size {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #2186FB;
}

.every_blue_title {
    font-size: 25px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;
}

.every_blue_title::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    left: -10px;
    width: 5px;
    height: 5px;
    background: #2186FB;
    color: #2186FB;
}

.every_blue_title::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #2186FB;
}

.f3 {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #333333;
    line-height: 42px;
}

.f9 {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
}

.border_bottom {
    border-bottom: #F2F8FF solid 4px;
}

.inline_block {
    display: inline-block;
}

.product_detail_container_fluid {
    position: relative;
}

.navtab_product_detail {
    position: absolute;
    width: 100%;
    top: 0;
}

.product_detail_getmore_a_box {
    position: absolute;
    bottom: 10%;
    left: 18.8%;
}

.product_detail_getmore_a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.product_detail_getmore_btn {
    width: 100%;
    padding: 5px 25px;
    background-color: #2186fb;
    cursor: pointer;
    color: white;
}

.product_detail_getmore_a:hover .product_detail_getmore_btn {
    background-color: #096dd9;
}

.flex_col_cen {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ovfOne {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovfTwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ovfThree {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tex-ali-c {
    text-align: center;
}

.wid-100 {
    width: 100%;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.top-0 {
    top: 0;
}

.lef-50-tra-n50 {
    left: 50%;
    transform: translateX(-50%);
}

.top-30 {
    top: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-0auto {
    margin: 0 auto;
}

.fle-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-8e {
    color: #8E8E8E;
}

.near-article a:active,
.near-article a:link,
.near-article a:visited {
    color: #333;
}

.near-article a:hover {
    color: #2186fb;
}

.dividing_line {
    /* background-color: #fff; */
    height: 20px;
}

.section_title {
    font-size: 28px;
    line-height: 46px;
}
.section_title span{
    width: 6px;
    height: 6px;
    background:#2186fb;
    display: inline-block;
    /* border-radius: 5px; */
    margin: 5px 10px;
}

.section_desc {
    /* font-size: 16px; */
    line-height: 26px;
    display: block;
}

.section_inner {
    /* width: 1200px; */
    max-width: 1180px;
    margin: 0 auto;
}


/* 产品服务 */
.navScroller_second{
    color: #000 !important;
}

.navScroller_second>ul:first-child>li:hover {
    background-color: #fff;
}

.navScroller_second>ul>li>a:hover{
    color: #2186FB;
}

.navScroller_second .cpfw .submenu1 {
    display: none;
}

.navScroller_second .cpfw:hover .submenu1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: black;
    list-style-type: none;
    align-items: flex-start;
    z-index: 999;
    font-size: 1.2rem !important;
}

.navScroller_second .cpfw:hover .submenu1::before {
    content: ' ';
    display: block;
    width: 0 !important;
    height: 0 !important;
    border-bottom: 6px solid white;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    margin-left: 24px;
}

.navScroller_second .cpfw:hover .submenu1 a {
    color: #333 !important;
}

.navScroller_second .cpfw:hover .submenu1 a:hover {
    color: #2186fb !important;
}

.navScroller_second .cpfw:hover .submenu1 li {
    padding: 0 10px;
    background-color: #fff;
}

.navScroller_second .cpfw:hover .submenu1 .submenu1_ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 160px;
    box-sizing: border-box;
    padding: 0px 0 !important;
    background-color: #eee;
    /* padding: 0 10px; */
    border-radius: 1px;
}

.navScroller_second .cpfw:hover .submenu1 .submenu1_ul li {
    display: inline-block;
    width: 100%;
    padding: 8px 14px !important;
    line-height: 28px !important;
    font-size: 14px;
    border-bottom: solid 1px #f0f0f0;
}

.navScroller_second .cpfw:hover .submenu1 .submenu1_ul a {
    line-height: 20px !important;
}


/* 标识解析 */

.bsjx_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 744px;
    /* padding: 130px 60px; */
    padding: 40px 0px 106px;
    color: #fff;
    background-size: 1920px 744px;
    background-position: top center;
    background-repeat: no-repeat;
}

.bsjx_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: black;
}

.bsjx_item_text_en {
    color: #8c8c8c;
    border-left: 6px #62A65C solid;
    padding-left: 10px;
}

.bsjx_item_text_cn {
    font-size: 20px;
    border-left: 6px #2186fb solid;
    padding-left: 10px;
    color: black;
}

.bsjx_item_num {
    line-height: 46px;
    font-weight: 400;
    font-family: Helvetica Neue;
    font-size: 42px;
    border-left: 6px #2186fb solid;
    padding-left: 10px;
    min-height: 46px;
    color: black;
}

.bsjx_item_qjff_num {
    line-height: 46px;
    font-weight: 400;
    font-family: Helvetica Neue;
    font-size: 42px;
    padding-left: 10px;
    min-height: 46px;
    color: #2186fb;
}

.bsjx_item_qjff_cn {
    font-size: 20px;
    /* border-left: 6px #2186fb solid; */
    padding-left: 10px;
    color: black;
}

.bsjx_bar_green {
    /* content: ' '; */
    display: inline-block;
    width: 6px;
    height: 16px;
    background-color: #62A65C;
    margin-right: 20px;
}

.bsjx_bar_blue {
    /* content: ' '; */
    display: inline-block;
    width: 6px;
    height: 40px;
    background-color: #2186fb;
    margin-right: 20px;
}


/* 新场景案例 */

.yycj2_row {
    position: relative;
    background-color: #fff;
    /* padding: 20px 0px 40px; */
    color: white;
}

.yycj2_title_a_box {
    width: 200px;
    margin: 10px auto;
}

.yycj2_title_btn {
    width: 200px;
    height: 40px;
    padding: 0 36px;
    /* background-color: #2186fb; */
    cursor: pointer;
    line-height: 40px;
    color: white;
    text-align: center;
    border: 1px solid #fff;
}

.yycj2_title_a:hover .yycj2_title_btn {
    background-color: #096dd9;
}




/* 应用场景阴影 */

.rno-clip-mod {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
    display: none\9
}

.rno-clip-mod:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 70% 30%, 0 100%);
    clip-path: polygon(0 0, 70% 30%, 0 100%);
    background-color: #F5F7FA;
}

.rno-clip-mod::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 40%, 100% 80%, 35% 16%);
    clip-path: polygon(100% 40%, 100% 80%, 35% 16%);
    background-color: #DCDFE8
}

.yycj2_bg_container {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: center center;
}

.yycj2_menu_item {
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 22px;
}

.yycj2_menu_item:hover {
    /* background-color: rgba(255,255,255,.1); */
}

.yycj2_menu_item a {
    color: white;
}

.yycj2_block_content {
    display: none;
    padding-right: 140px;
}

.yycj2_getmore_a_box {
    width: 130px;
    margin-top: 32px;
}

.yycj2_getmore_btn {
    width: 140px;
    height: 40px;
    padding: 0 36px;
    background-color: #2186fb;
    cursor: pointer;
    line-height: 40px;
    color: white;
    text-align: center;
}

.yycj2_getmore_a:hover .yycj2_getmore_btn {
    background-color: #096dd9;
}

.yycj2_block_content .yycj2_block_title {
    height: 32px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
}

.yycj2_block_content .yycj2_block_desc {
    min-height: 74px;
}

.yycj2_logo_cases {
    width: 824px;
    margin: 40px 0 40px;
}

.yycj2_block_key {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 24px;
    margin-bottom: 28px;
}


/* 应用场景 */

#yycj_tabbar_line {
    height: 0;
}

#yycj_tabbar_line .yycj_tabbar_line_img {
    display: inline-block;
    width: 136px;
    height: 7px;
    position: relative;
    bottom: 5px;
}

.yycj_row {
    position: relative;
    background-color: #fff;
    padding: 20px 60px 0;
}

.yycj_tab {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}
.yycj_tab img{
    width: 200px !important;
    margin: 0 auto;
}
.yycj_tab .bsjx_gg_show1{
   
}
.yycj_tab .bsjx_gg_hide1{
    display: none;
}
.yycj_tab .bsjx_gg_show2{
    display: none;
}
.yycj_tab .bsjx_gg_hide2{
    /* display: none; */
}
.yycj_tab .bsjx_gg_show3{
    display: none;
}
.yycj_tab .bsjx_gg_hide3{
    /* display: none; */
}

.yycj_tabbar {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    text-align: center;
}

.yycj_sub {
    font-weight: 600;
    font-size: 14px;
}

#yycj_block1 {}

#yycj_block1 .yycj_block1_item {
    display: flex;
    align-items: center;
}

#yycj_block2 {
    display: none;
}

#yycj_block3 {
    display: none;
}

#yycj_block3 .yycj_block3_item {
    display: flex;
    align-items: center;
}

#yycj_block4 {
    display: none;
}

/* 平台架构*/
.ptjg {
    position: relative;
    /* background-color: #fff; */
    padding: 40px 0px;
    color: #000;
}

#ptjg_tabbar_line {
    height: 0;
}

#ptjg_tabbar_line .ptjg_tabbar_line_img {
    display: inline-block;
    width: 136px;
    height: 7px;
    position: relative;
    bottom: 5px;
}

.ptjg_row {
    position: relative;
    background-color: #fff;
    padding: 20px 60px 0;
}

.ptjg_tab {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.ptjg_tabbar {
    border-bottom: 2px solid #c6c6c6;
    padding-bottom: 10px;
    text-align: center;
}

.ptjg_sub {
    font-weight: 600;
    font-size: 14px;
}

#ptjg_block1 {}

#ptjg_block1 .ptjg_block1_item {
    display: flex;
    align-items: center;
}

#ptjg_block2 {
    display: none;
}

#ptjg_block3 {
    display: none;
}

#ptjg_block3 .ptjg_block3_item {
    display: flex;
    align-items: center;
}

#ptjg_block4 {
    display: none;
}

/* 安全体系 */
.aqtx{
    padding: 40px 0px;
    position: relative;
    background-color: #fff;
    /* padding: 20px 0px 40px; */
    /* color: white; */
}
/* QID平台 */

.ympt {
    color: white;
    position: relative;
    padding: 40px 0px 60px;
    background-color: #fff;
}

.ympt div[name="ympt_block"]>div:hover>p {
    display: block;
    /* pointer-events: none; */
}

.ympt div[name="ympt_block"]>div:hover>h4 {
    display: none;
}

.ympt div[name="ympt_block"]>div>p {
    display: none;
}


/* 平台优势 */

.ptys {
    color: white;
    position: relative;
    box-sizing: border-box;
    /* height: 860px; */
    /* background-size: 1920px 845px; */
    background-size: cover;
    background-image: center center;
    padding: 40px 0px 40px;
}


/* 云资讯  */

.yzx {
    position: relative;
    box-sizing: border-box;
    /* height: 631px; */
    /* background-size: 1920px 631px; */
    background-size: cover;
    background-image: center center;
    padding: 40px 0px 60px;
}


.navScroller_second a:link {
    /* color: black !important; */
}

body,
html,
ul {
    padding: 0;
    margin: 0
}

a:focus,
textarea {
    outline: 0
}

a,
a:active,
a:hover,
a:link,
a:visited,
header .site-name a {
    text-decoration: none
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    line-height: 1.8;
    background: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif
}

ul li {
    list-style-type: none
}

h2 {
    font-size: 20px
}

h1,
h2,
h3 {
    font-weight: 700
}

.min-hight {
    min-height: 400px!important
}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 0
}

textarea {
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    resize: vertical
}

textarea.form-control {
    background: #fdfdfd!important;
    color: #222;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    overflow: auto;
    padding: 10px
}

.clear {
    clear: both
}


/* a:active,
a:link,
a:visited {
    color: #fff;
} */

a {
    -webkit-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s
}

a:hover {
    color: #409EFF
}

.nav_right{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.navtab_right {
    display: inline-block;
    float: right;
}

.navtab_right .login {
    width: 80px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    color: white;
    text-align: center;
    margin: 5px 0px;
}

.navtab_right .register {
    width: 80px;
    height: 30px;
    background-color: #2186fb;
    cursor: pointer;
    line-height: 30px;
    color: white;
    text-align: center;
    margin: 5px 0px;
}

.navtab_right .register_a:hover .register,.navtab_right .login_a:hover .login {
    background-color: #096dd9;
}

.navtab_right li a {
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 3px solid #409EFF
}

header,
.navtab {
    /* position: fixed; */
    /* left: 0;
    top: 0; */
    z-index: 999;
    /* width: 100%; */
    border: 0;
    /* background: #000; */
    /* box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1); */
    /* height: 62px; */
    font-size: 1.4rem;
}

header .site-name a {
    color: #fff;
    height: 40px;
    display: table-cell;
    vertical-align: middle
}

header .site-name a img {
    width: 100%
}

header .site-nav {
    display: block;
    padding-left: 15px
}

header .site-nav ul li {
    margin: 0 8px;
    display: inline-block;
    list-style-type: circle;
    line-height: 62px
}

header #navWrapper #navScroller ul li,
.navtab #navWrapper #navScroller ul li {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px
}

header .topNav,
.navtab .topNav {
    line-height: 40px
}

header .topNav .navbar-right,
.navtab .topNav .navbar-right {
    margin-right: 0
}

header .topNav .navbar-right li,
.navtab .topNav .navbar-right li {
    font-size: 14px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px
}

header .topNav .navbar-right li.dropdown .dropdown-menu li,
.navtab .topNav .navbar-right li.dropdown .dropdown-menu li {
    display: block;
    height: 30px;
    line-height: 30px
}

.carousel .carousel-inner {
    height: 100%
}

.carousel .carousel-inner img {
    width: 100%
}

.normal-img-ads {
    margin-bottom: 15px
}

.normal-img-ads a img {
    width: 100%
}

.normal-text-ads ul li {
    display: inline-block
}

.top-rec-contents {
    padding: 0 15px 0 0
}

.top-rec-contents .rec-li {
    position: relative;
    margin-bottom: 10px
}

.top-rec-contents .rec-li .contentImg {
    height: 7.2rem
}

.top-rec-contents .rec-li .contentImg img {
    width: 100%;
    height: 100%
}

.top-rec-contents .rec-li .title {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    color: #fff;
    text-indent: 10px
}

.mainbody .cmscase-pannel .column-wrap,
.mainbody .main-container .articel-details .post-meta {
    position: relative
}

.contentImg {
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -webkit-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s
}

.contentImg img {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    max-width: 100%
}

.contentImg img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contentImg:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -webkit-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s
}

.mainbody {
    /* margin-top: 62px */
}

.mainbody .main-container {
    /* margin-top: 15px */
}

.mainbody .main-container .left-frame {
    padding-right: 0
}

.mainbody .main-container .articel-details .articel-main {
    padding: 20px;
    background-color: #fff
}

.mainbody .main-container .articel-details .post-meta li {
    display: inline-block;
    margin: 0 5px
}

.mainbody .main-container .articel-details .content-author {
    color: #969696;
    margin: 15px 0
}

.mainbody .main-container .articel-details .content-author li.author-name,
.mainbody .main-container .articel-details .tag-list ul li .label-info a:link,
.mainbody .main-container .articel-details .tag-list ul li .label-info a:visited {
    color: #409EFF
}

.mainbody .main-container .articel-details .tag-list {
    margin: 20px 0
}

.mainbody .main-container .articel-details .tag-list ul li {
    display: inline-block;
    margin: 5px
}

.mainbody .main-container .articel-details .tag-list ul li .label-info {
    color: #409EFF;
    background: #ecf5ff;
    padding: 8px 20px;
    border-color: #b3d8ff
}

.mainbody .main-container .articel-details .tag-list ul li .label-info:hover {
    background: #409EFF;
    border-color: #409EFF;
    color: #fff
}

.mainbody .main-container .articel-details .tag-list ul li .label-info:hover a:link,
.mainbody .main-container .articel-details .tag-list ul li .label-info:hover a:visited {
    color: #fff
}

.mainbody .main-container .articel-details .near-article {
    margin: 40px 0
}

.mainbody .main-container .articel-details .near-article ul li {
    height: 30px;
    line-height: 30px
}

.mainbody .main-container .articel-details .post-content {
    margin: 40px 0;
    font-size: 15px;
    color: #666;
    min-height: 70px
}

.mainbody .main-container .articel-details .post-content img {
    max-width: 100%!important
}

.mainbody .main-container .column-wrap {
    position: relative;
    font-size: 20px;
    color: #303030;
    background-color: #fff;
    padding: 0 15px
}

.mainbody .main-container .column-wrap h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #EFEFEF
}

.mainbody .cmscase-pannel .column-wrap .gitstar {
    position: absolute;
    right: 18px;
    top: 10px
}

.mainbody .cmscase-pannel .cmscase-container {
    margin: 0;
    min-height: 500px;
    background-color: #fff;
    padding: 50px 0
}

.mainbody .user-pannel {
    padding: 0 15px
}

.mainbody .user-pannel .pannel-container {
    background: #fff;
    padding: 15px
}

.mainbody .user-pannel .pannel-container .left-frame {
    padding-left: 0
}

.mainbody .user-pannel .pannel-container .right-frame,
.mainbody .user-pannel .pannel-container .right-frame .recent-content-list {
    padding: 0
}

.mainbody .user-pannel .setPwd-box .top-bar,
.mainbody .user-pannel .uInfos .top-bar {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #555;
    margin-bottom: 15px
}

.mainbody .user-pannel .setPwd-box .top-bar i,
.mainbody .user-pannel .uInfos .top-bar i {
    margin-right: 10px
}

.mainbody .user-pannel .setPwd-box .btn-primary,
.mainbody .user-pannel .uInfos .btn-primary {
    padding: 10px 50px;
    font-size: 15px
}

.mainbody .user-contents .pannel-container .left-frame {
    min-height: 500px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents {
    background: #fff
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs {
    background-color: #444;
    width: 100%;
    z-index: 100;
    padding: 10px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li {
    font-weight: 500;
    margin-right: 10px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li a {
    border-radius: 4px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li a:link,
.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li a:visited {
    color: #fff
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li a:hover {
    background: 0 0;
    border: 1px solid transparent
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li:hover {
    background-color: #555;
    border-radius: 4px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .nav-tabs li.active a {
    background-color: #409EFF;
    border: 0;
    border-radius: 4px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content {
    padding: 15px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .no-contents {
    padding-bottom: 50px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .no-contents .um-profile-note {
    color: #666;
    text-align: center;
    padding-top: 60px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .no-contents .um-profile-note i {
    display: block;
    font-size: 70px;
    height: 70px;
    line-height: 70px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList,
.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myJoinTopicsList,
.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList {
    min-height: 300px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList .discription {
    border-bottom: 1px solid #efefef;
    padding-top: 20px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList .discription .post-title {
    position: relative;
    margin: 0 0 15px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList .discription .post-title .contentState {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList .discription .post-content {
    color: #666;
    line-height: 30px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList .discription .post-meta li {
    display: inline-block;
    border: none;
    color: #999;
    font-size: 13px;
    margin-right: 20px;
    padding: 20px 0
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myContentList .discription .post-meta li i {
    margin-right: 5px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList {
    padding: 15px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #ededed
}

.mainbody .user-contents-post .main-form,
.mainbody .user-contents-post .right-form {
    padding: 15px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .notify-title {
    color: #409EFF;
    display: inline-block;
    font-size: 15px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .notify-title i {
    width: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .notify-title.noRead {
    font-weight: 700
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .notify-title.isRead {
    font-weight: 400;
    color: #909090
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .notify-content {
    display: none
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .notify-content p {
    margin: 10px 10px 10px 30px;
    font-size: 15px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myMessageList ul li .opt {
    position: absolute;
    top: 12px;
    right: 0
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myJoinTopicsList .replyList {
    background-color: #fff
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myJoinTopicsList .replyList li {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed #ededed
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myJoinTopicsList .replyList li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myJoinTopicsList .replyList li time {
    float: right;
    color: #8492a6;
    font-size: 12px;
    margin-right: 30px
}

.mainbody .user-contents .pannel-container .left-frame .my-contents .tab-content .myJoinTopicsList .replyList li blockquote {
    color: #475669
}

.mainbody .user-contents-post {
    background-color: #fff;
    margin: 0
}

.mainbody .user-contents-post .main-form .select-group select {
    display: inline-block;
    width: 30%;
    margin-right: 10px
}

.mainbody .user-contents-post .right-form .sub-content {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px
}

.mainbody .user-contents-post .right-form .webuploader-pick {
    padding: 6px 15px;
    background-color: #409EFF
}

.mainbody .user-contents-post .right-form .thumbImg .uploader-demo {
    position: relative
}

.mainbody .user-contents-post .right-form .thumbImg .uploader-demo .uploader-list .thumbnail {
    height: 15rem
}

.mainbody .user-contents-post .right-form .thumbImg .uploader-demo .uploader-list .thumbnail img {
    width: 100%;
    height: 100%
}

.mainbody .user-contents-post .right-form .thumbImg .uploader-demo .trashIco {
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 8px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    cursor: pointer
}

.mainbody .user-container .login-main,
.top-news {
    background-color: #fff
}

.mainbody .user-container {
    padding-top: 15px
}

.mainbody .user-container .login-main .login-box {
    width: 50%;
    margin: 20px auto 0;
    padding: 20px 0 100px
}

.mainbody .user-container .login-main .login-box .title {
    text-align: center;
    font-size: 24px;
    position: relative
}

.mainbody .user-container .login-main .login-box .forget-psd {
    margin-top: 30px;
    text-align: center
}

.mainbody .user-container .login-main .form-group label {
    line-height: 22px;
    padding-bottom: 8px!important;
    font-weight: 600;
    font-size: 15px
}

.mainbody .user-container .login-main .sub-btns button {
    width: 100%;
    padding: 12px 20px
}

.top-news {
    color: #409EFF;
    font-weight: 500;
    padding: 15px 0;
    margin: 8px 0 0;
    font-size: 16px;
    border-bottom: solid 1px #efefef
}

.top-news span {
    padding-bottom: 15px;
    border-bottom: 2px solid #409EFF
}

.post-list {
    background-color: #FFF;
    padding: 0 15px 15px
}

.post-list .post {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    background-color: #fff
}

.post-list .post:last-child {
    border: none
}

.post-list .post .discription {
    min-height: 12rem
}

.post-list .post .discription h2 {
    font-weight: 500;
    font-size: 20px
}

.post-list .post .discription h2 .sticky-post {
    display: inline-block;
    padding: 0 5px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    background: #3ca5f6;
    border-radius: 3px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(left, #3ca5f6 0, #a86af9 100%);
    background-image: linear-gradient(90deg, #3ca5f6 0, #a86af9 100%)
}

.post-list .post .discription .post-content {
    font-size: 14px;
    margin: 10px 0;
    color: #666;
    min-height: 70px
}

.post-list .post .discription .searchkey {
    color: #409EFF;
    font-weight: 500
}

.post-list .post .contentImg img {
    height: 150px;
    width: 100%
}

.post-list .post .post-title {
    margin: 0;
    font-size: 22px;
    word-break: break-all;
    font-weight: 500;
    line-height: 1.4
}

.leftNav>ul>li>a,
.pagenation ul li.active {
    font-weight: 700
}

.post-list .post .post-meta {
    color: #999
}

.post-list .post .post-meta li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px
}

.post-list .post .post-meta li i {
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer
}

.post-list .post .post-meta li.author {
    margin-right: 20px
}

.post-list .post .post-meta li.author .logo {
    display: inline-block;
    vertical-align: middle
}

.post-list .post .post-meta li.author .logo img {
    border-radius: 50%;
    width: 22px;
    height: 22px
}

.post-list .post .post-meta li.author span {
    display: inline-block;
    margin-left: 10px
}

.post-list .post .comment-count {
    float: right;
    margin-top: -30px
}

.post-list .post .item-category {
    z-index: 1;
    position: absolute;
    left: 26px;
    top: 10px;
    padding: 5px 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    text-decoration: none
}

.post-list .post:hover {
    margin: 0 -15px;
    padding: 20px 15px;
    background: #fafafa;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.loading-flag {
    text-align: center;
    color: #aaa
}

.archive-title {
    color: #999;
    font-size: 1em;
    margin: 0 0 20px
}

.cateList,
.friendLink,
.hotNewsList,
.leftNav,
.newItemList,
.reSetPsdBoard,
.searchBoard,
.tagsList {
    margin-bottom: 30px
}

.friendLink ul li,
.pagenation ul li,
.tagsList ul li {
    display: inline-block;
    margin: 0 5px
}

.leftNav .sonNav {
    padding-left: 10px
}

.pagenation {
    padding: 30px 0;
    background-color: #fff
}

.pagenation ul li.active a {
    color: #409EFF
}

.friendLink ul li,
.tagsList ul li {
    line-height: 30px
}

.page-500 .number {
    float: left;
    font-size: 100px
}

.page-500 .details {
    margin-left: 190px
}

.msgBoard .giveMsg h3 {
    border-bottom: 1px solid #ddd;
    color: #6e7173;
    font-size: 16px;
    line-height: 2.7;
    margin-top: 0
}

.msgBoard .txt-area {
    margin-top: 25px
}

.msgBoard .sent-btn {
    display: block;
    margin-top: 15px
}

.msgBoard .msgList {
    padding: 20px 0;
    border-top: 1px dotted #ddd
}

.msgBoard .msgList h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px
}

.msgBoard .msgList .media-logo img {
    border-radius: 50%
}

.msgBoard .msgList h3 .uName {
    color: #0da3e2
}

.conformBoard h3,
.loginBoard h3,
.noticeBoard h3,
.reSetPsdBoard h3,
.regBoard h3 {
    color: #6e7173;
    font-size: 16px
}

.setPsd,
.uInfos {
    margin-top: 30px;
    width: 80%
}

.searchBoard .search-input {
    width: 100%
}

.replyList li blockquote,
.replyList li h4 {
    font-size: 13px;
    font-weight: 400
}

.reCommendList dl dd {
    margin-top: 10px
}

.reCommendList dl dd a {
    line-height: 25px
}

.back-to-top {
    background-color: #fff;
    position: fixed;
    right: 30px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12)
}

.span-mark,
.span-mark::after {
    position: absolute;
    display: inline-block
}

.back-to-top i {
    color: #409EFF;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 18px
}

.span-mark {
    background-color: #d9534f;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    z-index: 1;
    top: 0;
    left: 5px
}

.span-mark::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d41b1b transparent transparent;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -10px;
    clip: rect(10px, 20px, 20px, 0);
    content: "";
    left: -10px;
    z-index: 0
}

.notifyList .toolbar {
    height: 35px;
    line-height: 35px;
    background: #eee;
    padding: 0 10px
}

.notifyList .datalist {
    padding: 0 10px;
    margin-top: 10px
}

.notifyList .mini {
    margin-top: 12px;
    float: left
}

.notifyList ul {
    padding: 15px
}

.notifyList ul li {
    border-bottom: 1px dashed #f0f0f0;
    line-height: 35px;
    font-weight: 400
}

.notifyList ul li .title {
    cursor: pointer;
    display: inline-block;
    width: 95%
}

.notifyList ul li.noRead {
    font-weight: 700
}

.notifyList ul li.noRead i {
    color: #0da3e2;
    font-weight: 700
}

.notifyList ul li.noRead a:link {
    color: #000
}

.notifyList ul li span.more {
    font-weight: 400;
    padding: 0 22px;
    display: none
}

.bottom-ads {
    display: none
}

#footer {
    font-size: 14px;
    color: white;
    background-size: cover;
    background-position: center center;
}

#footer ul li {
    text-align: center;
    line-height: 35px;
    padding: 0 10px
}

#footer ul li a {
    margin: 0 5px
}

#footer ul li a:link,
#footer ul li a:visited {
    color: #76818c
}

.pannel-box {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff
}

.pannel-box .pannel-title {
    margin: 0 0 10px;
    padding: 1px 0 1px 7px;
    font-size: 16px;
    font-weight: 400;
    border-left: 3px solid #409EFF
}

.hot-content-list .content-list ul li .con a:link,
.hot-content-list .content-list ul li .con a:visited {
    color: #666
}

.hot-content-list .content-list {
    text-align: left
}

.hot-content-list .content-list ul li {
    font-size: 15px;
    padding: 0 0 .75rem 1rem;
    position: relative
}

.hot-content-list .content-list ul li .triangle {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff #fff #fff #ccc;
    -webkit-transform-origin: 25% center;
    transform-origin: 25% center;
    border-width: 4px
}

.hot-content-list .content-list ul li .con {
    webkit-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.rec-content-list .content-list .list-img {
    display: block;
    overflow: hidden;
    min-height: 10rem
}

.rec-content-list .content-list .list-img img {
    width: 100%;
    height: 8rem;
    border-radius: 2px
}

.rec-content-list .content-list .list-img .title {
    font-size: 13px;
    word-break: break-all;
    line-height: 16px;
    display: inline-block;
    height: 45px;
    vertical-align: text-top
}

.recent-content-list .content-list .list-img {
    padding: 5px 15px
}

.recent-content-list .content-list .list-img img {
    width: 100%;
    height: 7rem;
    border-radius: 2px
}

.recent-content-list .content-list .list-img .col-md-7 {
    padding-left: 0
}

.recent-content-list .content-list .list-img .date {
    color: #999;
    font-size: 13px;
    display: block
}

.content-message-list ul li {
    border-top: 1px solid #efefef;
    padding: 24px 0;
    font-size: 14px
}

.content-message-list ul li .col-md-1,
.content-message-list ul li .col-xs-1 {
    padding: 0
}

.content-message-list ul li .user-logo img {
    width: 100%;
    min-height: 2rem;
    border-radius: 50%
}

.content-message-list ul li .user-name {
    margin: 0 0 0 15px;
    color: #409EFF
}

.content-message-list ul li .user-name .name {
    display: inline-block;
    margin-right: 10px
}

.content-message-list ul li .user-name .time {
    font-size: 11px;
    display: inline-block;
    color: #777
}

.content-message-list ul li .user-name .reply {
    font-size: 12px;
    display: none
}

.content-message-list ul li .user-name .reply a:link,
.content-message-list ul li .user-name .reply a:visited {
    color: #aaa
}

.content-message-list ul li .content-message-post {
    margin-top: 20px;
    padding: 15px
}

.content-message-list ul li .content-message-post h2 small {
    display: inline-block
}

.content-message-list ul li .msgList.active .reply {
    display: block
}

.content-message-list ul li .user-content {
    position: relative;
    color: #666;
    padding-left: 15px;
    word-break: break-all
}

.catesMenu .cate-list li.active a:link,
.catesMenu .cate-list li.active a:visited,
.content-message-post h2 small a:link,
.content-message-post h2 small a:visited {
    color: #409EFF
}

.content-message-post {
    margin-bottom: 30px
}

.content-message-post h2 small {
    display: none;
    margin-left: 10px
}

.content-message-post .give-message textarea.form-control {
    border-color: #efefef #efefef #f5f5f5!important;
    border-width: 1px!important;
    background: #fff!important;
    border-radius: 0
}

.content-message-post .give-message .form-control:focus {
    box-shadow: none
}

.content-message-post .give-message .send-button {
    padding: 5px 15px;
    text-align: right;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    line-height: 38px
}

.content-message-post .give-message .user-notice {
    float: left;
    font-size: 13px
}

.catesMenu .parent-name {
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    margin-top: 15px
}

.catesMenu .cate-list {
    padding-left: 40px
}

.catesMenu .cate-list li {
    font-weight: 400;
    height: 30px;
    line-height: 30px
}

.catesMenu .cate-list li.active {
    font-weight: 700
}

.content-message-list,
.content-message-post,
.random-content-list {
    padding: 0
}

.random-articls {
    margin-top: 10px;
    margin-bottom: 25px
}

.random-articls .title {
    font-size: 14px;
    display: block;
    text-align: left;
    padding: 0;
    min-height: 52px;
    line-height: 20px;
    word-wrap: break-word;
    margin-top: 10px
}

.random-articls .contentImg img {
    height: 12rem;
    width: 100%
}

.user-left-menu {
    padding-top: 50px;
    padding-right: 15px
}

.user-left-menu .user-logo .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.user-left-menu .user-logo .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.user-left-menu .user-logo span {
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 10px auto
}

.user-left-menu .user-menu-options li {
    position: relative;
    margin-bottom: 1px;
    background: #eee;
    cursor: pointer
}

.user-left-menu .user-menu-options li a:hover {
    color: #444;
    background: #ddd
}

.user-left-menu .user-menu-options li a {
    color: #999;
    padding: 4px 0;
    font-size: 14px;
    line-height: 30px;
    display: block
}

.user-left-menu .user-menu-options li a i {
    padding: 0 15px;
    font-size: 20px;
    line-height: 30px
}

.user-left-menu .user-menu-options li a span.fa {
    font-size: 20px;
    padding: 0 15px;
    line-height: 30px;
    border-right: 1px solid #ccc
}

.user-left-menu .user-menu-options li a span.label {
    font-size: 14px;
    color: #555;
    padding-left: 15px
}

.user-left-menu .user-menu-options li a .fa-angle-right {
    right: 0;
    top: 6px;
    font-size: 26px;
    position: absolute;
    opacity: .6
}

.user-left-menu .user-menu-options li.active span.fa {
    color: #409EFF
}

.search-pannel {
    width: 30%;
    display: inline-block;
    padding-top: 16px;
    text-align: right;
    margin-right: 10px
}

.search-pannel .input-area {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 30px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.search-pannel .input-area input {
    border: none;
    width: 0;
    padding: 0;
    float: right
}

.search-pannel .input-area i {
    display: inline-block;
    cursor: pointer;
    font-weight: 700px;
    color: #ccc;
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 20px
}

.search-pannel .input-area.active input {
    width: 155px;
    padding: 0 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.rec-message-list .message-list {
    border-top: 1px solid #efefef;
    font-size: 14px;
    color: #999;
    padding: 16px 0
}

.rec-message-list .message-list .comment-info .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.rec-message-list .message-list .comment-info .logo img {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%
}

.rec-message-list .message-list .comment-info .uname {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.rec-message-list .message-list .comment-info span {
    float: right
}

.rec-message-list .message-list .comment-excerpt {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f5f5f5;
    border-radius: 1px;
    color: #666
}

.rec-message-list .message-list .comment-excerpt p {
    margin: 0;
    padding: 0 10px
}

.rec-message-list .message-list .comment-post {
    font-size: 13px;
    padding: 0;
    margin: 0
}

.loading-more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background: #F5F5F5;
    color: #aaa
}

.loading-more:hover {
    background: #fff
}

.gap-img-ads ul li {
    margin: 40px 0
}

.gap-img-ads ul li a {
    height: 45px;
    display: block
}

.gap-img-ads ul li a img {
    width: 100%;
    height: auto
}

.gap-img-ads ul li span {
    font-size: 11px;
    text-align: center;
    color: #aaa;
    display: block;
    line-height: 36px
}

.email-user-info {
    background-color: #fff;
    padding: 15px 0
}

.email-user-info .form-horizontal h3 {
    margin-bottom: 20px
}

.email-user-info .form-horizontal h3 small {
    font-size: 13px;
    margin-left: 10px
}

.email-user-info .form-horizontal textarea {
    height: 200px
}


/* @media screen and (max-width:400px) {

} */

@media screen and (max-width:768px) {
    /* 公共 */
    .dividing_line {
        /* background-color: #fff; */
        /* height: 0px; */
    }
    #footer {
        padding: 40px 20px;
        background-size: cover;
        background-position: center center;
        font-size: 14px;
        color: white;
    }
    /* 云码平台 */
    .ympt {
        color: white;
        position: relative;
        padding: 20px 10px 20px;
        background-color: #fff;
    }
    /* 标识解析体系 */
    .yycj_row {
        position: relative;
        background-color: #fff;
        padding: 0 10px 40px;
    }
    .yycj_tabbar {
        border-bottom: 0;
        padding-bottom: 10px;
        text-align: center;
    }
    #yycj_block1 .yycj_block1_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #yycj_block3 .yycj_block3_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #yycj_tabbar_line .yycj_tabbar_line_img {
        width: 40px;
        height: 2px;
        position: relative;
        bottom: 0px;
    }
    .yycj_sub {
        font-weight: 600;
        font-size: 14px;
        text-align: center;
    }
    /* 平台优势 */
    .ptys {
        color: white;
        position: relative;
        background-size: cover;
        background-image: center center;
        padding: 20px 10px 40px;
    }
    /* 云资讯 */
    .yzx {
        position: relative;
        background-size: cover;
        background-image: center center;
        padding: 20px 10px 40px;
    }
    /* 合作伙伴 */
    .hzhb {
        background-color: #fff;
        padding: 0 10px 40px;
    }
    .mainbody {
        margin-top: 0;
    }
    #header .header-box {
        padding: 0
    }
    #header #navWrapper {
        /* position: absolute; */
        z-index: 100;
        /* top: 61px; */
        /* left: 0; */
        width: 100%;
        /* background: #eff0f2; */
        overflow: hidden;
        /* height: 45px; */
        /* line-height: 45px; */
        padding: 0
    }
    #header #navScroller {
        /* position: absolute; */
        -webkit-tap-highlight-color: transparent;
        width: 100%;
        /* height: 100%; */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none
    }
    #header #navScroller ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        text-align: center
    }
    #header #navScroller li {
        display: block;
        float: left;
        height: 100%;
        font-size: 14px;
        line-height: 45px!important
    }
    #header #navScroller li a {
        display: block;
        padding: 0 10px;
        line-height: 45px!important
    }
    #header .site-nav {
        margin-top: -1px;
        padding: 0;
        opacity: .9;
        background-color: #eff0f2;
        position: absolute
    }
    #header .site-nav .nav-container {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: 40px
    }
    #header .site-nav ul li {
        margin: 0 6px
    }
    #header .site-name a img {
        height: 3rem;
        width: auto
    }
    #header .topNav {
        display: none
    }
    .mainbody .main-container .left-frame .market-quotation,
    .mainbody .main-container .left-frame .post-list .post .discription .post-content,
    .mainbody .main-container .left-frame .post-list .post .discription .post-meta .author,
    .mainbody .main-container .left-frame .top-rec-contents {
        display: none!important
    }
    .mainbody {
        /* margin-top: 90px; */
        width: 100%!important
    }
    .mainbody .main-container {
        margin-top: 4rem
    }
    .mainbody .main-container .left-frame {
        padding: 15px 0
    }
    .mainbody .main-container .left-frame .slider-box {
        margin: 0
    }
    .mainbody .main-container .left-frame .slider-box .col-md-10 {
        padding: 0
    }
    .mainbody .main-container .left-frame .ads-frame {
        margin-right: 0
    }
    .mainbody .main-container .left-frame .post-list .post {
        padding: 10px 0
    }
    .mainbody .main-container .left-frame .post-list .post .discription {
        min-height: 8rem;
        padding-left: 0
    }
    .mainbody .main-container .left-frame .post-list .post .discription .post-title {
        margin-top: 0;
        font-size: 16px
    }
    .mainbody .main-container .left-frame .post-list .post .discription .post-meta {
        margin: 5px 0
    }
    .mainbody .main-container .left-frame .post-list .post .item-category {
        display: none
    }
    .mainbody .main-container .left-frame .post-list .post .contentImg {
        height: 90px;
        overflow: hidden;
        display: block
    }
    .mainbody .main-container .left-frame .post-list .post .contentImg img {
        height: 100%
    }
}

@media screen and (max-width:992px) {
    .header-main {
        width: 992px;
        margin: 0 auto
    }
    .mainbody {
        /* width: 992px; */
        /* margin: 62px auto 0 */
    }
    .topNav {
        display: none
    }
}

@media screen and (max-width:1920px) {
    .header-main {
        width: 1199px;
        margin: 0 auto
    }
    .mainbody {
        /* width: 1199px; */
        /* margin: 62px auto 0 */
    }
}

@media screen and (max-width:5000px) {
    .header-main {
        width: 1199px;
        margin: 0 auto
    }
    .mainbody {
        /* width: 1199px; */
        /* margin: 62px auto 0 */
    }
}
@charset "utf-8"; /**
 * base.css
 * https://www.yangqq.net/
 * Copyright 2019, design by yangqq
 */
* {
    margin: 0;
    padding: 0
}

body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

img {
    border: 0;
    display: block
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.box {
    width: 1200px;
    margin: auto;
}

/*top*/
.top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1d273d;
    color: #fff;
    font-size: 12px;
}

.welcome {
    float: left
}

.welcome a {
    color: #eb690a;
    margin: 0 5px
}

/*search*/
.search {
    position: relative;
    overflow: hidden;
}

.search input.input_submit {
    border: 0;
    color: #fff;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 15px;
    height: 36px;
    background: #1d273d;
    line-height: 36px;
    cursor: pointer;
}

.search input.input_text {
    border: 0;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    outline: none;
    text-indent: 1em;
}

/*is-search*/
.is-search {
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: #888;
    margin: 5px 0 0;
    float: right;
    overflow: hidden;
}

.is-search section {
    display: block;
    border-radius: 20px;
    margin: 0 20px;
    font-size: 12px;
}

.is-search i {
    display: block;
    width: 34px;
    height: 28px;
    background: url(../images/searchm.png) no-repeat left 10px center;
    background-size: 20px;
    float: left;
    margin-right: 10px;
}

/*search-page*/
.search-page {
    width: 100%;
    left: 0;
    background: #ebf0fa;
    position: absolute;
    top: 40px;
    z-index: 8;
    display: none;
}

.search_box {
    width: 1200px;
    margin: auto;
}

.search-page .search {
    clear: both;
    width: 60%;
    margin: auto;
    border-radius: 0 5px 5px 0;
}

.search-page .search input.input_text {
    width: 80%;
    float: left;
    z-index: 9;
}

.search-page .search input.input_submit {
    width: 20%;
}

.search select {
    border: none;
    height: 36px;
    right: 20%;
    outline: none;
    z-index: 9;
    position: absolute;
    background: #fff;
}

.search-page .go-left {
    background: url(../images/prev_close.png) no-repeat left center;
    width: 32px;
    height: 32px;
    float: right;
    background-size: 32px;
    margin: 20px;
}

.hot-search {
    margin: 40px 20px;
    overflow: hidden;
    text-align: center;
}

.hot-search p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1d273d;
}

.search-paihang li {
    display: inline-block;
    line-height: 26px;
    height: 26px;
    font-size: 15px;
    margin: 3px 10px;
}

.search-paihang li a {
    display: block;
    color: #666;
}

.search-paihang li a:hover {
    color: #1d273d
}

/*guanzhu*/
.guanzhu {
    float: right;
    position: relative;
}

.guanzhu i {
    background: url(../images/icon_wx.png) no-repeat center;
    background-size: 32px;
    height: 40px;
    display: block;
    width: 40px;
    float: right;
    cursor: pointer
}

.weixin {
    padding: 2px;
    overflow: hidden;
    text-align: center;
    line-height: 23px;
    box-shadow: #ddd 0px 5px 5px;
    clear: both;
    position: absolute;
    width: 256px;
    height: 145px;
    right: 0;
    top: 40px;
    display: none;
    background: #fff;
}

.weixin li {
    float: left;
    margin: 0 3px;
    color: #333;
}

.weixin li img {
    width: 120px;
    border: #ccc 1px solid;
}

.guanzhu:hover .weixin {
    display: block;
    z-index: 9;
}

/*logo*/
.logo {
    float: left;
    margin-right: 90px;
}

.logo img {
    height: 80px;
}

/*nav*/
/* nav { line-height: 80px;height: 80px; width: 100%; background: #fff; box-shadow: 0 1px 10px 0 rgba(0,0,0,.1); } */
#starlist li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

#starlist li i {
    display: block;
    width: 24px;
    height: 16px;
    background: url(../images/hot.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    margin-left: 4px;
    top: 23px;
}

#starlist li a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
}

#starlist li:hover a, #starlist ul.sub li a:hover {
    color: #2388fb;
}

#starlist ul.sub li {
    width: 100%;
    background: #fff;
    float: left;
    font-size: 15px;
}

#starlist ul.sub li a {
    padding: 0;
    display: none;
    width: 100%;
    color: #333;
}

#starlist ul.sub li:first-child a {
    margin-top: 10px
}

#starlist ul.sub li:last-child a {
    margin-bottom: 10px
}

#starlist ul.sub {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9;
    width: 110%;
    line-height: 36px;
    opacity: 0;
    transition: all .5s;
    box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}

#starlist li:hover ul.sub {
    opacity: 1;
    top: 60px;
}

#starlist li:hover ul.sub li a {
    display: block
}

#starlist li:hover ul.sub:after, #starlist ul.sub li:after, #starlist ul.sub li a:after {
    display: none;
}

.menu:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 49%;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #3f3c3c transparent transparent;
    transition: all .5s ease;
}

.menu:hover:after {
    transform: rotate(180deg)
}

.selected a {
    color: #2388fb;
}

.selected a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -10px;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #2388fb;
}

#mnavh {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
}

.navicon {
    display: block;
    position: relative;
    width: 27px;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
    float: left;
}

.navicon:before, .navicon:after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.navicon:before {
    margin-top: -8px;
}

.navicon:after {
    margin-top: 8px;
}

.open .navicon {
    background: none
}

.open .navicon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .navicon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .navicon:before, .open .navicon:after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    background: #727171;
}

/*main*/
main {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
    display: block
}

.lbox {
    width: 1200px;
    float: left
}

.rbox {
    width: 320px;
    float: right
}

.banner {
    width: 570px;
    height: 300px;
    float: left;
    position: relative
}

.banner section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#000));
    z-index: -1;
}

.banner section {
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 0;
}

.banner h4 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0 20px;
    z-index: 2;
    margin: 20px 0 40px;
}

/*headline*/
.headline {
    width: 270px;
    float: right;
    overflow: hidden;
}

.headline ul {
    height: 300px;
}

.headline ul li {
    width: 100%;
    overflow: hidden;
    height: 140px;
    position: relative;
}

.headline ul li:first-child {
    margin-bottom: 20px;
}

.headline ul li a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.headline ul li img {
    width: 100%;
    min-height: 100%;
    transition: all .6s;
}

.headline ul li:hover img {
    transform: scale(1.1);
}

.headline span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#000));
    z-index: -1;
}

.headline span {
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 0;
}

.headline h4 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0 20px;
    z-index: 2;
    margin: 20px 0;
}

/*news_kx*/
.news_kx {
    border: 1px solid #e1e1e1;
    background: #fff;
    position: relative;
    margin-right: 12px;
    padding: 20px;
    margin-bottom: 40px;
}

.news_kx h2 {
    width: 140px;
    height: 40px;
    padding-right: 20px;
    line-height: 40px;
    background: #16499d;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    border-radius: 0 20px 20px 0;
    margin-left: -20px;
}

.news_kx:before {
    position: absolute;
    content: "";
    border: 1px solid #e1e1e1;
    right: -6px;
    top: 6px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.news_kx:after {
    position: absolute;
    content: "";
    border: 1px solid #e1e1e1;
    right: -12px;
    top: 12px;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.news_kx ul {
    margin: 30px 0 0
}

.news_kx li {
    padding: 0 0 24px 30px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.news_kx li span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.news_kx li:before {
    content: "";
    background: #e1e1e1;
    width: 1px;
    height: 100%;
    left: 7px;
    top: 7px;
    position: absolute;
}

.news_kx li:last-child:before {
    display: none
}

.news_kx li i {
    position: absolute;
    left: 2px;
    top: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #16499d;
    border: #a2b6d8 2px solid;
}

.news_kx li:hover a {
    color: #16499d
}

/*h_title*/
.h_title {
    position: relative;
    font-size: 18px;
    margin: 15px 0 0 0;
}

.h_title:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 3px;
    margin-left: -10px;
    width: 70px;
    height: 4px;
    border-radius: 2px;
    background-color: #a2b6d8;
    z-index: -1;
}

/*blogs*/
.blogs {
    margin-bottom: 30px;
}

.blogs_list {
    overflow: hidden;
    position: relative;
    transition: all .8s;
    padding: 20px 10px 20px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.blogs_list i {
    display: block;
    width: 210px;
    height: 120px;
    background: #ccc;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.blogs_list i img {
    width: 100%;
    min-height: 100%;
    transition: all .6s;
}

.blogs_list h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

.blogs_list p {
    color: #737373;
    line-height: 20px;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.blogs_writer {
    color: #333;
    margin: 0 5px 0 10px;
    font-size: 12px;
    position: absolute;
    left: 218px;
    bottom: 22px;
}

.blogs_time {
    color: #b3b2b2;
    position: relative;
}

.blogs_time:before {
    content: "·";
    padding: 0 5px
}

.blogs_tags {
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.blogs_tags a {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 1px 7px;
    height: 18px;
    color: #16499d;
    background: #d2e3fe;
    border-radius: 10px;
    line-height: 18px;
    font-size: 12px;
}

.blogs_tags a:hover {
    background: #16499d;
    color: #fff;
}

.blogs_lm {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 10px;
    padding: 0 12px;
    height: 20px;
    font-size: 12px;
    background: rgba(3, 3, 3,.5);
    border-radius: 100px;
    line-height: 20px;
}

.blogs_lm a {
    color: #999;
}

.blogs_list:hover {
    box-shadow: 0px 12px 8px -12px #c0bebe;
}

.blogs_list:hover h2 {
    color: #16499d;
}

.blogs_list:hover img {
    transform: scale(1.1);
}

/*zhuanti*/
.zhuanti {
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0
}

.zhuanti a {
    display: block;
    overflow: hidden;
    transition: .5s
}

.zhuanti section {
    position: absolute;
    bottom: 30px
}

.zhuanti span {
    display: block;
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 0 12px;
    height: 20px;
    font-size: 12px;
    background: rgba(62, 62, 62, 0.5);
    border-radius: 100px;
    line-height: 20px;
    z-index: 2;
    color: #999;
}

.zhuanti img {
    transition: .5s;
    width: 100%
}

.zhuanti h2 {
    margin-bottom: 15px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.zhuanti p {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.zhuanti:hover img {
    transform: scale(1.1);
}

/*lm_hot*/
.lm_hot {
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin-top: 16px;
    padding: 5px 20px 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.lm_hot a {
    border-radius: 2px;
    width: 46%;
    float: left;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    margin-top: 16px;
    font-size: 14px;
    color: #333;
}

.lm_hot a:nth-child(even) {
    float: right
}

.lm_hot a:hover {
    background: #16499d;
    color: #fff
}

/*ad*/
.ad {
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin: 30px 0;
    overflow: hidden;
}

.ad img {
    min-width: 100%;
    transition: .5s;
}

/*hot_news*/
.hot_news {
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 5px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.hot_news li {
    position: relative;
    margin: 24px 0;
    overflow: hidden;
}

.hot_news li i {
    width: 120px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    border-radius: 2px;
}

.hot_news li i img {
    width: 100%;
    min-height: 100%;
    transition: .5s;
    float: left;
}

.hot_news li em {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 21px;
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: 2px 0 0;
    z-index: 99;
}

.hot_news li:nth-child(1) em, .hot_news li:nth-child(2) em, .hot_news li:nth-child(3) em {
    color: #fff;
}

.hot_news li:nth-child(1) em {
    background: #f95456
}

.hot_news li:nth-child(2) em {
    background: #f6a625;
}

.hot_news li:nth-child(3) em {
    background: #4385f4
}

.hot_news li h2 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.hot_news li span {
    font-size: 12px;
    color: #b3b2b2;
    position: absolute;
    display: block;
    left: 135px;
    bottom: 0;
}

.hot_news li:hover img {
    transform: scale(1.1);
}

.hot_news li:hover h2 {
    color: #16499d;
}

/*links*/
.links {
    overflow: hidden;
    line-height: 44px;
    background: #273249;
}

.links li {
    display: inline-block;
    float: left;
    margin: 0 10px;
    font-size: 14px;
    line-height: 44px;
}

.links a {
    color: #ccc;
}

.links a:hover {
    color: #fff
}

.links p {
    color: #7381a1;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.links p:before, .links p:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    background: #000;
    right: -15px;
    top: 12px;
}

.links p:after {
    background: #2e3f65;
    right: -16px;
}

/*line*/
.line {
    height: 1px;
    background: #3b4047;
    width: 100%;
}

/*footer*/
footer {
    background: #1d273d;
    color: #a8aab0;
    padding: 20px 0;
    overflow: hidden
}

footer a {
    color: #a8aab0;
}

footer a:hover {
    color: #fff
}

/*ft_nav*/
.ft_nav {
    margin: 30px auto;
    overflow: hidden;
}

.ft_nav p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.ft_about {
    width: 20%;
    float: left;
    overflow: hidden;
}

.ft_about li {
    display: inline-block;
    float: left;
}

.ft_about li {
    width: 33.33%;
    margin-bottom: 16px;
    font-size: 14px;
}

.ft_contact {
    font-size: 14px;
    float: left;
    margin-left: 100px;
    position: relative;
    padding-left: 100px;
}

.ft_contact li {
    margin-bottom: 15px;
    background-size: 20px !important;
    padding-left: 30px;
}

.ft_contact li:nth-child(1) {
    background: url(../images/icon_time.png) no-repeat
}

.ft_contact li:nth-child(2) {
    background: url(../images/icon_dizhi.png) no-repeat
}

.ft_contact li:nth-child(3) {
    background: url(../images/icon_tell.png) no-repeat
}

.ft_contact li:nth-child(4) {
    background: url(../images/icon_email.png) no-repeat
}

.ft_contact:after, .ft_contact:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #363c49;
    position: absolute;
    top: 0
}

.ft_contact:after {
    left: 1px;
    background: #010d27
}

.ft_contact:before {
    left: 0
}

.ft_guanzhu {
    float: right;
    width: 25%;
    font-size: 14px;
}

.ft_guanzhu li {
    text-align: center;
    float: left;
    width: 50%;
}

.ft_guanzhu li img {
    width: 100px;
    height: 100px;
    margin: auto;
}

.copyright {
    font-size: 12px;
    overflow: hidden;
    border-top: #2a3345 1px solid;
    padding: 15px 0 0;
    line-height: 24px;
}

.cr_left {
    float: left;
}

.cr_right {
    float: right;
    text-align: right;
}

.cr_right img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.cr_right p:last-child a {
    margin-left: 10px;
}

.cr_right i {
    margin-left: 10px;
}

/*weizhi*/
.weizhi {
    background: url(../images/icon_dizhi.png) no-repeat left -4px top;
    background-size: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}

.weizhi a {
    color: #888;
    margin: 0 5px;
}

.weizhi a:hover {
    color: #16499d;
}

/*pagelist*/
.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 0 0 20px;
    font-size: 14px;
}

.pagelist a {
    color: #5c626c;
    margin: 0 5px 10px;
    padding: 5px 10px;
    background: #f0f0f0;
    display: inline-block;
}

.pagelist a:nth-child(1) {
    display: none
}

.pagelist a:hover, .pagelist > b {
    color: #FFF;
    background: #16499d;
}

.pagelist > b {
    padding: 5px 10px;
}

/*article*/
article h1 {
    color: #333;
    font-size: 20px;
    margin: 20px 0;
}

.wz_info {
    font-size: 14px;
}

span.wz_frome a {
    color: #16499d;
}

span.wz_time {
    margin-left: 10px;
    color: #888;
}

.wz_smalltext {
    margin: 20px 0;
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    background: #f8f8f8 url(../images/incon_smalltext.png) no-repeat 5px 10px;
    background-size: 26px;
    padding: 10px 10px 10px 40px;
}

.content {
    color: #333
}

.content a {
    color: #000
}

.content a:hover {
    color: #16499d;
}

.content p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 32px;
    word-break: break-all;
}

.content ul, .content ol {
    margin: 20px 0 20px 35px;
}

.content ul li, .content ol li {
    margin-top: 3px;
    line-height: 30px;
}

.content ul li {
    list-style-type: disc;
}

.content ol li {
    list-style-type: decimal;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    margin: 20px 0;
}

.content h2:after, .content h3:after, .content h4:after, .content h5:after, .content h6:after {
    position: absolute;
    top: 0;
    bottom: 4px;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: #16499d;
    content: "";
    border-radius: 2px;
}

.content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto;
}

.content video {
    height: auto !important;
    display: block;
    margin: auto;
    max-width: 100% !important;
}

.content table {
    display: block;
    margin: auto
}

/*wz_zhuanzai*/
.wz_zhuanzai {
    text-align: center;
    color: #b3b2b2;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px auto;
}

.wz_zhuanzai a {
    color: #b3b2b2
}

.wz_zhuanzai a:hover {
    color: #16499d;
}

/*tags*/
.tags {
    margin: 30px 0;
    font-size: 16px;
    color: #333;
}

.tags a {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 1px 7px;
    color: #16499d;
    background: #d2e3fe;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
}

/*wz_tuijian*/
.wz_tuijian {
    background: #f8f8f8;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wz_tuijian p {
    width: 88px;
    height: 25px;
    background: #16499d;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}

.wz_tuijian ul {
    overflow: hidden;
    margin: 30px 0 20px;
}

.wz_tuijian ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    position: relative
}

.wz_tuijian ul li a {
    display: block;
    margin: 0 30px;
}

.wz_tuijian ul li i {
    width: 120px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    border-radius: 2px;
}

.wz_tuijian ul li img {
    width: 100%;
    min-height: 100%;
    transition: .5s;
    float: left;
}

.wz_tuijian ul li h2 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.wz_tuijian ul li span {
    font-size: 12px;
    color: #b3b2b2;
    position: absolute;
    display: block;
    left: 164px;
    bottom: 0;
}

.wz_tuijian ul li:hover h2 {
    color: #16499d;
}

.wz_tuijian ul li:hover img {
    transform: scale(1.1);
}

/*about*/
.about {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(51,51,51,.25);
    margin: 10px 10px 30px 10px;
    padding: 20px;
}

.about i {
    width: 58px;
    height: 58px;
    margin: 0 15px 20px 0;
    display: block;
    border-radius: 50%;
    float: left;
    border: #eae8e8 1px solid;
}

.about i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

p.about_name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

span.about_num {
    font-size: 12px;
    font-weight: 400;
    color: #b3b2b2;
    margin-top: 7px;
}

span.about_num b {
    color: #16499d;
    margin: 0 3px;
}

.about ul {
    clear: both
}

.about ul li {
    border-top: 1px solid #ececec;
    padding: 16px 0;
    font-size: 14px;
}

.about ul li a:hover {
    color: #16499d;
}

a.btn_more {
    height: 44px;
    border-radius: 2px;
    border: 1px solid #16499d;
    font-size: 14px;
    color: #16499d;
    text-align: center;
    line-height: 44px;
    margin: 18px auto;
    width: 96%;
    display: block;
}

a.btn_more:hover {
    background: #16499d;
    color: #fff;
}

/*info-pre-next*/
.info-pre-next {
    line-height: 34px;
    margin-bottom: 30px;
}

.info-pre-next p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-pre-next a {
    margin-left: 10px;
    color: #333;
}

.info-pre-next a:hover {
    color: #16499d
}

/*time_box*/
.time_box ul {
    position: relative;
    margin: 30px 20px 30px 0;
}

.time_box ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #f0f0f0;
    left: 6px;
    top: 0;
    z-index: 1;
}

.time_box ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

.time_box ul li span {
    color: #888;
    font-size: 12px;
    position: relative;
}

.time_box ul li span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #16499d;
    border: #a2b6d8 2px solid;
    left: -39px;
    top: 3px;
    z-index: 2;
}

.time_box ul li h2 {
    font-size: 16px;
    margin: 20px 0
}

.time_box ul li h2:hover {
    color: #16499d
}

.time_box ul li i {
    float: left;
    width: 120px;
    height: 70px;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}

.time_box ul li i img {
    width: 100%;
    min-height: 100%;
}

.time_box ul li p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.time_lm {
    color: #16499d;
    font-size: 12px;
}

/*pics*/
.pics {
    margin: 15px auto 30px;
    overflow: hidden;
}

.pics ul {
    overflow: hidden
}

.pics ul li {
    width: 25%;
    float: left
}

.pics ul li a {
    display: block;
    margin: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 8px rgba(0,0,0,.06);
}

.pics ul li i {
    display: block;
    height: 160px;
    overflow: hidden
}

.pics ul li i img {
    width: 100%;
    min-height: 100%;
    transition: .5s;
}

.pics ul li p {
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}

.pics ul li:hover img {
    transform: scale(1.1);
}

.pics ul li:hover p, .pics ul li p span:hover {
    color: #16499d;
}

.pics ul li p span {
    float: right;
    font-size: 12px;
    color: #999;
    margin: 0 5px
}

/*zt_list*/
.zt_weizhi {
    background: url(../images/icon_zhuanti.png) no-repeat;
    background-size: 26px;
    padding-left: 37px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #16499d;
}

.zt_list {
    width: 50%;
    float: left;
    margin-bottom: 20px
}

.zt_list section {
    margin: 10px 20px;
    display: block;
    padding: 20px;
    background: #fff;
    box-shadow: #ececec 1px 1px 10px;
}

.zt_list i {
    display: block;
    overflow: hidden;
}

.zt_box {
    margin: 30px 0;
    overflow: hidden;
}

.zt_list h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin: 20px 0;
    line-height: 34px;
}

.zt_list h3 span {
    float: right;
    color: #16499d;
    background-color: #ebf5ff;
    display: block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
}

.zt_list p {
    margin: 20px 0;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #888;
}

.zt_list ul {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

.zt_list ul li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt_list ul li a:hover {
    color: #16499d;
}

.zt_list img {
    transition: .5s;
}

.zt_list img:hover {
    transform: scale(1.1);
}

/*tags_box*/
.tags_box {
    margin: 30px auto;
    overflow: hidden
}

.tags_box a {
    display: block;
    float: left;
    width: 16.66666%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    color: #333;
    position: relative;
    transition: .5s
}

.tags_box a:nth-child(12n+6) {
    background: #eee;
    border-radius: 0 3px 3px 0
}

.tags_box a:nth-child(12n+5) {
    background: #eee;
}

.tags_box a:nth-child(12n+4) {
    background: #eee;
}

.tags_box a:nth-child(12n+3) {
    background: #eee;
}

.tags_box a:nth-child(12n+2) {
    background: #eee;
}

.tags_box a:nth-child(12n+1) {
    background: #eee;
    border-radius: 3px 0 0 3px
}

.tags_box a:nth-child(n+1):after, .tags_box a:nth-child(n+1):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fffdfd;
    right: 0
}

.tags_box a:nth-child(n+1):before {
    background: #dedede;
    right: 1px
}

.tags_box a:nth-child(6n):after, .tags_box a:nth-child(6n):before {
    display: none
}

.tags_box a:hover {
    background: #16499d !important;
    color: #fff
}

/*404*/
.null404 {
    width: 100%;
    margin: 80px auto 140px;
}

.null404 p:first-child {
    text-align: center;
    font-size: 150px;
    font-weight: bold;
    line-height: 100px;
    letter-spacing: 5px;
    color: #fff;
}

.null404 p:first-child span {
    cursor: pointer;
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.null404 p:first-child span:hover {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #fff, 0px 2px 1px #fff, 0px 3px 1px #fff, 0px 4px 1px #fff, 0px 5px 1px #fff, 0px 6px 1px #fff, 0px 7px 1px #777, 0px 8px 3px #fff, 0px 9px 5px #fff, 0px 10px 7px #fff, 0px 11px 9px #fff, 0px 12px 11px #fff, 0px 13px 15px #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.null404 h3 {
    text-align: center;
    color: #666;
    font-family: cursive;
    font-size: 20px;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
    line-height: 2em;
    margin-top: 80px;
}

/*page*/
.page {
    overflow: hidden;
    padding: 20px;
}

.page_title {
    width: 100px;
    float: left;
}

.page_title li {
    font-size: 16px;
}

.page_title li a {
    display: block;
    text-align: center;
    position: relative;
    color: #333;
    margin: 2px 0 30px 0;
}

#pagecurrent:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #16499d;
}

.page-box {
    margin-left: 111px;
    padding-left: 30px;
    border-left: #eee 1px solid;
    min-height: 500px;
}

.page-box-title {
    margin-bottom: 30px;
    color: #383838;
    font-size: 22px;
    font-weight: normal;
}

.page-box .content,.page-box .content p {
    font-size: 15px !important;
}

.page-box .content img {
    margin: inherit;
}

/*show-info*/
.show-info {
    font-size: 14px;
    overflow: hidden;
    color: #333;
    padding: 30px;
    margin: 10px 10px 30px;
    border-radius: 3px;
    box-shadow: 0 -2px 7px rgba(0,0,0,.04), 0 4px 8px rgba(0,0,0,.06);
}

.show-info h2 {
    margin: 0 0 20px;
    font-size: 18px;
}

.show-info ul {
    line-height: 36px;
}

.show-info ul li span {
    margin-right: 10px;
    color: #777;
}

.show-down {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    background: #1888f6;
    color: #fff;
    line-height: 40px;
    border-radius: 6px;
}

.show-down:hover {
    color: #fff;
    background: #1169c0
}

.viewmore {
    font-size: 18px;
    color: #333;
}

/*xt_search*/
.xt_search {
    margin: 20px 0;
    color: #333;
}

.xt_search strong {
    color: #f00;
}

.blogs_search ul li {
    margin-bottom: 30px;
}

.blogs_search ul li h2 {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    margin-top: 10px;
}

.blogs_search ul li h2 a {
    color: #07519A;
}

.blogs_search ul li h2 a:hover,.color_purple:hover {
    text-decoration: underline
}

.blogs_search ul li p {
    font-size: 14px;
    margin: 5px 0;
}

.color_green {
    color: green;
    font-size: 14px;
}

.color_purple {
    color: #77c;
}
