﻿.pull-right {
  float: right;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#recommend,
#tags,
#related {
  overflow: hidden;
  height: 645px;
  margin-top: 20px;
}
#recommend .refs,
#tags .refs,
#related .refs {
  text-align: center;
  padding-top: 25px;
}
#recommend .refs a,
#tags .refs a,
#related .refs a {
  display: inline-block;
  width: 48px;
  height: 25px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  line-height: 25px;
  margin: 4px;
  color: #666666;
  font-size: 12px;
}
#recommend .refs a:hover,
#tags .refs a:hover,
#related .refs a:hover {
  color: #FF5B5B;
  box-shadow: 0 0 4px #FF5B5B;
  background: #FF5b5b;
  color: white;
  font-weight: bold;
}
#recommend .classtype,
#tags .classtype,
#related .classtype {
  width: 220px;
  float: left;
  height: 100%;
  background: white url(../images/classtype.png) no-repeat;
  background-position-x: center;
  background-position-y: 420px;
}
#recommend .classtype .tito,
#tags .classtype .tito,
#related .classtype .tito {
  font-size: 16px;
  margin-left: 20px;
}
#recommend .classtype .tito .name,
#tags .classtype .tito .name,
#related .classtype .tito .name {
  font-size: #0C273C;
  font-size: 27px;
}
#recommend .classtype .tito a,
#tags .classtype .tito a,
#related .classtype .tito a {
  margin-top: 10px;
  display: block;
  text-align: center;
  width: 52px;
  height: 28px;
  color: white;
  line-height: 28px;
  background: #0c273c;
  border-radius: 14px;
}
#recommend .recom,
#tags .recom,
#related .recom {
  width: 664px;
  height: 100%;
  float: left;
  background: white;
  overflow: hidden;
  margin-left: 24px;
  padding-top: 0;
  box-sizing: border-box;
}
#recommend .recom .headline,
#tags .recom .headline,
#related .recom .headline {
  padding-bottom: 20px;
  border-bottom: 1px dashed #BFBFBF;
}
#recommend .recom .headline .thumb,
#tags .recom .headline .thumb,
#related .recom .headline .thumb {
  width: 1000px;
  margin-left: -168px;
  text-align: center;
}
#recommend .recom .headline .thumb img,
#tags .recom .headline .thumb img,
#related .recom .headline .thumb img {
  height: 200px;
}
#recommend .recom .headline h2,
#tags .recom .headline h2,
#related .recom .headline h2 {
  color: #333333;
  font-size: 16px;
  line-height: 50px;
  margin: 0 10px;
}
#recommend .recom .headline p,
#tags .recom .headline p,
#related .recom .headline p {
  font-size: 12px;
  color: #999999;
  line-height: 1.8;
  margin: 0 10px;
}
#recommend .recom .lines,
#tags .recom .lines,
#related .recom .lines {
  margin: 20px 10px 0;
}
#recommend .recom .lines li a,
#tags .recom .lines li a,
#related .recom .lines li a {
  line-height: 2;
  font-size: 16px;
  color: #333333;
}
#recommend .recom .lines li a:hover,
#tags .recom .lines li a:hover,
#related .recom .lines li a:hover {
  color: #777;
}
#recommend .recom .lines li a span,
#tags .recom .lines li a span,
#related .recom .lines li a span {
  float: right;
  font-size: 14px;
  color: #545454;
}
#recommend .recom .lines li a span:hover,
#tags .recom .lines li a span:hover,
#related .recom .lines li a span:hover {
  color: #777;
}
#recommend .ranking,
#tags .ranking,
#related .ranking {
  width: 268px;
  height: 100%;
  float: right;
  font-size: 16px;
  background: white;
  padding: 10px;
  box-sizing: border-box;
}
#recommend .ranking .tit,
#tags .ranking .tit,
#related .ranking .tit {
  color: #0C273C;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
  padding-left: 20px;
}
#recommend .ranking li,
#tags .ranking li,
#related .ranking li {
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid;
  border-image: linear-gradient(-90deg, #ffffff, #e0e0e0, #ffffff) 10 10;
}
#recommend .ranking li:hover .thumb,
#tags .ranking li:hover .thumb,
#related .ranking li:hover .thumb,
#recommend .ranking li.active .thumb,
#tags .ranking li.active .thumb,
#related .ranking li.active .thumb {
  display: block;
}
#recommend .ranking li:hover .des,
#tags .ranking li:hover .des,
#related .ranking li:hover .des,
#recommend .ranking li.active .des,
#tags .ranking li.active .des,
#related .ranking li.active .des {
  width: 50%;
}
#recommend .ranking li:hover .des .name,
#tags .ranking li:hover .des .name,
#related .ranking li:hover .des .name,
#recommend .ranking li.active .des .name,
#tags .ranking li.active .des .name,
#related .ranking li.active .des .name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#recommend .ranking li:hover .des .small,
#tags .ranking li:hover .des .small,
#related .ranking li:hover .des .small,
#recommend .ranking li.active .des .small,
#tags .ranking li.active .des .small,
#related .ranking li.active .des .small {
  display: block;
  font-size: 12px;
}
#recommend .ranking li:hover .des.article,
#tags .ranking li:hover .des.article,
#related .ranking li:hover .des.article,
#recommend .ranking li.active .des.article,
#tags .ranking li.active .des.article,
#related .ranking li.active .des.article {
  width: 90%;
}
#recommend .ranking li:hover .des.article p,
#tags .ranking li:hover .des.article p,
#related .ranking li:hover .des.article p,
#recommend .ranking li.active .des.article p,
#tags .ranking li.active .des.article p,
#related .ranking li.active .des.article p {
  text-indent: 1em;
  line-height: 1.8;
  font-size: 12px;
  color: #555;
}
#recommend .ranking .wrapper .num,
#tags .ranking .wrapper .num,
#related .ranking .wrapper .num {
  float: left;
  color: #FF5B5B;
  font-style: italic;
  font-weight: 400;
  width: 10%;
}
#recommend .ranking .wrapper .thumb,
#tags .ranking .wrapper .thumb,
#related .ranking .wrapper .thumb {
  float: left;
  width: 35%;
  display: none;
}
#recommend .ranking .wrapper .thumb img,
#tags .ranking .wrapper .thumb img,
#related .ranking .wrapper .thumb img {
  width: 90%;
  display: block;
}
#recommend .ranking .wrapper .des,
#tags .ranking .wrapper .des,
#related .ranking .wrapper .des {
  float: right;
  vertical-align: top;
  width: 90%;
}
#recommend .ranking .wrapper .des .name,
#tags .ranking .wrapper .des .name,
#related .ranking .wrapper .des .name {
  font-size: 13px;
}
#recommend .ranking .wrapper .des .small,
#tags .ranking .wrapper .des .small,
#related .ranking .wrapper .des .small {
  display: none;
}
#recommend .ranking .wrapper .des .level,
#tags .ranking .wrapper .des .level,
#related .ranking .wrapper .des .level {
  height: 50px;
  line-height: 2;
  overflow: hidden;
}
#recommend .ranking .wrapper .des .level a,
#tags .ranking .wrapper .des .level a,
#related .ranking .wrapper .des .level a {
  width: 50px;
  height: 18px;
  border: 1px solid #ff5b5b;
  color: #FF5B5B;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}
