html,
body {
  height: 100%;
}
.slideout-open {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
#logo {
  /*width: 185px;*/
  max-width: 285px;
  height: 60px;
  padding: 0 10px;
  display:table;
}
#logo .cell{
	display:table-cell;
	vertical-align:middle;
}
#logo img {
  max-width: 100%;
  max-height: 100%;
}
nav.common_nav {
  padding: 0 10px;
  background-color: #000;
  height: 100%;
}
nav.common_nav > ul > li {
  border-bottom: 1px solid #ccc;
}
nav.common_nav > ul > li h3 {
  padding-left: 20px;
  color: #fff;
  line-height: 50px;
  cursor:pointer;
}
nav.common_nav > ul > li h3::before {
  content: '';
  display: inline-block;
  position: relative;
  right: 20px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
nav.common_nav > ul > li h3.rotate::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
nav.common_nav > ul > li h3 a {
  color: #fff;
  display: inline-block;
  height: 100%;
}
nav.common_nav > ul > li >ul{
	display:none;
	padding-bottom: 20px;
}
nav.common_nav > ul > li >ul>li{
	line-height:35px;
}
nav.common_nav > ul > li >ul>li a{
	padding-left:30px;
	color:#fff;
	display:block;
	height:100%;
}

nav.slideout-menu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  width: 256px;
}
header.common_header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 999;
}
header.common_header .header_bg {
  height: 100%;
  overflow: hidden;
}
header.common_header .toggle_nav,
header.common_header .search_btn {
  width: 60px;
  height: 100%;
  cursor: pointer;
}
header.common_header .toggle_nav span,
header.common_header .search_btn span {
  font-size: 38px;
  line-height: 60px;
  padding-left: 10px;
  color: #fff;
}
header.common_header .search_btn span{
	font-size:28px;
	padding-left: 15px;
}
header.common_header .search-wrapper {
  display: none;
  height: 60px;
  width: 100%;
  clear: both;
  background-color: #000;
}
header.common_header .search-wrapper > div {
  position: relative;
  padding: 10px 0px 10px 110px;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
header.common_header .search-wrapper > div .dropdown {
  position: absolute;
  top: 10px;
  width: 100px;
  left: 0;
}
header.common_header .search-wrapper > div .dropdown input {
  height: 40px;
  width: 100%;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
header.common_header .search-wrapper > div .dropdown .caret {
  position: absolute;
  top: 50%;
  right: 8px;
  border-top-color: #000;
}
header.common_header .search-wrapper > div .search-bar {
  position: relative;
  padding-right: 35px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
header.common_header .search-wrapper > div .search-bar input[type="text"] {
  height: 100%;
  border: none;
  background: #fff;
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
}
header.common_header .search-wrapper > div .search-bar button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  border: none;
  background: url(../images/search.png) no-repeat;
  background-size: 25px 25px;
  background-position: center;
  background-color: #333;
  cursor: pointer;
}
.content {
  position: relative;
  padding: 60px 0 50px;
  background-color: #fff;
  min-height: 100vh;
}
.content .main{
	padding: 20px 15px;
}
.content .journal-detail {
	position: relative;
  border: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.content .journal-detail .journal-cover {
	position: absolute;
	top: 20px;
	left: 15px;
  width: 115px;
}
.content .journal-detail .journal-cover img {
  width:100px;
  height: 135px;
}
.content .journal-detail .journal-text {
  padding: 20px 10px 20px 125px;
  text-align: center;
}
.content .journal-detail .journal-text>div{
	display: inline-block;
	text-align: left;
}
.content .journal-detail .journal-text h3 {
  font-weight: bold;
  font-size: 20px;
}
.content .journal-detail .journal-text p.journal-phase {
  line-height: 40px;
  font-size: 16px;
  color: #000;
}
.content .journal-detail .journal-text .journal-page {
  color: #666;
}
.content .journal-detail .journal-text .journal-about {
  margin-top: 15px;
}
.content .journal-detail .journal-text .journal-about li,
.content .journal-detail .journal-text .journal-about img {
  vertical-align: text-bottom;
  display: inline-block;
}
.content .journal-detail .journal-text .journal-about li {
  margin-bottom: 10px;
  font-size: 12px;
}
.content .user-author{
	margin-top: 50px;
	height: 50px;
	padding: 0 5%;
	overflow: hidden;
}
.content .user-author div{
	position: relative;
	display: inline-block;
	height:50px;
	width: 40%;
	margin: 0 5%;
	padding-left:10px;
	border-radius: 10px;
	line-height: 50px;
}
.content .user-author div span.app-font{
	position: absolute;
	left: 10px;
	top: 0;
	bottom:0;
	margin: auto;
	font-size: 18px;
}
.content .user-author div p{
	padding-left: 20px;
	font-size: 16px;
	text-align: center;
}
.content .wechat{
	margin-top: 35px;
	text-align: center;
}
.content .wechat img{
	width:150px;
	height: 150px;
	display: inline-block;
}
.content .wechat p{
	font-size: 16px;
	color: #777;
}





.common_list {
  margin-top: 33px;
}
.common_list .common_list_title {
  position: relative;
  height: 30px;
  padding-top: 3px;
  padding-left: 104px;
  margin-bottom: 15px;
}
.common_list .common_list_title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #eee;
}
.common_list .common_list_title p {
  position: relative;
  height: 24px;
  background-color: #eee;
  text-align: right;
  z-index: 1;
}
.common_list .common_list_title p a {
  padding: 0 10px;
  line-height: 24px;
}
.common_list .common_list_content {
  position: relative;
  margin-top: 15px;
}
.common_list .common_list_content .common_list_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.common_list .common_list_content .common_list_logo img {
  width: 100%;
  height: 100%;
}
.common_list .common_list_content .common_list_detail {
  padding-left: 85px;
  height: 100%;
}
.common_list .common_list_content .common_list_detail.clear_padding {
  padding-left: 0;
}
.common_list .common_list_content .common_list_detail > ul {
  height: 100%;
  border-bottom: 1px solid #eee;
  min-height:80px;
}
.common_list .common_list_content:last-of-type .common_list_detail ul{
	border-bottom:none;
}
.common_list .common_list_content .common_list_detail > ul .common_list_content_title {
  font-size: 15px;
  color: #013869;
  line-height: 18px;
}
.common_list .common_list_content .common_list_detail > ul .common_list_content_author {
  margin-top: 10px;
  line-height: 16px;
}
.common_list .common_list_content .common_list_detail > ul .common_list_content_author a {
  font-size: 12px;
  color: #666;
  display: inline-block;
  margin-right: .5em;
}
.common_list .common_list_content .common_list_detail > ul .common_list_content_doi {
  margin: 10px 0;
}
.common_expand_list {
  margin-top: 33px;
}
.common_expand_list .common_expand {
  position: relative;
  min-height: 50px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.common_expand_list .common_expand span {
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ccc;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}
.common_expand_list .common_expand h5 {
  padding-left: 70px;
  line-height: 48px;
  cursor: pointer;
}
.common_expand_list .common_expand ol{
	display: none;
	border-top:1px solid #ccc;
	padding:0 1em;
}
.common_expand_list .common_expand ol>li{
	line-height: 24px;
	margin:10px 0;
  font-size: 16px;
}
.common_expand_list .common_expand ol a{
	display: block;
	color:#013869;
}


.common_footer{
    position: absolute;
    left: 0;
    bottom: 0;
	padding: 15px;
	width: 100%;
	background-color: #424242;
	text-align:center;
}
.common_footer p{
	color: #8f8e8e;
}
.common_footer p.colorBlue{
	color: #bbddf3;
}

.goTop{
	position: fixed;
	right: 15px;
	bottom:100px;
	width:50px;
	text-align: center;
	z-index: 1;
}
.goTop p{
	font-size: 12px;
	padding-bottom: 2px;
}
.goTop span{
	display: block;
	margin: 0 auto;
	width: 40px;
	height:40px;
	background-color: #d5d5d5;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}



/*列表格式*/
ul.article-lists{
    padding-top: 9px;
}
ul.article-lists > li:last-of-type {
    margin-bottom: 0;
}
ul.article-lists > h3 {
    padding-left: 12px;
    line-height: 18px;
    font-size: 20px;
    border-left: 4px solid #871d21;
}
ul.article-lists > h3 a{
	  font-size: 14px;
    color: #006699;
}
ul.article-lists > li.article-list {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
ul.article-lists > li.noBorder {
    border: none;
}
ul.article-lists > li.article-list {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
ul.article-lists > li> p {
    padding-left: 16px;
}
ul.article-lists > li.article-list > p.article-list-title {
    color: #006699;
    font-size: 15px;
    line-height: 18px;
}

ul.article-lists > li.article-list > p.article-list-author {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
}
ul.article-lists > li.article-list > p.article-list-author a {
    color: #666;
}
ul.article-lists > li.article-list > p.article-list-time {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-top: 5px;
}



/*过刊下拉列表*/
.archives_list a{
	display: block;
}
.archives_list p{
	padding: 3px 0;
	font-size: 16px;
}
/**分页 开始**/
.pageTagsUlWrap{
    text-align:center;
    margin:30px 0;
}
.pageTagsUl li{
    border:1px solid #ddd;
    padding:4px 10px;
    text-align:center;
    display:inline-block;
    cursor:pointer;
    margin-right:5px;
}
.pageTagsUl li.pageTagLiInfo{
    padding:none;
    border:none;
}
.pageTagsUl li.current{
    background:#1280df;
    color:#fff;
}
.pageTagsUl li.clickpage:hover{
    background:#1280df;
    color:#fff;
}
.pageTagsUl li.disabled{
    color:#999;
    cursor:not-allowed;
}
.pageTagsUl li.disabled:hover{
    color:#999;
    background:#fff;
}
.pageTagsUl li.input{
	padding:2px 3px;
}
.pageTagsUl li.input input{
	border:0;
	background:0;
	width:30px;
	padding-left:0;
}
.liGoto input{
    width:30px;
    height:25px;
    border:1px solid #ddd;
    padding:0 5px;
}
.liGoto .goto{
    color:#2871b1;
}
/**分页 结束**/
/**新闻列表页   开始**/
.box-top{
	border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.box-top h2{
	font-size:18px;
	font-weight:bold;
}
.listp{
	padding:10px 0 10px 12px;
	border-bottom:1px dashed #ccc;
	background:url(../images/circle.png) no-repeat left 18px;
}
.listp a{
	float:left;
}
.listp i{
	font-style:normal;
	float:right;
}
.moreList{
	margin-bottom:20px;
}
/**新闻列表页    结束**/
/**新闻详情页    开始**/
.main .container{
	padding:0;
}
.box-article h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
    border-bottom: 1px dashed #ccc;
}

.news-details-body.box-body .box-article-content p{
    line-height: 25px;
    margin-bottom: 10px;
}
.box-article table{
	width:100% !important;
	margin-top:20px;
	border:1px solid #ccc;
}
.box-article table td{
	padding:10px;
	border:1px solid #ccc;
}
.box-article-content{
	margin-bottom:20px;
	line-height: 1.5;
}
.box-article-content p img{
	margin:0 auto;
	max-width:80% !important;
}
.box-article-content img{
	margin:0 auto;
	/*max-width:80% !important;*/
}
/**新闻详情页    结束**/