@charset "utf-8";
/* CSS Document */

/* css reset */

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    border: 0px;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color: #333;

    /*background-color: #F0F0F2;*/
    /* [disabled]outline:none; */
}

button, input, select, textarea {
    outline: none;
}

body {
    /*background: url(../images/bj.png) no-repeat;*/
    /*height:100%;*/
    /*width:100%;*/
    /*!*overflow: hidden;*!*/
    /*background-size:100%;*/
}

html {
    line-height: 1.42857143;
}

address, cite, em, var, i {
    font-style: normal;
}

/* 将斜体扶正 */

h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

/* 重置列表元素 */
ul, ol, li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    font-family: 'Microsoft Yahei';
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

a:hover {
    font-family: 'Microsoft Yahei';
    text-decoration: none;
    color: #2F6698;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

/* 重置图片元素 */
img {
    border: 0px;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.bx_fl, .fl {
    float: left;
}

.bx_fr, .fr {
    float: right;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.clear {
    clear: both;
}

.c10 {
    height: 10px;
    width: 100%;
}

.c20 {
    height: 20px;
    width: 100%;
}

.c30 {
    height: 30px;
    width: 100%;
}

.dis {
    display: block;
    margin: 0px;
    padding: 0;
}

.undis {
    display: none;
    margin: 0px;
    padding: 0;
}

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

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.hot .item .img img, .hot .item .pic img {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.hot .item .img img:hover, .hot .item .pic img:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
}

.nav-pills > li > a:hover {
    color: #2F6698;
    text-decoration: underline;
}

/*======================head=====================*/
.header {
    width: 100%;
    height: 193px;
    margin-bottom: 10px;
    box-sizing: border-box;
    /*background: url(../images/sypic.gif);*/
    /*-moz-background-size: 100% 100%;*/
    /*-o-background-size: 100% 100%;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    /*-moz-border-image: url(../images/sypic.gif) 0;*/
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sypic.gif',sizingMethod=scale);*/
    /*-ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sypic.gif',sizingMethod=scale);*/
}

/*背景图片*/
.header-img {
    position: relative;
}

.header-img > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


/*背景图片end*/

.header .logo {
    display: inline-block;
    margin-top: 44px;
}

/*.rel {*/
/*position: relative;*/
/*}*/

.header-tag-last a:hover {
    color: #2F6698;
    text-decoration: underline;
}

.header-tag-last {
    margin-bottom: 22px;
    margin-top: 20px;
    text-align: right;
}

.header-tag-last a {
    margin-left: 14px;
    font-size: 14px;
    color: #808080;
}

/*导航条*/
.navBackground {
    float: left;
    background-color: #024278;
    width: 100%;
    height: 50px;
    margin: 29px 0 0px;
}

.header-r {
    float: right;
}

.header-r .search {
    width: 60px;
    height: 36px;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    float: left;
    /*border: 1px solid #97a7a4;*/
}

.header-r .search .searchCon {
    float: right;
    background: none;
    line-height: 30px;
    text-indent: 5px;
    outline: none;
    width: 60px;
    height: 100%;
    font-size: 16px;
    color: #808080
}

.home-searchMenu {
    width: 75px;
    height: 30px;
    background-color: #3584d8;
    float: right;
}

.header-r .search .searchMenu {
    float: left;
    width: 64%;
    height: 77%;
    background: url(../images/search.png) no-repeat;
    outline: none;
    cursor: pointer;
    margin-left: 26%;
    margin-top: 8%;
    background-size: 27px 27px;
}

.header-r .login {
    float: left;
    line-height: 30px;
    margin-left: 20px;
    color: #024278;
    font-weight: bold;
    font-size: 12px;
}

.header-r .login a {
    color: #024278;
    font-weight: bold;
    font-size: 16px;
}

.header-r .login a:hover {
    text-decoration: underline;
}

.aboutMe {
    font-size: 12px;
    color: #444444;
    line-height: 26px;
}

/*新闻样式开始*/

/*main*/
.main {
    padding: 32px 0 50px;
    position: relative;
}

.w860 {
    width: 800px;
    float: left;
}

/*news*/
.topNews {
    width: 100%;
    height: 50px;
    background: url(../images/topNews.png) left top no-repeat #f0f0f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 50px;
    text-indent: 150px;
}

.topNews a {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: bold;
}

.topNews a:hover {
    color: #ef3838;
}

.topNews em, .topNews span {
    color: #b7b7b7;
    font-size: 12px;
    margin-left: 20px;
}

.news {
    width: 100%;
    height: 340px;
    margin-top: 28px;
}

.news .banner {
    float: left;
    width: 510px;
    height: 340px;
    position: relative;
    margin-right: 24px;
}

.news .banner .banner_pre, .news .banner .banner_next {
    display: none;
    position: absolute;
    top: 130px;
    width: 20px;
    height: 24px;
    overflow: hidden;
    z-index: 10;
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.banner_pre {
    left: 15px;
    background-position: -10px -10px;
}

.banner_pre:hover {
    background-position: -40px -10px;
}

.banner_next {
    right: 15px;
    background-position: -70px -10px;
}

.banner_next:hover {
    background-position: -100px -10px;
}

.news .banner .bd {
    width: 100%;
    height: 288px;
    overflow: hidden;
}

.news .banner .bd a {
    width: 100%;
    height: 288px;
    display: block;
    position: relative;
}

.news .banner .bd img {
    width: 100%;
    height: 100%;
}

.news .banner .bd h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    background: #000;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.7);
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.news .banner .hd {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.news .banner .hd ul {
    display: inline-block;
}

.news .banner .hd li {
    width: 8px;
    height: 8px;
    float: left;
    margin: 10px;
    position: relative;
    cursor: pointer;
    background: #dbdbdb;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.news .banner .hd li:hover {
    background: #ef3838;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.news .banner .hd li.on {
    background: #ef3838;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.newsList .item {
    margin-top: 18px;
}

.newsList .item-first {
    margin-top: 0;
}

.newsList .item h1 {
    color: #222222;
}

.newsList .item .des {
    color: #555555;
    line-height: 18px;
    font-size: 13px;
    margin-top: 10px;
}

.newsList .item span {
    display: inline-block;
    margin-top: 8px;
    color: #b7b7b7;
    font-size: 12px;
}

.newsList .item span em {
    margin-left: 20px;
}

/*hot*/
.hot .hot-nav {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid #e7e7e7;
}

.hot .hot-nav h1 {
    color: #1a1a1a;
    font-weight: normal;
    position: relative;
    line-height: 40px;
    display: inline-block;
}

.hot .hot-nav h1 a {
    color: #1a1a1a;
    font-weight: normal;
}

.hot .hot-nav h1:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #ef3838;
}

.hot .item {
    border-top: 1px solid #f2f2f2;
    padding: 27px 0 16px;
}

.hot .item:hover {
    background-color: rgba(240, 240, 240, 0.4);
}

.hot .item .img {
    width: 260px;
    height: 160px;
    float: left;
    display: block;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.hot .item .img img {
    width: 100%;
    height: 100%;
}

.hot .item .img i {
    width: 20px;
    height: 14px;
    position: absolute;
    left: 11px;
    bottom: 7px;
    background: url(../images/tubiao.png) -239px -10px no-repeat;
    display: inline-block;
}

.hot .item .text {
    overflow: hidden;
    position: relative;
}

.hot .item .text h1 a {
    color: #1a1a1a;
    font-weight: normal;
}

.hot .item .text h1 a:hover {
    color: #ef3838;
}

.hot .item .text .des {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    height: 72px;
}

.hot .item .text .fl {
    margin-top: 30px;
    font-size: 12px;
    color: #b7b7b7;
}

.fl .ch {
    float: left;
}

.fl .ch em {
    margin-left: 20px;
}

.text .data {
    right: 0;
    bottom: 0;
    position: absolute;
}

.text .data span {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px;
}

.text .data .view {
    padding-left: 24px;
    background: url(../images/tubiao.png) -239px -40px no-repeat;
}

.text .data .comment {
    padding-left: 21px;
    background: url(../images/tubiao.png) -237px -74px no-repeat;
    margin-left: 20px;
}

.hot .item .pic {
    margin-top: 18px;
}

.hot .item .pic img {
    width: 100%;
    height: 100%;
}

.hot .item .pic a {
    width: 260px;
    height: 160px;
    float: left;
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
}

.hot-more {
    text-align: center;
    margin-top: 60px;
}

.hot-more a {
    padding: 5px 40px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #9c9c9c;
    font-size: 16px;
}

.hot-more a:hover {
    border: 1px solid #ef3838;
    color: #ef3838;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

/*tag*/
.w310 {
    margin: 25px 0 20px;
    width: 310px;
    float: right;
}

.tag .tag-nav {
    width: 100%;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 10px;
    position: relative;
}

.tag .tag-nav h1 {
    color: #1a1a1a;
    font-weight: normal;
    position: relative;
    display: inline-block;
}

.tag .tag-nav h1:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    background-color: #6149e5;
}

.tag .tag-nav .change {
    right: 0;
    bottom: 7px;
    position: absolute;
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}

.tag .tag-nav .change:hover i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.tag .tag-nav .change i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(../images/change.png) no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
    float: left;
    margin-right: 5px;
}

.tag .tagList {
    margin-top: 15px;
}

.tag .tagList a {
    color: #1a1a1a;
    font-size: 16px;
    padding: 12px 19px;
    display: inline-block;
    float: left;
    margin: 0 1px 1px 0;
    background: #e7e7e7;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.tag .tagList a:hover {
    background: #f7f7f7;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

/*issue*/
.issue {
    margin-top: 24px;
}

.issue .item {
    padding: 18px 0 12px;
    border-top: 1px dashed #e0e0e0;
}

.issue .item:hover {
    background-color: rgba(240, 240, 240, 0.4);
}

.issue .item .img {
    float: left;
    width: 100px;
    height: 69px;
    margin-right: 18px;
}

.issue .item .img img {
    width: 100%;
    height: 100%;
}

.issue .item h2 {
    height: 48px;
}

.issue .item h2 a {
    line-height: 24px;
    font-weight: normal;
}

.issue .item .issue-comment {
    color: #c7c7c7;
    font-size: 12px;
    margin-top: 8px;
}

.vcon .img {
    position: relative;
}

.vcon .img:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/video-btn.png) no-repeat;
    left: 39px;
    top: 23px;
    position: absolute;
}

/*topic*/
.topic {
    margin-top: 14px;
}

.topic .topicList {
    margin-top: 17px;
}

.topic .topicList a {
    width: 310px;
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

/*wcom*/
.wcom {
    margin-top: 16px;
}

.wcom .item {
    padding: 15px 0 8px;
    border-top: 1px dashed #e0e0e0;
}

.wcom .item .ori-news {
    padding: 10px 20px;
    background: #e0e0e0;
    position: relative;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    line-height: 18px;
}

.wcom .item .ori-news a {
    font-size: 12px;
    color: #7d7d7d;
}

.wcom .item .ori-news a:hover {
    text-decoration: underline;
}

.wcom .item .ori-news:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 14px;
    display: block;
    left: 19px;
    bottom: -14px;
    background: url(../images/tubiao.png) -173px -44px no-repeat;
}

.wcom .item .flo {
    margin-top: 20px;
}

.wcom .item .flo .zan {
    width: 50px;
    float: left;
    text-align: center;
    background: url(../images/tubiao.png) -156px -10px no-repeat;
    padding-top: 20px;
    color: #c7c7c7;
    font-size: 12px;
}

.wcom .item .flo .com-txt {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.wcom .item .flo .com-txt a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.wcom .item .flo .com-txt a:hover {
    color: #ef3838;
}

/**********************************页脚样式开始**************************************/
/*footer*/
.footer {
    width: 100%;
}

.footer_line {
    border-top: 4px solid #3584d8;
}

.footer .footer-link {
    line-height: 43px;
    border-bottom: 1px solid #F0F0F2;
    text-align: center;
    background-color: #024278;
}

.footer .footer-link a {
    margin-left: 26px;
    color: #fff;
    font-size: 14px;
}

.footer .footer-link a:hover {
    text-decoration: none;
    color: #ef3838;
}

.footer .copyright {
    line-height: 24px;
    color: #333333;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
}

/**********************************页脚样式end**************************************/
/*============================右侧悬浮图标right-fixed===============================*/
.right-fixed {
    position: fixed;
    right: 0px;
    bottom: 150px;
}

.right-fixed li {
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.right-fixed .app:hover, .right-fixed .weixin:hover, .right-fixed .wap:hover {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.right-fixed .back-top {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
}

.right-fixed .back-top:hover {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
}

.right-fixed .app {
    background-position: -10px -170px;
}

.right-fixed .weixin {
    background-position: -65px -170px;
}

.right-fixed .wap {
    background-position: -120px -170px;
}

.right-fixed .back-top {
    display: none;
    background-position: -175px -170px;
}

.right-fixed .app:hover {
    background-position: -10px -114px;
}

.right-fixed .weixin:hover {
    background-position: -65px -114px;
}

.right-fixed .wap:hover {
    background-position: -120px -114px;
}

.right-fixed .back-top:hover {
    background-position: -175px -114px;
}

.app-logo, .weixin-logo, .wap-logo {
    width: 162px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -162px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.app-logo {
    height: 180px;
    background-position: -180px -229px;
}

.weixin-logo {
    height: 200px;
    background-position: -10px -229px;
}

.right-fixed .app:hover .app-logo {
    display: block;
}

.right-fixed .weixin:hover .weixin-logo {
    display: block;
}

.right-fixed .wap:hover .wap-logo {
    display: block;
}

/*============================右侧悬浮图标right-fixed样式end===============================*/

/*下载样式开始*/
/*dl_banner*/
.dl_banner {
    width: 100%;
    height: 400px;
    background-color: #333639;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.dl_banner .hd {
    width: 716px;
    position: absolute;
    text-align: center;
    height: 12px;
    bottom: 19px;
    left: 0;
}

.dl_banner .hd ul {
    display: inline-block;
}

.dl_banner .hd ul li {
    width: 12px;
    height: 12px;
    float: left;
    cursor: pointer;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 9px;
    position: relative;
    z-index: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.dl_Btn {
    width: 484px;
    text-align: center;
    position: absolute;
    bottom: 53px;
    right: 0;
}

.dl_Btn a {
    color: #1c1b1b;
    font-size: 20px;
    padding: 14px 40px;
    background: url(../images/dl-btn.gif) 53.3% center no-repeat #ff8429;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.dl_Btn a:hover {
    background: url(../images/dl-btn.gif) 53.3% center no-repeat #ff903e;
}

.dl_banner .dl_banner_pre, .dl_banner .dl_banner_next {
    display: none;
    overflow: hidden;
    width: 23px;
    height: 45px;
    position: absolute;
    top: 177px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/tubiao.png);
}

.dl_banner .dl_banner_pre {
    left: 23px;
    background-position: -287px -137px;
}

.dl_banner .dl_banner_next {
    left: 670px;
    background-position: -353px -137px;
}

.dl_banner .dl_banner_pre:hover {
    background-position: -320px -137px;
}

.dl_banner .dl_banner_next:hover {
    background-position: -386px -137px;
}

/*dl_main*/
.dl_main {
    width: 100%;
    margin-top: 30px;
}

.dl_main .dl_cls {
    width: 840px;
    float: left;
}

.dl_cls_nav {
    line-height: 36px;
    border-bottom: 2px solid #e7e7e7;
    height: 36px;
}

.dl_cls_nav a.normaltab {
    color: #666666;
    font-size: 18px;
    margin-left: 38px;
    position: relative;
    line-height: 36px;
    display: inline-block;
}

.dl_cls_nav a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #666666;
    display: inline-block;
    left: -21px;
    top: 18px;
}

.dl_cls_nav a.curr, .dl_cls_nav a:hover {
    font-size: 18px;
    margin-left: 38px;
    position: relative;
    color: #1a1a1a;
    line-height: 36px;
    display: inline-block;
    border-bottom: 2px solid #ef3838;
    transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
}

.dl_child_nav a:hover {
    color: #1a1a1a;
    border-bottom: 0px none;
}

.dl_cls_nav a:first-child {
    margin-left: 0;
}

.dl_cls_nav a:first-child:before {
    display: none;
}

.dl_cls_list {
    margin-top: 40px;
}

.dl_cls_list li {
    float: left;
    width: 110px;
    text-align: center;
    margin: 0 0 40px 30px;
}

.dl_cls_list li:nth-child(6n+1) {
    margin-left: 0;
}

.dl_cls_list li img {
    height: 64px;
}

.dl_cls_list li p {
    margin-top: 5px;
}

.dl_cls_list li p a {
    color: #333333;
    font-size: 12px;
}

.dl_cls_list li p a:hover {
    text-decoration: underline;
}

.dl_child {
    min-height: 520px;
}

/*dl_charts*/
.dl_charts {
    width: 310px;
    float: right;
    overflow: hidden;
}

.dl_charts_nav {
    line-height: 36px;
    border-bottom: 2px solid #e7e7e7;
    height: 36px;
}

.dl_charts_nav h1 {
    color: #1a1a1a;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #ef3838;
}

.dl_charts_list {
    width: 100%;
}

.dl_charts_list .shr {
    display: none;
    padding: 10px 0;
    border-top: 1px dotted #f0f0f0;
    vertical-align: middle;
}

.dl_charts_list span {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    background-color: #a0a0a0;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.dl_charts_list .shr .name {
    color: #333333;
    font-size: 12px;
}

.dl_charts_list.first span {
    background-color: #ff0000;
}

.dl_charts_list.second span {
    background-color: #ef4e38;
}

.dl_charts_list.third span {
    background-color: #ff6c00;
}

.dl_charts_list .open {
    display: none;
    padding: 10px 0;
    border-top: 1px dotted #f0f0f0;
    vertical-align: middle;
}

.dl_charts_list .open img {
    height: 40px;
    margin-right: 12px;
    float: left;
}

.dl_charts_list .open .dl_txt {
    float: left;
    padding-top: 5px;
}

.dl_charts_list .open .name {
    color: #333333;
    font-size: 12px;
}

.dl_charts_list .open p {
    color: #a4a4a4;
    font-size: 12px;
    margin-top: 10px;
}

.dl_charts_list .open p em {
    color: #3c6084;
}

.dl_smbtn {
    margin-left: 30px;
    padding-top: 17px;
    float: left;
}

.dl_smbtn a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #00ac35;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dl_top {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.dl_top img {
    margin-right: 28px;
    float: left;
}

.dl_top h2 {
    color: #1f1f1f;
    margin-top: 5px;
}

.dl_top .dl_top_des {
    margin-top: 10px;
}

.dl_top .dl_top_des p {
    color: #333333;
    line-height: 24px;
    font-size: 12px;
}

.dl_top .dl_top_des span {
    margin-right: 50px;
}

.dl_top .dl_top_btn {
    bottom: 1px;
    left: 346px;
    position: absolute;
}

.dl_top .dl_top_btn a {
    width: 160px;
    height: 44px;
    text-indent: 55px;
    line-height: 44px;
    display: inline-block;
    background: #ff6c00 url(../images/dl_top_btn.png) no-repeat 30px center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.dl_top .dl_top_btn a:hover {
    background-color: #ff8227;
}

.dl_list {
    margin-top: 30px;
}

.dl_list .item {
    margin-bottom: 30px;
}

.dl_list .item h1 {
    line-height: 30px;
    border-bottom: 2px solid #e7e7e7;
    height: 30px;
}

.dl_list .item h1 span {
    color: #1a1a1a;
    font-weight: normal;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #ef3838;
    box-sizing: border-box;
}

.dl_list .item .dl_list_txt {
    margin-top: 16px;
    color: #333333;
    font-size: 14px;
    line-height: 26px;
}

.gulike {
    margin-top: 10px;
}

.gulike .gulike-item {
    padding: 10px 0;
    border-top: 1px dotted #c7c7c7;
}

.gulike .gulike-item img {
    height: 64px;
    float: left;
    margin-left: 2px;
}

.gulike .gulike-item a {
    padding-left: 80px;
    color: #202020;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.gulike .gulike-item p {
    padding-left: 80px;
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

/*下载样式结束*/

/*网络调查样式开始*/

/*survey*/
.survey_w840 {
    width: 840px;
    float: left;
}

.survey_w840 h1 {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: normal;
}

.survey_con {
    padding: 30px 30px 50px 30px;
    min-height: 430px;
    margin-top: 23px;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.survey_con h1 {
    color: #1160b2;
    text-align: center;
    font-size: 18px;
}

.survey_con h3 {
    color: #444444;
    line-height: 26px;
    font-weight: normal;
    margin-top: 20px;
}

.survey_list {
    margin-top: 40px;
}

.survey_list .item {
    margin-bottom: 30px;
}

.survey_list .item p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

.survey_list .item span {
    margin-right: 20px;
    color: #1e1e1e;
    font-size: 14px;
    display: inline-block;
}

.survey_list .item span input {
    float: left;
    margin-right: 5px;
}

.survey_list .item textarea {
    width: 90%;
    margin: 0 auto;
    margin-left: 25px;
    border: 1px solid #a9a9a9;
    height: 100px;
}

.survey_Btn {
    text-align: center;
}

.survey_Btn input {
    color: #fff;
    font-size: 18px;
    padding: 10px 60px;
    background-color: #1160b2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.survey_Btn input:hover {
    background-color: #2c77c5;
}

.survey_Btn a {
    color: #202020;
    font-size: 16px;
    text-decoration: underline;
}

.survey_Btn a:hover {
    color: #1160b2;
}

.survey_w328 {
    width: 328px;
    float: right;
}

.survey_ing {
    margin-top: 6px;
}

.survey_ing h1 a {
    color: #1f1f1f;
    font-weight: normal;
}

.survey_ing .survey_ing_con {
    margin-top: 23px;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 20px 0;
}

.survey_ing .survey_ing_con li {
    padding: 0 10px;
    border-left: 3px solid #1160b2;
    margin-top: 20px;
}

.survey_ing .survey_ing_con li a {
    color: #333333;
    font-size: 15px;
}

.survey_ing .survey_ing_con li:first-child {
    margin-top: 0;
}

.survey_end .survey_ing_con li {
    border-left: 3px solid #989898;
}

.result h1 {
    text-align: left;
}

.result h1 span {
    color: #202020;
    margin-left: 50px;
}

.result h1 span:first-child {
    margin-left: 0;
}

.result li {
    margin: 0 0 20px 23px;
    width: 730px;
}

.result li .option {
    color: #1160b2;
    font-size: 14px;
}

.result li .percent {
    padding-left: 10px;
    background: url(../images/vote_bar.gif) left center repeat-x;
    height: 10px;
    position: relative;
    margin-top: 10px;
}

.result li .percent span {
    color: #1f1f1f;
    font-size: 14px;
    position: absolute;
    right: -60px;
    bottom: -2px;
}

/*网络调查样式结束*/

/*留言板样式开始*/
.message_w860 {
    width: 860px;
    float: left;
}

.message_w860 h1 {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: normal;
}

.message_inf {
    padding-top: 10px;
}

.message_inf p {
    color: #1f1f1f;
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 28px;
}

.message_inf span {
    display: inline-block;
    width: 50px;
    float: left;
}

.message_inf .line {
    width: 100%;
    border-top: 1px dotted #c7c7c7;
    margin: 20px 0;
}

.message_inf input, .message_inf select {
    height: 32px;
    border: 1px solid #a9a9a9;
    margin-left: 13px;
    box-sizing: border-box;
    float: left;
}

.message_inf input {
    text-indent: 5px;
    font-size: 14px;
}

.message_inf select {
    width: 166px;
    color: #6b6b6b;
    font-size: 14px;
    cursor: pointer;
}

.message_inf .message_email {
    width: 255px;
    margin-right: 35px;
}

.message_inf .message_phone {
    width: 176px;
    margin-right: 35px;
}

.message_inf .message_qq {
    width: 176px;
}

.message_inf .message_title {
    width: 780px;
}

.message_inf .message_txt {
    height: 130px;
    border: 1px solid #a9a9a9;
    margin-left: 13px;
    box-sizing: border-box;
    width: 780px;
    padding: 5px;
}

.message_inf img {
    width: 114px;
    margin-left: 20px;
}

.message_inf .message_btn {
    margin-left: 63px;
    padding: 6px 39px;
    border: none;
    outline: none;
    background-color: #ef3838;
    color: #fff;
    font-size: 18px;
    height: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.message_inf .message_btn:hover {
    background-color: #ef4d4d;
}

.message_inf .tolist {
    font-size: 16px;
    color: #0e81da;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}

/*留言板样式结束*/

/*文库样式开始*/
.wenku_w910 {
    width: 910px;
    float: left;
}

.doc_js {
    padding: 6px 24px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.doc_js_list {
    margin: 18px 0;
}

.doc_js_list span {
    font-weight: bold;
    color: #777777;
    font-size: 14px;
    margin-right: 10px;
}

.doc_js_list label {
    color: #1a1a1a;
    font-size: 14px;
    margin-right: 20px;
}

.doc_js_btn {
    position: absolute;
    width: 50px;
    height: 26px;
    color: #fff;
    background-color: #3489d0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    bottom: 22px;
    right: 24px;
    cursor: pointer;
}

.doc_js_btn:hover {
    background-color: #3894e2;
}

.wenku_item {
    padding: 20px 24px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    margin-bottom: 12px;
    cursor: pointer;
}

.wenku_item:hover {
    border: 1px solid #a4c8e7;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.wenku_item .wenku_item_img {
    float: left;
    margin-right: 18px;
}

.wenku_item .wenku_item_img img {
    width: 136px;
    height: 106px;
}

.wenku_item .wt {
    color: #1a1a1a;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
}

.wenku_item .wt img {
    margin-left: 8px;
}

.wenku_item .wc {
    color: #333333;
    font-size: 12px;
    margin-top: 14px;
}

.wenku_item .wc span {
    color: #ef3838;
}

.wenku_item .wc em {
    float: right;
}

.wenku_item .wd {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 20px;
    margin-top: 24px;
    position: relative;
}

.wenku_item .wd:before {
    width: 708px;
    height: 1px;
    content: "";
    background-color: #f0f0f0;
    position: absolute;
    right: 0;
    top: -10px;
}

.wenku_hot {
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    width: 270px;
    float: right;
}

.wenku_hot h1 {
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: normal;
}

.wenku_hot_list {
    padding: 20px 17px;
    background-color: #ffffff;
}

.wenku_hot_list li {
    padding-left: 12px;
    line-height: 20px;
    position: relative;
    margin-bottom: 18px;
}

.wenku_hot_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #3489d0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.wenku_hot_list li a {
    color: #1a1a1a;
    font-size: 14px;
}

.wenku_hot_list li a:hover {
    color: #3489d0;
}

.wenku_title {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: normal;
}

.wenku_title img {
    margin: 4px 8px 0 0;
    float: left;
}

.wenku_inf {
    color: #666666;
    font-size: 12px;
    margin: 12px 0 16px;
}

.wenku_inf i {
    color: #d7d7d7;
    font-size: 12px;
    margin: 0 14px;
}

.wenku_des {
    padding: 12px 22px;
    border: 1px solid #e0e0e0;
    border-bottom: 0px none;
    background-color: #f5f5f5;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.wenku_con {
    padding: 18px 22px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.wenku_con img {
    width: 100%;
}

.wenku_bottom {
    margin-top: 28px;
    text-align: center;
}

.wenku_bottom p {
    color: #333;
    font-size: 16px;
}

.wenku_bottom p span {
    color: #ed7000;
    margin-left: 4px;
}

.wenku_btn {
    display: inline-block;
    margin-top: 16px;
}

.wenku_bottom a, .wenku_collect span {
    width: 100px;
    height: 38px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

.wenku_bottom .wenku_collect {
    margin-right: 20px;
}

.wenku_bottom .wenku_collect span {
    border: 1px solid #3489d0;
    color: #3489d0;
}

.wenku_bottom .wenku_collect #cancelSpan {
    border: 1px solid #3489d0;
    color: #fff;
    background-color: #3489d0;
}

.wenku_bottom .wenku_download {
    color: #fff;
    background-color: #ef3838;
}

.wenku_bottom .wenku_download:hover {
    background-color: #f45454;
}

/*文库样式结束*/

/*新闻内容页样式开始*/
.content_w850 {
    width: 850px;
    float: left;
}

.content_w850 h1 {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: normal;
}

h2 .position {
    margin-left: 50px;
    color: #ff0000;
    font-size: 16px;
    position: relative;
}

.h2-top {
    padding-top: 20px;
}

h2 .position:before {
    width: 12px;
    height: 13px;
    display: inline-block;
    content: "";
    position: absolute;
    background: url(../images/content_tubiao.png) -13px -11px no-repeat;
    left: -20px;
    bottom: 3px;
}

.content-inf {
    margin-top: 14px;
    color: #9a9a9a;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

.content-action {
    float: right;
    width: 54%;
}

.content-action a {
    color: #9a9a9a;
}

.content-action a:hover {
    color: #2F6698;
    text-decoration: underline;
}

.content-action .content-comment, .content-action .content-share {
    color: #666666;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.content-action .content-comment:before, .content-action .content-share:before {
    content: "";
    position: absolute;
}

.content-action .content-comment:before {
    width: 14px;
    height: 14px;
    background: url(../images/content_tubiao.png) -13px -72px no-repeat;
    left: 0;
    bottom: 0;
}

.content-action .content-share:before {
    width: 12px;
    height: 12px;
    background: url(../images/content_tubiao.png) -13px -103px no-repeat;
    left: 2px;
    bottom: 6px;
}

.content-action .content-collect {
    text-align: left;
}

.content-action .content-collect span {
    color: #666666;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.content-action .content-collect span:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 11px;
    background: url(../images/content_tubiao.png) -13px -45px no-repeat;
    left: 0;
    bottom: 0;
}

.content-action .content-comment:hover:before {
    background: url(../images/content_tubiao.png) -37px -72px no-repeat;
}

.content-action .content-share:hover:before {
    background: url(../images/content_tubiao.png) -37px -103px no-repeat;
}

.content-action .content-collect span:hover:before {
    background: url(../images/content_tubiao.png) -37px -45px no-repeat;
}

.content-action .content-collect #cancelSpan {
    color: #ef3838;
}

.content-action .content-collect #cancelSpan:before {
    background: url(../images/content_tubiao.png) -37px -45px no-repeat;
}

#content-share-list {
    display: block;
}

#content-share-list li {
    padding-left: 9px;
    margin-top: 7px;
    line-height: 17px;
    float: left;
}

#content-share-list li a {
    color: #1f1f1f;
    line-height: 17px;
    display: inline-block;
    position: relative;
    padding-left: 22px;
}

#content-share-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
}

#content-share-list .content_qq:before {
    background: url(../images/content_tubiao.png) -13px -134px no-repeat;
}

#content-share-list .content_qqzone:before {
    background: url(../images/content_tubiao.png) -13px -164px no-repeat;
}

#content-share-list .content_weixin:before {
    background: url(../images/content_tubiao.png) -13px -224px no-repeat;
}

#content-share-list .content_sina:before {
    background: url(../images/content_tubiao.png) -13px -194px no-repeat;
}

#content-share-list li a {
    background: none;
    height: auto;
    margin: 0;
    float: none;
}