#show-right {
  width: 272px;
  float: right;
}
#show-right section {
  background: white;
  margin-bottom: 20px;
}
#show-right section .tit {
  font-size: 20px;
  height: 66px;
  line-height: 66px;
  box-shadow: 0px 5px 180px 0px rgba(161, 172, 191, 0.44);
  color: #2A5082;
  font-weight: bold;
  padding-left: 22px;
}
#show-right section .tit img {
  width: 40px;
}
#show-right section .tit h2 {
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
}
#show-right #navi a {
  display: inline-block;
  background: white;
  padding: 5px 10px;
  margin: 10px;
  transition: all 0.3s;
}
#show-right #navi a:hover {
  box-shadow: 0 0 20px rgba(161, 172, 191, 0.44);
  border-radius: 5px;
}
#show-right #related {
  height: auto;
}
#show-right #related .ranking {
  width: 100%;
  background: none;
}
#show-right #tags {
  height: auto;
}
#show-right #tags .classtype {
  width: 100%;
  padding-bottom: 280px;
  background: url(../images/classtype.png) no-repeat center;
  background-position-y: bottom;
}
#show-right #literature .wrapper {
  padding: 15px;
  line-height: 2;
}
#show-right #literature .wrapper li {
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}
#show-right #literature .wrapper i {
  width: 7px;
  height: 7px;
  border: 1px solid #E71921;
  display: inline-block;
  box-sizing: border-box;
  transform: rotate(45deg);
}
#show-right #literature .wrapper a {
  margin-left: 10px;
}
#show-right #service {
  background: none;
  width: 272px;
}
#show-right #service .items {
  overflow: hidden;
}
#show-right #service .items .item {
  background: white;
  margin-bottom: 10px;
  padding: 10px 0;
}
#show-right #service .items .item .ico {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
#show-right #service .items .item .ico img {
  height: 70px;
  display: block;
  margin: 0 auto;
}
#show-right #service .items .item .ico strong {
  color: #0C273C;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
