
/*头部*/
.header {
    width: 100%;
    /*height: 85px;*/
    background: url(images/repeat-x.jpg) 0 0 repeat-x;
}

.logo {
    /*float: left;*/
    overflow: hidden;
    margin: 22px 50px 0 0;
    /*display: inline;*/
}

.logo a {
    width: 190px;
    height: 44px;
    overflow: hidden;
    display: block;
    background: 0 0 no-repeat;
}

.logo a > img {
    max-height: 100%;
    *height: 100%;
}

.header nav {
    float: left;
    overflow: hidden;
    margin-top: 30px;
    max-width: 660px;
    white-space: nowrap;
}

.header nav li {
    float: left;
    overflow: hidden;
    margin-right: 25px;
    display: inline;
    height: 32px;
}

.header nav li em {
    float: left;
    overflow: hidden;
    background-image: url(images/ico.jpg);
    background-repeat: no-repeat;
    margin-right: 10px;
    display: inline;
}

.header nav .yjdt em {
    width: 22px;
    height: 16px;
    background-position: 0 0;
    margin-top: 12px;
}

.header nav .yy em {
    width: 27px;
    height: 23px;
    background-position: -30px 0;
    margin-top: 9px;
}

.header nav .js em {
    width: 22px;
    height: 21px;
    background-position: -60px 0;
    margin-top: 10px;
}

.header nav li a {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    float: left;
    min-width: 64px;
    _width: 64px;
    height: 32px;
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header nav li a:hover, .header nav li a.sel {
    color: #fff;
    background-color: #379EF1;
}

.header nav .all a, .header nav .more a {
    position: relative;
    padding-right: 10px;
}

.header nav .all a span, .header nav .more a span {
    max-width: 76px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 9px;
}

.header nav .menu-all-box {
    position: absolute;
    top: 70px;
    box-sizing: border-box;
    margin: auto;
    z-index: 100;
    display: none;
    max-width: 720px;
    border: 1px solid #eee;
    *border: 3px solid #eee;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.header nav .menu-all-box th {
    vertical-align: top;
}

.header nav .menu-all-box .menu-all-item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 0 8px 10px;
    padding-bottom: 4px;
}

.header nav .menu-all-box dd:last-child .menu-all-item {
    border-bottom: none;
}

.header nav .menu-all-box:before {
    content: '';
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    z-index: 103;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -6px;
    right: 28px;
    margin-left: -6px;
}

.header nav .menu-all-box:after {
    content: '';
    position: absolute;
    width: 99%;
    height: 99%;
    left: 0;
    top: 0;
    z-index: 104;
    background-color: #fff;
}

.header nav .menu-all-box dl {
    background: #FFF;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 500px;
    overflow-y: auto;
    z-index: 200;
    position: relative;
    padding: 16px 0 0 18px;
    top: 0;
    left: 0;
}

.header nav .menu-all-box a {
    padding: 0 3px;
    float: none;
    line-height: 100%;
    display: block;
}

.header nav .menu-all-box a:hover,
.header nav .menu-all-box a.sel {
    color: #fff;
}

.header nav .menu-all-box dt {
    line-height: 24px;
}

.header nav .menu-all-box dt > a {
    color: #379EF1;
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    display: inline-block;
    min-width: 0;
    max-width: none;
    padding: 0 6px;
}

.header nav .menu-all-box h4 {
    margin: 6px 16px 6px 0;
    border-left: 2px solid #379EF1;
    float: left;
    white-space: nowrap;
}

.header nav .menu-all-box h4 > a {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-left: 12px;
    min-width: 0;
}

.header nav .menu-all-box ul {
    /*height: 24px;*/
    float: left;
    margin: 6px 0;
}

.header nav .menu-all-box li {
    height: 100%;
    line-height: 100%;
    text-align: left;
    margin-right: 6px;
    min-width: 60px;
    margin-right: 0;
}

.header nav .menu-all-box li > a {
    font-size: 12px;
    color: #666;
    padding: 3px;
    display: inline-block;
    height: 24px;
    line-height: 18px;
    box-sizing: border-box;
    min-width: 0;
    max-width: none;
}