.content-txt {
    margin-top: 45px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.content-txt img {
    max-width: 90%;
}

.content-txt p img, .content-txt p span span img, .content-txt p span img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 80%;
    height: 300px;
    margin: 0px 0px 16px 10%;
}

.code {
    text-align: center;
    margin-top: 20px;
}

.code > div {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    box-shadow: 0px 0px 8px rgba(34, 25, 25, .2);
    -moz-box-shadow: 0px 0px 8px rgba(34, 25, 25, .2);
    -webkit-box-shadow: 0px 0px 8px rgba(34, 25, 25, .2);
}

.code span {
    position: absolute;
    bottom: 12px;
    left: 24px;
}

.inter {
    margin: 60px 0 20px;
}

.inter > div {
    float: left;
}

.reward {
    width: 100%;
    text-align: center;
    margin: 20px 0 40px;;
    background: url(../images/ds_bj.png) center center no-repeat;
    height: 130px;
}

.reward a {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../images/ds_btn.png) center center no-repeat;
    margin-top: 15px;
}

.reward a:hover {
    background: url(../images/ds_btn_on.png) center center no-repeat;
}

.inter .ups {
}

.inter .ups a {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #1e8dff;
    text-align: center;
    line-height: 44px;
    background: #fff;
    color: #4d4c4c;
    font-size: 13px;
    display: block;
    cursor: pointer;
    position: relative;
}