#show-right #service .items .item .des {
  display: inline-block;
  width: 155px;
  vertical-align: middle;
}
#show-right #service .items .item .des p {
  line-height: 1.5;
}
#show-right #service .items .item .des span {
  display: inline-block;
  margin-top: 5px;
  color: #188AE2;
}
#dr_comment_list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}
#dr_comment_list .ds-post-self {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dr_comment_list .ds-post {
  margin-bottom: 48px;
  padding: 0 30px;
}
#dr_comment_list .ds-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
#dr_comment_list .ds-comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#dr_comment_list .ds-user-name {
  display: inline-block;
  color: #121212;
  font-size: 13px;
  margin-right: 8px;
  line-height: 1;
}
#dr_comment_list .ds-time {
  color: #a8a8a8;
  font-size: 12px;
  line-height: 1;
}
#dr_comment_list .ds-comment-body {
  width: 750px;
  flex: 1;
}
#dr_comment_list p {
  margin-top: 12px;
  overflow: hidden;
}
#dr_comment_list .vote .ds-post-btn {
  display: inline-block;
  margin-left: 35px;
  color: #a8a8a8;
  cursor: pointer;
}
#dr_comment_list .vote .ds-post-btn:hover {
  color: #f13b03;
}
#breadcrumb {
  height: 90px;
  line-height: 90px;
}
#details {
  overflow: hidden;
}
#details .cover {
  float: left;
}
#details .cover > img {
  padding: 15px;
  width: 300px;
  height: 420px;
}
#details .cover .social-share-icon {
  position: relative;
}
#details .cover .share-favorite {
  color: #999999;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
