@charset "utf-8";

/* CSS Document */

/*公共样式部分 start*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img, small, strong, b, u, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, input, table, tr, td {
    padding: 0px;
    margin: 0px;
}

textarea {
    resize: none;
    overflow: auto;
    line-height: 18px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol, ul li {
    list-style: none outside none;
}

img {
    border: none;
    display: block;
}

body, button, input, select, textarea {
    font: Arial, serif;
    color: #666666;
    outline: 0;
}

/*使 option 有间距*/
select {
    font-family: verdana, sans-serif;
}

body {
    background-color: #fff;
}

s, em {
    font-style: normal;
}

s {
    text-decoration: none;
}

h2 {
    font-size: 14px;
    color: #8B8989;
    font-family: "宋体","Microsoft YaHei", "黑体", "Simsun", serif;
}

h4 {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

font {
    color: #f5655c;
}

/* Links========================================================================== */
a {
    text-decoration: none;
    color: #333;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

a:focus {
    /* border: none; */
}

header, footer, article, section, nav, menu, hgroup {
    display: block;
}

/* Forms ========================================================================== */
button, input, optgroup, select, textarea {
    margin: 0;
}

button {
    overflow: visible;
    border: 0 none;
}

button, select {
    text-transform: none;
    vertical-align: middle;
}

button, html
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

optgroup {
    font-weight: bold;
}

table {
    /*border-collapse: collapse;*/

    border-spacing: 0;
}

td, th {
    padding: 0;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    *vertical-align: auto;
    padding: 0;
}

/*公共样式部分 end*/
body a {
    outline: none;
    _blr: expression(this.onFocus=this.blur());
}

body {
    font-size: 14px;
    font-family: 'Source Sans Pro',Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fl_p {
    float: left;
}

.fr_p {
    float: right;
}

.clear {
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    display: inline-table;
    min-height: 0;
}

* html .clearfix {
    height: 1%;
    _height: auto;
    _zoom: 1;
}

.clearfix {
    display: block;
}

.main_inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 6px;
}

/* 学者信息  基础信息 */
.schoolarInfoBox {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.schoolarInfoBox .schoolarImg {
    display: block;
    width: 195px;
    height: 237px;
}

.schoolarInfo-base {
    padding-left: 40px;
    width: 666px;
    min-height: 220px;
    padding-top: 8px;
}

.schoolarInfo-base h4 {
    font-size: 20px;
    font-weight: bold;
	padding-bottom:10px;
}
.QR_code{
    float: right;
	display:block;
	width: 24px;
	height: 24px;
	background:url(../images/QR.png) center center no-repeat;
	margin-right:15px;
}
.QR_code_box{
	float: right;
	display:block;
	width: 24px;
	height: 24px;
	position:relative;
}
.QR_code_box .card_box{
	position:absolute;
	top:28px;
	left:-200px;
	width:540px;
	height:210px;
	border:1px solid #eee;
	background:#fff;
	box-shadow:1px 2px 3px rgba(0,0,0,.3);
	display:none;
}
.lhfw_tit{
	font-size:16px;
	font-weight:bold;
	margin-left:30px;
	line-height:30px;
	padding-top:10px;
	border-top:1px solid #ccc;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif,'微软雅黑';
}
.lhfw_tit span{
	color:#36C;
	font-weight:bold;
}
.card_box h5{
	font-size:14px;
	color:#333;
	padding-left:5px;
	line-height:30px;
	font-weight:bold;
 }
.card{
	width:410px;
	height:180px;
	border-radius:6px;
	border:1px solid #eee;
	float:left;
	margin:13px 0 0 13px;
	background:url(../images/card_bg.jpg) no-repeat center;
	background-size:cover;
}
.card_l{
	float:left;
}
.card_l img{
	width:84px;
	height:103px;
	margin:20px 10px 0 10px;	
}
.card_l a{
	display:block;
	width:84px;
	border-radius:3px;
	background:#f70;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:24px;
	margin:10px 0 0 10px;
	font-weight:bold;
	cursor:default;
}
.card_r{
	float:left;
	padding:20px 0 0 5px;
}
.card_r p{
	font-size:13px;
	line-height:28px !important;
	width:290px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:300;
}
.card_r p span{
	color:#333 !important;
	margin-right:5px;
}
.card_name{
	font-size:14px;
	font-weight:bold;
}
.QR{
	float:right;
}
.QR img{
	width:90px;
	height:90px;
	margin:18px 12px 10px 0;
}
.QR p{
	width:100px;
	font-size:13px;
	line-height:22px !important;
	font-weight:300;
}
.btn-import-scholar:hover{
    color:#f40;
}
.schoolarInfo-base b {
    display: block;
    font-size: 18px;
    padding: 20px 0;
}

.schoolarInfo-base p {
    line-height: 28px;
}

.schoolarInfo-base p span {
    color: #bababa;
}

.schoolarInfo-data {
    width: 290px;
    height: 240px;
    border-left: 1px solid #eee;
}

.schoolarInfo-data li {
    float: left;
    width: 105px;
    height: 60px;
    padding: 0px 0 10px 35px;
    white-space: nowrap;
}

.schoolarInfo-data li span {
    /*color: #a90237;*/
	color:#666;
    line-height: 36px;
    font-size: 24px;
}
.schoolarInfo-data li p{
	color:#c1ac82;
	font-size:16px;
} 

/* 选项卡 学者简介等*/
.tabbox .tabhead {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
}

.tabbox .tabhead li {
    float: left;
    height: 47px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
}



.tabbox .tabbdbox .active {
    display: block;
}

/* =================学术成果=================== */
/*左侧菜单*/
.b_sidebar-a {
    float: left;
    width: 290px;
    padding-top: 20px;
}

.b_sidebar-a em {
    float: right;
    line-height: 22px;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    margin: 21px 20px 0 0;
    font-size: 14px;
}

.b_nav {
    margin-bottom: 16px;
}

.b_nav > li + li {
    border-top: 1px solid #ededed;
}

.b_nav > li > a {
    display: block;
    width: 90%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    font-family: "microsoft yahei";
    padding-left: 10%;
    background-color: #e0e0e0;
}



.b_nav > li.on em {
    background: none;
}

.b_nav > li p {
    padding-top: 10px;
}

.b_subnav dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.b_subnav h5 {
    height: 48px;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.b_subnav li {
    height: 26px;
    padding-left: 10px;
    margin-top: 8px;
    line-height: 26px;
}

.b_subnav li a {
    display: block;
    color: #666;
    font-size: 14px;
    border: none;
}

.b_subnav li:hover,
.b_subnav li.cur {
    background-color: #f4f4f4;
}

.b_subnav em {
    *margin-top: -26px;
}

.b_subnav input[type="text"] {
    width: 50px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.b_subnav .btn_sure {
    margin-left: 5px;
    font-size: 13px;
    color: #333;
    border: 1px solid #dcdcdc;
    width: 40px;
    line-height: 24px;
    text-align: center;
    padding: 3px 5px 5px 5px;
}

.b_subnav .btn_sure:hover {
    color: #fff;
    background-color: #ff812d;
    border: 1px solid #ff812d;
}

.tree_first_stage {
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
}

/* 学术成果右侧内容样式 */
.b_content {
    float: right;
    width: 908px;
    min-height: 211px;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

/*学者共享成果*/
.opts-box {
    height: 30px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    clear: both;
}

.opts-l {
    float: left;
}

.opts-r {
    float: right;
}

.opts-box label {
    margin-right: 10px;
    line-height: 30px;
    cursor: pointer;
}

.opts-box label input {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.b_sidebar-a .tree_first_stage {
    margin-top: 10px;
}

.tit_box .right_a {
    float: right;
    display: block;
    width: 45px;
    line-height: 24px;
    height: 24px;
    color: #696969;
    font-size: 12px;
    margin: 11px 15px 0 0;
}

.tit_box .download {
    background: url(../images/download_39.png) no-repeat;
    background-position: top right;
}

.tit_box .preview {
    background: url(../images/preview.png) no-repeat;
    background-position: top right;
}

.tit_box .download:hover, .tit_box .preview:hover {
    background-position: bottom right;
    color: #333;
}
.main_seach .Selected {
    float: left;
    width: 540px;
}

.Selected {
    width: 850px;
    padding-left: 30px;
}

.Selected div {
    float: left;
    padding: 2px 5px;
    line-height: 18px;
    vertical-align: middle;
    margin-top: 18px;
    background: #5cada4;
    color: #fff;
    font-size: 12px;
    font-family: '微软雅黑';
    height: 18px;
    border-radius:3px;
}

.Selected div:hover {
    background: #47958d;
}

.Selected div a {
    height: 20px;
    margin-left: 2px;
    width: 18px;
    display: block;
    float: right;
    background:url(../images/icon_front.png) 0 -573px no-repeat;
}

.Selected div a:active {
   opacity:.6;
}

.Selected div + div {
    margin-left: 10px;
}

/*排序*/
.order li + li {
    border-left: 1px solid #dcdcdc;
}

.order li {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 8px;
}
.order li:first-child {
    padding-left: 30px;
}
.order li:not(:first-child) {
	 padding-left: 10px;
}

.order li .icon {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 1px;
    vertical-align: middle;
}

.order li {
    *display: inline;
}

.order li.descend .icon,
.order li.ascend .icon {
    background-image: url(../images/icon_front.png);
    background-repeat: no-repeat;
    //transition: background .3s ease;
}

.order li.descend .icon {
    background-position: -2px -624px;
}

.order li.ascend .icon {
    background-position: -2px -640px;
}

.order li a {
    color: #333;
}

/*分类*/
.sort {
    position: relative;
    color: #666;
    height: 26px;
    z-index: 22;
}

.sort a {
    display: block;
}

.sort-default {
    display: inline-block;
    font-size: 14px;
    width: 85px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 6px;
}

.sort-default span {
    display: block;
    width: 60px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.sort-default .sort-icon {
    display: inline-block;
    color: #000;
}

.sort-list {
    position: absolute;
    display: none;
    border: 1px solid #dfdede;
    border-radius: 4px 4px 0 0;
    background: #fff;
    left: -1px;
    top: -1px;
    width: 100%;
}

.sort-list a {
    padding: 0 12px 0 0;
    color: #333;
    text-align: center;
}

.sort-list li {
    height: 26px;
    line-height: 26px;
}

.sort-list li.cur a {
    color: #53a2e4;
}

.sort-list li a:hover {
    color: #53a2e4;
    text-decoration: none;
    background: #f5f5f5;
}

.list_top_bar {
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 15px;
}

.list_top_bar .top_r {
    float: right;
}

.list_top_bar em {
    margin: 0 5px;
    font-style: normal;
}

.list_top_bar .fl .export_btn {
    margin-left: 15px;
}

.list_top_bar .fl .export_btn:active {
    opacity: .7;
}

.list_top_bar .fl input {
    vertical-align: middle;
    margin-top: -2px;
}

.achievement_list {
    width: 100%;
    margin-bottom: 52px;
}

.achievement_list dd {
    padding: 20px 0 20px 35px;
    border-bottom: 1px solid #ededed;
}

.achievement_list .tit {
    display: block;
    padding-left: 6px 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-family: 'microsoft yahei';
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.achievement_list .sign {
    margin-right: 7px;
    color: #438570;
    font-style: normal;
}

.achievement_list .tag_box {
    min-height: 30px;
}

.achievement_list .tag_box li {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    background: #c1ae90;
    color: #fff;
    font-size: 12px;
    font-family: '微软雅黑';
}

.achievement_list .tag_box li {
    *display: inline;
}

.achievement_list .name-btn-box {
    height: 24px;
    line-height: 24px;
    clear: both;
}

.achievement_list .name {
    width: 820px;
    margin-left: 0;
    font-size: 13px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    padding-top: 5px;
}

.name-btn-box .download {
    float: right;
    width: 45px;
    color: #696969;
    background: url(../images/download_39.png) no-repeat;
    background-position: top right;
}

.name-btn-box .download:hover {
    color: #333;
    background-position: bottom right;
}

.achievement_list .abstract {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    clear: both;
}

.main_r_list {
    margin-bottom: 30px;
    margin-left: 30px;
}

.list_single{
   margin-top:10px;
}
.list_single .tit{
   line-height:1.8;
   width:870px;
   /*white-space:nowrap; 
   overflow:hidden;
   text-overflow:ellipsis;*/
   float:left;
   letter-spacing:1px;
   margin-bottom:10px;
}
.tit_box .number{
   float:right;
   line-height:40px;
   color:#ff6500;
   font-family:'宋体';
}
.tit_box .number span+span{
   margin-left:15px;
}
#checkbox_tit{
   margin-right:5px;
}
.list_single  .name{
    margin-left: 0 !important;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0;
	margin-right: 20px;
}
.name_box{
   width:880px;
   min-height:20px;
}

.tit_b{
   /*margin-left:31px;*/
   line-height:25px;
   font-size:13px;
}
.number .right_a{
   display:inline-block;
   width:20px;
   line-height:24px;
   height:20px;
   color:#696969;
   font-size:12px;
   margin-left:10px;
}
.number .download{
   background:url(../images/icon_front.png) no-repeat -2px -910px;
}
.number .preview{
   background:url(../images/icon_front.png) no-repeat -2px -866px;
}
.number  .download:active,.number .preview:active{
   opacity:.6;
}
.list_single .time{
   margin-left:6px;
   color:#8c8c8c;
}
.abstract{
   margin:2px 0 0 0;
   font-size:14px;
   color:#666;
   /*font-family:'宋体';*/
   line-height:1.8;
   padding-bottom:10px;
}
.list_single .number{
   color:#947c67;
   font-family:'宋体';
   margin-right:5px;
   font-size:13px;
   float: right;
   display: inline-flex;
}
.list_single .number span {
   display: inline-block;
   height:24px;
   line-height: 1.8;
   margin-left:15px;
}
.number_box{
   /*border-bottom:1px solid #ededed;*/
   /*padding-bottom: 10px;*/
}

/*.tag_box{float:left;}*/
.tag_box .E_sl{border:1px solid #83B235;color:#83B235 !important;}
.tag_box li{ display: inline-block;line-height:16px;padding:2px 5px;  margin-right: 3px; /*background:#c9a989;*/ border:1px solid #c9a989; color:#b5885b;  border-radius:3px;}
.tag_box li{ *display: inline;}
/*学者共享成果 end*/

/*page start*/
.pages {
    width: 750px;
    margin: 50px auto;
    padding-left: 130px;
    height: 43px;
}

.pages #Pagination {
    float: left;
    overflow: hidden;
}

.pages #Pagination .pagination {
    height: 40px;
    text-align: right;
    font-family: \u5b8b\u4f53,Arial;
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 12px 18px;
    border: 1px solid #eee;
    border-right: none;
    background: #f9f9f9;
    color: #666666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
    cursor: pointer;
}

.pages #Pagination .pagination a:hover,
.pages #Pagination .pagination .current {
    background: #ffac59;
    color: #fff;

    /*border:1px solid #ffac59;*/
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
    float: left;
    padding: 12px 13px;
    border: 1px solid #eee;
    background: #f9f9f9;
    color: #666666;
    cursor: pointer;
}

.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;

    /*background: url(../images/icon.fw.png) no-repeat;*/
}

.pages #Pagination .pagination .prev {
    border-right: none;
}

.pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    *background-position: -144px -4px;
}

.pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    *background-position: -156px -4px;
}

.pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: none;
    cursor: default;
}

.pages .searchPage {
    float: left;
    padding: 8px 0;
}

.pages .searchPage .page-sum {
    padding: 11px 13px;
    color: #666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
}

.pages .searchPage .page-go {
    padding: 8px 0;
    color: #666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
    padding: 10px 0\9;
    *padding: 6px 0;
}

.pages .searchPage .page-go input {
    width: 21px;
    height: 20px;
    margin: 0 5px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
}

.pages .searchPage .page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 5px;
    background: #ffac59;
    border-radius: 2px;
    color: #ffffff;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 14px;
    text-decoration: none;
}

/*page end*/

/*学者介绍*/
.intro-brief {
    padding-left: 20px;
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    text-indent: 2em;
}
.intro-brief-gxt{
	/*padding-left: 25px;*/
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
}

.intro-detail dd {
    padding-left: 25px;
    padding-bottom: 5px;
    color: #333;
    border-top: 1px solid #ededed;
}

.intro-detail h6.tit {
	padding-top: 5px;
    font-size: 16px;
    line-height: 40px;
}
.intro-detail h6.tit span{
    vertical-align: middle;
}
.intro-detail li {
    padding: 5px 0 5px 20px;
    font-size: 14px;
    line-height: 28px;
}

.intro-detail li a {
    margin-left: 20px;
    color: #ff8230;
    font-size: 13px;
}

.intro-detail li .icon {
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-left: 5px;
}

.intro-detail li .icon-download {
    background-image: url(../images/download_39.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
}

.intro-detail li a:hover .icon-download {
    background-position: 0 -25px;
}

.intro-detail .icon-bg-list li {
    background: url("../images/icon_front.png") -35px -1398px no-repeat;
}

/* 合作关系  */
/*合作关系侧边栏*/
.scholar-togetherbox {
    padding: 20px 0 30px 20px;
    /*background-color: #f2f2f2;*/
}

.scholar-togetherbox .sidebar {
    float: left;
    width: 288px;
    min-height: 10px;
    background: #fff;
    /*box-shadow: 0 0 10px 3px #ddd;*/
    border: 1px solid #e2e2e2;
}

.scholar-together-tit {
    width: 268px;
    height: 24px;
    padding: 10px;
    color: #fff;
    line-height: 22px;
}

.scholar-together-tit .tit-txt {
    font-size: 16px;
    /*font-weight: 700 !important;*/
}

.scholar-together-tit .page-slide > i {
    cursor: pointer;
    font-size: 12px;
    padding: 0 4px;
    font-family: arial,"宋体";
    margin: 0 3px;
    font-weight: 700;
}

/*.scholar-together-tit .page-slide span {
    font-weight: 700 !important;
}*/

.scholar-together-con {
    padding-bottom: 30px;
    font-size: 14px;
}

.scholar-together-con > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    padding-left: 38px;
}



/* 合作关系右侧内容 */
.scholar-togetherbox-con {
    float: right;
    width: 888px;
}

.scholar-togetherbox-con .hz-chart {
    position: relative;
    width: 800px;
    padding: 0px;
    margin: 0 auto;
    /*background: #f2f2f2;*/
    overflow: visible;
    border: 1px solid #e2e2e2;
    /*box-shadow: 0 0 10px 3px #ddd;*/
}

.scholar-togetherbox-con .hz-chart-head {
    position: relative;
    width: 800px;
    padding: 0px;
    margin: 0 auto;
    overflow: visible;
}

.articlelist {
    padding: 22px 22px 0;
}

.articlelist li {
    position: relative;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.articlelist .articlelist-link {
    font-size: 16px;
    font-weight: 600 !important;
}

.articlelist .articlelist-link:hover {
    color: #a90237;
    text-decoration: underline;
}

.articlelist .articlelist-link strong {
    color: #028343;
    font-weight: 600 !important;
}

.articlelist .articlelist-link:hover strong {
    color: #a90237;
}

.articlelist h4 span {
    height: 16px;
    padding: 0 5px;
    margin-left: 10px;
    background: #c7b093;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.articlelist p {
    padding-left: 10px;
}

.articlelist p span {
    font-size: 12px;
    color: #8c8c8c;
}

.articlelist .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../images/icon-preview-download.png) -1px 0 no-repeat;
}