.inter .ups a:before {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    content: "";
    bottom: 13px;
    left: 27px;
    background: url(../images/content-ups.png) top center no-repeat;
}

.inter .ups a:hover {
    box-shadow: 0px 0px 8px rgba(30, 141, 255, .8);
    -moz-box-shadow: 0px 0px 8px rgba(30, 141, 255, .8);
    -webkit-box-shadow: 0px 0px 8px rgba(30, 141, 255, .8);
}

.inter .downs {
    margin-left: 36px;
}

.inter .downs a {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #999999;
    text-align: center;
    line-height: 44px;
    background: #fff;
    color: #4d4c4c;
    font-size: 13px;
    display: block;
    cursor: pointer;
    position: relative;
}

.inter .downs a:before {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    content: "";
    bottom: 13px;
    left: 27px;
    background: url(../images/content-downs.png) top center no-repeat;
}

.inter .downs a:after {
    width: 19px;
    height: 32px;
    display: block;
    position: absolute;
    content: "";
    bottom: 20px;
    right: -150px;
    background: url(../images/inter.png) top center no-repeat;
}

.inter .downs a:hover {
    box-shadow: 0px 0px 8px rgba(153, 153, 153, .8);
    -moz-box-shadow: 0px 0px 8px rgba(153, 153, 153, .8);
    -webkit-box-shadow: 0px 0px 8px rgba(153, 153, 153, .8);
}

.inter .score {
    float: right;
}

.inter .score li {
    margin-left: 4px;
}

