@charset "utf-8";

/* CSS Document */
/*reset 
------------------------------------------------------------------------------------------------------------------*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
pre,
form,
fieldset,
p,
blockquote,
label,
table,
th,
tr,
td,
embed,
object,
input {
  margin: 0px;
  padding: 0px;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
fieldset,
img,
a img,
a:link img,
a:visited img {
  border: 0px;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
embed,
object {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

* {
  outline: none;
}

/*clearfix 
------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

body {
  font: 14px/150% Arial, Verdana, '微软雅黑';
  color: #141414;
  line-height: 20px;
  min-width: 1400px;
  overflow: auto;
} /*全局文字样式 字体 字号 颜色 字重 行高*/

.wrap {
  width: 1400px;
  margin: 0 auto;
}

/* 公共样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.btn-round {
  color: #696B95;
  display: inline-block;
  padding: 8px 31px;
  font-size: 14px;
  border-radius: 18px;
  background: #E5E7F4;
}
.btn-primary {
  color: #000;
  background-color: #DFBA7A;
}
.btn-gradation {
  color: #fff;
  background: linear-gradient(-90deg, #AB8533, #D2A65E);
}
.btn-gray {
  color: #999999;
  background: #E6E6E6;
}
.mr10 {
  margin-right: 10px;
}
.shadow-box {
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 6px 20px 0px rgba(85,85,85,0.15);
  border-radius: 12px;
}
.loading {
  box-sizing: border-box;
  padding: 105px 30px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.loading i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/loading.gif) no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

/* 门户首页 */
.canvas-container {
  height: 260px;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.canvas-bg {
  width: 100%;
  height: 100%;
  filter: blur(100px);
  opacity: .4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#jellyCanvas {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.marquee-container {
  width: calc(100% - 470px);
  height: 30px !important;
}
.marquee {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.icon-laba {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 5px 0 0;
}
.cnki-home {
  margin-left: 20px;
  opacity: .7;
}
.header-tip p {
  white-space: nowrap;
}
.selected {
  width: 70px;
  height: 20px;
  padding-left: 10px;
  background: rgba(255, 255, 255, .8);
  border-radius: 3px;
  border: 1px solid #E5E7F4;
  font-size: 13px;
  color: #1A1A21;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.selected::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #687AA8;
}
.selected ul {
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  border-radius: 3px;
  transition: background-color .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  left: -1px;
  top: 21px;
  width: 72px;
  z-index: 9999;
  padding: 5px;
}
.selected:hover span {
  color: #3a32cf;
}
.selected ul.hide{
  display: none;
}
.selected ul li {
  color: rgb(51, 54, 57);
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  cursor: pointer;
  border-radius: 3px;
}
.selected ul li:hover {
  background-color: rgb(243, 243, 245);
}
.home {
  /* background-color: #141414; */
  background-image: linear-gradient(180deg,#f1f6ff,#e8f1ff 40%,#e6e8ff 50%,#e3edff 60%,#fff);
  min-height: 100vh;
  height: 100%;
}
.home .btn-round.mr10 {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}
.login_box {
  color: #696B95;
}
.login_box .org_info {
  color: #fff;
  cursor: default;
}
.login_box .color-primary {
  color: #DFBA7A;
  cursor: default;
}
.login_box .lgoutbtn {
  display: inline-block;
  padding: 8px 31px;
  font-size: 14px;
  border-radius: 18px;
  background-color: rgb(255, 255, 255, 0.1);
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.login_box .lgoutbtn:hover {
  background-color: rgb(255, 255, 255, 0.2);
}
.login_box_out {
  display: none;
}
.login_box_out .dis-inline {
  display: inline-block;
}
.org_name,.username {
  color: #4C45D2;
}
.return_old.show {
  display: inline-block;
}
.return_old.hide {
  display: none;
}
.login-div {
  display: inline-block;
}
.login-div+.login-div {
  margin-left: 25px;
}
.login-div .img-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #E5E7F4;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  color: #696B95;
}
.login-div .img-btn img{
  vertical-align: middle;
}
.org_login_in, .user_login_in {
  cursor: pointer;
}
/* 总库统一登录头 */
#cnki_login {
  display: inline-block;
  margin-top: -15px;
}
#cnki_login .ecp_header_container {
  background-color: transparent;
}
#cnki_login .ecp_header_login_area {
  margin-left: 10px;
}
#cnki_login .ecp_header_personal_loginbg::before,
#cnki_login .ecp_header_unit_loginbg::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
#cnki_login .ecp_unit_loginCss,
#cnki_login .ecp_header_unit_loginbg::before {
  background: #E5E7F4 url(../images/org.png) no-repeat center center;
  background-size: 20px 20px;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
}
#cnki_login .ecp_header_personalName_icon,
#cnki_login .ecp_header_personal_loginbg::before {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  background: #E5E7F4 url(../images/user.png) no-repeat center center;
  background-size: 20px 20px;
}
#cnki_login .ecp_header_personal_loginbg,
#cnki_login .ecp_header_unit_loginbg {
  background: none;
  font-size: 14px;
  color: #696B95;
  width: auto;
  max-width: 150px;
  margin-left: 20px;
}
#cnki_login .ecp_personal_mouseover {
  color: #4C45D2 !important;
  background: none !important;
}
#cnki_login .ecp_header_personalName,
#cnki_login .ecp_header_unitName {
  font-size: 14px;
  width: auto;
  max-width: 100px;
  margin-right: 20px;
}
#cnki_login .ecp_personalLoginBox,
#cnki_login .ecp_unit_LoginBox {
  z-index: 9;
}
/* end */
.ecp_mycnki_link.ecp_equity_link {
  display: none;
}
li#personal-center-link:hover {
  background: #ecf4ff;
}
.ecp_mycnki_LoginoutBox .ecp_mycnki_link {
  padding-top: 0;
}