.articlelist .btnbox {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 80px;
    text-align: center;
}

.articlelist .btn {
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: #a90237;
    margin-bottom: 5px;
    border: 1px solid  transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.articlelist .btn:hover {
    border: 1px solid #a90237;
    background-color: #fff;
}

.articlelist .btn .icon-download {
    background-position: 0 -31px;
}

/* 统计分析内容样式 */
.tongjibox {
    padding-top: 20px;
}

.floor {
    margin-bottom: 20px;
}

.floor-tit {
    height: 30px;
    line-height: 30px;
}

.floor-tit span {
    font-size: 16px;
    font-weight: 700 !important;
    vertical-align: middle;
}

.floor-col {
    width: 598px;
    min-height: 10px;
}

.floor .chartbox {
    min-height: 100px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}
.floor .detailbox{
   margin-bottom: 20px;
   padding: 0 20px;
}
.floor .pages{
    margin-bottom: 20px;
    padding-top: 20px;
}
.floor .chartbox img{
    display: block;
    margin:0 auto;
}
.floor-db {
    padding-top: 30px;
    margin-bottom: 40px;
}

.floor-wrap {
    border: 1px solid #ccc;
}

.floor-db .floor-tit {
    margin-top: -30px;
}

.floor-wrap .chartbox {
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

.table_bottom{
   line-height:56px;
   margin-left:30px;
   height:56px;
   background:#fff;
}
.table_bottom select{
   min-width:80px;
   text-align:center;
   height:22px;
   margin-left:10px;

}
.table_bottom select option{
   text-align:center;
   line-height:26px;
}
.display{
   
   float:left;
}
.page{
   height:30px;
   background:#fff;
   min-width:118px;
   float:right;
   margin:13px 55px 0 0;
   
}
.page ul{
   float:left;
   border:1px solid #eee;
}
.page li a{
   display:block;
   line-height:28px;
   min-width:46px;
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
}
.page li a:hover{
   background:#8fb1f0;
   color:#fff;
   text-decoration:none;
}
.page li .active{
   background:#8fb1f0;
   color:#fff;
   cursor:default;
   text-decoration:none;
}
.page li+li{
   border-left:1px solid #e1e1e1;
}
.page li{
   float:left;
}
.prev:active,.next:active{
   background-color:#f5f5f5;
}

.prev{
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   color:#333;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
}
.next{
   float:right;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   color:#333;
   font-size:13px;
   border-radius: 0 3px 3px 0;
   border:1px solid #eee;
}
.prev_disabled {
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
   cursor:default;
   color:#E5E0E0;
   text-decoration:none;
}
.next_disabled {
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
   cursor:default;
   color:#E5E0E0;
   text-decoration:none;
}

/*.icon-tit-line{
    display: inline-block;
    *display: inline;
    *zoom:1;
    height: 16px;
    width: 0;
    border-left: 2px solid #a90237;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 0;
}*/

.page-slide{
	margin-top: 20px;
}

.page-btn-prev{
	margin-left: 25px;
	cursor: pointer;
	font-size: 12px;
	font-style: normal;
}

.page-btn-next{
   margin-right: 25px;
   cursor: pointer;
   font-size: 12px;
   font-style: normal;
}


.dcjl,.ywbg{
	float:right;
	display:block;
	color:#444;
	height: 47px;
	line-height:47px;
	padding:2px 0 0 25px;
	font-size:13px;
	margin:0 5px 0 20px;
}
.tabhead a:active{
	opacity:.8;
}
.dcjl{
	background:url(../images/icon_front.png) no-repeat -2px -699px;
}
.ywbg{
	background:url(../images/ywbg.png) no-repeat left center;
}
.list_top_bar .fl .clear_hover_color {
    margin-left: 15px;
}
.isNotInternal{
	 display: inline-block;
	 margin-bottom: -9px;
}
.kyxm{
	float:left;
	padding-right: 20px;
}
.kyxm_all{
	overflow: hidden;
	line-height: 28px !important;
}
.kyxma{
	display:inline-block;
	cursor:pointer;
	font-family: 'Source Sans Pro',Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif;
	margin-left: 0px !important;
	font-size: 14px !important;
}
/* .followScholar{
	cursor:pointer;
   display: inline-block;
   margin-left: 10px;
   height: 15px;
} */
#subscription {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding: 2px 5px 2px 23px;
    border-radius: 3px;
    background: #FF7700 url(../images/gz.png) no-repeat 3px center;
}
/*导出简历弹窗 start*/
.export_CV{
   position:fixed;
   top: 20%;
    left: 25%;
   width:800px;
   background:#fff;
   z-index:10;
   border:1px solid #afafaf;
   border-radius:6px;
   display:none;
}
.CV_top{
   height:30px;
   line-height:30px;
   color:#fff;
   padding-left:20px;
   border-radius:6px 6px 0 0;
}
.CV_top a{
   color:#fff;
}
.CV_top a:active{
   opacity:.8;
}
.CV_bottom{
   padding:0 20px;
}
.CV_tit{
   line-height:30px;
}
.CV_check{
   border-bottom:1px dotted #ccc;
   min-height:30px;
   line-height:30px;
   padding:3px 0;
}
.CV_check label{
   margin-right:15px;
}
.CV_check label input,.CV_check label span{
   vertical-align:middle;
}
.CV_check_s{
   border-bottom:1px dotted #ccc;
   width:100%;
   padding:3px 0;
}
.CV_check_s label{
   margin-right:10px;
}
.CV_btn{
   margin:18px auto 0;
   width:200px;
   height: 50px;
}
.CV_btn a{
   display:block;
   width:60px;
   height:24px;
   line-height:24px;
   text-align:center;
   float:left;
   font-size:13px;
   border-radius:3px;
}
.Y_btn{
   margin-right:40px;
}
/*导出简历弹窗 end*/
.activityNameDiv{
	width: 600px;
   display: inline-block;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.activityDateSpan{
	margin-left: 50px;
}


.fs-wrap {
    position: relative;
    display: inline-block;
    width: 194px;
    font-size: 13.5px;
    line-height: 1;
   /*  float: left; */
   	top:10px;
    margin-top: 7px;
}

.fs-label-wrap {
    height: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 4px 22px 2px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
    width: 100%;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    width: 100%;
    padding: 2px 4px;
    border: 0;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option {
    cursor: pointer;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-wrap .fs-option:hover {
    background-color: #f5f5f5;
}

.fs-optgroup-label {
    font-weight: bold;
}
.hidden{
	display: none;
}