.header nav .menu-more-box {
    position: absolute;
    width: 130px;
    top: 70px;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

.header nav .menu-more-box .shadow-top {
    width: 140px;
    height: 18px;
    background: url(./images/shadowbox/top.png) no-repeat;
    display: block;
}

.header nav .menu-more-box .shadow-center {
    width: 140px;
    background: url(./images/shadowbox/center.png) repeat-y;
    display: block;
}

.header nav .menu-more-box .shadow-foot {
    width: 140px;
    height: 12px;
    background: url(./images/shadowbox/foot.png) no-repeat;
    display: block;
}

.header nav .menu-more-box ul {

}

.header nav .menu-more-box li,
.header nav .menu-more-box li > a {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.header nav .menu-more-box li {
    margin: 0 14px;
    padding: 4px 0;
    text-indent: 4px;
    border-bottom: 1px solid #e1e1e1;
}

.header nav .arrow-down {
    width: 9px;
    height: 6px;
    background-image: url(images/arrow-down.png);
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 6px;
    line-height: 32px;
    vertical-align: middle;
}

.header nav a.sel .arrow-down, .header nav a:hover .arrow-down {
    background-position: -9px 0;
}

.header .search-box {
    float: right;
    overflow: hidden;
    width: 180px;
    height: 36px;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #CCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 5px 0 10px;
}

.header .search-box .btn {
    float: right;
    overflow: hidden;
    width: 15px;
    height: 14px;
    background: url(images/glyphicons-halflings.png) -6px 0 no-repeat;
    margin: 11px 3px 0 12px;
    display: inline;
    cursor: pointer;
    border: none;
}

.header .search-box .txt-focus {
    background: none;
    border: none;
    float: left;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    height: 20px;
    width: 150px;
    margin-top: 8px;
}

/*查看更多*/
.view_more{overflow: hidden;font-size:16px;text-align:center;display:block;height:40px;line-height:40px;background: #f4f4f4;border:1px solid #ddd;/*background:  url(images/more.png) 350px 15px no-repeat;*/margin-top:20px;border-radius: 3px;-webkit-border-radius: 3;-moz-border-radius: 3;/*padding-right: 20px;*/}
.view_more:hover{/*background: #999 url(images/more.png) 350px 15px no-repeat;*/background: #e5e5e5;}
/*内容页面*/
.article .article-main{border: none;width:100%;}
.article-main .article-title{line-height:38px;font-size:26px;color:#333;margin-top: 10px;font-weight: bold;}
.article-main .article-infos{position:relative;height:40px;line-height:40px;overflow:hidden;padding-bottom: 0;padding-top:0;}
.article-main .article-infos .comment-box,.article-main .article-infos .comment-count{display: none;}
.article-infos .copyright, .article-infos .date, .article-infos .source, .article-infos .editors{font-size:12px;color:#666;float:left;padding-right:10px;}
.article-infos .copyright{display:inline-block;*display: inline;zoom:1;background:#C2C2C2;line-height:20px;margin:10px 10px 0 0;padding:0 5px;color:#fff;cursor:default;}
.article-infos a{font-size: 12px;font-family:Helvetica,"微软雅黑";}
.article-infos .view-box em{margin:15px 10px 0 20px;}
.article-infos .comment-box em{margin:16px 5px 0 10px;float:left;}
.article-infos .fontsize2{float:right;overflow: hidden;}
.article-infos .fontsize2{float:right;overflow: hidden;}
.fontsize2 .small,.fontsize2 .big{cursor: pointer;width:20px;height:13px;overflow:hidden;background-image:url(images/ico.png);background-repeat:no-repeat;margin:14px 0 0;}
.fontsize2 .small{background-position:-48px -50px;}
.fontsize2 .big{background-position:-70px -50px;}
.article-content,.article-content_a,.article-content_b,.article-content_c,.article-content_d{font-size:16px;line-height:28px;overflow:hidden;color:#333;text-indent:2em;padding-top: 10px; text-align: justify;}
.article-content p,.article-content_a p,.article-content_b p,.article-content_c p,.article-content_d p{line-height: 26px;margin-bottom: 26px; text-align: justify;font-size: 16px;}
.article-content p a,.article-content_a p a,.article-content_b p a,.article-content_c p a,.article-content_d p a{color:#1a75dc}
.article-content p img,.article-content_a p img,.article-content_b p img,.article-content_c p img,.article-content_d img { max-width: 99%; margin-left: -2em;}
/*分享*/
.copy-share{margin:0 0 10px;overflow:hidden;padding: 0;background: none;}
.copy-share .fcwb,.copy-share .fbwx{float:left;text-align:center;color:#fff;width:90px;height:36px;line-height:36px;overflow:hidden;margin-right:20px;display:inline;}
.copy-share .fcwb{background:#e54f2a;}
.copy-share .fbwx{background:#693;}
.copy-share .peak{height:30px;line-height:30px;overflow:hidden;padding:0 10px;float:right;color:#525358;}
.copy-share .peak em{width:18px;height:18px;float:left;overflow:hidden;background:#f4f4f4 url(images/ico.png) -50px -70px no-repeat;margin:5px 8px 0 0;display:inline;}
/*相关阅读*/
.rel-news{border-bottom:1px solid #eee;padding:20px 0;width:100%;}
.rel-news .hd{height:30px;line-height:30px;overflow:hidden;overflow:hidden;color:#444;}
.copy-share .keyword{float: left;overflow: hidden;line-height: 34px;}
.copy-share .keyword a{color:#0672c5;padding-right:15px;}

/*搜索*/
.search-time{height:60px;line-height:60px;background:#f6f6f6;}
.search-time p{padding:0 15px;}
.search-time p strong{color:#389ded;}
.search-page .txt-list li{height:30px;line-height:30px;}
.search-page .txt-list a{color:#444;float: left;overflow: hidden;height:30px;font-size: 14px;}
.search-page .txt-list a:hover{color:#c00;}
.search-page .txt-list em{margin-top:14px;}
.search-page .date{font-size:12px;color:#999;padding-left: 10px;}
/*分页*/
.page {height:70px; line-height: 30px;padding-top:20px;text-align: center;font-size: 1.2rem; font-size: 12px;}
.page a {display: inline-block; padding:0 12px; vertical-align: top;letter-spacing: normal; color: #fff;background: #bbb;margin:0 2px;}
.page i {margin:0 2px;}
.page a:hover {background: #666;}
.page .now {cursor: default; background: #666;}
.page .disable {cursor: default;}
.page .disable:hover {background: #bbb;}

.read-btn{margin-top:4px;}
.article-page .read-btn .btn-s-orange{padding-top:0;}

/*畅言*/
#changyan_floatbar_wrapper { display: none!important;}
#comment_sohu .head-gold-w { display: none!important;}

/* 内容页分享/长微博 */
.sharebox {width: 640px; margin: 20px auto; overflow: hidden; height: 36px;}
.sharebox .digg, .sharebox .weibo, .sharebox .digged {
    display: inline; float: left;height:28px; margin-right: 10px;line-height: 30px;text-align: center;margin-top: 4px; padding: 0 18px;
}
.sharebox .digg, .sharebox .weibo {border: 1px solid #ccc; color: #ccc;}
.sharebox .digg .digg-icon,
.sharebox .digged .digg-icon,
.sharebox .digg:hover .digg-icon
{ background: url('images/icon.png') -72px -4px no-repeat; width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: -2px 2px 0 0;}
/*.sharebox .digged .digg-icon,*/
.sharebox .digg:hover .digg-icon { background-position: -72px -34px;}
.sharebox .digged .digg-icon { }
.sharebox .digg:hover {border: 1px solid #5dc430; color:#5dc430;}
.sharebox .digged{ border: 1px solid #ddd;color: #ddd;cursor: default;}
.sharebox .weibo:hover {border: 1px solid #ff8a00; color: #ff8a00;}

/* 长微博 */
.lw-dialog { position: relative; width: 100%; height: 100%;}
.lw-button-panel { position: absolute; bottom: 0; left:20px; width: 440px; height: 110px; padding: 30px 120px;  box-sizing: border-box;}
.lw-button-panel .lw-sina-button, .lw-button-panel .lw-tencent-button { width: 80px; height: 50px; line-height: 50px; text-align: center; cursor: pointer;}
.lw-button-panel .lw-sina-button {background: url('images/icon.png') 0 -122px;}
.lw-button-panel .lw-sina-button:hover {background: url('images/icon.png') -160px -122px;}
.lw-button-panel .lw-tencent-button {background: url('images/icon.png') -80px -122px;}
.lw-button-panel .lw-tencent-button:hover {background: url('images/icon.png') -240px -122px;}
.lw-img-outter { height: 100%; padding:30px 20px 128px 20px; box-sizing: border-box;}
.lw-button-panel {border-top:solid 1px #eee;}
.lw-img { height: 100%; overflow-x: hidden; overflow-y: auto; text-align: center;}
.lw-img p img {margin-top:180px; margin-left: 10px;}
.lw-img p img.loading {position: absolute; left: 0; right: 0; margin: auto; top: -34px; bottom: 0;}
.lw-button-panel .weibo {display: inline; float: left;width:80px;height:28px; margin-right: 10px;line-height: 28px;text-align: center;margin-top: 4px;}

/* 标签页 */
.tag-title { }
.tag-title h2 .tag-name { padding:0 10px; text-align: center;height:40px;line-height: 40px;display: inline-block;position: absolute;left: 0; right: 0;z-index: 5;top:0; }
.tag-title h2 {width: 640px; margin:0 auto; position: relative;height: 40px;}
.tag-title h2 a { background-color: #fff; display: inline-block; padding: 0 16px;}
.tag-title hr { position: absolute; width: 100%; top: 50%; border-top: 1px solid #e3e3e3; border-bottom: 0; margin: 0; padding: 0;left: 0;}

.body-article .sr-bdimgshare { display: none!important; z-index: -1!important;}

/* 视频缩略图 */
.video-thumb { position: relative; width: 200px; height: 150px; float: left; margin-right: 25px;}
.video-thumb > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.video-thumb > .play-icon { width: 40px; height: 40px; position: absolute; background: url(images/play.png); top: 50%; margin: -20px 0 0 -20px; left: 50%;}

/* 文章附件 */
.attachments {width: 100%;margin: 20px auto;overflow: hidden}
.attachments label {font-weight: bold;font-size: 15px;height: 45px;line-height: 45px;display: block}
.attachments ul {list-style: none;border: 1px solid #eee;padding: 0}
.attachments ul li {border-bottom: 1px solid #EEE;height: 45px;line-height: 45px;padding: 0 20px;}
.attachments ul li:last-child {border-bottom: none;}
.attachments .attach-item .attach-size {font-size: 14px;color: #CCC;float: right!important;}
.attachments .attach-download {display: inline-block;width: 40%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.attachments .attach-download:hover{color: #0672c5;}
.attachments .icon-filetype{width: 18px; height: 18px; display: inline-block;background: url(images/filetype.png);  float: left;margin-right: 10px;margin-top: 13px;}
.attachments .icon-filetype-excel{background-position: 0px 0;}
.attachments .icon-filetype-other{background-position: -18px 0;}
.attachments .icon-filetype-img{background-position: -36px 0;}
.attachments .icon-filetype-ppt{background-position: -54px 0;}
.attachments .icon-filetype-word{background-position: -72px 0;}
.attachments .icon-filetype-zip{background-position: -90px 0;}
.attachments .icon-filetype-psd{background-position: -108px 0;}

/* 音频小插件样式 */
.audio-box{width: 40%;height: 40px;min-width: 500px;background-color: #222;margin: 0 auto;text-align: initial;}
.audio-box .play-btn{width: 16px;height:100%;display: inline-block;background: url('images/mplay.png') no-repeat 0 center;margin-left: 6%;float: left;cursor: pointer;}
.audio-box .audio-progress{display: inline-block;width: 70%;height: 2px;background: #ccc;margin-top: 15px !important;margin-bottom:0 !important; margin-left: auto;margin-right: auto;}
.audio-box .audio-progress .audio-progress-bar{display: inline-block;width: 0;height: 100%;background: #26BF8F;float: left;}
.audio-box .currentTime{display: inline-block;width: 14%;height: 100%;line-height: 40px;text-align: center;color: #fff;text-indent:0;font-size: 14px;}
.audio-box .audio-playing{background: url('images/mplay.png') no-repeat -16px center;}

/* 文章相关阅读样式 */
.relatedread{width: 100%;}
.relatedread .panel-heading{padding:2px 10px;border: 1px solid #ddd;height:40px;line-height:40px;}
.relatedread .panel-body{padding: 15px;border: 1px solid #ddd;margin-top: -1px; display: block;height: 100%; float: left;}
.relatedread .panel-body li{ width: 100%; float:left; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd;}
.relatedread .panel-body li h3{ float:left; width: 100%; font-family: "'Microsoft Yi Baiti','宋体'"; line-height: 32px;}
.relatedread .panel-body li  h3 span { line-height: 20px; width: 100%; float:left}
.relatedread .panel-body li a:hover{color:#2d7eeb;cursor:pointer;}
.desc-l{color:#999;}
.desc-l2{color:#999;line-height: 15px; float: left; line-height: 20px;}
/*
原创内容页*/
.yc_h{ width: 100%; float:left; padding-top: 0.5em; border-bottom: #ddd 1px solid; padding-bottom: 1em; margin-bottom: 2.5em;}
.yc_h_a{ width: 960px; margin: auto;}
.yc_h h1{  text-align: left; font-family: "微软雅黑", "黑体"; line-height: 1.5em; font-size: 3.5em;color:#333; width: 100%; margin: auto; width: 960px; overflow: hidden;
  padding: 0.5em 0; float: left;}
.yc_h2{ width: 960px; float: left;}
.yc_h1{width: 960px; float: left;}
.yc_h1 a,.yc_h1 span{ float:left; margin-right:5px; color: slategrey;}
.yc_desc{
    width: 938px;
    background-color: #F6FAFD;
    border: 1px solid #DCDDDD;
    font-size: 14px;
    line-height: 23px;
    margin: 20px 0;
    padding: 12px 10px;
    text-align: justify;
}
.yc_article-content,.yc_article-content p{  line-height: 2.2em; font-size: 1.2em; font-family: "微软雅黑", "宋体"; text-indent: 33px; color:#333; width: 100%;float:left;}
.yc_article-content p img{ margin: auto; max-width: 100%;}
.yc_article-content p embed,.yc_article-content p p embed{ clear:both; margin-left: -33px;}
.article-content_b p img,.article-content_c p img,.article-content_d p img,.article-content_a p img,.article-content p img{ margin: auto;}
.yc_tj{ float:left; width: 100%;}
.yc_tj span {
    border-left: 3px solid #3669ca;
    padding-left: 10px;
    float: left;
    height: 30px;
}
.yc_tj span h2{ line-height: 30px; font-family: "微软雅黑", "宋体";font-size: 20px; font-weight: bold; color:#333}
.yc_tj_list{ float:left; width: 100%;}
.yc_tj_list ul li{ float: left; width: 100%; padding: 1.5em 0;border-bottom: 1px solid #ddd;  margin-bottom: 1em;}
.yc_tj_list ul li img{ float:left; width: 100%;}
.yc_tj_list ul li h3{ float: left; width: 100%; line-height: 30px; font-size:18px; font-family: "微软雅黑", "黑体", "宋体";padding: 0.5em 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.yc_tj_list ul li span{ float:left; width: 100%; line-height: 20px; color:#6e6e6e}
/*分页*/
.pages{text-align:center;margin-top:20px; padding-top:10px;width: 660px;}
.pages a{display:inline-block;margin:6px;padding:6px 10px;background:#f9f9f9;border:1px solid #d9d9d9;font-size: 14px;font-family: "微软雅黑", "宋体";}
.pages a.cur{cursor:default;background:#d3d3d3;color:#434343}
.pages a.cur:hover{text-decoration:none}
.tag_a a{ font-size:16px; line-height:32px;}
.article-content p img{ margin: auto}
.lm-c a{ color:#fff;}
/*关于我们*/
.about{ width: 960px; margin: 1em auto;}
.about a{ font-family: "微软雅黑", "黑体", "宋体", Arial, Helvetica, sans-serif;}
.a_h{ width: 980px; float:left; line-height: 2em; }
.a_h a,.a_h span{font-size:16px;font-family: "微软雅黑", "黑体", "宋体", Arial, Helvetica, sans-serif; padding-right: 1em; }
.a_m{ width: 980px; float: left;font-size:16px;font-family: "微软雅黑", "黑体", "宋体", Arial, Helvetica, sans-serif; margin-top: 20px;
border-top:1px solid #CCCCCC;}
.a_m_l{ width: 180px; background: rgba(189,189,189,0.42); float:left;}
.a_m_l ul li{ width: 175px; float:left; padding: 10px 0; text-align: center; line-height: 30px;border-left: 5px solid rgba(189,189,189,0.42);}
.cur{ background: #fff;  font-weight: bold;}
.a_m_r{margin-left: 30px;}
.a_m_r,.a_m_r p{  width: 770px;  float:left;font-family: "微软雅黑", "黑体", "宋体", Arial, Helvetica, sans-serif;
line-height: 32px; font-size: 16px; text-align: left; color:#1B1B1B; padding-top: 8px;}
.a_m_r img{ margin: auto; max-width: 100%;}
.footer{ border-top:1px solid #CCCCCC;}
.rycx{ width: 760px; text-align: center; margin: 10px 0;}
.rycx input{ width: 150px; height: 25px; border: 1px solid #CCCCCC; padding-left: 10px; color:#ff0000}
.rycx button{height: 25px; border: 1px solid #cacaca; background: #EDF6ED; margin: 0 10px; cursor: pointer}