.reward-money {
    margin: 40px 0 56px;
    font-size: 18px;
    color: #333333;
}

.reward-money span {
    color: #19afd4;
}

.reward-pay {
    margin-bottom: 30px;
    font-size: 18px;
    color: #939393;
}

.reward-paylist {
    text-align: center;
}

.reward-paylist > div {
    width: 150px;
    display: inline-block;
    margin: 0 50px;
    color: #333333;
    font-size: 16px;
}

.reward-paylist > div img {
    width: 150px;
}

.reward-order-nav {
    border-bottom: 0px none;
    text-align: center;
    color: #333333;
    font-size: 20px;
}

.reward-order {
    margin-top: 30px;
    width: 100%;
}

.reward-order .reward-order-list {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.reward-order .reward-order-list td {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    line-height: 30px;
    text-indent: 18px;
    color: #333333;
    font-size: 14px;
}

.reward-order .reward-order-list .r-o-top td {
}

.content-link {
    width: 100%;
    padding-top: 20px;
    border-top: 3px solid #024278;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.content-link .prev-content {
    width: 45%;
    float: left;
    text-align: left;
}

.content-link .prev-content i {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    background: url(../images/content_tubiao.png) -66px -11px no-repeat;
    margin-right: 6px;
}

.content-link .next-content {
    width: 45%;
    float: right;
    text-align: right;
}

.content-link .next-content i {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    background: url(../images/content_tubiao.png) -66px -41px no-repeat;
    margin-left: 6px;
}

.content-link a {
    color: #1f1f1f;
    font-size: 14px;
}

.comments {
    margin-top: 80px;
}

.comments h1 {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.comments h1 span {
    color: #1f1f1f;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.comments h1 span .count {
    color: #ef3838;
}

.comments .comments-text {
    margin-top: 20px;
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 10px;
}

.down {
    height: 32px;
    line-height: 32px;
    float: right;
}

.down .userImg {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 17px;
    float: left;
}

.down span {
    color: #666666;
    font-size: 15px;
}

.down span a {
    color: #00a2ff;
}

.down .submit-on {
    float: right;
    width: 80px;
    height: 32px;
    background-color: #ffb3b3;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: text;
}

.down .submit-out {
    background-color: #ef3838;
    float: right;
    width: 80px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.plfr1 {
    margin-top: 10px;
}

.plcode {
    border: 1px solid #cbcbcb;
    width: 150px;
    height: 32px;
    box-sizing: border-box;
    padding: 10px;
}

.plfr1 img {
    height: 40px;
    margin-left: 10px;
}

.plfr1 label {
    color: #f00;
    font-size: 12px;
    margin-left: 4px;
}

.comments-list {
    margin-top: 60px;
}

.comments-list h1 {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #f0f0f0;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.comments-list h1 span {
    display: inline-block;
    line-height: 30px;
    border-bottom: 2px solid #ef3838;
}

.comments-item {
    padding-top: 10px;
    border-bottom: 1px dotted #c7c7c7;
}

.comments-item .tx {
    float: left;
    height: 100%;
    margin-right: 10px;
}

.comments-item .tx img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.comments-item .rig {
    padding-left: 60px;
}

.comments-item .rig .rig-top {
    padding-top: 10px;
}

.rig .rig-top a {
    color: #00a2ff;
    font-size: 12px;
    margin-right: 10px;
}

.rig .rig-top em {
    color: #ccc;
    font-size: 12px;
}

.rig .rig-txt {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.rig .rig-bottom {
    margin: 10px 0;
    color: #ccc;
    font-size: 12px;
}

.rig .rig-bottom a {
    color: #ccc;
    font-size: 12px;
    margin-right: 20px;
    padding-left: 18px;
    position: relative;
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
}

.rig .rig-bottom .comments-zan:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(../images/content_tubiao.png) -13px -274px no-repeat;
}

.rig .rig-bottom .comments-hf:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(../images/content_tubiao.png) -13px -254px no-repeat;
}

.rig .rig-bottom .reply-on {
    color: #00a2ff;
}

.rig .rig-bottom a:hover {
    color: #00a2ff;
}

.rig .reply {
    display: none;
    height: auto;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    margin-bottom: 10px;
}

.rig .reply .reply-text {
    height: 100px;
    width: 100%;
    font-size: 12px;
    outline: none;
    resize: none;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

.rig .reply .reply-btn {
    float: right;
    padding: 3px 16px;
    background-color: #00a2ff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    outline: none;
}

.rig .reply .reply-btn:hover {
    background-color: #21aeff;
}

.open-more {
    margin-top: 40px;
    text-align: center;
}

.open-more a {
    padding: 5px 20px;
    border: 1px solid #c7c7c7;
    font-size: 12px;
    color: #333;
    display: inline-block;
}

.open-more a:hover {
    border: 1px solid #ef3838;
    color: #333;
}

.comments-child {
    border-top: 1px dotted #c7c7c7;
    border-bottom: none;
}

/*新闻内容页样式结束*/

/*登录框*/

/*注册*/
.register-box {
    width: 560px;
    padding: 30px 50px 56px 50px;
    background-color: #fff;
    margin: 70px auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 9px #ddd;
    -webkit-box-shadow: 0px 0px 9px #ddd;
    -moz-box-shadow: 0px 0px 9px #ddd;
}

.register-nav {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.register-nav span {
    color: #333;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.register-nav span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 2px;
    background-color: #ef3838;
}

.register-login {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    color: #333;
}

.register-login a {
    color: #368cf6;
}

.register-list {
    padding-left: 81px;
    padding-top: 10px;
}

.register-list li {
    margin-top: 28px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
}

.register-list li span {
    width: 90px;
    line-height: 36px;
    display: inline-block;
}

.register-list .register-input {
    line-height: 36px;
    height: 36px;
    width: 306px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 -1px rgba(34, 25, 25, .15), 0 -1px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0 -1px rgba(34, 25, 25, .15), 0 -1px rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0 -1px rgba(34, 25, 25, .15), 0 -1px rgba(255, 255, 255, .8);
    text-indent: 10px;
    font-size: 13px;
}

.register-list .register-input:focus {
    border: 1px solid #7dabdf;
}

.register-list .register-code {
    width: 160px;
}

.code-img {
    width: 108px;
    height: 36px;
    margin-left: 20px;
    display: inline-block;
}

.code-img img {
    height: 100%;
    width: 100%;
}

.register-list .register-checkbox {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 90px;
}

.register-list .register-txt {
    color: #444;
    font-size: 14px;
    margin-top: 10px;
}

.register-list .register-txt a {
    color: #368cf6;
}

.register-list .register-btn input {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    width: 306px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ef3838;
    margin-left: 90px;
    cursor: pointer;
}

.register-list .register-btn input:hover {
    background-color: #f94d4d;
}

.register-list li label {
    font-size: 12px;
    color: #f00;
    width: 100%;
}

/*微信登录授权*/
.bind-now {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #24a5ff;
}

.bind-list {
    padding: 0;
}

.bind-list li {
    margin-top: 10px;
}

.bind-list li span {
    font-size: 14px;
    width: 60px;
}

.bind-list .register-input {
    width: 288px;
}

.bind-list .register-btn input {
    width: 288px;
    margin-left: 60px;
}

.register-list .register-btn input.bind-bd {
    background-color: #24a5ff;
}

.bind-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 30px;
}

/*会员中心*/
.member-con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
}

.m-pos {
    color: #999999;
    font-size: 14px;
}

.m-pos a {
    color: #999999;
    font-size: 14px;
}

.m-pos span {
    color: #333333;
}

.member {
    margin: 22px 0 50px;
    position: relative;
}

.memberLeft {
    float: left;
    border: 1px solid #dedede;
    padding: 34px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-right-radius: 0;
    min-height: 520px;
    position: relative;
}

.memberLeft:before {
    width: 6px;
    height: 280px;
    display: inline-block;
    position: absolute;
    content: "";
    background: url(../images/member-shadow.png);
    right: -1px;
    top: 0;
    z-index: 5;
}

.member-nav {
    float: left;
    margin-right: 86px;
}

.member-nav li {
    margin-bottom: 30px;
}

.member-nav li a {
    color: #1e1e1e;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.member-nav li a:hover {
    color: #ef3838;
}

.member-nav li .on {
    color: #ef3838;
}

.member-nav li .on:before {
    content: "";
    position: absolute;
    right: -14px;
    top: 5px;
    width: 4px;
    height: 8px;
    display: inline-block;
    background: url(../images/member-nav.png) no-repeat;
}

.member-main {
    width: 680px;
    float: left;
}

.member-child {
    color: #d7d7d7;
    font-size: 12px;
}

.member-child a {
    color: #ba4444;
    font-size: 14px;
    margin: 0 20px;
    line-height: 18px;
}

.member-child a.on {
    color: #ef3838;
    font-weight: bold;
}

.member-child a.curr {
    color: #ef3838;
    font-size: 14px;
    margin: 0 20px;
    line-height: 18px;
    font-weight: bold;
}

.member-child a.normaltab {
    color: #ba4444;
    font-size: 14px;
    margin: 0 20px;
    line-height: 18px;
}

.member-child a:first-child {
    margin-left: 0;
}

.member-text {
    margin-top: 24px;
}

.member-text table {
    color: #1a1a1a;
    font-size: 13px;
    width: 100%;
}

.member-text table td {
    line-height: 44px;
}

.member-text .s-p {
    color: #646464;
    width: 70px;
}

.member-text .hyzb {
    color: #1d6ba7;
}

.memberRight {
    width: 268px;
    height: 268px;
    border: 1px solid #dedede;
    border-left: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 0px;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 3;
    text-align: center;
}

.memberImg {
    padding-top: 25px;
}

.memberImg img {
    width: 145px;
    height: 145px;
}

.memberName {
    color: #999999;
    font-size: 12px;
    margin-top: 15px;
}

.memberName span {
    color: #191919;
    font-size: 15px;
}

.memberOut {
    margin-top: 16px;
}

.memberOut a {
    color: #333;
    font-size: 13px;
    padding: 5px 12px;
    display: inline-block;
    border: 1px solid #dedede;
}

.memberOut a:hover {
    color: #ef3838;
    border: 1px solid #ef3838;
}

.m-sj {
    width: 4px;
    height: 4px;
    background: url(../images/m-sj.png) no-repeat;
    position: absolute;
    right: 265px;
    top: 269px;
    z-index: 4;
}

.member-text .member-change {
    width: 190px;
    height: 32px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    color: #1a1a1a;
    text-indent: 6px;
}

.member-text label {
    float: left;
    margin-right: 10px;
}

.member-text label .member-radio {
    margin-right: 4px;
    cursor: pointer;
}

.member-text textarea {
    width: 529px;
    height: 100px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 8px;
}

.member-submit {
    padding: 6px 30px;
    background: #ef3838;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.member-submit:hover {
    background: #ef5050;
}

.member-reset {
    padding: 6px 30px;
    background: #a58787;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
}

.member-text .date {
    background: url(../images/datePicker.gif) right center no-repeat;
}

.member-text .change-Btn {
    color: #333;
    font-size: 13px;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #dedede;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
    height: 28px;
    line-height: 28px;
}

.c-p table td {
    padding: 6px 0;
}

.c-p table .s-p {
    text-align: right;
    padding-right: 10px;
}

.tggl table {
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.tggl td {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    line-height: 38px;
    color: #666666;
    text-align: center;
    padding: 0 5px;
}

.tggl .tggl-top {
    line-height: 28px;
    background: #f7f7f7;
    font-size: 12px;
    color: #999999;
}

.tggl a {
    color: #2c5c9d;
}

.page-small {
    width: 100%;
    text-align: center;
    text-indent: 0;
    position: relative;
}

.page-small a {
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 26px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}

.page-small a.on {
    border: 1px solid #ef3838;
    background: #ef3838;
    color: #fff;
}

.page-small a.none {
    border: none;
}

.page-small .Num:hover {
    border: 1px solid #666666;
}

.page-small .on:hover {
    border: 1px solid #ef3838;
}

.page-small .prev-page {
    background: url(../images/small-prev-page.png) center center no-repeat;
    background-size: 6px auto;
}

.page-small .next-page {
    background: url(../images/small-next-page.png) center center no-repeat;
    background-size: 6px auto;
}

.page-small .prev-page:hover {
    border: 1px solid #ef3838;
    background: url(../images/small-prev-page-on.png) center center no-repeat #ef3838;
    background-size: 6px auto;
}

.page-small .next-page:hover {
    border: 1px solid #ef3838;
    background: url(../images/small-next-page-on.png) center center no-repeat #ef3838;
    background-size: 6px auto;
}

.page-small #msgDiv {
    font-size: 12px;
    position: absolute;
    left: 18px;
    top: 18px;
}

.fbgj .tggl-top {
    line-height: 44px;
    font-size: 13px;
    color: #646464;
    width: 80px;
}

.fbgj .member-change {
    width: 190px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    color: #1a1a1a;
    text-indent: 6px;
    height: 28px;
}

.fbgj td {
    text-align: left;
    text-indent: 15px;
}

.fbgj textarea {
    margin-bottom: 8px;
    height: 60px;
    width: 529px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 8px;
}

.fbgj img {
    height: 32px;
}

.tggl .fbgj-tab {
    border: 0px none;
    text-indent: 0;
    padding: 0 15px;
}

.tggl .fbgj-tab td {
    border-right: 0px none;
    border-bottom: 1px dotted #c7c7c7;
    padding: 10px 0;
    text-indent: 0;
}

.tggl .cke_editor td {
    text-indent: 0;
}

.tggl .fbgj-fj {
    border: 0px none;
    text-indent: 0;
    padding: 0 15px;
}

.tggl .fbgj-fj td {
    line-height: 24px;
    border: 0px none;
    padding: 0;
    text-indent: 0;
}

.member-job td {
    color: #646464;
}

.member-job .tggl-top {
    line-height: 26px;
    color: #999999;
    font-size: 12px;
    border-bottom: none;
}

.member-job .tggl-top img {
    width: 7px;
    height: 5px;
    margin-left: 4px;
}

.member-job .r-n {
    border-right: none;
}

.member-job .rb-n {
    border-right: none;
    border-bottom: none;
}

.member-job .b-n {
    border-bottom: none;
}

.member-job .member-job-add {
    float: right;
    margin-right: 10px;
    color: #fd421d;
    font-size: 12px;
}

.member-job .member-job-add img {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    margin-bottom: 2px;
}

.member-del {
    width: 50px;
    height: 26px;
    position: absolute;
    left: 18px;
    background: #fff;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sytj {
    margin-bottom: 10px;
}

.sytj input {
    width: 50px;
    height: 28px;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 10px;
    font-size: 12px;
}

.txsq {
    margin-bottom: 18px;
    color: #d5d5d5;
}

.txsq span {
    display: inline-block;
    font-size: 13px;
    color: #333333;
    line-height: 30px;
    margin-right: 20px;
    font-weight: bold;
    padding-left: 22px;
}

.txsq em {
    font-weight: normal;
}

.txsq .zhye em, .txsq .zsr em, .txsq .txcs em, .txsq .gmcs em, .txsq .nsr em, .txsq .ysr em, .txsq .rsr em {
    color: #357ec2;
}

.txsq .zhye {
    background: url(../images/zhye.png) left center no-repeat;
}

.txsq .zsr {
    background: url(../images/zsr.png) left center no-repeat;
}

.txsq .txcs {
    background: url(../images/txcs.png) left center no-repeat;
    width: 150px;
}

.txsq .txsj {
    background: url(../images/txsj.png) left center no-repeat;
}

.txsq .gmcs {
    background: url(../images/gmcs.png) left center no-repeat;
    width: 150px;
}

.txsq .gmsj {
    background: url(../images/gmsj.png) left center no-repeat;
}

.txsq-nav {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 14px;
    height: 22px;
    box-sizing: border-box;
}

.txsq-nav a {
    display: inline-block;
    height: 22px;
    margin-right: 24px;
    color: #1b1b1b;
    font-size: 13px;
}

.txsq-nav a.on {
    font-weight: bold;
    border-bottom: 2px solid #ef3838;
    box-sizing: border-box;
}

.wxsq {
    padding: 50px 0 0 180px;
}

.wxsq img {
    width: 200px;
    height: 200px;
}

.ghtx {
    wdith: 145px;
    height: 145px;
}

/*···········搜索结果页··················*/
.searchNav {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 2px solid #e7e7e7;
}

.searchNav span {
    color: #ef3838;
}

.searchList {
    margin-top: 6px;
}

.searchList .item {
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.searchList .item:hover {
    background-color: #f7f7f7;
}

.searchList .item .search-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 14px;
}

.searchList .item .search-title span {
    color: #ef3838;
}

.searchList .item .search-txt {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.searchList .item .search-txt span {
    color: #ef3838;
}

.searchList .item .search-date {
    color: #333333;
    font-size: 12px;
}

.searchList .item .search-date em {
    color: #bababa;
    margin: 0 30px 0 15px;
}

/*···········搜索结果页end··················*/
/*=======专题列表页============*/
.topic-item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #e3e3e3;
}

.topic-item-img {
    float: left;
}

.topic-item-img img {
    width: 310px;
    height: 100px;
    margin-right: 20px;
}

.topic-item-title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.topic-item-des {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}

/*=======专题列表页end============*/
/*tag*/
.tag-list {
    padding-top: 20px;
}

.tag-list li {
    width: 26%;
    float: left;
    position: relative;
    text-indent: 10px;
    margin-top: 20px;
}

.tag-list li:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #999;
    display: block;
}

.tag-count {
    color: #ef3838;
    font-size: 16px;
    margin-left: 20px;
}

/*首页中间部分图标样式*/
.tubiao {
    float: left;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 16px;
    height: 85%;
    width: 23.508%;
}

.tubiao .inner {
    text-align: center;
    float: left;
    width: 100%;
    height: 75%;
    background-color: #F8F8F8;
}

.tubiao .inner .imgText {
    position: relative;
    height: 77%;
}

.tubiao_content {
    height: 15%;
    color: #024287;
    font-weight: bold;
    font-size: 18px;
    margin: 120px 0px 0px 98px;
}

.tubiao .inner:hover, .tubiao:hover {
    background-color: #EAEAEA;
}

/*子栏目公用样式*/
.title-center {
    width: 100%;
    height: 350px;
}

/*债券市场*/
/*主页*/
.normal_news {
    margin: 10px 0px;
    /*width: 26%;*/
    height: 300px;
    float: left;
}

.normal_news_right {
    width: 60%;
    height: 100%;
    float: left;
}

.normal_news_left {
    float: left;
    padding-right: 30px;
    width: 40%;
    height: 100%;
}

.normal_news_title {
    display: inline-block;
    font-weight: bold;
}

.normal_news_title span {
    color: #024278;
}

/*子栏目*/
.normal_news_channel_left, .normal_news_channel_right {
    width: 49%;
    height: 250px;
    float: left;
    margin-bottom: 50px;
}

.normal_news_channel_left {
    margin-right: 2%;
}

.normal_news_channel_left .normal_news_title, .normal_news_channel_right .normal_news_title {
    float: left;
    margin: 20px 0 5px;
    border-bottom: 2px solid #024278;
}

.normal_news_title_more {
    float: right;
    margin: 18px 0 5px;
}

.normal_news_channel_content {
    width: 100%;
    float: left;
    height: 100%;
}

.normal_news_channel_content li {
    padding-left: 11px;
    position: relative;
}

/*在列表前加编号样式*/
.normal_news_channel_content li:before {
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
    background-color: #c0c0c0;
}

.normal_news_channel_content img {
    height: 100%;
    width: 95%;
    border: 2px solid #578CD9;
}

.normal_news_line {
    border-bottom: 2px solid #eee;
    width: 100%;
    height: 51px;
}

/*债券市场结束*/
/*新闻*/
.xwdt {
    width: 92%;
    height: 400px;
    float: left;
    margin: 10px 15px 30px 20px;
}

/*右下方图标*/
.bottom_right {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #F8F8F8;
    margin-top: 8px;
    height: 28%;
}

.bottom_inner {
    float: left;
    width: 40%;
    height: 100%;
}

.bottom_inner img {
    margin: 4px 16px 4px 36px;
    width: 55px;
}

.bottom_imgText {
    float: right;
    width: 60%;
    height: 100%;
}

.bottom_content {
    height: 100%;
    vertical-align: middle;
    color: #024287;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    line-height: 62px;
    text-align: center;
}

/*右下方图标结束*/

.more a {
    float: right;
    color: #6DBA44;
    font-size: 12px;
}

/* -------------菜单css代码----------begin---------- */
.menuDiv {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding: 5px 0px 5px 5px;
}

/* 去掉a标签的下划线 */
.menuDiv a {
    text-decoration: none;
}

/* 设置ul和li的样式 */
.menuDiv ul, .menuDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

/*设置一级菜单选中*/
.menuDiv > .menu li.on a {
    color: #6DBA44;
}

/* 设置二级菜单绝对定位，并隐藏 */
.menuDiv > ul > li > ul {
    position: absolute;
    display: none;
    z-index: 999;
    top: 218px;
}

/* 设置二级菜单的li的样式 */
.menuDiv > ul > li > ul > li {
    float: none;
    border-radius: 6px;
}

/* 鼠标放在一级菜单上，显示二级菜单 */
.menuDiv > ul > li:hover ul {
    display: block;
}

/* 一级菜单 */
.menuDiv > ul > li > a {
    line-height: 39px;
    float: left;
    background-color: #024278;
    text-align: center;
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    margin: 0px 22px;
    transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

/* 在一级菜单中，鼠标放上去的样式 */
.menuDiv > ul > li > a:hover {
    color: #444444;
}

/* 二级菜单 */
.menuDiv > ul > li > ul > li > a {
    width: 120px;
    line-height: 30px;
    color: #ffffff;
    background-color: #024278;
    text-align: center;
    display: block;
    font-size: 16px;
}

.menu-tag {
    position: relative;
}

.menu-tag em {
    display: block;
    border-width: 15px;
    position: absolute;
    top: -25px;
    left: 45px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent #024278 transparent;
}

/* 在二级菜单中，第一个设置顶边框 */
.menuDiv > ul > li > ul > li:first-child > a {
    /*border-top: 1px solid #ccc;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* 在二级菜单中，鼠标放上去的样式 */
.menuDiv > ul > li > ul > li > a:hover {
    font-weight: bold;
    font-size: 18px;
}

/*footer*/
.footer_nav {
    min-height: 208px;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 26px;
}

.footer-div {
    width: 10%;
    margin-top: 20px;
    float: left;
    height: 100%;
    margin-left: 1%;
    margin-right: 3%;
    text-align: left;
    padding-left: 23px;
}

.footer-div ul.footer-ul-1 {
    /*margin-bottom: 12px;*/
}

.footer-div ul.footer-ul-1 li {
    list-style: none;
    font-size: 16px;
    padding: 0;
    float: left;
    width: 100%;
    color: #333333;
}

.footer-div ul.footer-ul-1 li ul {
    margin-top: 8px;
}

.footer-div ul.footer-ul-1 li ul li {
    list-style: none;
    font-size: 14px;
    padding: 0;
    float: left;
    margin-bottom: 2px;
    color: #333333;

}

.footer-div ul.footer-ul-1 li ul li:hover {
    text-decoration: underline;
}

.footer-lastNav {
    height: 54px;
    background-color: #024278;
    text-align: center;
    font-size: 16px;
    line-height: 53px;

}

.footer-lastNav span {
    color: #ffffff;

    margin: 0px 30px;
}

.footer-lastNav a {
    color: #ffffff;
}

.footer-lastNav a:hover {
    color: #AAAAAA;
}

/*footer结束*/

/*global_hl.css*/
/*新闻开始*/
/*所属栏目*/
.ctgName {
    color: #AAAAAA;
}

/*新闻*/
.news-hl {
    width: 92%;
    height: 400px;
    float: left;
    margin: 10px 15px 30px 20px;
}

.newTitle {
    display: inline-block;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    border-bottom: 1px solid #C1C1C1;
    padding: 5px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.newTitle a {
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.newTitle a:before {
    content: "";
    width: 1px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    right: -1px;
}

.newTitle span {
    color: #024278;
}

.newsMore a {
    float: right;
    color: #AAAAAA;
    font-size: 12px;
}

.newsMore a:hover {
    color: #6DBA44;
}

.news-list {
    height: 330px;
}

.news-list li {
    line-height: 30px;
    padding-left: 11px;
    padding-bottom: 2px;
    position: relative;
}

.news-list li:before {
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    background-color: #c0c0c0;
}

.news-list li .bold {
    font-weight: bold;
}

/*左图片，右文字*/

/*.picNews img {*/
/*width: 26%;*/
/*height: 100%;*/
/*float: left;*/
/*}*/
/*左图片，右文字结束*/

/*global_hl.css新闻结束*/

/*子栏目*/
.normal_news_channel_left, .normal_news_channel_right {
    width: 49%;
    height: 250px;
    float: left;
    margin-bottom: 50px;
}

.normal_news_channel_left {
    margin-right: 2%;
}

.normal_news_channel_left .normal_news_title, .normal_news_channel_right .normal_news_title {
    float: left;
    margin: 20px 0 5px;
    border-bottom: 2px solid #024278;
}

.normal_news_title_more {
    float: right;
    margin: 18px 0 5px;
}

.normal_news_channel_content {
    width: 100%;
    float: left;
    height: 100%;

}

.normal_news_channel_content li {
    padding-left: 11px;
    position: relative;
}

/*在列表前加编号样式*/
.normal_news_channel_content li:before {
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
    background-color: #c0c0c0;
}

.normal_news_channel_content img {
    height: 100%;
    width: 95%;
    border: 2px solid #578CD9;
}

.normal_news_line {
    border-bottom: 2px solid #eee;
    width: 100%;
    height: 51px;
}

/*新闻结束*/
/******************************************首页样式开始*********************************
***********************************************************************************/
/*首页栏目悬浮显示样式*/
.sy-news-bottom-left {
    width: 46%;
    float: left;
    min-height: 155px;
    margin-right: 4%;
    margin-left: 3%;
}

.news-bottom-left {
    width: 48%;
    float: left;
    min-height: 155px;
    margin-right: 4%;
    /*margin-left: 4%;*/
}

.news-bottom-right {
    width: 48%;
    float: left;
    min-height: 155px;
}

.news-bottom-left-content .current {
    margin: 6px 0px;
}

.sy-news-bottom-right {
    width: 44%;
    float: left;
    min-height: 155px;
}

/*首页栏目悬浮显示样式end*/
/*首页的banner开始*/
/* banner */
#index_banner {
    margin: 0px 0px 0px 0px;
    width: 82%;
    height: 312px;
}

#index_banner .burder {
    width: 100%;
    height: 100%;
    float: left
}

.slideBox {
    width: 100%;
    height: 100%;
    *z-index: 0;
}

.slideBox .hd {
    height: 30px;
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.slideBox .hd ul {
    float: left;
}

.slideBox .hd ul li {
    float: left;
    color: #6DBA44;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 30px;
    line-height: 8px;
    margin-right: 8px;

}

.slideBox .hd ul li a {
    padding-left: 5px;
    display: block;
    width: 159px;
    _width: 158px;
    height: 30px;
    line-height: 20px;
    position: relative;
    color: #666;
    font-family: "微软雅黑";
}

.slideBox .hd ul li a img {
    display: none;
    /*position: absolute;*/
    /*top: -7px;*/
    /*left: 0px;*/
}

.slideBox .hd ul li.on {
    color: #6DBA44;
    border-radius: 8px;
    background: #6DBA44;
    content: "";
    display: inline-block;
}

.slideBox .hd ul li.on a img {
    display: block;
}

.slideBox .bd {
    /*position: relative;*/
    /*height: 100%;*/
    /*z-index: 0;*/
    width: 95%;
    margin-left: 29px;
}

.slideBox .bd ul li {
    position: relative;
    width: 100%;
}

.slideBox .bd img {
    width: 580px;
    height: 312px;
    float: left;
}

.burder_content {
    float: left;
    height: 312px;
    width: 496px;
    padding-left: 40px;
    padding-top: 40px;
    background-color: #4444;
}

.burder_content .burder_content_type {
    float: left;
    display: block;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    height: 23px;
    width: 105px;
    font-weight: bold;
    color: #fff;
    background-color: #024287;
}

.burder_content .burder_content_title {
    float: left;
    font-size: 20px;
    line-height: 35px;
    color: #6DBA44;
    font-weight: bold;
    cursor: pointer;
    font-family: "微软雅黑";
    /*font-weight: lighter;*/
}

.burder_content .burder_content_title:hover {
    color: #6DBA44;
}

.burder_content .burder_content_content {
    float: left;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.burder_content .burder_content_lookall {
    float: left;
    color: #024287;
    font-weight: bold;
    margin-top: 10px;
    _width: 120px;
}

.burder_content .burder_content_lookall:hover {
    text-decoration: underline;
    color: #6DBA44;
}

.home_center {
    height: 312px;
    width: 100%;
}

.center_left {
    width: 269px;
    right: 245px;
    height: 312px;
    float: left;
    top: 0px;
}

.center_right {
    width: 269px;
    left: 842px;
    height: 312px;
    float: left;
    top: 0px;
}

.center_middle {
    width: 100%;
    height: 100%;
    float: left;
}

/*首页的banner结束*/

/*首页的tab页签样式*/
.easytab_area {
}

/*首页的tab页签样式*/
ul.easytabs {
    height: 46px;
    font-size: 16px;
    font-size: 16px;
    background-color: #024278;
    color: #ffffff;
    line-height: 44px;
    margin-bottom: 10px;
}

ul.easytabs a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

ul.easytabs li {
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    height: 48px;
    width: 16.599%;
    text-align: right;
    font-size: 18px;
    float: left;
    padding-right: 3%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

ul.easytabs li.picteest0 {
    padding-right: 4%;
}

ul.easytabs li .on {
    background-color: #F0F0F2;
}

ul.easytabs li a {
    padding: 4px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

ul.easytabs li a:hover {
    border-color: #024278;
    color: #6DBA44;
}

ul.easytabs li a.easytab_active {
    border-bottom: 2px solid #6DBA44;
    color: #6DBA44;
}

.easytab_content {
    height: 250px;
    /*background: url(../images/home-bj.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*-moz-background-size:100% 100%;*/
    /*-webkit-background-size:100% 100%;*/
    /*-o-background-size:100% 100%;*/

}

/*首页tab样式结束*/

/*用于除首页外的二级栏目nav导航栏切换图标*/
.picteest {
    background: url(../images/index_01.png) no-repeat 27% 48%;
    background-size: 10%;
}

/*被选中的导航栏样式，以Selected结束*/
.picteestSelected {
    font-weight: bold;
    color: #024278;
    background: #f6f6f6 url("../images/index-11.png") no-repeat 26% 48%;
}

.picteest:hover, .picteestSelected:hover {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-11.png") no-repeat 26% 48%;
}

.picteest0 {
    background: url("../images/index_00.png") no-repeat 32% 49%;
}

.picteest0:hover {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-10.png") no-repeat 32% 46%;
}

.picteest1 {
    background: url("../images/index-02.png") no-repeat 26% 46%;
    background-size: 9.3%;
}

.picteest1Selected {
    color: #024278;
    background: #f6f6f6 url("../images/index-22.png") no-repeat 26% 50%;
}

.picteest1:hover, .picteest1Selected:hover {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-22.png") no-repeat 26% 50%;
}

.picteest2 {
    background: url("../images/index_03.png") no-repeat 26% 48%;
}

.picteest2Selected {
    color: #024278;
    background: #f6f6f6 url("../images/index-13.png") no-repeat 26% 50%;
}

.picteest2:hover, .picteest2Selected:hover {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-13.png") no-repeat 26% 50%;
}

.picteest3 {
    background: url("../images/index_05.png") no-repeat 26% 48%;
}

.picteest3Selected {
    color: #024278;
    background: #f6f6f6 url("../images/index-14.png") no-repeat 26% 50%;
}

.picteest3:hover, .picteest3Selected:hover {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-14.png") no-repeat 26% 50%;
}

.picteest4 {
    background: url("../images/index_04.png") no-repeat 26% 48%;
}

.picteest4Selected {
    color: #024278;
    background: #f6f6f6 url("../images/000_23.gif") no-repeat 26% 50%;
}

.picteest4:hover, .picteest4Selected:hover {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/000_23.gif") no-repeat 26% 50%;
}

/*用于除首页外的二级栏目nav导航栏切换图标结束*/
/*用于首页导航栏nav鼠标悬浮切换图标*/
ul.easytabs a.easytab_active li.picteest {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-11.png") no-repeat 27% 47%;
}

ul.easytabs a.easytab_active li.picteest1 {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-22.png") no-repeat 26% 47%;
}

ul.easytabs a.easytab_active li.picteest2 {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-13.png") no-repeat 26% 47%;
}

ul.easytabs a.easytab_active li.picteest3 {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/index-14.png") no-repeat 26% 47%;
}

ul.easytabs a.easytab_active li.picteest4 {
    color: #024278;
    font-weight: bold;
    background: #f6f6f6 url("../images/000_23.gif") no-repeat 26% 47%;
}

/*用于首页导航栏nav鼠标悬浮切换图标结束*/

/*首页tab样式结束*/

/*首页数据查询样式*/
.col-md-5-left {
    width: 40%;
    float: left;
    padding-left: 100px;
}

.col-md-7-right {
    float: left;
    width: 50%;
    margin-left: -20px;
    margin-left: -40px;
}

.index-sjcx-title {
    color: #034278;
}

.tab_navDiv {
    background-color: #024278;
    height: 46px;
}

/*数据查询样式*/

/*.sjcx-title {*/
/*margin-top: 10px;*/
/*border-bottom: 1px solid #c2c1c1;*/
/*line-height: 30px;*/
/*padding: 5px 20px;*/
/*}*/

/*.sjcx-title h1 {*/
/*font-size: 20px;*/
/*}*/

/*.sjcx-title h1 {*/
/*font-size: 20px;*/
/*}*/

/*.sjcx-title small {*/
/*color: gray;*/
/*font-size: 13px;*/
/*}*/

/*.one-line {*/
/*!*height: 40px;*!*/
/*padding: 18px 30px*/
/*}*/

/*.one-line span {*/
/*font-weight: 600;*/
/*}*/

/*.one-line a {*/
/*padding-left: 28px;*/
/*}*/

/*.province-left {*/
/*width: 50%;*/
/*float: left;*/
/*!*margin-top: 20px;*!*/
/*}*/

/*.province-right {*/
/*float: left;*/
/*width: 50%;*/
/*!*margin-top: 20px;*!*/
/*}*/

/*数据查询样式结束*/

/*.sy_middle {*/
/*width: 45%;*/
/*height: 100%;*/
/*border: 1px solid #ECECED;*/
/*border-radius: 6px;*/
/*background-color: #D1F1FF;*/
/*float: left;*/
/*margin-bottom: 30px;*/
/*margin-left: 2%;*/
/*}*/

/*.sy_middle img {*/
/*height: 70px;*/
/*width: 70px;*/
/*margin: 20px 30px 0px 26px;*/
/*float: left;*/
/*}*/

/*.sy_middle .content {*/
/*height: 100%;*/
/*float: left;*/
/*width: 265px;*/
/*margin-right: 30px;*/
/*}*/

/*.sy_middle .content .title {*/
/*color: #024278;*/
/*font-size: 14px;*/
/*height: 20px;*/
/*width: 100%;*/
/*margin: 10px 0px;*/
/*font-weight: bold;*/
/*}*/

/*.sy_middle .content .con span {*/
/*color: #024278;*/
/*font-size: 12px;*/
/*height: 70px;*/
/*width: 100%;*/
/*}*/

/*.sy_middle .content .con span:hover {*/
/*text-decoration: underline;*/
/*}*/
/*设置新闻列表日期位置begin*/
.current span {
    margin-right: 1%;
    float: right;
}

/*设置新闻列表日期位置end*/
.scy_bottom-right {
    width: 16.7%;
    float: left;
    height: 310px;

}

.scy_bottom-right .ksrk {
    width: 100%;
    height: 100%;
}


.scy_bottom-right .ksrk img {
    height: 100%;
    width: 100%;
}

/*首页content中的tab页签开始*/
.scy_bottom {
    position: relative;
}

.scy_bottom-left {
    width: 38.9%;
    float: left;
    min-height: 315.2px;
}

.scy_bottom-left-list {
    border-bottom: 1px solid #024278;
    height: 40px;
    margin-bottom: 4px;
}

.scy_bottom-left-list ul li {
    height: 40px;
    line-height: 35px;
    float: left;
    color: #333333;
    width: 110px;
    margin-right: 16px;
}

.scy_bottom-left-list ul li a {
    font-size: 18px;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 39px;
}

.scy_bottom-left-list ul li.xglb {
    height: 100%;
}

.scy_bottom-left-list ul li.xglb a {
    color: #024278;
    font-weight: bold;
    line-height: 38px;
    /*border-bottom: 3px solid;*/
    border-bottom-color: #024278;
}

.scy_bottom-left-list ul li.xxyw {
    height: 100%;
}

.scy_bottom-left-list ul li.xxyw a {
    font-weight: bold;
    color: #ffffff;
    background: #024278;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    line-height: 39px;
}

#eight_con2 h3, #eight_con2 h4 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #567fe6;
}

#eight_con2 h4 {
    font-size: 14px;
    color: #567fe6;
    letter-spacing: normal;
}

#eight_con2 h3 a {
    color: #567fe6;
}

#eight_con2 h4 a {
    color: #567fe6;
}

#eight_con2 ul li {
    background-position: 2px 13px;
    color: #4B4B4B;
    position: relative;
}

#eight_con2 ul li:hover {
    color: #4b4b4b;
}

#eight_con2 ul li span {
    float: none;
    position: absolute;
    right: 0;
    bottom: -1px;
}

