@charset "UTF-8";

.index_cate_fix {
    background: #fff;
    padding: 15px;
    width: 90px;
    float: left;
}

.index_cate_fix li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_cate_fix li a.on, .index_cate_fix li a:hover {
    color: #fff;
    background: #0084ff;
}

.index_wrap {
    width: 1200px;
}

.index_main {
    height: 356px;
    overflow: hidden;
}

.index_wrap .index_slide {
    width: 650px;
    float: left;
    height: 356px;
    position: relative;
}

.index_slide .bd li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.index_slide .bd li h3 {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 3px #525252;
}

.index_slide .hd {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.index_slide .hd li {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 8px;
    text-indent: -9999px;
    background: rgba(7, 17, 27, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    transition: transform .2s;
    cursor: pointer;
}

.index_slide .hd li.on {
    background: #FFF;
    border: 1px solid rgba(7, 17, 27, .4);
}

.index_slide .slide-nav {
    display: none;
}

.index_slide .slide-nav a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    z-index: 2;
    border-radius: 3px;
    width: 40px;
    height: 70px;
    background: url(../img/slide_btn.png) no-repeat;
}

.index_slide .slide-nav a.prev {
    left: 3%;
    background-position: 0 0;
}

.index_slide .slide-nav a.next {
    right: 3%;
    background-position: -42px 0;
}

.index_slide .slide-nav a.prev:hover {
    background-position: 0 -72px;
}

.index_slide .slide-nav a.next:hover {
    background-position: -42px -72px;
}

.index_focus {
    float: left;
    width: 550px;
}

.index_focus li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 285px;
    height: 175px;
}

.index_focus li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.index_focus h3 {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 2;
    width: 98%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 3px #525252;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_wrap .index_focus li img {
    width: 265px;
}

.index_wrap .index_focus li {
    width: 265px;
}

.index_todaynews {
    background: #fff;
    padding: 13px 15px;
    height: 50px;
    line-height: 30px;
    overflow: hidden;
}

.index_todaynews_t {
    float: left;
    font-size: 14px;
    width: 100px;
    height: 30px;
    background: url(../img/recom.png) no-repeat;
    margin-right: 40px;
}

.index_wrap .index_todaynews .bd li {
    width: 290px;
}