#details .cover .share-favorite .share {
  float: left;
}
#details .cover .share-favorite .favorite {
  float: right;
}
#details .fields {
  float: left;
  margin-left: 22px;
  width: 845px;
  vertical-align: middle;
}
#details .fields .top {
  overflow: hidden;
  padding-left: 10px;
}
#details .fields .top .name {
  float: left;
}
#details .fields .top .name h1 {
  color: #1D1E20;
  font-size: 26px;
  line-height: 1;
}
#details .fields .top .name .small {
  text-transform: capitalize;
  font-size: 13px;
  color: #666666;
  line-height: 2;
}
#details .fields .database {
  float: right;
  margin-right: 20px;
}
#details .fields .database strong {
  color: #2B64A0;
  float: right;
  padding: 0 16px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  font-size: 12px;
}
#details .fields .database strong i {
  color: red;
}
#details .fields .field-wrapper {
  background: #F3F4F7;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto;
}
#details .fields .field-wrapper .field-group {
  width: 33.3%;
  float: left;
  line-height: 2.5;
}
#details .fields .field-wrapper .field {
  overflow: hidden;
  white-space: nowrap;
}
#details .fields .name {
  color: #999999;
  display: inline-block;
  vertical-align: top;
}
#details .fields .value,
#details .fields .values {
  color: #666666;
  display: inline-block;
}
#details .fields .value a,
#details .fields .values a {
  color: #39AEFF;
}
#details .fields .value a:hover,
#details .fields .values a:hover {
  color: #FF5B5B;
}
#details .fields .info {
  line-height: 2;
  padding-left: 10px;
}
#details .fields .info .values {
  width: 759px;
}
#details .fields .info .values a {
  float: left;
  margin-right: 15px;
  white-space: nowrap;
}
#details .fields .btns a {
  width: 122px;
  height: 42px;
  background: #e3f2ff;
  color: #39AEFF;
  line-height: 42px;
  font-weight: bold;
}
#details .fields .btns a:hover,
#details .fields .btns a.active {
  background: #39AEFF;
  color: white;
}
#categorys .category {
  height: auto;
}
#categorys .journals {
  width: 100%;
  height: 153px;
  overflow: hidden;
  margin: 0 auto;
  float: none;
}
#categorys .journals .journal {
  width: 272px;
}
#categorys .journals .journal .des {
  width: 143px;
}
#main {
  margin-top: 30px;
}
#main .content {
  position: relative;
  background: white;
  float: left;
  width: 896px;
}
#main .content #publish {
  margin: 70px auto;
}
#main .content #aside-des {
  position: absolute;
  left: -150px;
  top: 0;
  width: 120px;
  background: #efefef;
  text-align: center;
}
#main .content #aside-des .type-item {
  width: 100%;
  transition: border 0.5s;
  padding: 30px 0;
}
#main .content #aside-des .type-item a i {
  display: block;
  font-size: 35px;
}
#main .content #aside-des .type-item:hover,
#main .content #aside-des .type-item.active {
  background: #042239;
  border-right: 20px solid #042239;
}
#main .content #aside-des .type-item:hover a,
#main .content #aside-des .type-item.active a {
  color: white;
}
#main .content #aside-des.fixed {
  position: fixed;
  top: 160px;
  left: 50%;
  margin-left: -750px;
}
#main .content #warpper_content {
  margin: 30px;
  font-size: 16px;
  color: #151515;
}
#main .content #warpper_content .content {
  width: auto;
  float: none;
}
#main .content #warpper_content p {
  padding: 10px 0;
}
#main .content section .tit {
  margin-left: 30px;
}
#main .content section .tit.title {
  margin-left: 0;
  text-align: center;
}
#main .content section .tit h1 {
  line-height: 40px;
  font-size: 30px;
  margin-top: 30px;
  color: #333350;
  font-weight: bold;
}
#main .content section .tit .wrapper {
  height: 11px;
  border-bottom: 14px solid #F6F6F6;
}
#main .content section .tit b {
  line-height: 36px;
  font-size: 30px;
  background: white;
  padding-right: 15px;
  color: #333350;
}
#main .content section .tit b a {
  color: #333350;
}
#main .content section .wrapper {
  margin: 30px;
}
#main .content section p {
  line-height: 1.8;
  text-indent: 2em;
}
#main .content .journals {
  width: 100%;
}
#main .content .journals .journal {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d4d4d4;
  transition: 1s background;
}
#main .content .journals .journal:hover {
  background: #f9f9f9;
}
#main .content .journals .journal .title {
  line-height: 24px;
  color: #0077cb;
  font-size: 18px;
  margin-bottom: 10px;
}
#main .content .journals .journal .title a {
  color: #005cd9;
}
#main .content .journals .journal .title small {
  font-size: 12px;
  margin-left: 15px;
}
#main .content .journals .journal .title .sjkky a {
  width: 50px;
  height: 18px;
  border: 1px solid #ff5b5b;
  color: #FF5B5B;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  border-radius: 3px;
  margin-left: 5px;
}
#main .content .journals .journal .title .sjkky a:hover {
  background: #ff5b5b;
  color: white;
}
#main .content .journals .journal .cover {
  float: right;
  width: 15%;
  text-align: center;
}
#main .content .journals .journal .cover img {
  transition: 0.5s box-shadow;
}
#main .content .journals .journal .cover img:hover {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
#main .content .journals .journal .sketch {
  float: left;
  width: 84%;
  padding-left: 1%;
  overflow: hidden;
}
#main .content .journals .journal .sketch .layui-inline {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  max-width: 46%;
  margin-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#main #introduction .tit h1 {
  text-align: center;
}
#main #introduction .update {
  text-align: center;
}
#main #introduction .wrapper .layui-timeline-axis {
  background: white;
  font-size: 18px;
  color: #FF5B5B;
}
#main #introduction .wrapper a {
  border-bottom: 1px dotted #808080;
}
#main #introduction .wrapper .base-item {
  overflow: hidden;
  padding: 5px 0;
  line-height: 28px;
}
#main #introduction .wrapper .base-item .base-label {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 58px;
  margin-right: 10px;
  color: #777;
  text-align: justify;
  text-align-last: justify;
}
#main #introduction .wrapper .base-item .base-label::after {
  position: absolute;
  right: -5px;
  margin: 0 !important;
  content: ":" !important;
}
#main #introduction .wrapper .base-item .detail {
  display: inline-block;
  width: 760px;
}
#main #introduction .wrapper blockquote {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0;
}
#main #introduction .wrapper .layui-timeline-title {
  line-height: 1;
}
#main #introduction .wrapper .intro p {
  margin: 20px auto;
}
#main #introduction .wrapper p {
  line-height: 2;
  text-indent: 2em;
  font-size: 16px;
}
#main #introduction .wrapper h3 {
  margin: 20px 0;
  font-weight: bold;
}
#main #introduction .btns {
  text-align: center;
}
#main #introduction .btns button {
  margin-left: 30px;
}
#main #introduction .btns a {
  color: white;
}
#main #statistics .wrapper .layui-tab-title {
  text-align: center;
}
#main #cycle-catalog > .wrapper {
  display: table;
}
#main #cycle-catalog.extend .wrapper {
  width: 94%;
}
#main #cycle-catalog.extend .lists {
  width: 100%;
  padding: 0;
}
#main #cycle-catalog .catelog {
  display: table-cell;
}
#main #cycle-catalog .catelog dl.layui-nav-child {
  overflow: hidden;
}
#main #cycle-catalog .catelog dl.layui-nav-child dd {
  float: left;
  width: 25%;
}
#main #cycle-catalog .catelog dl.layui-nav-child dd a {
  float: left;
  padding: 0;
  text-align: center;
  width: 100%;
}
#main #cycle-catalog.article .lists {
  width: 830px;
}
#main #cycle-catalog.article .lists .base {
  text-align: right;
  padding-bottom: 10px;
}
#main #cycle-catalog .lists {
  display: table-cell;
  width: 635px;
  padding-left: 24px;
  box-sizing: border-box;
}
#main #cycle-catalog .lists article {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding: 10px 5px;
}
#main #cycle-catalog .lists article a {
  color: #666666;
}
#main #cycle-catalog .lists article a:hover {
  color: #39AEFF;
  text-decoration: none;
}
#main #cycle-catalog .lists article span {
  float: right;
}
#main #cycle-catalog .lists article .title .ref {
  color: #333333;
  font-size: 18px;
}
#main #cycle-catalog .lists article .title .ref:hover {
  color: #39AEFF;
}
#main #cycle-catalog .lists article .title .info a {
  margin-right: 20px;
}
#main #cycle-catalog .lists article .title time {
  display: none;
}
#main #cycle-catalog .lists article p {
  font-size: 15px;
  padding: 10px;
}
#main #cycle-catalog .lists article .keywords {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
#main #cycle-catalog .lists article .keywords a {
  float: left;
  font-size: 12px;
  line-height: 24px;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  margin-right: 10px;
  color: #666666;
  transition: all 0.3s;
}
#main #cycle-catalog .lists article .keywords a:hover {
  background: #39AEFF;
  color: white;
  text-decoration: none;
}
#share {
  display: inline;
}
#page_turn {
  overflow: hidden;
  margin: 20px auto;
}
#page_turn .prev p {
  float: left;
}
#page_turn .next p {
  float: right;
}
#page_turn p {
  padding: 10px 30px;
}
.map-cont dd {
  margin: 30px auto;
}
.map-cont .map-list {
  overflow: hidden;
  _zoom: 1;
  _display: inline;
}
.map-cont .map-list li {
  float: left;
  _display: inline;
  margin-left: 35px;
  width: 103px;
  line-height: 30px;
}
.map-cont .map-list li a {
  color: #333333;
}
.map-cont .map-list li a:hover {
  color: #c30;
}
.map-cont .map-list li a span {
  color: #999999;
  padding-right: 6px;
}
#preview {
  background: rgba(250, 250, 250);
  text-align: center;
  margin: 10px auto;
  word-break: break-word;
}
#preview img {
  max-width: 100%;
  background: white;
  margin: 10px auto;
  box-shadow: 0 2px 2px rgba(90, 90, 90, 0.16);
  transition: box-shadow 0.5s;
}
#preview img:hover {
  box-shadow: 0px 5px 10px rgba(90, 90, 90, 0.2);
}
#preview .neirong {
  background: white;
  padding: 0 1.5rem;
  overflow: hidden;
}
#preview .neirong .content {
  width: auto;
}