#eight_con2 ul li:hover a {
    color: #4b4b4b;
}

#eight_con2 ul li a:hover {
    color: #567fe6;
}

.scy_bottom-left-nr1 {
    /*width:330px;*/
}

.scy_bottom-left-nr1 li:before, .scy_bottom-center-nr li:before, .news-bottom-left-content li:before,.content-li-css li:before {
    width: 14px;
    height: 9px;
    display: inline-block;
    content: "·";
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 800;
}
.scy_bottom-left-nr1 li:hover:before, .scy_bottom-center-nr li:hover:before, .news-bottom-left-content li:hover:before,.content-li-css li:hover:before {
    color: #2F6698;
}

.scy_bottom-center {
    width: 38.9%;
    float: left;
    min-height: 315.2px;
    margin: 0px 30px;
}

.scy_bottom-center-nr {
    width: 100%;
}

.scy_bottom-left-nr1 li, .scy_bottom-center-nr li, .news-bottom-left-content {
    padding-left: 8px;
    font-size: 16px;
    margin-top: 8px;
    color: #333333;
}

.scy_bottom-left-nr1 li span, .scy_bottom-center-nr li span, .news-bottom-left-content li span {
    float: right;
    font-size: 16px;
    color: #666666;
}

.scy_bottom-center-nr li div {
    display: block;
    width: 310px;
}