.home .ch-title,
.home .en-title {
  text-align: center;
}
.home .ch-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 32px;
  color: #131313;
  margin-top: 83px;
}
.home .en-title {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #748095;
  margin-top: 14px;
}
.home .search-subject {
  position: relative;
  width: 860px;
  margin: 0 auto;
  z-index: 1;
  padding: 100px 0;
}
.search-subject .search_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-subject .main-search {
  position: relative;
}
.search_item {
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #696b95;
}
.search_item p:hover {
  color: #4c45d2;
}
.search-subject .s_input {
  display: inline-block;
  box-sizing: border-box;
  height: 55px;
  line-height: 55px;
  padding: 0 10px 0 35px;
  width: 760px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  color: #696B95;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 24px;
  box-shadow: 0px 0px 20px 0px rgba(214,217,241,0.5);
}
.search-subject .searchBtn {
  position: absolute;
  top: 19px;
  right: 32px;
  width: 22px;
  height: 25px;
  background: url(../images/btnSearch1.png) no-repeat;
  cursor: pointer;
}
.search-subject .searchBtn:hover {
  background: url(../images/btnSearch2.png) no-repeat;
}
.dropdown-menu {
  display: none;
  position: absolute;
  width: 760px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  transition: height 0.3s;
  padding: 10px 0;
  border-radius: 15px;
}
.dropdown-menu li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.dropdown-menu li:hover {
  background-color: rgb(76, 69, 210, 0.1);
}
.dropdown-menu li a {
  display: block;
  color: #131313;
}
.dropdown-menu li:hover a {
  color: #4c45d2;
}
.dropdown-menu .none,
.no-data {
  display: none;
}
.dropdown-menu .show-data {
  display: block;
}
.dropdown-menu .show-data a {
  cursor: text;
}
.home .subject-list {
  margin: 0 60px;
}
.subject-list .subject-item {
  display: inline-block;
  width: calc(25% - 35px);
  margin-right: 40px;
}
.subject-list .subject-item:nth-child(4n) {
  margin-right: 0;
}
.subject-list .subject-item img {
  width: 100%;
  border-radius: 10px;
}
.subject-item {
  color: #748095;
  vertical-align: top;
  margin-bottom: 65px;
}
.subject-item .title {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #131313;
}
.subject-item .title .fl {
  font-size: 16px;
}
.subject-item .intro {
  font-size: 14px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn-subject {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/arraw1.png) no-repeat;
  margin-top: 20px;
}
.subject-item .title:hover .turn-subject {
  background: url(../images/arraw2.png) no-repeat;
}