.index_todaynews .bd li {
    float: left;
    width: 340px;
    height: 30px;
    text-indent: 15px;
    background: url(../img/dot2.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_todaynews .bd li a {
    font-size: 15px;
    color: #333;
    height: 30px;
}

.index_wrap .index_article {
    width: 860px;
    float: left;
}

.index_article_list li {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.index_article_list .load-more{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.index_article_list .load-more:hover{
    cursor: pointer;
}
.index_article_list .load-more .default {
    background-color: #fff;
    color: #037ef3;
    padding: 15px 0;
}
.index_article_list .thumbnail-link {
    float: left;
    width: 195px;
    margin: 0 20px 0 0;
    overflow: hidden;
    line-height: .5;
    max-width: 280px;
}

.index_article_list .thumbnail-link img {
    width: 100%;
    height: 126px;
}

.index_article_list .entry-overview {
    display: table;
}

.index_article_list .entry-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.index_article_list .entry-summary {
    display: table;
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    margin-bottom: 12px;
}
.index_article_list .entry-title a{
    font-size: 16px !important;
}
.index_article_list .entry-date {
    float: left;
    margin-right: 15px;
    color: #999;
    font-size: 13px;
}

.index_article_list .entry-category {
    margin-right: 15px;
    float: left;
}

.index_article_list .entry-category a {
    border: 1px solid;
    color: #037ef3 !important;
    border-color: #037ef3;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    -webkit-backface-visibility: hidden;
}

.index_article_list .meta-right {
    float: right;
}

.index_article_list .meta-right .entry-views {
    color: #999;
    font-size: 13px;
}

.index_article_list .entry-meta a {
    color: #999;
    font-size: 13px;
}

.index_article_list .entry-meta .entry-comment {
    margin-left: 7px;
    position: relative;
}

.index_article_list .entry-meta .entry-comment:before {
    background-color: #e9e9e9;
    content: " ";
    display: inline-block;
    height: 14px;
    width: 1px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}

/*右侧*/

.index_sidebar {
    float: right;
    width: 320px;
}

.index_sb_box {
    padding: 15px;
    background: #fff;
}

.index_sb_t {
    border-bottom: 1px solid #f5f6fa;
}

.index_sb_t h2 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
}

.index_sb_t h2 i {
    display: block;
    background-color: #0084ff;
    left: 1px;
    width: 50px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_sb_t h2 a {
    color: #333;
}

.index_hot_topic ul {
    margin-top: 20px;
}

.index_hot_topic li {
    margin-bottom: 15px;
}

.index_hot_topic li .pic {
    float: left;
    width: 110px;
    height: 70px;
}

.index_hot_topic li .pic img {
    width: 110px;
    height: 70px;
}

.index_hot_topic li .info {
    float: right;
    width: 145px;
}

.index_hot_topic li .info h3 {
    margin-bottom: 10px;
    height: 38px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    overflow: hidden;
}

.index_hot_topic li .info h3 a {
    color: #333;
}

.index_hot_topic li .info p {
    font-size: 12px;
    color: #999;
    line-height: 14px;
}

/*排行*/

.index_sb_tab_t {
    float: right;
}

.index_sb_tab_t li.on {
    color: #0084ff;
}

.index_sb_tab_t li {
    float: left;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.index_sb_tab_box li {
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
}

.index_sb_tab_box li a {
    display: block;
}

.index_sb_tab_box li.num1 i {
    background: #e1554e;
}

.index_sb_tab_box li.num2 i {
    background: #f3bf5a;
}

.index_sb_tab_box li.num3 i {
    background: #7586db;
}

.index_sb_tab_box li span {
    float: left;
    color: #333;
    font-size: 14px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_sb_tab_box li em {
    float: right;
    padding-left: 13px;
    color: #999;
}

.index_sb_tab_box li i {
    width: 22px;
    height: 22px;
    float: left;
    text-align: center;
    line-height: 22px;
    background: #c8c7c7;
    font-weight: 100;
    margin-right: 10px;
    color: #fff;
}

.index_sb_tab_box {
    display: none;
}

/*友情链接*/

.index_link li {
    float: left;
}

.index_link li a {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 15px;
}

.w_tit {
    border-bottom: 1px solid #f5f6fa;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
}

.w_tit h2 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
}

.w_tit h2 i {
    display: block;
    background-color: #0084ff;
    left: 1px;
    width: 50px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.w_tit h2 span{
    color: #0084ff;
    margin: 0 5px;
}

/*正文*/

.site-main {
    padding: 30px 30px 35px;
    background: #fff;
}

.site-main .entry-header {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-align: center;
}

.site-main .entry-header .entry-title {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.site-main .entry-header .entry-meta {
    font-size: 13px;
    color: #999;
}

.site-main .entry-header .entry-meta span {
    margin-right: 14px;
}

.site-main .entry-header .entry-meta a {
    color: #999;
}

.entry-content img {
    margin-bottom: 20px;
    max-width: 100%;
}

.entry-content p {
    line-height: 1.9;
    text-indent: 2em;
    font-size: 15px;
    color: #444;
}
.entry-content h2,.entry-content h3{
    line-height: 2.5;
}
.entry-content p.pic_center{
    text-indent: 0em;
    text-align: center;
}

.entry-tags {
    float: left;
    color: #999;
}

.entry-tags span {
    font-size: 14px;
    margin-right: 10px;
}

.entry-tags .tag-links a {
    background-color: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    color: #999;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin: 0 2px 5px 0;
    padding: 0 8px;
    position: relative;
}

.custom-share {
    float: right;
    position: relative;
}

.custom-share:before {
    color: #999;
    position: absolute;
    content: '分享';
    font-size: 13px;
    display: block;
    right: 100%;
    top: 2px;
    width: 36px;
    text-align: center;
}

.custom-share .bdsharebuttonbox a {
    background-color: #f5f6f7;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 0 0 4px;
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    padding: 0;
}

.custom-share .bdsharebuttonbox .bds_weixin {
    background-image: url(../img/icon-weixin.png);
}

.custom-share .bdsharebuttonbox .bds_tsina {
    background-image: url(../img/icon-weibo.png);
}

.custom-share .bdsharebuttonbox .bds_sqq {
    background-image: url(../img/icon-qq.png);
}

.custom-share .bdsharebuttonbox .bds_qzone {
    background-image: url(../img/icon-qzone.png);
}

.post-nav {
    margin: 25px 0 0;
}

.post-nav .post-previous, .post-nav .post-next {
    border-radius: 3px;
    position: relative;
    max-height: 120px;
    overflow: hidden;
    line-height: .5;
}

.ht_grid_1_2:nth-of-type(2n+1) {
    clear: left;
}

.ht_grid_1_2:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right;
}

.ht_grid_1_2 {
    float: left;
    width: 48.5%;
    height: 120px;
    margin-right: 3%;
}

.post-nav a {
    display: block;
}

.post-nav span, .post-nav h4 {
    color: #fff;
    position: relative;
    z-index: 99;
}

.post-nav .post-previous h4, .post-nav .post-previous span {
    left: 10px;
    padding-right: 10px;
}

.post-nav span {
    font-size: .85em;
    position: absolute;
    top: 10px;
}

.post-nav .thumbnail-wrap {
    max-height: 120px;
    overflow: hidden;
}

.post-nav img {
    width: 100%;
    height: auto;
}

.post-nav h4 {
    font-size: .85em;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    line-height: 1.4;
    max-height: 38px;
    overflow: hidden;
}

.post-nav .shadow {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    transition: .3s all;
}

.post-nav .post-next h4, .post-nav .post-next span {
    right: 10px;
    padding-left: 10px;
}

.related-content {
    margin: 25px 0 0;
}

.related-content .section-title {
    padding-left: 12px;
    position: relative;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 15px;
}

.related-content .hentry {
    margin-bottom: 10px;
    color: #999;
    list-style: none;
    position: relative;
    padding-left: 14px;
}

.related-content .section-title::before {
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 14px;
    background-color: #00aeff;
    position: absolute;
    top: 5px;
    left: 0;
}

.related-content ul li:before {
    border-radius: 50%;
    background-color: #ccc;
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
}

.entry-title a, .entry-title a:visited {
    color: #333;
    font-size: 14px;
}

.related-content ul li .entry-meta {
    color: #999;
    position: absolute;
    right: 0;
    font-size: 13px;
    width: 150px;
    text-align: right;
}

.related-content ul li .entry-meta .entry-comment {
    margin-left: 7px;
    padding-left: 11px;
    position: relative;
}

.related-content ul li .entry-meta .entry-comment:before {
    background-color: #ccc;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 6px;
}

.related-content ul li .entry-meta a {
    color: #999;
}
.comment-respond {
    border-top: 1px solid #f0f0f0;
    margin: 25px 0;
    padding: 25px 0 0;
}
.comment-reply-title {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 12px;
    position: relative;
}
.must-log-in {
    background: #f7f7f7;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 14px;
    color: #888;
    border-radius: 2px;
    margin-bottom: -27px;
    z-index: 2;
    position: relative;
}
.must-log-in a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    background-color: #00aeff;
    padding: 0 15px;
    margin: 0 -10px 0 10px;
    border-radius: 15px;
    z-index: 2;
    position: relative;
}
.comment-reply-title:before{
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #00aeff;
}

/*分页*/
.pagination{
    background: #fff;
    text-align: center;
    margin: 0px;
}
.pagination  span.page_nowindex {
    color: #00aeff;
    background-color: #f5f5f5;
}
.pagination  a, .pagination span {
    background-color: #fff;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 9px 0;
    padding: 0 10px;
    text-transform: uppercase;
}
/*人员查询*/
.toptitle {
    text-align: center;
    margin-top: 100px;
    padding-bottom: 30px;
}
.toptitle h3 {
    font-size: 34px;
    font-weight: 500;
}
#search-form dl {
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto;
}
#search-form dl dt {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
#search-form dd {
    float: left;
    width: 300px;
}
#search-form dl input {
    height: 30px;
    border-radius: 7px;
    border: 1px solid #bdbbbb;
    padding-left: 5px;
    width: 100%;
}
#search-form .botton {
    text-align: center;
}
#search-form .botton input {
    margin: 0 auto;
    height: 35px;
    width: 100px;
    background: #3297fc;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 7px;
}

.deanpiclist ul li {
    width: 150px;
    float: left;
    margin-top: 15px;
}

.deanpiclist ul li .deanpiclic {
    max-width: 100%;
}

.deanpiclist ul li .deanpiclicr {
    text-align: center;
}

/*电子杂志*/
.brand_search_condition_item {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 10px;
    overflow: hidden;
}
.precise_condition_item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.precise_condition_title {
    float: left;
    font-size: 14px;
    color: #0084ff;
    padding: 0 9px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.precise_condition_item_info {
    overflow: hidden;
    font-size: 14px;
}
.precise_condition_item_info a.current {
    background: #0084ff;
    color: #fff;
}
.precise_condition_item_info a {
    float: left;
    color: #999;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin-right: 11px;
}
.pdf_list ul li{
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 348px;
    
}
.pdf_list ul li a {
    display: block;
    border: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.pdf_list ul li a img{
    max-width: 100%;
    height: 300px;
}
.pdf_list ul li a .pdfshadow{
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.pdf_list ul li a .pdfshadow h3{
    font-weight: 400;
    font-size: 16px;
}