.scy_bottom-left-nr1 li a, .scy_bottom-center-nr li a, .news-bottom-left-content li a {
    color: #333333;
}

.scy_bottom-left-nr1 li:hover a, .scy_bottom-center-nr li:hover a, .news-bottom-left-content li:hover a {
    color: #2F6698;
    text-decoration: underline;
}

.scy_bottom-left-nr1 li:hover span, .scy_bottom-center-nr li:hover span, .news-bottom-left-content li:hover span {
    color: #2F6698;
}

#wbDate {
    color: #333333;
}

.scy_bottom1 {
    width: 990px;
    margin-top: 12px;
}

.scy_bottom1-list {
    width: 990px;
    height: 25px;
}

.scy_bottom1-list ul li {
    height: 23px;
    line-height: 23px;
    float: left;
}

.scy_bottom1-list ul li a {
    padding: 0 14px 0 27px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.scy_bottom1-list ul li.sjjg {
    border-bottom: 2px solid #567fe6;
}

.scy_bottom1-list ul li.sjjg a {
    color: #567fe6;
}

.scy_bottom1-list ul li:hover {
    border-bottom: 2px solid #567fe6;
}

.scy_bottom1-list ul li:hover a {
    color: #567fe6;
}

.scy_bottom1-nr {
    width: 990px;
    margin-top: 15px;
}

.scy_bottom1-nr table tr td.bgt {
    width: 142px;
    height: 30px;
}

.scy_bottom1-nr table tr td a {
    color: #5680e6;
    font-size: 13px;
}

.content-right {
    font-weight: bold;
    text-align: center;
    width: 110px;
    height: 100%;
    line-height: 39px;
    color: #ffffff;
    background: #024278;
    font-size: 18px;
    border-radius: 4px;

}

.content-right-line {
    height: 40px;
    padding-bottom: 1px;
    border-bottom: 1px solid #024278;
}

.news-bottom-left-list {
    border-bottom: 1px solid #aaa;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-bottom-left-list ul li {
    height: 40px;
    line-height: 35px;
    float: left;
    color: #333333;
    margin-right: 26px;
}

.news-bottom-left-list ul li a {
    font-size: 18px;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 39px;
}

.news-bottom-left-list ul li.xxyw {
    height: 100%;
}

.news-bottom-left-list ul li.xxyw a {
    color: #024278;
    border-bottom: 2px solid;
    line-height: 39px;
}

/*首页content中的tab页签结束*/

/* banner首页 */
/* slide */
.slide, .slide li {
    width: 100%;
    height: 100%;
}

.slide {
    overflow: hidden;
    border: 1px #ededed solid;
    position: relative;
    margin: 0px auto 0 auto;
}

.slide li {
    position: absolute;
    overflow: hidden;
    display: none;
}

.slide li.current {
    display: block;
}

.slide li .image {
    position: absolute;
    top: 0px;
    left: -2px;
    height: 100%;
    width: 44%;
}

.slide li .text {
    bottom: 0;
    overflow: hidden;
    width: 52.7%;
    float: right;
    position: relative;
    filter: none;
    text-indent: 0;
    margin: 0px 0px 0px 40px;
    height: 100%;
}

.slide li .text a {
    color: #024278;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 17px;
    float: left;
}

.slide li img {
    width: 100%;
    height: 100%;
}

.slide li .text .title {
    margin-bottom: 20px;
    margin-top: 30px;
    height: 20px;
}

.slide li .text .title a {
    font-size: 18px;
    font-weight: bold;
    text-indent: 0;
    float: none;
}

.slide li .text .content {
    margin-right: 30px;
    height: 55%;
    line-height: 26px;
    font-size: 16px;
    text-indent: 24px;
    color: #333333;
}

.slide li .text .content p {
    color: #888;
    font-size: 14px;
    text-indent: 24px;
    line-height: 20px;
}

.slide .icon-dot {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 43px;
}

.slide .icon-dot a {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../images/nav.png) no-repeat -1px -1px;
    overflow: hidden;
    margin: 0px 4px;
}