/* 绿色金融专题 */
.subject-bj {
  background: url(../images/bj.jpg) no-repeat;
  background-size: cover;
}

/* header */
.header-tip {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  background: #3a32cf;
  color: #fffc;
  padding: 0 22px;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-top {
  height: 60px;
  padding: 0 35px;
  background: #F9F9FB;
  box-shadow: 4px 11px 14px 0px #E8EDFC;
  position: relative;
  z-index: 1;
}
.header-top .fr {
  margin-top: 12px;
}
.header-top .logo {
  margin-top: 12px;
  height: 32px;
  line-height: 32px;
}
.header-top .logo img {
  vertical-align: top;
}
.cfkd-logo {
  display: inline-block;
  height: 32px;
  vertical-align: top;
}
.header-top .cfkd-logo img {
  margin: 4px 10px 0 0;
}
.header-top .hot-subject{
  display: inline-block;
}
.header-top .hot-subject>span {
  display: inline-block;
  font-size: 20px;
  height: 35px;
  font-weight: bold;
  color: #131313;
  background: url("../images/logo_bj.png") no-repeat right bottom;
  background-size: 80%;
}
.header-top .hot-subject>span::before {
  content: '';
  display: inline-block;
  width: 0px;
  border-left: 1px solid #57597E;
  height: 17px;
  margin-right: 15px;
  vertical-align: -3px;
}
.header-top .fr .login-btn {
  color: #333;
  margin-left: 15px;
  cursor: pointer;
  margin-right: 20px;
}
.header-top .fr .register-btn {
  color: #000;
  cursor: pointer;
}
.search-part {
  height: 280px;
  margin: 0 auto;
  padding-top: 170px;
  background: url(../images/img_zt.png) no-repeat 91% 83%;
}
.searchBox {
  width: 800px;
  overflow: hidden;
  text-align: center;
}
.searchBox .title {
  color: #000;
  font-size: 46px;
  width: 800px;
  margin: 0px 0 25px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 1;
}
.searchBox .title .color-primary {
  color: #0747FF;
}
.searchNav {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
.searchNav li {
  font-size: 16px;
  padding: 5px 11px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.searchNav li a {
  color: #101012;
}
.searchNav li.active {
  background: linear-gradient(90deg, #0747ff 0%, #1c86fc 100%);
  border-radius: 4px;
}
.searchNav li.active a {
  color: #fff;
}
.searchNav li.active::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 45%;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #1c6afc;
}
.searchContent {
  width: 800px;
  margin: 13px 0;
  position: relative;
}
.searchContent .s_input {
  display: inline-block;
  box-sizing: border-box;
  height: 54px;
  line-height: 54px;
  padding: 0 90px 0 20px;
  width: 800px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(61, 71, 87, 0.1);
  background: #f7f7f7;
  color: #666;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 5px;
}
.searchContent #searchBtn {
  position: absolute;
  right: 3px;
  height: 48px;
  width: 80px;
  top: 3px;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(90deg, #0747ff 0%, #1c86fc 100%);
  border-radius: 4px;
  border-width: 0;
}
.searchContent #searchBtn i {
  display: inline-block;
  width: 22px;
	height: 25px;
  background: url(../images/btnSearch.png) no-repeat center center;
}

/* 发展简介 */
.fz-intro {
  
}
.fz-intro-title {
  width: 210px;
  text-align: center;
  margin: 0 auto 35px;
}
.fz-intro-title .ch {
  font-size: 28px;
  font-weight: bold;
}
.fz-intro-title .en {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.fz-intro-summarize {
  line-height: 26px;
  padding: 20px 0;
  width: 960px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.fz-intro-timeline {
  height: 100%;
  margin-bottom: 50px;
  background: url(../images/bj_05.png) no-repeat center center;
  background-size: 100% 106px;
}
.fz-intro-timeline .axea-content {
  overflow: hidden;
}
.fz-intro-timeline .axea-wrap {
  overflow: hidden;
}
.fz-intro-timeline .axea {
  margin: 0 60px;
  position: relative;
}
.axea .prev-icon,
.axea .next-icon {
  position: absolute;
  top: 133px;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.axea .prev-icon {
  left: -48px;
  background: url(../images/icon_left.png) no-repeat;
}
.axea .next-icon {
  right: -48px;
  background: url(../images/icon_right.png) no-repeat;
}
.axea .prev-icon:hover {
  background: url(../images/icon_left_hover.png)
}
.axea .next-icon:hover {
  background: url(../images/icon_right_hover.png)
}
.fz-intro-timeline .circleDot-small {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #006BFD;
  border-radius: 50%;
}
.fz-intro-timeline .node:nth-child(2n) {
  align-self: flex-end;
}
.fz-intro-timeline .top-node {
  height: 300px;
  position: relative;
  display: flex;
  min-width: 1080px;
}
.fz-intro-timeline .node {
  position: relative;
  display: inline-block;
  width: 305px;
  height: 150px;
  vertical-align: top;
}
.subject4 .fz-intro-timeline .node {
  width: 400px;
}
.fz-intro-timeline .main-line .circleDot-big {
  position: absolute;
  bottom: -8px;
  left: 0;
}
.fz-intro-timeline .node .outside-circle .circleDot-big{
  margin: 8px;
}
.fz-intro-timeline .top-node .outside-circle {
  position: absolute;
  bottom: -16px;
  left: 0;
}
.fz-intro-timeline .node::before {
  content: '';
  width: 1px;
  height: 102px;
  position: absolute;
  left: 15px;
  top: -5px;
  background: #9EC7FF;
}
.fz-intro-timeline .node .date {
  margin: 10px 0 0 30px;
}
.fz-intro-timeline .top-node .circleDot-small {
  position: absolute;
  top: 0px;
  left: 11px;
}
.fz-intro-timeline .date .year {
  position: absolute;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  bottom: 10px;
  white-space: nowrap;
}
.fz-intro-timeline .date .event {
  font-size: 15px;
  color: #222222;
  width: 500px;
  height: 82px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.fz-intro-timeline .node:nth-child(2n):before {
  content: '';
  top: auto;
  bottom: -6px;
}
.fz-intro-timeline .node:nth-child(2n) .circleDot-small {
  top: auto;
  bottom: 0;
}
.fz-intro-timeline .node:nth-child(2n) .year {
  bottom: auto;
  top: 15px;
}
.fz-intro-timeline .node:nth-child(2n) .event {
  margin-top: 62px;
}

/* 战略纲领 */
.fz-zl-gl {
  padding: 25px 30px;
}
.fz-zl-gl .title {
  font-size: 20px;
  position: relative;
  color: #141414;
  font-weight: bold;
}
.reload {
  position: absolute;
  right: 0;
  background: url(../images/icon_sx.png) no-repeat left center;
  font-size: 13px;
  padding-left: 18px;
  color: #124CED;
  font-weight: 400;
}
.fz-zl-gl .programme-list {
  height: 195px;
  padding: 20px 0 90px;
}
.fz-zl-gl .programme-list li {
  box-sizing: border-box;
  width: calc(25% - 15px);
  height: 195px;
  display: inline-block;
  font-size: 15px;
  padding: 40px 25px;
  background: url(../images/bj_06.png) no-repeat;
  background-size: cover;
  color: #141414;
  margin-right: 20px;
  vertical-align: top;
  border-radius: 12px;
  position: relative;
  transition: all .5s;
}
.fz-zl-gl .programme-list li:nth-child(4n) {
  margin-right: 0;
}
.fz-zl-gl .programme-list li > a {
  display: inline-block;
  color: #141414;
  transition: all .3s;
}
.fz-zl-gl .programme-list li:hover {
  color: #fff;
  background: url(../images/bj_06_hover.png) no-repeat;
  background-size: cover;
  transform: translateY(-10px);
}
.fz-zl-gl .programme-list li:hover a {
  color: #fff;
}
.fz-zl-gl .programme-list .date {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, .4) url(../images/time.png) no-repeat 25px center;
  color: #333333;
  font-size: 14px;
  padding-left: 50px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.fz-zl-gl .programme-list li:hover .date {
  background: rgba(255, 255, 255, .1) url(../images/time_hover.png) no-repeat 25px center;
  color: #fff;
}

/* 文献精选 */
.literature-choiceness {
  padding: 65px 0;
  height: 100%;
}
.literature-choiceness .left-list {
  width: 395px;
  box-sizing: border-box;
  border-right: 1px solid rgba(176, 195, 216, .4);
  padding-right: 35px;
}
.literature-choiceness .nav-list {
  width: 360px;
}
.nav-list li,
.left-list .more-link {
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 25px;
  background: url(../images/bj_02.png) no-repeat;
}
.nav-list li.active {
  color: #fff;
  background: url(../images/bj_02_hover.png) no-repeat;
}
.left-list .more-link {
  display: inline-block;
  width: 100%;
  color: #124CED;
  margin-bottom: 0;
}
.list-content {
  width: calc(100% - 395px);
  min-height: 480px;
  overflow: hidden;
}
.list-content .list-item {
  display: none;
  position: relative;
}
.list-content .list-item:first-child {
  display: block;
}
.list-content .list-item .modTitle {
  display: flex;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
.list-content .list-item .modTitle:hover {
  background-color: #fff;
}
.list-content .list-item .modTitle a::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 21px;
  width: 3px;
  height: 16px;
  background: #BBBBBB;
}
.list-content .list-item .modTitle:hover a::before {
  background: #124CED;
}
.list-content .list-item .modTitle a {
  display: inline-block;
  width: 800px;
  color: #141414;
}
.list-content .list-item .modTitle .time a{
  color: #8C8C8C;
}
.list-content .list-item .modTitle:hover a,
.list-content .list-item .modTitle:hover .time a {
  color: #124CED;
}
.list-content .table-content {
  margin-top: 20px;
}
.club01_tab {
  height: 323px;
}
.club01_tab_title {
  background-color: #F7EBEC;
}
.club01_tab_title td,
.tr_BgColor td {
  text-align: left;
}
.tr_BgColor td:first-child {
  text-align: center;
}
tr.tr_BgColor:nth-child(2n-1) {
  background: #F1F2F6;
}
.club01_tab .r_num {
  width: 60px;
  text-align: center;
}
/* 研究与洞察 */
.research {
  padding: 65px 0;
}
.research .chart-box {
  height: 455px;
  background: #F5F9FC;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
}
.research .research-title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.research .fl {
  width: 60%;
}
.research .fr {
  width: calc(40% - 30px);
  margin-left: 30px;
}
.research .tagcloud {
  height: 455px;
}
.institution-scholar {
  margin-top: 75px;
}
.research-item {
  width: calc(50% - 15px);
  box-sizing: border-box;
  height: 370px;
  overflow: hidden;
}
.publication .title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.more {
  position: absolute;
  right: 0;
  color: #124CED;
  font-size: 14px;
  font-weight: 400;
}
.more:hover {
  color: #124CED;
}
.institution-list li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 20px 25px 0;
  width: calc(33.3333333% - 15px);
  height: 86px;
  background: url(../images/bj_03.png) no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 12px;
  vertical-align: top;
  transition: transform .5s;
  overflow: hidden;
}
.institution-list li:nth-child(3n) {
  margin-right: 0;
}
.institution-list li a {
  display: flex;
  color: #141414;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.institution-list li:hover {
  background: url(../images/bj_03_hover.png) no-repeat;
  background-size: cover;
  transform: translateY(-4px);
}
.institution-list li:hover a {
  color: #fff;
}
.scholar-list {
  margin-top: 10px;
}
.scholar-list li {
  display: inline-block;
  box-sizing: border-box;
  width: calc(50% - 21px);
  height: 140px;
  background: url(../images/bj_04.png) no-repeat;
  margin: 0 35px 27px 0;
  padding: 0 5px;
  border-radius: 12px;
  border: 1px solid #fff;
  transition: all .5s;
}
.scholar-list li:nth-child(2n) {
  margin-right: 0;
}
.scholar-list li:hover {
  border: 1px solid #0D7FFD;
  transform: translateY(-4px);
}
.scholar-list img {
  width: 50px;
  height: 50px;
  margin-right: 13px;
}
.scholar-list .item-info {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #141414;
  font-size: 15px;
}
.scholar-list .item-info p+p {
  color: #8C8C8C;
  font-size: 14px;
  margin-top: 6px;
}
/* 重要出版物 */
.publication {
  padding: 0 0 80px;
}
.publication .books,
.publication .book-content {
  box-sizing: border-box;
  height: 270px;
  overflow: hidden;
}
.publication .book-content {
  margin-top: 20px;
}
.book-content .InSiTabbox {
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}
/* footer */
.footer {
  box-sizing: border-box;
  height: 230px;
  background-color: #203260;
  padding: 36px 0;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-style {
  display: flex;
  align-items: center;
}
.footer .footer-top .logo {
  padding-right: 35px;
  border-right: 1px solid #2a3e70;
  height: 64px;
}
.footer .footer-top .logo img {
  height: 44px;
  cursor: pointer;
}
.footer .info-item {
  margin-left: 35px;
}
.footer .about li {
  display: inline-block;
  margin: 0 7px;
  color: #fff;
  font-size: 12px;
}
.footer .divider {
  margin: 30px 0 20px;
  background-color: #2a3e70;
  height: 1px;
  width: 100%;
}
.footer .bottom-info {
  margin-top: 30px;
}
.footer .consult {
  color: #52679f;
  font-size: 12px;
  margin-top: 15px;
}
.footer .consult.space {
  margin-top: 0;
}
.footer .consult span {
  padding: 0 5px;
}

#return-top {
  position: fixed;
  right: 2%;
  bottom: 10%;
  display: none;
  z-index: 99999;
}
#return-top a {
  background-image: url(../images/to-top.png);
  display: block;
  width: 38px;
  height: 38px;
}
#return-top a:hover {
  background-image: url(../images/to-top-hover.png);
}

.tagcloud a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 11px 30px;
  color: #28C9C5;
  font-size: 22px;
  text-decoration: none;
}

.tagcloud a.c1 {
  color: #A058F8;
}

.tagcloud a.c2 {
  color: #78CC4D;
}

.tagcloud a.c3 {
  color: #8A7EE6;
}

.tagcloud a.c4 {
  color: #F89C58;
}

.tagcloud a.c5 {
  color: #F85F60;
}

.tagcloud a.c6 {
  color: #586BF8;
}

.tagcloud a.c7 {
  color: #4BCDB0;
}

.tagcloud a.c8 {
  color: #58A3F8;
}

.tagcloud a.c9 {
  color: #F8C258;
}

.tagcloud a.c10 {
  color: #16DDD7;
}

.tagcloud a.c11 {
  color: #F8875F;
}

.tagcloud a.c12 {
  color: #F89C58;
}

.tagcloud a.c13 {
  color: #F858BA;
}

.tagcloud a.c14 {
  color: #72AB7D;
}

.tagcloud a.c15 {
  color: #B490FC;
}

/*重要出版物*/
.book-content .InSiTabbox div.InSide { width: 1400px; overflow: hidden; display: none; }
.book-content .InSiTabbox div.InSide.current { width: 1400px; overflow: hidden; display: block; }
.book-content .InSiTabbox ul { width: 1400px; overflow: hidden; }
.book-content .InSiTabbox ul li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 10px; float: left; }
.book-content .InSiTabbox ul li img { width: auto; height: auto; max-width: 150px; max-height: 200px; }
.book-content .InSiTabbox ul li a { text-decoration: none; font-size: 12px; color: #000; }
.book-content .read-tab-box { width: 1400px; overflow: hidden; margin: 0 auto; min-height: 150px; }
.book-content .read-tab-box div.OutSide { width: 1400px; overflow: hidden; display: none; }
.book-content .read-tab-box div.OutSide.current { display: block; }

/*重要出版物样式*/
.publication .wrap{position: relative;}
.colmore {display: none;}
.dragHeader {display: none;}
.main_nav {position: absolute;right: 100px;top: 0;}
.main_nav .main_nav_off,
.main_nav .main_nav_on {
  display: inline-block;
  color: #777777;
  font-size: 15px;
  margin-right: 60px;
  cursor: pointer;
  font-weight: 500;
}
.main_nav .main_nav_on {
  color: #124CED;
  font-weight: 600;
}
.wrapul { width: 100%; margin: 0 auto; }
.jcarousel-skin-tango .jcarousel-container {text-align: center; }
.jcarousel-skin-tango { text-align: center; /*padding: 10px 0;*/ zoom: 1; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 1400px; padding: 10px 0; }
.jcarousel-skin-tango .jcarousel-container-vertical { width: 75px; height: 200px; padding: 40px 20px; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 1230px; max-height: 255px; margin: 0 auto; overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-vertical { width: 75px; height: 245px; }
.jcarousel-skin-tango .jcarousel-item { width: 174px; max-height: 255px; display: inline; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: 20px; margin-right:20px; }
.jcarousel-skin-tango .jcarousel-item-horizontal>div{ display: block; line-height: 54px; text-align: center; width: 174px; margin: 0 auto; font-size: 14px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }

.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-next-horizontal{ position: absolute; top: 42%; z-index:1;  width: 50px; height: 120px; margin-top: -60px; cursor: pointer; background: url(../images/bg-imgs-btn.png) 0 center no-repeat; }
.jcarousel-skin-tango .jcarousel-prev-horizontal{ left: 20px; background-position: 10px center; }
.jcarousel-skin-tango .jcarousel-next-horizontal{ right: 20px; background-position: -58px center; }

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal{ display: none; }

.jcarousel-skin-tango .jcarousel-next-vertical { bottom: 5px; cursor: pointer; height: 32px; left: 43px; position: absolute; width: 32px; }
.jcarousel-skin-tango .jcarousel-next-vertical:hover { background-position: 0 -32px; }
.jcarousel-skin-tango .jcarousel-next-vertical:active { background-position: 0 -64px; }
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active { cursor: default; background-position: 0 -96px; }
.jcarousel-skin-tango .jcarousel-prev-vertical { cursor: pointer; height: 32px; left: 43px; position: absolute; top: 5px; width: 32px; }
.jcarousel-skin-tango .jcarousel-prev-vertical:hover { background-position: 0 -32px; }
.jcarousel-skin-tango .jcarousel-prev-vertical:active { background-position: 0 -64px; }
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active { cursor: default; background-position: 0 -96px; }
/*期刊阅览室样式 end*/




@media screen and (max-width: 1441px) {
  .wrap,
  .book-content .InSiTabbox,
  .book-content .InSiTabbox div.InSide,
  .book-content .InSiTabbox div.InSide.current,
  .book-content .InSiTabbox ul,
  .book-content .read-tab-box,
  .book-content .read-tab-box div.OutSide,
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1200px;
  }
  .institution-list li {
    margin-right: 15px;
    width: calc(33.3333333% - 15px);
  }
  .scholar-list li {
    margin-right: 20px;
    width: calc(50% - 14px);
  }
  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 1030px;
  }
  .book-content .InSiTabbox ul li img {
    max-width: 120px;
    max-height: 160px;
  }
  .jcarousel-skin-tango .jcarousel-item {
    width: 145px;
  }
}

/*文字走马灯 CSS*/
.str_wrap {
	overflow:hidden;
  height: 30px;
  line-height: 30px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
  height: 30px;
  line-height: 30px;
  width: 702px;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}