.slide .icon-dot a.current {
    background-position: -1px -12px;
}

.slide .link-watch {
    width: 30px;
    height: 44px;
    display: none;
    position: absolute;
    top: 43%;
    background: url(../images/arrow.png) no-repeat 0 -57px;
    filter: alpha(opacity=60);
    cursor: pointer;
}

.slide .link-watch.pre {
    left: 0;
}

.slide .link-watch.next {
    left: 41.2%;
    right: 0;
    background-position: right -57px;
}

.slide .link-watch.down {
    background-position-y: -2px;
}

/*banner首页结束*/

/*首页友情链接*/
.sy_yqlj {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #aaaaaa;
    float: left;
}

.sy_yqlj img {
    margin-left: 20px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.sy_yqlj span {
    font-size: 16px;
    color: #024278;
    line-height: 43px;
    float: left;
}

.sy_yqlj span a {
    font-size: 12px;
    color: #aaaaaa;
    margin: 0 5px 0 13px;
    float: left;
}

.sy_yqlj span a:hover {
    color: #2F6698;
}

/*首页友情链接结束*/

.center-img {
    width: 32.2%;
    height: 100%;
    float: left;
    margin-left: 0.2%;
}

.center-img img {
    width: 100%;
    height: 100%;
}

.ggl-xz {
    border: 1px solid #3584d8;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ggl-xz .ggl-title {
    float: left;
    font-size: 18px;
    width: 10%;
    background: url(../images/index/ggl-tb.png) no-repeat #3584d8 14px 15px;
    text-align: right;
    line-height: 48px;
    padding-right: 16px;
    color: #fff;
}

.ggl-xz .ggl-list {
    float: left;
    font-size: 16px;
    width: 90%;
    /*height: 100%;*/
    overflow: hidden;
}

.ggl-xz .ggl-list li {
    width: 45%;
    height: 20px;
    float: left;
    margin-top: 0.9%;
}

.ggl-xz .ggl-list td {
    padding: 13px;
}

.ggl-xz .ggl-list li span, .f-right {
    float: right;
    color: #aaa;
    /*====*/
    position: relative;
    /*  bottom: 21px;*/
    left: -26px;
}

.ggl-list-left {
    margin-right: 6%;
    margin-left: 1.5%;
}

/***************************************************************************************
*********************************首页样式结束********************************************
****************************************************************************************/

/*===================================一级页面样式开始===================================*/

/*--------------债券市场样式-------------------*/
/*债券市场栏目简介样式*/
.channel-head {
    padding-top: 0px;
    padding-bottom: 9px;
    height: 272px;
    width: 100%;
    margin-top: 20px;
}

.channel-head-image {
    width: 100%;
    height: 254px;
}

.channel-head-title {
    width: 100%;
    font-size: x-large;
    color: #3e8f3e;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.channel-head-body {

    color: #777777;
    font-size: medium;
    line-height: 23px;
    width: 100%;
    /*text-indent: 25px;*/
}

.channel-body {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
}

.channel-box {
    padding-left: 3px;
    padding-right: 3px;
}

.channel-box-header {
    padding-top: 9px;
    font-size: large;
    color: #0054A7;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.channel-box-header span {
    bottom: 3px;
    font-size: small;
    color: #2e6da4;
    float: right;
    text-align: center;
}

.channel-box-body {
    min-height: 180px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.channel-box-row {
    width: 100%;
    padding-top: 10px;
}

.channel-box-row a {
    width: 100%;
    padding-top: 10px;
}

.channel-box-row a span {
    float: right;
    margin-right: 6px;
    color: #255625;
}

.channel-header.small {

    position: relative;
    left: 6px;
}

/*债券市场栏目简介样式end*/
/*债券市场子栏目列表div样式以及承销机构、中介服务机构*/
.zqsc-left {
    float: left;
    width: 48%;
    margin-right: 10px;
    min-height: 200px;
}

.zqsc-left li:before {
    width: 6px;
    height: 6px;
    display: inline-block;
    content: "";
    border-radius: 3px;
    margin-right: 4px;
    background-color: #c0c0c0;
}

.zqsc-left-1 {
    float: left;
    width: 48%;
    margin-left: 25px;
    height: 200px;
}

.zqsc-left-1 li:before {
    width: 6px;
    height: 6px;
    display: inline-block;
    content: "";
    border-radius: 3px;
    margin-right: 4px;
    background-color: #c0c0c0;
}

.zqsc-content li {
    padding-left: 7px;
    line-height: 30px;
    font-size: 14px;
}

.zqsc-content img {
    margin-top: 20px;
    margin-left: 50px;
}

.zqsc-img ul li img {
    width: 110px;
    height: 90px;
    border-radius: 2px;
}

.zqsc_bottom-left {
    margin-left: 0px;
    width: 50%;
    float: left;
}

.zqsc-right {
    margin-left: 20px;
    width: 45%;
    float: left;
    margin-top: -10px;
}

.zqsc-right img {
    margin-top: 20px;
    margin-left: 60px;
}

.zqsc-left.policy-left-juli {
    float: left;
    width: 50%;
    margin-top: -165px;
    margin-left: -2px;
}

.policy-left {
    width: 48.5%;
    min-height: 200px;
    float: left;
    margin-top: 20px;
}

.policy-left-juli {
    margin-left: 35px;
}

.content-center-policy {
    margin-top: 20px;
}

.zqsc-img ul li span {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 23px;
    position: absolute;
    bottom: 2px;
    width: 111px;
    left: 11px;
    font-size: 12px;
}

.inline-div a {
    margin-top: 5px;
    padding-top: 15px;
    color: white;
    width: 72.8%;
    height: 56px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin-left: 11%;
    margin-bottom: 5px;
}

.inline-div a:hover {
    color: #aaaaaa;
}

.zqsc-inline {

    width: 48%;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.zqsc-title-a {
    margin: 12px 0px 0px 10px;
    font-size: 16px;
    color: #024278;
}

.inline-div {
    border: 1px solid #3584d8;
    width: 45%;
    float: left;
    margin-left: 10px;
    border-radius: 6px;
}

/*栏目列表线型样式*/
.line-model {
    border-bottom: 1px solid #024278;
    height: 40px;
    margin-bottom: 22px;
    padding-bottom: 1px;
}

.line-style a {
    font-weight: bold;
    color: #ffffff;
    background: #024278;
    border-radius: 4px;
    line-height: 39px;
    font-size: 20px;
    height: 100%;
    margin-bottom: 2px;
    text-align: center;
    width: 110px;
    display: block;
}

/*栏目列表线型样式结束end*/
.hotline24 {
    width: 100px;
    height: 30px;
    border-radius: 16px;
    background: #3584d8;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/*债券市场子栏目列表div样式以及承销机构、中介服务机构end*/
/*--------------债券市场样式end-------------------*/
/*//////////////////////政策法规////////////////////////*/
.style1 ul li {
    float: left;
    margin: 0 6px;
    position: relative;
    list-style: none
}

.style1 ul li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.style1 ul li img {
    width: 170px;
    height: 130px;
    border-radius: 2px;
}

.style1 ul li span {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 23px;
    position: absolute;
    bottom: 1px;
    width: 171px;
    left: 0px;
    font-size: 12px;
}

.style1 ul li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.style1 ul li:hover span {
    opacity: 0
}

/*//////////////////////政策法规end////////////////////////*/
/*===================================一级页面样式end===================================*/

/*···················································二级页样式······················*/
.two-lvl-left {
    width: 16.7%;
    float: left;
    font-size: 16px;
    margin-left: 13px;
}

.two-lvl-center {
    min-height: 660px;
    width: 59%;
    float: left;
    margin: 0px 20px;
}

.two-lvl-right {
    float: left;
    width: 18.1%;
    border: 1px solid #024278;
}

.content-li-css {
    min-height: 535px;
    margin-bottom: 10px;
}

.content-li-css li {
    padding-left: 8px;
    line-height: 28px;
    font-size: 16px;
    color: #333333;
}

.content-li-css li:before {
    /* width: 4px; */
    /* height: 4px; */
    /* display: inline-block; */
    /* content: ""; */
    /* border-radius: 7px; */
    /* margin-right: 8px; */
    /* margin-bottom: 3px; */
    /* background-color: #024278; */
    /*width: 8px;*/
    /*height: 100%;*/
    /*margin-right: 8px;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    /*content: "●";*/
    /*font-size: 10px;*/
    width: 14px;
    height: 9px;
    display: inline-block;
    content: "·";
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 800;
}
.content-li-css li:hover:before {
    color: #2F6698;
}

.content-li-css li:hover {
    color: #2F6698;
}

.content-li-css li a:hover {
    text-decoration: underline;
}

.second-page-line {
    margin: 18px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.zhuanti {
    background-color: #ffffff !important;
}

.zhuanti-title {
    font-size: 14px;
    color: #024278;
    border-bottom: solid 1px #ddd;
    width: 91%;
    margin: 0px 10px;
}

.zhuanti-content {
    width: 100%;
    height: 200px;
}

.zhuanti-content img {
    width: 100%;
    height: 60px;
    padding: 10px 10px 0px 10px;
}

.province-left {
    width: 50%;
    float: left;
}

.province-right {
    float: left;
    width: 50%;
    /*margin-top: 20px;*/
}

.one-line {
    height: 40px;
    padding: 12px 20px;
}

.one-line span {
    font-weight: 600;
}

.one-line a {
    padding-left: 28px;
}

.channel-content-header {
    color: #024278;
    height: 56px;
    border-bottom: 2px solid #024278;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    margin-bottom: 16px;
}

/******************教育培训**********/
.sczy-left {
    float: left;
    width: 45%;
    margin-left: 10px;
    height: 200px;
}

.sczy-left li:before {
    width: 6px;
    height: 6px;
    display: inline-block;
    content: "";
    border-radius: 3px;
    margin-right: 4px;
    background-color: #c0c0c0;
}

.content-title {
    margin-top: 30px;
    font-size: 35px;
    margin-bottom: 20px;
}

/******************教育培训end**********/
/*···················································二级页样式end································*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxx  内容详情页   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.h2-top-secondPage {
    padding-top: 30px;
    margin-bottom: 16px;
    font-size: 16px;
}

.h2-top-secondPage a {
    color: #024278;
}

.secondPage-content-title {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 110px;
}

.secondPage-content-title h1 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}

.secondPage-content-inf {
    margin-top: 30px;
    color: #9a9a9a;
    font-size: 14px;
    text-align: left;
    height: 32px;
    font-family: "Microsoft YaHei";
    border-bottom: 1px dotted #aaa;
}

/*详情页的附件样式*/
.content-fj {
    margin: 20px 39px 39px 29px;
    border: 1px solid #0054a7;
    border-radius: 6px;
    padding: 10px;
    width: 92%;
}

.content-fj h4 {
    text-align: left;
    font-weight: bold;
}

.content-fj ul li {
    text-align: left;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px dotted #aaa;
}

/*详情页的附件样式结束*/
/*详情页打印文章内容*/
@media print {
    a[href]:after {
         content: none !important;
     }
    .content-txt p, content-txt p span, content-txt p span span {
        font-size: 16px;
        line-height: 24px;
    }

    .content-link {
        display: none;
    }

    .content-action {
        display: none;
    }

    .secondPage-content-inf {
        margin-top: 30px;
        color: #9a9a9a;
        font-size: 12px;
        text-align: center;
        height: 32px;
        font-family: "Microsoft YaHei";
        border-bottom: 1px dotted #aaa;
    }
    .zhuanti{
        -webkit-print-color-adjust: exact;
    }
}

/*详情页打印文章内容end*/
/*qqqqqqqqqqqqqqqqqqqqqqqqqqqqq分页样式qqqqqqqqqqqqqqqqq*/
.page-large {
    margin: 15px 0 10px;
    text-align: center;
}

.page-large a {
    min-width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}

.page-large a.on {
    border: 1px solid #b1afaf;
    background: #dfd9d9;
    color: #1e55ef;
}

.page-large a.none {
    border: none;
}

.page-large .Num:hover {
    border: 1px solid #ef3838;
    color: #ef3838;
}

.page-large .on:hover {
    border: 1px solid #ef3838;
    color: #fff;
}

.page-large .prev-page {
    background: url(../images/small-prev-page.png) center center no-repeat;
}

.page-large .next-page {
    background: url(../images/small-next-page.png) center center no-repeat;
}

.page-large .prev-page:hover {
    border: 1px solid #ef3838;
    background: url(../images/small-prev-page-on.png) center center no-repeat #ef3838;
}

.page-large .next-page:hover {
    border: 1px solid #ef3838;
    background: url(../images/small-next-page-on.png) center center no-repeat #ef3838;
}

/*qqqqqqqqqqqqqqqqqqqqqqqqqqqqq分页样式结束qqqqqqqqqqqqqqqqq*/
/*详情页的背景*/
.content-body {
    background: linear-gradient(#b8e7ff, #ffffff);
    background: -moz-linear-gradient(top, #b8e7ff 0%, #ffffff 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8e7ff), color-stop(100%, #ffffff));

    background: -webkit-linear-gradient(top, #b8e7ff 0%, #ffffff 100%);

    background: -o-linear-gradient(top, #b8e7ff 0%, #ffffff 100%);

    background: -ms-linear-gradient(top, #b8e7ff 0%, #ffffff 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e7ff', endColorstr='#ffffff', GradientType=0);

}

/*详情页的背景end*/
/*qqqqqqqqqqqqqqqqqqqqqqqqqqqqq分页样式结束qqqqqqqqqqqqqqqqq*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxx  内容详情页end  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* 首页附加*/
.txtScroll-left {
    margin-top: -13px;
    margin-left: 40px;
}
.two-lvl-notice{
    width: 80%;
    float: left;
    margin-right: 20px;
}
