body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	background-color: #fff;
}

::selection {
	background: #ff7010;
	color: #fff;
}

::-moz-selection {
	background: #ff7010;
	color: #fff;
}

/*public*/
html, body {
	height: 100%;
}
a {
	color: #999;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
a:hover, a:focus{
	color: #ff7010;
	text-decoration: none;
}
a:focus {
	outline: none;
}

input, button, select, textarea {
	outline: none;
}

textarea {
	resize: none;
}
textarea {
	font-size: 16px;
	line-height: 24px;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #e6e6e6;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #e6e6e6;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #e6e6e6;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #e6e6e6;
}

input::-webkit-input-placeholder{
	color:#ccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#ccc;
}
input::-webkit-input-placeholder {
	font-size: 14px;
}

input:-moz-placeholder {
	font-size: 14px;
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder {
	font-size: 14px;
	/*line-height: 17px;*/
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
	font-size: 14px;
	/*line-height: 17px;*/
}


#wrapper {
	position: relative; /*重要！保证footer是相对于wapper位置绝对*/
	height: auto; /* 保证页面能撑开浏览器高度时显示正常*/
	min-height: 100%;
	/*min-width: 1260px;*/
}

#footer {
	position: absolute;
	bottom: 0; /* 关键 */
	left: 0; /* IE下一定要记得 */
	height: 60px; /* footer的高度一定要是固定值*/
}

#main-content {
	padding-top: 25px;
	padding-bottom: 180px;
}

/*间隔开始*/

.spacetopp10 {
	padding-top: 10px;
}

.spaceleftp10 {
	padding-left: 10px;
}

.spacebottomm10 {
	margin-bottom: 10px;
}

.spacetopm10 {
	margin-top: 10px;
}

.spacerightm10 {
	margin-right: 10px;
}

.spaceleftm20 {
	margin-left: 20px;
}

.spaceleftm10 {
	margin-left: 10px;
}

.spaceleftm5 {
	margin-left: 5px;
}
/*间隔结束*/

/*字体*/
.it-blue{
	color:#279ef2;
}
.it-blue a{
	color:#279ef2!important;
}
.it-blue a:focus{
	color:#279ef2!important;
}
.it-red{
	color:red;
}
.it-black{
	color:#010101;
}

.it-black a{
	color:#010101;
}
.it-black a:hover{
	color:#ff7010;
	color:#ff7010;
}
.it-orange{
	color:#ff7010;
}
.it-orange a{
	color:#ff7010;
}
.it-small-orange {
	font-size: 14px;
	color: #ff7010;
}
.it-small-orange a {
	color: #ff7010;
}
.it-small-orange a:hover {
	color: #279ef2;
}
.it-small-white {
	font-size: 14px;
	color: #fff!important;
}
.it-small-white a {
	color: #fff!important;
}
.it-small-white a:hover {
	color: #ff7010;
}

.it-small-grey {
	font-size: 14px;
	color: #b6b6b6;
}
.it-small-grey a {
	color: #ff7010;
}
.it-small-grey a:hover {
	color: #279ef2;
}

.itsmorange {
	font-size: 14px;
	color: #ff7010;
}

.itsmorange a {
	font-size: 14px;
	color: #ff7010;
}

.itsmorange a:hover {
	font-size: 14px;
	color: #279ef2;
}

.itsmblue {
	font-size: 14px;
	color: #279ef2;
	line-height: 22px;
}

.itsmblue a {
	font-size: 14px;
	color: #279ef2;
}

.itsmblue a:hover {
	font-size: 14px;
	color: #ff7011;
}

.it-strong-blue {
	color: #137DC4;
}

.it-strong-blue a {
	color: #137DC4;
}

.it-strong-blue a:hover {
	color: #ff7011;
}
.it-new-gary{
	color:#999;
}
.it-new-gary a{
	color:#999;
}
.it-new-gary a:hover{
	color:#ff7011;
}

.itbgary {
	font-size: 22px;
	color: #555;
	line-height: 30px;
}

.itbgary a {
	font-size: 22px;
	color: #555;
}

.itbgary a:hover {
	font-size: 22px;
	color: #ff7011;
}
.itcircle {
	padding: 0px 5px;
	border-radius: 50%;
	background: #ff7010;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	display: inline;
}
.itcircle-red {
	padding: 0px 5px;
	border-radius:15px;
	background: red;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	display: inline;
}
.it-orange-active{
	color:#ff7010!important;
}
.it-bold{
	font-weight:bold;
}
.it12{
	font-size: 12px!important;
}
.it14{
	font-size: 14px!important;
}
.it15{
	font-size: 15px!important;
}
.it16{
	font-size: 16px!important;
}
.it18{
	font-size: 18px!important;
}

/*字体结束*/

/*HEADER开始*/
.header-first-nav{
	margin:0 auto;
	width:1180px;
	line-height: 36px;
}
/*HEADER结束*/

.orange-btn-search{
	font-size: 14px;
	background:#fad9aa;
	padding:5px 5px;
	border-radius:3px;
	font-weight:bold;
	color:#fff;
}
.search-result-left{
	width:170px;
	float:left;
	color:#808080;
}
.search-result-right{
	float:left;
	color:#7fbce8;
}

.text-line-one {
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.text-line-three{
	width:100%;
	height:66px;
	line-height: 22px;
	white-space: normal;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.div-text-line-one {
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.div-text-line-three{
	width:100%;
	/*height:66px;*/
	max-height:66px;
	line-height: 22px;
	white-space: normal;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.container {
	width: 1180px;
	padding:0;
	margin:0 auto;
	max-width: 1180px;
}

.spright {
	float: right;
}

.blue-link a {
	color: #279ef2;
}

.blue-link a:hover {
	color: #ff7011;
}

.top-bar {
	background: #279ef2;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	top: 0px;
	position: fixed;
	z-index: 99;
}

.maintop-bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #5e5050;
	top: 0px;
	z-index: 99999;
}
#content {
	float: left;
	min-height: 1200px;
	width: 920px;
}

.leftnews {
	display: inline-block;

	position: relative;
}


/*newsheader*/
.header-news {
	display: block;
	height: auto;
	width: 100%;
	background: #fff;
	margin-top: 35px;
}

.header-artical {
	display: block;
	height: auto;
	width: 100%;
	background: #fff;
	margin-bottom: 25px;
	margin-top: 10px;
}

.logo-news {

	display: block;
	height: 60px;
	width: 300px;
	margin-top: 20px;

}
.header-top-nav{
	display: inline-block;
	height:40px;
	text-align: center;
}
.header-top-nav a{
	display: inline-block;
	/*width:100px!important;*/
	padding:0 18px;
	height:40px;
	line-height: 40px;
	text-align: center;
}
.header-top-nav a:hover{
	display: inline-block;
	/*width:100px;*/
	height:40px;
	line-height: 40px;
	background:#f0ad4e!important;
	color:#fff!important;
}
.header-top-nav-active{
	display: inline-block;
	height:40px;
	line-height: 40px;
	background:#f0ad4e!important;
	color:#fff!important;
}

.col960 {
	float: left;
	width: 1180px;
}

.col1020 {
	max-width: 1180px;
	margin: auto;
}

.newsul span {
	display: inline-block;
}

.newslogan {
	line-height: 70px;
	color: #ff7011;
	font-size: 14px;
	width: 200px;
	margin-top: 10px;

}

.newsinput {
	width: 360px;
	height: 36px;
	display: inline-block;
	border: 1px solid #d8d8d8;
	padding: 0 6px;
	margin-right: -10px;
}

.newssrbox {
	float: right;
	margin-top: 38px;
	background: #ffffff;

}

.newsenior {
	float: left;
	margin-left: 10px;
	line-height: 38px;
}

.newsbtn:hover, .newsbtn:focus, .compenbtn:hover, .compenbtn:focus {
	background: #2aaaff;: focus
}

.leftnews {
	display: inline-block;
	position: relative;
}
.journal-expressrobot {
	height: 38px;
	width: 100%;
	text-align: center;
	border-bottom:2px #279ef2 solid;
}

.journal-expressrobot span {
	float: left;
	display: inline-block;
	width: 160px;
	line-height: 36px;
	color: #333;
	background-color: #e6e6e6;
	font-size: 16px;
	margin-right:5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.journal-expressrobot span a {
	display: block;
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.journal-expressrobot span a:hover {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.journal-excurrent {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff!important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.magazine-nav-top{
	width:1180px;
	/*
    height:86px;
    */
	background: #f2f2f2;
	margin:0 auto;
	/*
    padding:10px 0;
    */
}
.magazine-nav-quick-link{
	width:1180px;
	margin:10px auto 0;
}
.magazine-nav-quick-link img{
	/*
    width:146px;
    */
}
.magazine-nav-top-list{
	width:100%;
	background:#fafafa;
}

.magazine-nav-top-list ul{
	width:100%;
	margin:0;
	padding:0;
}
.magazine-nav-top-list ul li{
	width:85px;
	float: left;
	text-align: center;
	margin:0;
	padding:0;
	list-style: none;
	line-height: 32px;
	color:#333;
}
.magazine-nav-top-list ul li a{
	color:#333;
}
.magazine-nav-top-list ul li a:hover{

}
.magazine-nav-active{
	width:85px;
	display: block;
}
.magazine-nav-active:hover{
	width:85px;
	line-height:32px;
	height:32px;
	background:url("https://scdn.x-mol.com/jcss/images/journal-arrow-top.png") no-repeat center bottom #f0ad4e;
	color:#fff;
	display: block;
}
.magazine-nav-active:hover> a {
	color: #fff !important;
}
.magazine-nav-second-bg{
	width:675px!important;
	border-radius:4px;
	padding:20px 10px!important;
	border:1px solid #e3e3e3;
}
.magazine-nav-top-list ul li ul{
	margin:0;
}
.magazine-nav-top-list ul li ul li{
	width:50%;
	border-right: 1px solid #e3e3e3;
	margin-top: -1px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.magazine-nav-top-list ul li:nth-child(odd){
	border-right:none;
}
.magazine-nav-second-title{
	width:100%;
	height:34px;
	background:url("https://scdn.x-mol.com/jcss/images/magazine-nav-second-menu.png") no-repeat left;
	border-bottom:1px solid #279ef2;
}
.magazine-second-nav-bottom{
	width:100%;
	margin-top:20px;
	text-align: center;
}
/*.magazine-nav-top-list ul li ul{*/
/*	margin:0;*/
/*}*/
/*.magazine-nav-top-list ul li ul li{*/
/*	width:200px;*/
/*	background: #f0f0f0;*/
/*	border: 1px solid #e3e3e3;*/
/*	margin-top: -1px;*/
/*	text-align: left;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*}*/
/*.magazine-nav-top-list ul li:nth-child(4){
	border-right:1px solid #e3e3e3;
}
.magazine-nav-top-list ul li:nth-child(8){
	border-right:1px solid #e3e3e3;
}
.magazine-nav-top-list ul li:nth-child(16){
	border-right:1px solid #e3e3e3;
}
.magazine-nav-top-list ul li:nth-child(20){
	border-right:1px solid #e3e3e3;
}
.magazine-nav-top-list-one ul li:nth-child(4){
	border-right:none!important;
}
.magazine-nav-top-list-one ul li:nth-child(8){
	border-right:none!important;
}*/
.magazine-nav-top-list-right{
	text-align: center;
	color:#f0ad4e;
}
.magazine-nav-top-list-right a{
	color:#f0ad4e;
}
.table-container {
	width: 1180px;
	margin: 0 auto;
	display: table;
	border: none;
}

.table-container .table-row {
	height: 100%;
	display: table-row;
	border: 0;
}

.table-container .table-row .table-col {
	display: table-cell;
	float: none;
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f2f2f2;
}

.magazine-nav-top-second-list{
	border-left:1px solid #e3e3e3 !important;
}

.magazine-nav-bg{
	width:100%;
	height:48px;
}
.magazine-nav-left{
	float:left;
	width:170px;
	height:48px;
}
.magazine-nav-right{
	float:right;
	width:1005px;
	height:48px;
}
.magazine-hot-menu{
	width:100%;
	margin:0  0 20px 0;
	float:left;
	border-top: 10px solid #fafafa;
	padding-top:10px;
}
.magazine-hot-menu-title{
	font-size: 18px;
	line-height: 40px;
	color:#279ef2;
	font-weight:bold;
	float:left;
}
.magazine-hot-menu-text{
	float: left;
	width:1100px;
	line-height: 42px;
	font-size: 16px;
}
.magazine-hot-menu-text ul{
	list-style: none;
	margin:0;
	padding:0;
}
.magazine-hot-menu-text ul li{
	list-style: none;
	margin:0;
	padding:0 15px;
	float: left;
}
.magazine-hot-menu-text ul li a{
	color:#333;
}
.magazine-hot-menu-text ul li a:hover{
	color:#279ef2;
}
.magazine-hot-menu-text-active{
	color:#279ef2!important;
}

.magazine-hot-menu-more {
	width: 80px;
	float: left;
	line-height: 28px;
	border: 1px solid #ddd;
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
}

.magazine-hot-menu-more a {
	display: block;
	color: #777;
}

.magazine-hot-menu-more a:hover {
	color: #ff7010;
}


.new-news-sort-choose{
	/*float:left;*/
	margin-left:0;
	font-size: 16px;
	font-weight: normal;
	color:#999;
	line-height: 34px;
	margin-top:38px;
}
.new-news-sort-choose ul li div{
	width:280px;
	float:left;
	margin-top:-95px;
	margin-left:215px;
	color:#fff;
	text-align: center;
	z-index: 999;
	display: none;
}
.new-news-sort-choose ul li:hover div{
	display: block;
}
.news-news-window-info{
	width:100%;
	display: inline-block;
	border:1px solid #f2f2f2;
	border-radius:4px;
	background-color: #f0ad4e;
}

.express-magazine {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #279ef2;
}

.express-magazine ul {
	list-style: none;
	margin:0;
	padding: 0;
}

.express-magazine ul li {
	float: left;
	list-style: none;
	margin: 0;
	font-size:18px;
	line-height: 48px;
}

.express-magazine ul li a {
	color: #fff;
}

.express-magazine ul li a:hover {
	color: #fff;
}

.express-magazine ul li ul li {
	font-size: 14px;
	line-height: 32px;
}

.express-magazine ul li ul li a {
	color: #333;
}

.express-magazine ul li ul li a:hover {
	color: #333;
}

.middle-text {
	padding: 0 22px;
}

.move-left {
	margin-left: -23px!important;
}

.nav__menu {
	text-transform: uppercase;
}

.nav__menu-item {
	/*width:80px;*/
	/*border-right: 1px #e3e3e3 solid;*/
	display: inline-block;
	position: relative;
	/*color: #333;*/
}

.nav__menu-item a {
	/*color: #333;*/
}

.nav__menu-item:hover {
	background-color: #F0AD4E;
}

.nav__menu-item:hover .nav__submenu {
	display: block;
}

.nav__submenu {
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute;
	/*width: 200px;*/
	/*width: 399px;*/
	background-color: #f0f0f0;
	text-align: left;
	border-top: 1px #e3e3e3 solid;
}

.nav__submenu-item {
	width:50%;
	text-indent: 10px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #e3e3e3;
	/*width: 200px;*/
	/*border: 1px #e3e3e3 solid;*/
	/*border-top: none;*/
}

.nav__submenu-item:hover {
	background: #f8f8f8;
}

.nav-current {
	background: #279ef2;
	color: #fff;
}

.magazine-gridenav {
	float: left;
	width: 100%;
	line-height: 32px;
	padding: 5px 10px 0 10px;
}

.magazine-gridenav span {
	float: left;
	/*
    margin-right: 20px;
    */
}

.magazine-model-content {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 1.3;
}
.magazine-model-content ul{
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
}
.magazine-model-content ul li{
	margin:-1px 0 0 0;
	padding:10px 30px;
	list-style: none;
	width:100%;
	border:2px solid #95CAF0;
}
.magazine-model-content-read {
	border:2px solid #e3e3e3!important;
}
.magazine-model-content ul li:nth-of-type(odd){
	background:#fff;
}
.magazine-model-content ul li:nth-of-type(even){
	background:#f5f5f5;
}
.magazine-model-content-poster{
	width:100%;
	height:42px;
	line-height: 40px;
	margin:0 0 5px 0;
	background:#fafafa;
	border:1px solid #e3e3e3;
	color:#333;
	text-indent: 35px;
}
.magazine-model-content-poster a{
	color:#333;
}
.magazine-model-content-poster a:hover{
	color:#ff7010;
	display: block;
}
.magazine-model-content-poster-another{
	width:100%;
	line-height: 2.1;
	margin:0 0 5px 0;
	background:#fafafa;
	border:1px solid #e3e3e3;
	color:#333;
	padding:10px 35px;
}
.magazine-model-content-poster-another a{
	color:#333;
	display: block;
}
.magazine-model-content-poster-another a:hover{
	color:#ff7010;
}
.magazine-special-pic-height{
	min-height:360px;
}
.magazine-special-pic-height .magazine-text-title{
	width:100%;
	max-height:90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.magazine-special-pic-height .magazine-text-title-read{
	width:100%;
	max-height:90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.magazine-special-pic-height .magazine-text-atten{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.magazine-special-pic-height .magazine-text-atten-new{
	width:100%;
	max-height:34px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.magazine-special-pic-height .magazine-description{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.magazine-special-height{
	min-height:265px;
}
.magazine-special-height .magazine-text-title{
	width:100%;
	line-height:1.2em;
	height:4.7em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.magazine-special-height .magazine-text-title-two-line{
	width:100%;
	line-height:1.2em;
	height:2.3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.magazine-special-height .magazine-text-title-two-line{
	width:100%;
	line-height:1.2em;
	height:2.3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.magazine-special-height .magazine-text-title-read{
	width:100%;
	line-height:1.2em;
	height:4.7em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.magazine-special-height .magazine-text-title-two-line-read{
	width:100%;
	line-height:1.2em;
	height:2.3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.magazine-special-height .magazine-text-atten{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.magazine-special-height .magazine-text-atten-new{
	width:100%;
	max-height:34px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.magazine-special-height .magazine-description p{
	height:106px;
	white-space: normal!important;
	position:relative;
	line-height:1.5em;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom:20px;
}

.magazine-grideitem-new {
	float: left;
	width: 100%;
	height: 360px;
	border: 1px #f2f2f2 solid;
	padding: 10px;
}

.magazine-grideitem01 {
	float: left;
	width: 450px;
	height: 325px;
	border: 3px #c8e9ff solid;
	padding: 10px;
	background: #fff;
}

.magazine-read {
	float: left;
	width: 450px;
	height: 325px;
	border: 3px #eaeaea solid;
	padding: 10px;
	background: #fff;
}

.magazine-grideitem02 {
	float: left;
	width: 450px;
	height: 325px;
	border: 3px #ffa766 solid;
	-webkit-box-shadow: #e3e3e3 0px 0px 10px;
	-moz-box-shadow: #e3e3e3 0px 0px 10px;
	box-shadow: #e3e3e3 0px 0px 10px;
	background: #f2f2f2;
	padding: 10px;
	background: #fff;
}

.magazine-text {
	width: 100%;
	/*height:210px;*/
	/*height: 265px;*/
	overflow: hidden;
	/*line-height:1.3;*/
	line-height:1.5;
}

.magazine-text p {
	/*line-height: 16px;*/
	line-height:1.5;
}

.magazine-text span a {
	color: #555;
}

.magazine-text span a:hover {
	color: #ff7010;
}
.magazine-text-title{
	font-size: 14px;
	line-height: 14px;
	color:#333;
}
.magazine-text-title a{
	color:#333;
}
.magazine-text-title a:hover{
	color:#ff7010;
}
.magazine-text-title-read{
	color:#333;
}
.magazine-text-title-read a{
	color:#333 !important;
}
.magazine-text-title-read a:hover{
	color:#ff7010 !important;
}
.magazine-text-atten{
	font-size: 12px;
	color:#b3b3b3;
}
.magazine-text-atten a{
	color:#b3b3b3;
}
.magazine-text-atten a:hover{
	color:#ff7010;
}
.magazine-text-atten-new{
	font-size: 12px;
	color:#b3b3b3;
}
.magazine-text-atten-new a{
	color:#b3b3b3;
}
.magazine-text-atten-new a:hover{
	color:#ff7010;
}
.magazine-pic{
	width:100%;
	height:160px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin:10px 0;
}
.magazine-pic img {
	max-width:350px;
	max-height: 157px;
	cursor: pointer;
}
.magazine-description{
	width:100%;
	font-size:14px;
	line-height: 1.5;
	color:#333;
}
.magazine-description a{
	font-size:14px;
	line-height: 1.5;
	color:#333;
}
.magazine-description a:hover{
	font-size:14px;
	line-height: 1.5;
	color:#ff7010;
}
.magazine-description-read{
	color:#b3b3b3!important;
}
.magazine-description-read a{
	color:#b3b3b3!important;
}
.magazine-description-another p{
	height:165px;
	white-space: normal!important;
	position:relative;
	line-height:1.5em;
	/* 3 times the line-height to show 3 lines */
	/*height:7.5em;*/
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.magazine-model-btn{
	/*margin-top:20px;*/
	text-align: center;
	text-align: center;
}

.magazine-content {
	width: 100%;
	/*height:210px;*/
	overflow: hidden;
}

.magazine-content p {
	line-height: 16px;
	line-height: 1.3;
}

.magazine-text content a {
	color: #555;
}

.magazine-text content a:hover {
	color: #ff7010;
}

.newsbymonth {
	display: block;
	margin-bottom: 28px;
}

.newsitem {
	float: left;
	border-bottom: 1px dashed #efefef;
	margin-bottom: 10px;
	background-color: #fff;
	width: 100%;
	padding-bottom:5px;
}

.timelabel {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #D9D6CF;
	background: #E7E6E2;
}

.timeby, .posttiau {
	width: 100%;
	background:#fafafa;
	line-height: 24px;
	padding:0 10px;

}
.newsitem-comment-from{
	width:300px;
	float:left;
	color:#999;
}
.newsitem-comment-icon{
	width:100px;
	float:left;
}
.newsitem-comment-icon a{
	color:#999;
}
.newsitem-comment-icon a:hover{
	color:#ff7010;
}
.newsitem-comment-btn{
	border:1px solid #279ef2;
	border-radius:3px;
	background:#fff;
	padding:2px 10px;
	line-height: 1.2em;
	color:#279ef2;
}
.newsitem-comment-btn:hover{
	border:1px solid #279ef2;
	border-radius:3px;
	background:#279ef2;
	padding:2px 10px;
	line-height: 1.2em;
	color:#fff;
}
.newsitem-comment-orange-btn{
	border:1px solid #279ef2;
	border-radius:3px;
	background:none;
	padding:2px 10px;
	line-height: 1.2em;
	color:#279ef2;
}
.newsitem-comment-orange-btn:hover{
	border:1px solid #279ef2;
	border-radius:3px;
	background:#279ef2;
	padding:2px 10px;
	line-height: 1.2em;
	color:#fff;
}
.new-white-btn{
	display: inline-block;
	height:26px;
	line-height: 24px;
	padding:0 10px;
	border: 1px solid #ccc;
	border-radius:3px;
	color: #444!important;
	text-shadow: none!important;
	background-color: #FFF!important
}
.new-white-btn:hover{
	border:1px solid #279ef2;
	background:#279ef2!important;
	color:#fff!important;
}
.space-right-m30{
	margin-right:30px;
}
.news-comment{
	width:100%;
	margin:0 auto;
	min-height: 40px;
	background:#fafafa;
	border:1px solid #f2f2f2;
	border-radius:4px;
	padding:10px;
	font-size:14px;
	color:#999;
}
.news-comment-arrow{
	width:20px;
	height:15px;
	float:left;
	margin-left:320px;
	margin-top:-18px;
}

/*期刊修改后的CSS*/
.journal-left-model{
	width:170px;
	float:left;
	margin-right:5px;
}
#content-new{
	float:left;
}
.magazine-model-content-new{
	width:100%;
	float:left;
	width:830px;
	min-height: 1200px;
}
.magazine-model-content-new ul{
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
}
.magazine-model-content-new ul li{
	float:left;
	margin:0;
	padding:10px;
	list-style: none;
	/*width:412px;
    height:360px;*/
	margin-right:5px;
	border:2px solid #95CAF0;
	margin-bottom:5px;
}
.magazine-model-content-new ul li:nth-of-type(2n){
	margin-right: 0;
}
.magazine-model-content-new-read {
	border:1px solid #e3e3e3!important;
	background: #fafafa!important;
}
.journal-left-model-title{
	width:100%;
	text-align: left;
	padding-left:10px;
	height:44px;
	line-height: 44px;
	background:#279ef2;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
}
.journal-left-model-first{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.journal-left-model-first ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.journal-left-model-first ul li{
	width:100%;
	height:38px;
	line-height: 36px;
	display: block;
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	overflow: hidden;
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	margin-top:-1px;
	color:#777;
}
.journal-left-model-first ul li a{
	width:100%;
	display: block;
	background:#f8f8f8;
	color:#777;
	padding-left:10px;
	padding-right:15px;
}
.journal-left-model-first ul li a:hover{
	width:100%;
	display: block;
	background-color:#65B6F0;
	color:#fff;
	padding-left:10px;
}
.journal-left-model-first ul li a.active{
	width:100%;
	display: block;
	background-color:#65B6F0!important;
	color:#fff;
	padding-left:10px;
}

.journal-left-model-first-new{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.journal-left-model-first-new ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.journal-left-model-first-new ul li{
	width:100%;
	line-height: 36px;
	display: block;
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	overflow: hidden;
	background:#f8f8f8;
	color:#333;
	border:1px solid #dfdfdf;
	margin-top:-1px;
}
.journal-left-model-first-new ul li a{
	width:100%;
	display: block;
	background:#f8f8f8;
	color:#333;
	padding-left:10px;
	padding-right:5px;

}
.journal-left-model-first-new ul li a:hover{
	width:100%;
	display: block;
	background-color:#65B6F0;
	color:#fff;
}
.journal-left-model-first-new ul li a.active{
	width:100%;
	display: block;
	background-color:#65B6F0!important;
	color:#fff;
}

.journal-left-model-first-new ul li ul li{
	width:100%;
	line-height: 36px;
	display: block;
	margin:0;
	padding:0 0 0 10px;
	list-style: none;
	float:left;
	overflow: hidden;
	background:#f8f8f8;
	border:none;
	color:#777;
}
.journal-left-model-first-new ul li ul li span{
	width:115px;
	display: inline-block ;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
}
.journal-left-model-first-new ul li ul li a{
	width:100%;
	line-height: 0;
	display: block;
	color:#777;
}
.journal-left-model-first-new ul li ul li a:hover{
	width:100%;
	display: block;
	color:#279ef2;
	background-color:#f8f8f8;
}
.journal-left-model-first-new ul li ul li a.active{
	width:100%;
	display: block;
	background-color:#f8f8f8!important;
	color:#279ef2;
}
.btn-white-active{
	background:#279ef2!important;
	color:#fff!important;
	border:1px solid #279ef2 !important;
}
.btn-white-active:hover{
	background:#279ef2!important;
	color:#fff!important;
}
.btn-white-active:focus{
	background:#279ef2!important;
	color:#fff!important;
}

.journal-right-red-yuan{
	background:#f8f8f8 url("https://scdn.x-mol.com/jcss/images/ico-new-infor.png") no-repeat 155px 16px!important;
}
.journal-right-red-yuan:hover{
	background:#65B6F0 url("https://scdn.x-mol.com/jcss/images/ico-new-infor.png") no-repeat 155px 16px!important;
}
.journal-right-red-yuan-new{
	background:#f8f8f8 url("https://scdn.x-mol.com/jcss/images/ico-new-infor.png") no-repeat 145px 16px!important;
}
.journal-left-model-first-another{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.journal-left-model-first-another ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.journal-left-model-first-another ul li{
	width:100%;
	height:38px;
	line-height: 36px;
	display: block;
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	overflow: hidden;
	background:#e7e7e7;
	border:1px solid #dfdfdf;
	margin-top:-1px;
	color:#777;
}
.journal-left-model-first-another ul li a{
	width:100%;
	display: block;
	background:#e7e7e7;
	color:#777;
	padding-left:10px;
	padding-right:15px;
}
.journal-left-model-first-another ul li a:hover{
	width:100%;
	display: block;
	background-color:#65B6F0;
	color:#fff;
	padding-left:10px;
}
.journal-left-model-first-another ul li a.active{
	width:100%;
	display: block;
	background-color:#65B6F0!important;
	color:#fff;
	padding-left:10px;
}


.journal-right-red-yuan-another{
	background:#e7e7e7 url("https://scdn.x-mol.com/jcss/images/ico-new-infor.png") no-repeat 155px 16px!important;
}
.journal-right-red-yuan-another:hover{
	background:#65B6F0 url("https://scdn.x-mol.com/jcss/images/ico-new-infor.png") no-repeat 155px 16px!important;
}

.journal-right-no-another{
	background:#e7e7e7!important;
}
.journal-right-no-another:hover{
	background:#65B6F0!important;
}
.journal-left-model-first-top{
	width:100%;
	height:36px;
	line-height: 36px;
	background:#F0AD4E;
	color:#fff;
	margin-top:2px;
}
.journal-left-model-first-btn{
	background:#fff;
	border: none;
	width: 50px;
	height: 24px;
	color: #777;
	line-height: 16px;
	margin-top: 6px;
	margin-right: 15px;
	float: right;
}
.journal-unlock{
	width:100%;
	min-height:100px;
	padding:20px;
	border:1px solid #e3e3e3;
	color:#999;
	background: #f8f8f8;
}
.journal-left-add-btn{
	width:100%;
	height:42px;
	border:1px solid #e3e3e3;
	background:#f8f8f8;
	color:#279ef2;
	text-align: center;
	padding:0 10px;
	line-height: 40px;
	margin-top:5px;
}

.journal-edit-window-body{
	width:720px;
	margin:0 auto;
	border:1px solid #e3e3e3;
	border-radius:8px;
}
.journal-edit-window-content{
	padding:35px;
}
.journal-edit-window-list{
	width:100%;
}
.journal-edit-window-list ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.journal-edit-window-list ul li{
	width:45%;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	margin-right:5%;
	height:42px;
	line-height: 42px;
}
.journal-edit-window-list ul li:nth-child(even){
	/*margin-right:0;*/
}
.journal-edit-window-list-text{
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.journal-edit-window-list-title{
	color:#279ef2;
	font-size:14px;
	line-height: 30px;
	border-bottom:1px solid #e3e3e3;
}
.journal-edit-window-list-another{
	width:100%;
	margin-top:15px;
	background:#fafafa;
	padding:10px;
	border:1px solid #e3e3e3;
}
.journal-edit-window-btn-bg{
	float: left;
	width:100%;
	padding:20px 0;
	text-align: center;
}
.journal-edit-window-add-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #279ef2;
	color: #fff;
}
.journal-edit-window-exit-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #e3e3e3;
	color: #fff;
}
.journal-right-items{
	float: right;
	width: 25px;
	height: 18px;
	/*background: #F0AD4E;
    border-radius: 100%;*/
	margin-top: 7px;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
}
.journal-left-gary-kong{
	float:left;
	margin:5px 0 10px 0;
	width:100%;
	height:5px;
	background:#e3e3e3;
}
.magazine-model-top-btn{
	width:90px;
	height:28px;
	border:1px solid #e3e3e3;
	text-align: center;
	background:#fff;
	color:#777;
	margin-left:5px;
	line-height: 26px;
}
.magazine-model-top-btn:hover{
	width:90px;
	height:28px;
	border:1px solid #e3e3e3;
	text-align: center;
	background:#F0AD4E;
	color:#fff;
	margin-left:5px;
}
.labelspanel {
	width: 240px;
	float: right;
	display: block;
	margin-bottom: 20px;
}

.lpheader {
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #F0AD4E;
	width: 100%;
	float: left;
	margin-top:2px;
}
.lpheader-blue {
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #279ef2;
	width: 100%;
	float: left;
}

.lpbody {
	background: #fafafa;
	height: auto;
	display: block;
	overflow: hidden;
	width: 100%;
}

.help-lpbody {
	background: #fafafa;
	height: auto;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.help-lpbody ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 100%;
}

.help-lpbody ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 22px;
	float: left;
	font-size: 13px;
	text-indent: 15px;
}

.help-lpbody ul li a {
	color: #279ef2;
}

.help-lpbody ul li a:hover {
	width: 50%;
	color: #ff7010;
}

.maga-list {
	background: #fafafa;
	height: auto;
	display: block;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	color: #333;
}


.magazine-teacher-nav {
	float: left;
	/*height:290px;*/
	padding: 10px;
}

.magazine-teacher-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.magazine-teacher-nav ul li {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.magazine-teacher-nav ul li a {
	color: #279ef2;
}

.magazine-teacher-nav ul li a:hover {
	color: #ff7011;
}

.magazine-teacher-nav ul li ul li {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 14px;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	margin-left:5px;
	font-size: 12px;
	font-weight: normal;
}

.magazine-teacher-nav ul li ul li a {
	color: #279ef2;
	/*color:#999;*/
}

.magazine-teacher-nav ul li ul li a:hover {
	color: #ff7011;
}

.target-fix {
	position: relative;
	top: -100px;
	display: block;
	height: 0;
	overflow: hidden;
}

.magazine-gobacknav {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.btn-xxsm {
	padding: 0px 10px;
	font-size: 13px;
	height:26px;
	line-height: 24px;
	border-radius: 3px;
}
.btn.btn-white:hover .btn.btn-white:focus{
	background:#279ef2!important;
	color:#fff!important;
}
.z-icon-arrowup {
	display: block;
	margin-right: 2px;
	line-height: 10px;
	vertical-align: 0px;
	width: 15px;
	height: 20px;
	background: url(https://scdn.x-mol.com/jcss/images/arrowupdown.png) -4px 0 no-repeat;
}

.z-icon-arrowdown {
	display: block;
	margin-right: 2px;
	line-height: 10px;
	vertical-align: 0px;
	width: 15px;
	height: 20px;
	background: url(https://scdn.x-mol.com/jcss/images/arrowupdown.png) -4px -20px no-repeat;
}

.input-career-search {
	float:left;
	height: 34px!important;
	font-size: 14px;
	line-height: 34px;
	border-radius: 0px;
	width: 100px;
}

.career-form {
	position: relative;
	display: block;
	float: left;
}

.actionbox {
	min-height: 40px;
	background: #fafafa;
	display: block;
	margin: 20px 0px;
	border: 1px dashed #efefef;
}

.positionbox {
	/*width:920px;*/
	width: 100%;
	text-indent: 15px;
	background: #fafafa;
	display: block;
	border: 1px dashed #efefef;
	height: 40px;
	line-height: 36px;
	margin-bottom: 15px;
	font-size: 14px;
}

.positionbox-long {
	width: 1180px;
	text-indent: 15px;
	background: #fafafa;
	display: block;
	border: 1px dashed #efefef;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 14px;
}
.shareto {
	line-height: 24px;
	padding-left: 5px;
	color: #878787;
	display: block;
	height: 24px;
	width: 53px;
	background: url("https://scdn.x-mol.com/css/images/sharetobg.png") no-repeat;
	float: left;
}

.jiabtns {
	float: left;
	display: block;
	padding-top: 4px;
	padding-left: 2px;
}

.sharebtngrp {

	padding: 8px 10px;
}

.uxbtns {
	float: left;
}

.detuxbtns {
	float: right;
}

.authorcot {
	float: right;
}

.uxbtn {
	display: inline-block;
	margin-right: 25px;

}

.read, .compen, .like, .collection, .favbg {
	display: inline-block;
	line-height: 24px;
	color: #878787;
	padding-left: 24px;

}

.read:hover, .read:focus, .compen:hover, .compen:focus, .answernew:hover, .answernew:focus, .carenew:hover, .carenew:focus, .like:hover, .like:focus, .active > .like {
	color: #000000;
}

.answernew:hover, .answernew:focus, .carenew:hover, .carenew:focus, .active > .like {
	color: #a5a5a5;
}

.read {
	background: url("https://scdn.x-mol.com/css/images/readbg.png") 0 -24px no-repeat;
}

.collection {
	background: url("https://scdn.x-mol.com/css/images/collectionbg.png") 0 -25px no-repeat;
}

.like {
	background: url("https://scdn.x-mol.com/css/images/likebg.png") 0 0 no-repeat;
}

.read:hover, .read:focus {
	background: url("https://scdn.x-mol.com/css/images/readbg.png") 0 0 no-repeat;
}

.answernew {
	background: url("https://scdn.x-mol.com/css/images/answernewbg.png") 0 -27px no-repeat;
}

.answernew:hover, .answernew:focus {
	background: url("https://scdn.x-mol.com/css/images/answernewbg.png") 0 -27px no-repeat;
}

.carenew {
	background: url("https://scdn.x-mol.com/css/images/carenewbg.png") 0 -27px no-repeat;
}

.carenew:hover, .carenew:focus {
	background: url("https://scdn.x-mol.com/css/images/carenewbg.png") 0 -27px no-repeat;
}

.like:hover, .like:focus, .like:visited, .active > .like {
	background: url("https://scdn.x-mol.com/css/images/likebg.png") 0 -24px no-repeat;
}

.favbg {
	background: url("https://scdn.x-mol.com/css/images/favbg.png") 0 -24px no-repeat;
}

.favbg:hover, .compen:focus {
	background: url("https://scdn.x-mol.com/css/images/favbg.png") 0 0 no-repeat;
}
.compenarea {
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "microsoft yahei";
}

.compenitem {
	width: 100%;
	display: block;
	padding: 20px 40px;
	background: #fafafa;
	margin-bottom: 1px;

}

.mycompen {
	text-align: right;
	padding: 10px;
}

.people-mycompen {
	text-align: right;
}

.compentext {
	display: block;
	width: 100%;
	min-height: 114px;
	padding: 8px;
	background: #efefef;
	border: 1px solid #f3efe8;
	font-size: 14px;
	color: #555756;
	line-height: 20px;
}

.compentext:focus {
	/*color:#ff7011;*/
	color: #555756;
}

.compenbtn {
	margin-top: 15px!important;
	display: inline-block;
}
.newsbtn, .compenbtn {
	font-size: 12px;
	width: 80px;
	height: 36px;
	text-align: center;
	display: inline-block;
	background: #279ef2;
	color: #ffffff;
	border: none;
	margin: 0;
	border-top:2px #279ef2 solid;

}
.news-btn-add{
	font-size: 12px;
	width: 80px;
	height: 28px;
	line-height:24px;
	text-align: center;
	background: #279ef2;
	color: #ffffff;
	border: none;
	margin: 0;
	border-top:2px #279ef2 solid;
}

.move-top {
	margin-top:0px;
}

.newsbtn:hover, .newsbtn:focus, .compenbtn:hover, .compenbtn:focus {
	background: #2aaaff;: focus
}

.compenatten {
	font-size: 14px;
	text-align: right;
	font-family: "microsoft yahei";
	display: block;
	line-height: 30px;
	color: #999999;
}

.person-compentext {
	display: block;
	width: 100%;
	padding: 7px 8px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #999;
	text-align: left;
	min-height: 40px;
	line-height: 22px;
	cursor: text;
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
	float: left;
	margin-bottom: 10px;
}

.person-compentext:focus {
	/*color:#ff7011;*/
	color: #666;
}
.loginform {
	display: block;
	height: 60px;
}

.loginput {
	width: 300px;
	height: 34px;
	display: inline-block;
	border: #d8d8d8 1px solid;
	padding: 0 6px;
	margin-left: 20px;
}

.signuparea {
	float: left;
	display: block;
}

.signinarea {
	float: right;
	display: block;
}

.signinarea form span {
	display: block;
	float: left;
	height: 60px;
	margin-left: 2px;
}

.signinarea form span label, .signinarea form span a {
	display: block;
	height: 20px;
	color: #999999;
}

.signinarea form span label:hover, .signinarea form span a:hover {
	color: #E8866C;
}

.compenavatar {
	float: left;
	display: block;
}

.compenavatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.ctbox {
	font-family: "microsoft yahei";
	text-align: left;
	display: block;
	padding-left: 80px;
}

.uname {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}

.ucontent {
	font-size: 14px;
	color: #555756;
	line-height: 18px;
	background:none;
}

.uitme {
	color: #939290;
	font-family: "microsoft yahei";
	margin: 0;
}

.nowloading {
	text-align: center;
}

.advpro {
	display: block;
	margin-bottom: 20px;

}

.advpro a {
	display: block;
}

.advpro a img {

	width: 240px;
	height: 100%;
	margin-bottom: 2px;
}

.put-tipe{
	width:100%;
	padding: 10px 0;
	text-align: center;
	margin-top:25px;
}
.put-tipe-btn{
	padding:5px 25px;
	color:#fff;
	background:#ff7010;
	border:none;
	border-radius:5px;
}
.put-tipe-person{
	width:100%;
	margin:15px auto;
}
.put-tipe-person table{
	min-width: 50px;
	margin:0 auto;
	padding:0;
}
.put-tipe-person table td{
	width:75px;
	text-align: center;
	height:75px;
}
.put-tipe-person img{
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #cccccc;
}
.put-tipe-window{
	width:300px;
	float:left;
}
.put-tip-window-content{
	width:100%;
	float:left;
}
.put-tip-window-content li{
	float:left;
	list-style: none;
	display: block;
	width:33.3%;
}
.put-tip-window-content li a{
	width:90%;
	float:left;
	list-style: none;
	margin:10px 0;
	padding:4px 0;
	margin-right:10%;
	background:#fff;
	border-radius:4px;
	border:1px solid #ccc;
	color:#ff7010;
	font-size: 16px;
	text-align: center;
	display: block;
}
.put-tip-window-content li a:hover{
	padding:4px 0;
	background:#ff7010;
	color:#fff;
	display: block;
}
.put-tip-window-content-active{
	float:none!important;
	list-style: none;
	margin:10px 0;
	padding:4px 0;
	margin-right:10%;
	background:#fff;
	border-radius:4px;
	border:1px solid #ccc;
	color:#ff7010;
	font-size: 16px;
	text-align: center;
	display: block;
	margin:0 auto;
}
.put-tip-window-btn{
	float:left;
	width:100%;
	text-align: center;
	margin:20px 0;
}
.btn-news-search{
	display: inline-block;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	color: #fff;
	background: #ff7010;
	margin-left:3px;
	border-radius:3px;
}
.btn.btn-orange {
	border-width: 0px;
	border-color: #f0ad4e;
	color: #fff!important;
	text-shadow: none!important;
	background-color: #f0ad4e!important
}

.btn.btn-orange:hover,.btn.btn-orange:focus {
	background-color: #f0ad4e!important;
	color:#fff!important;
}
.put-tipe-window-weixin{
	border-top:1px solid #ccc;
	padding-top:10px;
	width:100%;
	text-align: center;
	float:left;
	line-height:38px;
	margin-top:15px;
}
.put-tipe-people{
	width:100%;
	font-size: 14px;
	color: #777;
	margin-top:10px;

}

.newuser {
	font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
	height: 34px;
	text-align: center;
	display: inline-block;
	background: #ff7011;
	color: #ffffff;
	border: none;
	margin: 0;

}

.newuser:hover, .newuser:focus {
	background: #ff8022;
	color: #ffffff;
}

.maga-content {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 15px;
}
.maga-content-oa {
	background: url("https://scdn.x-mol.com/jcss/images/icon-oa-top.png")  no-repeat right top;
}

.maga-download-list{
	width:100%;
	/*border-top:1px dashed #efefef;*/
	padding:10px;
	background: #fff;
}
.maga-download-list ul{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.maga-download-list ul li{
	width:100%;
	margin:0;
	padding:0;
	line-height: 34px;
	list-style:none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#279ef2;
}
.maga-download-list ul li a{
	color:#279ef2;
}
.maga-download-list ul li a:hover{
	color:#f1a02f;
}
.magazine-oa-pdf{
	padding:0 10px;
	line-height: 38px;
}
.magazine-oa-btn {
	display: inline-block;
	margin-right:10px;
}

.maga-titlenav {
	width: 100%;
	float: left;
}

.maga-titleleft {
	width: 25px;
	float: left;
}
.maga-title-left-icon{
	width:100%;
	margin-top:5px;
}

.maga-titleright {
	padding-left: 25px;
}
.vote-btn {
	float: left;
	list-style: none;
	border: none;
	width: 21px;
	height: 21px;
	background: url(https://scdn.x-mol.com/jcss/images/thanksbtna.png) no-repeat;
}

.votenone-btn {
	float: left;
	list-style: none;
	border: none;
	width: 21px;
	height: 21px;
	background: url(https://scdn.x-mol.com/jcss/images/thanksbtn.png) no-repeat;
}

.votenone-btn:hover {
	float: left;
	list-style: none;
	border: none;
	width: 21px;
	height: 21px;
	background: url(https://scdn.x-mol.com/jcss/images/thanksbtna.png) no-repeat;
}

.new-vote-btn {
	float: left;
	list-style: none;
	border: none;
	width: 13px;
	height: 16px;
	margin-top:2px;
	background: url(https://scdn.x-mol.com/jcss/images/new-thanksbtna.png) no-repeat;
}

.new-votenone-btn {
	float: left;
	list-style: none;
	border: none;
	width: 13px;
	height: 16px;
	margin-top:2px;
	background: url(https://scdn.x-mol.com/jcss/images/new-thanksbtn.png) no-repeat;
}

.new-votenone-btn:hover {
	float: left;
	list-style: none;
	border: none;
	width: 13px;
	height: 16px;
	background: url(https://scdn.x-mol.com/jcss/images/new-thanksbtna.png) no-repeat;
}

/*TOP RIGHT NAV START*/
.ace-nav {
	height: 40px;
	margin: 0!important
}

.ace-nav>li {
	line-height: 40px;
	height: 40px;
	border-left:none;
	padding: 0;
	position: relative;
	float: left!important
}

.ace-nav>li:first-child {
	border-left: none
}

.ace-nav>li>a {
	background-color:transparent;
	color: #999;
	display: block;
	line-height: inherit;
	text-align: center;
	height: 100%;
	width: auto;
	min-width: 50px;
	padding: 0 8px;
	position: relative
}

.ace-nav>li>a>[class*="icon-"] {
	font-size: 16px;
	color: #999;
	display: inline-block;
	width: 20px;
	text-align: center
}

.ace-nav>li>a>.badge {
	position: relative;
	top: -4px;
	left: 2px;
	padding-right: 5px;
	padding-left: 5px
}

.ace-nav>li>a:hover,.ace-nav>li>a:focus {
	background-color: transparent;
	color:#ff7010;
}

.ace-nav>li.open>a {
	background-color:transparent!important;
	color:#ff7010;;
}

.ace-nav>li.open>a {
	color: #FFF!important
}

.ace-nav>li.margin-4 {
	margin-left: 4px
}

.ace-nav>li.margin-3 {
	margin-left: 3px
}

.ace-nav>li.margin-2 {
	margin-left: 2px
}

.ace-nav>li.margin-1 {
	margin-left: 1px
}

.ace-nav>li.no-border {
	border: none!important
}

.ace-nav>li .dropdown-menu {
	z-index: 1031
}

.ace-nav .nav-user-photo {
	margin: -4px 8px 0 0;
	border-radius: 100%;
	border: 2px solid #FFF;
	max-width: 40px
}
.drop-down-choose{
	background: #fff;
	width: 170px;
	border: 1px solid #ff7010;
	display: block;
	height: 48px;
	line-height: 46px;
	color:#ff7010;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

.drop-down-choose-icon{
	display: inline-block;
	width: 20px;
	height: 46px;
	border-left: 1px solid #ff7010;
	background: #f8f8f8;
	float: right;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px!important;
	vertical-align: middle;
	border-top: 8px solid #ff7010;
	border-right: 6px solid transparent;
	border-bottom: 0 dotted;
	border-left: 6px solid transparent;
	content: "";
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color:transparent;
	border-color: #ff7010;
}
.drop-down-choose-menu{
	border:1px solid #e3e3e3;
	background:#fff;
	margin-top:7px!important;
	box-shadow: none;
	min-width:120px;
	left:325px;
	top:70px;
}
.drop-down-choose-menu li a{
	font-size:14px!important;
	padding-top:0!important;
	height:32px;
	line-height: 30px;
	color:#b3b3b3;
	background:#fff;
}
.drop-down-choose-menu li a:hover{
	font-size:22px;
	color:#fff!important;
	background:#279ef2!important;
}
.drop-down-choose-menu li a:focus{
	font-size:22px;
	color:#fff!important;
	background:#279ef2!important;
}

.drop-down-top-right-choose-menu{
	border:1px solid #e3e3e3;
	background:#fff;
	margin-top:0px!important;
	box-shadow: none;
	min-width:120px;
	list-style: none;
}
.drop-down-top-right-choose-menu li{
	font-size:14px!important;
	padding:0!important;
	height:32px;
	line-height: 30px;
	color:#b3b3b3;
	background:#fff;
	list-style: none;
	width:100%!important;
	float:left!important;
}
.drop-down-top-right-choose-menu li a{
	font-size:14px!important;
	padding:0!important;
	height:32px;
	line-height: 32px;
	color:#b3b3b3;
	background:#fff;
	width:100%!important;
	text-align: center;
}
.drop-down-top-right-choose-menu li a:hover{
	font-size:14px;
	color:#fff!important;
	background:#279ef2!important;
	padding: 0!important;
	margin:0!important;
	width:100%!important;
	height:32px;
	line-height: 32px;
}
.drop-down-top-right-choose-menu li a:focus{
	font-size:14px;
	color:#fff!important;
	background:#279ef2!important;
	padding: 0!important;
	margin:0!important;
	width:100%!important;
	height:32px;
	line-height: 32px;
}

/*新的底部样式开始*/
.mol-footer-new{
	width:100%;
	float:left;
	margin-top:20px;
	background:#fafafa;
	border-top:1px solid #e6e6e6;
	bottom:0;
}
.mol-footer-content-new{
	width:1120px;
	margin:0 auto;
	padding:15px 0;
}
.mol-footer-content-new ul{
	width:100%;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}
.mol-footer-content-new-left{
	width:450px;
	float: left;
	border-right:1px solid #e6e6e6;
}
.mol-footer-content-new-left ul li{
	float:left;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0px 10px;
	line-height:41px;
	font-size:14px;
	color:#010101;
	width:140px;
	text-align: left;
}
.mol-footer-content-new-left ul li a{
	color:#010101;
}
.mol-footer-content-new-left ul li a:hover{
	color:#ff7010;
}
.mol-footer-text-new{
	float:left;
	width:370px;
	text-align:left;
	padding:0px 40px;
	font-size:14px;
	line-height:30px;
	color:#4d4d4d;
	border-right:1px solid #e6e6e6;
}
.mol-footer-text-new span a{
	color:#4d4d4d;
}
.mol-footer-text-new span a:hover{
	color:#ff7010;
}
.mol-footer-content-new-right{
	float:left;
	padding: 0 0 0 30px;
}
.mol-footer-bottom-new{
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	line-height:36px;
	height:36px;
	color:#b3b3b3;
	background: #4d4d4d;
	margin-top:15px;
}
.mol-footer-bottom-new span a{
	color:#b3b3b3;
}
.mol-footer-bottom-new span a:hover{
	color:#ff7010;
}
.mol-window-float-bottom{
	position: fixed;
	bottom:0;
	width:100%;
	height:130px;
	background: #666666;
	opacity: 0.9;
	z-index: 999999;
}
.mol-window-float-bottom-content{
	width:1240px;
	margin:0 auto;
}
.mol-window-float-bottom-content-left{
	width:180px;
	float:left;
	margin-top:-50px;
}
.mol-window-float-bottom-content-mid{
	width:980px;
	float:left;
	text-align:center;
	height: 130px;
}
.mol-window-float-bottom-content-right{
	float:right;
	margin-top:20px;
}
.mol-window-float-close{
	width:40px;
	height:40px;
	border:none;
	background: url("https://scdn.x-mol.com/jcss/images/app-download-close.png") no-repeat;
}
/*新的底部样式结束*/

/*简洁版新的底部样式开始*/

.literature-footer{
	width:100%;
	float:left;
	margin-top:20px;
	bottom:0;
}
.literature-footer-bottom-new{
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	line-height:36px;
	height:36px;
	color:#b6b6b6;
	background: #fff;
	margin-top:15px;
}
.literature-footer-bottom-new span a{
	color:#b6b6b6;
}
.literature-footer-bottom-new span a:hover{
	color:#ff7010;
}

/*简洁版新的底部样式结束*/

.nav__menu-item-active {
	background-color: #F0AD4E;
	border:0!important;
}

.joural-window-body{
	width:480px;
	margin:0 auto;
}
.joural-window-content{
	margin:30px 55px;
}
.joural-window-title{
	color:#333;
	font-size:17px;
	line-height: 36px;
}
.journal-window-add-btn{
	width:20%;
	float:right;
	text-align:center;
	font-size: 15px;
	line-height: 36px;
	margin-top:-36px;
}
.journal-window-add-btn a{
	color: #279ef2;
}
.journal-window-add-btn a:hover{
	color: #ff7010;
}
.journal-window-list{
	width:100%;
	line-height: 36px;
	list-style: none;
	margin:0;
	padding:0;
	color:#999;
	font-size: 15px;
	margin-bottom:20px;
}
.journal-window-list a{
	color:#999;
}
.journal-window-list a:hover{
	color:#279ef2;
}
.journal-window-list-left-checked{
	width:80%;
	float:left;
	color:#279ef2!important;
}
.journal-window-list-left{
	width:80%;
	float:left;
}
.journal-window-list-right{
	width:20%;
	float:left;
	text-align: center;
}

.journal-window-typearea {
	width: 80%;
	height: 34px;
	padding-left: 5px;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #010101;
}
.journal-window-subbtn {
	cursor: pointer;
	width:19%;
	float:right;
	line-height: 34px;
	border: 0;
	background: #efefef;
	color: #666;
}
.journal-window-subbtna {
	cursor: pointer;
	width:19%;
	float:right;
	line-height: 32px;
	border: 0;
	background: #ff7010;
	color: #fff;
}
.journal-window-bottom{
	width:100%;
	text-align: center;
	margin:20px 0;
}
.journal-window-bottom-btna {
	width: 68px;
	height: 30px;
	background: #ff7010;
	color: #fff;
	line-height: 28px;
	border: 1px solid #ff7010;
}

.journal-window-bottom-btn {
	width: 68px;
	height: 30px;
	background: #fff;
	color: #777;
	line-height: 28px;
	border: 1px solid #ddd;
}

.journal-window-bottom-btn:hover {
	width: 68px;
	height: 30px;
	background: #ff7010;
	color: #fff;
	line-height: 28px;
	border: 1px solid #ff7010;
}

.space-right-m10{
	margin-right:10px;
}
.space-bottom-m10{
	margin-bottom:10px;
}
.space-right-m20{
	margin-right:20px;
}
.space-top-p40{
	padding-top:40px;
}
.exlist {
	width: 100%;
	padding-left: 20px;
}

.exlist ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.exlist ul li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.exlist ul li span {
	list-style: none;
	float: left;
}

.extitle {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

.extext {
	padding-left: 32px;
	font-size: 14px;
	font-weight: normal;
}

.inpagek-form {
	line-height: 40px;
	position: relative;
	display: block;
	/*	margin-bottom:40px;
    margin-top:5px;*/
	float: left;
}

.inpage-typearea {
	width: 441px;
	height: 34px;
	/*line-height:3px;*/
	line-height: 17px;
	font-family: "微软雅黑";
	padding-left: 5px;
	padding-bottom: 7px;
	padding-right: 78px;
	padding-top: 7px;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-indent: 0px;
	color: #9e9e9e;
}

.inpage-typearea:hover {
	border: 1px solid #9e9e9e;
}

.inpage-typearea:focus {
	border: 1px solid #3388FF;
	color: #222;
}

.inpage-searchsub {
	width: 62px;
	height: 34px;
	background-color: #279ef2;
	position: absolute;
	left: 361px;
	top: 0;
	margin: 0 3px 0 0;
}

.inpage-subbtn {
	cursor: pointer;
	width: 60px;
	height: 14px;
	line-height: 14px;
	padding: 0;
	border: 0;
	background: none;
	/*font-size: 15px;*/
	color: white;
}
.journal-edit-window-body{
	width:720px;
	margin:0 auto;
	border:1px solid #e3e3e3;
	border-radius:8px;
}
.journal-edit-window-content{
	padding:35px;
}
.journal-edit-window-list{
	width:100%;
}
.journal-edit-window-list ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.journal-edit-window-list ul li{
	width:45%;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	margin-right:5%;
	height:42px;
	line-height: 42px;
}
/*.journal-edit-window-list ul li:nth-child(even){
	margin-right:0;
}*/
.journal-edit-window-list-text{
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.journal-edit-window-list-title{
	color:#279ef2;
	font-size:14px;
	line-height: 30px;
	border-bottom:1px solid #e3e3e3;
}
.journal-edit-window-btn-bg{
	float: left;
	width:100%;
	padding:20px 0;
	text-align: center;
}
.journal-edit-window-add-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #279ef2;
	color: #fff;
}
.journal-edit-window-exit-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #e3e3e3;
	color: #fff;
}


.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}

.label-primary {
	background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}

.label-success {
	background-color: #f9f9f9!important;
	color:#777;
	border:1px #e1e1e1 solid;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label {
	font-size: 100%;
	font-weight: 500;
	padding: 1px 6px;
}

.label-warning {
	background-color: #ffffbb;
	border: 1px solid #cccc66;
	color: #777;
}
.confword {
	display: inline-block;
	font-size: 12px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}
.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	background:#fff;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}


.btn-attention {
	color: #ffffff;
	background-color: #279ef2!important;
	/*  border-right:1px solid #fff;*/
	width: 88px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #0281c6!important;
	padding: 0;
}

.btn-attention:hover,
.btn-attention:focus,
.btn-attention.active {
	color: #ffffff;
	background-color: #2aaaff!important;
	border-color: #2aaaff!important;
	border: 1px solid #279ef2;
}

.btn-bg-attention {
	color: #ffffff;
	background-color: #279ef2!important;
	/*  border-right:1px solid #fff;*/
	width: 120px;
	height: 34px;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #0281c6!important;
	padding: 0;
}

.btn-bg-attention:hover,
.btn-bg-attention:focus,
.btn-bg-attention.active {
	color: #ffffff;
	background-color: #2aaaff!important;
	border-color: #2aaaff!important;
	border: 1px solid #279ef2;
}

.btn-back {
	color: #ffffff;
	background-color: #ccc!important;
	/*  border-right:1px solid #fff;*/
	width: 68px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #ccc!important;
	padding: 0;
}

.btn-back:hover,
.btn-back:focus,
.btn-back.active {
	color: #ffffff;
	background-color: #2aaaff!important;
	border-color: #2aaaff!important;
	border: 1px solid #279ef2;
}

.btn-invited {
	color: #ffffff;
	background-color: #279ef2;
	font-size: 14px;
	border: 1px solid #0281c6;
	/*padding:2px 8px;*/
	padding: 2px 8px 4px;
	border-radius: 4px;
}

.btn-invited:hover,
.btn-invited:focus,
.btn-invited.active {
	color: #ffffff;
	background-color: #2aaaff;
	border-color: #2aaaff;
	border: 1px solid #279ef2;
}

.btn-exitattention {
	color: #ffffff;
	background-color: #ff7011;
	/*  border-right:1px solid #fff;*/
	width: 88px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	padding: 0;
	border: 1px solid #ef5f00;
}

.btn-exitattention:hover,
.btn-exitattention:focus,
.btn-exitattention.active {
	color: #ffffff;
	background-color: #ffa460;
	border-color: #2aaaff;
	border: 1px solid #ef5f00;
}

.btn-exitattention-gary {
	color: #ffffff;
	background-color: #eee;
	/*  border-right:1px solid #fff;*/
	width: 88px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	padding: 0;
	border: 1px solid #ddd;
	color: #999;
}

.btn-exitattention-gary:hover,
.btn-exitattention-gary:focus,
.btn-exitattention-gary.active {
	color: #ffffff;
	background-color: #ffa460;
	border-color: #2aaaff;
	border: 1px solid #ef5f00;
}

.btn-exitattention-gary-rad {
	color: #ffffff;
	background-color: #eee;
	/*  border-right:1px solid #fff;*/
	width: 88px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	padding: 0;
	border: 1px solid #ddd;
	color: #999;
	border-radius: 4px;
}

.btn-exitattention-gary-rad:hover,
.btn-exitattention-gary-rad:focus,
.btn-exitattention-gary-rad.active {
	color: #ffffff;
	background-color: #ffa460;
	border-color: #2aaaff;
	border: 1px solid #ef5f00;
}

.btn-exitattention-white {
	color: #ffffff;
	background-color: #f1f1f2;
	/*  border-right:1px solid #fff;*/
	width: 58px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	padding: 0;
	border: 1px solid #ddd;
	color: #999;
}

.btn-exitattention-white:hover,
.btn-exitattention-white:focus,
.btn-exitattention-white.active {
	color: #ffffff;
	background-color: #ffa460;
	border-color: #2aaaff;
	border: 1px solid #ef5f00;
}
.btn-white-new {
	color: #008fee;
	background-color: #fdfdfd;
	border:1px solid #e6e6e6;
	width:160px;
	height:38px;
	line-height: 38px;
	display:inline-block;
	text-align: center;
}
.btn-white-new:hover,
.btn-white-new:focus,
.btn-white-new:active,
.btn-white-new.active,
.open .dropdown-toggle.btn-white-new {
	color: #fff;
	background-color: #008fee;
	border:1px solid #008fee;
}
.btn-kong-new {
	color: #999;
	background-color: #fff;
	border:none;
	width:160px;
	height:38px;
	line-height: 38px;
	display:inline-block;
	text-align: center;
}
.btn-kong-new:hover,
.btn-kong-new:focus,
.btn-kong-new:active,
.btn-kong-new.active,
.open .dropdown-toggle.btn-kong-new {
	color: #279ef2;
	background-color: #fff;
	border:none;
}
.btn-blue-new {
	color: #fff;
	background-color: #279ef2;
	margin:10px 10px 0 0;
	border:1px solid #eee;
	width:160px;
	height:38px;
	line-height: 38px;
	display:inline-block;
	text-align: center;
}
.btn-blue-new:hover,
.btn-blue-new:focus,
.btn-blue-new:active,
.btn-blue-new.active,
.open .dropdown-toggle.btn-blue-new {
	color: #fff;
	background-color: #279ef2;
	border:1px solid #279ef2;
}


.loginlink {
	padding-top: 10px;
	padding-left: 20px;
	/*padding-right: 5px;*/
}

.signheader {
	padding: 25px 0px 5px 0px;
}

.signinlogo {
	display: block;
}

.confcode {
	width: 100px;
	display: inline-block;
	margin-right: 15px;
	margin-left: 20px;
	height: 34px;
}

.signtitle {
	font-size: 24px;
	margin: 15px 0;
	margin-left: 170px;
	/*border-left: 1px solid #cccccc;*/
	padding-left: 5px;
	line-height: 29px;
}

.stepbar {
	list-style-position: inside;
	line-height: 38px;
	display: block;
	margin: 10px 0;
	padding: 0px 0px 40px 0px;

}

.stepbar li {
	height: 38px;
	list-style: none;
	float: left;
	display: block;
	padding-left: 30px;

}

.firststep {
	/*border-radius: 4px 0px 0px 4px;*/
	width: 33.33%;

}

.secondstep {
	width: 33.33%;
}

.laststep {
	/*	border-radius: 0px 4px 4px 0px;*/
	width: 33.33%;
}

.currentfist, .currentsecond {
	color: #fff;
	background-color: #ff7011;
	background-image: url("https://scdn.x-mol.com/css/images/bg_step1.png");
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 16px;
}

.currentlast {
	color: #fff;
	background-color: #ff7011;
	font-size: 16px;
}


/*BOOTstrap table 样式开始*/
.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border: 1px solid #DDD;
	/* border-top: 1px solid #dddddd;*/
	vertical-align: middle;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border: 1px solid #DDD;
	background:#279ef2;
	text-align:center;
	color:#fff;
}
.tablelist{
	border: 1px solid #DDD;
	width:100%;
}
.tablelist a{
	color:#279ef2;
}
.tablelist a:hover{
	color:#ff7011;;
}
.tablelist th{
	border-bottom: 1px solid #DDD;
	background:#fafafa;
	text-align:left;
	color:#333;
	height:32px;
	line-height:32px;
}

.tablelist td{
	border: 1px solid #DDD;
	border-top:none;
	border-right:none;
	border-left:none;
	text-align:left;
	color:#888;
	height:32px;
	line-height:32px;
}
.tableseek{
	border: 1px solid #DDD;
	width:100%;
}
.tableseek a{
	color:#279ef2;
}
.tableseek a:hover{
	color:#ff7011;;
}
.tableseek th{
	border-bottom: 1px solid #DDD;
	background:#efefef;
	text-align:center;
	color:#34495e;
	height:36px;
	line-height:36px;
	border-right:1px solid #ddd;
	font-weight:normal;
	font-size:16px;

}

.tableseek td{
	border: 1px solid #DDD;
	border-top:none;
	border-left:none;
	text-align:center;
	color:#888;
	height:32px;
	line-height:32px;
}
.table-journal-name{
	border: 1px solid #DDD;
	width:100%;
}
.table-journal-name th{
	line-height: 36px;
	border: 1px solid #DDD;
	background:#008fee;
	text-align:center;
	color:#fff;
}

.table-journal-name td{
	border: 1px solid #DDD;
	text-align:left;
	color:#888;
	height:32px;
	line-height:22px;
	padding:10px 20px;
}
.table-journal-name td a:hover{
	color:#fff!important;
}


/*BOOTstrap table 样式结束*/

/*右侧悬浮小块*/
#moquu_top_new, #moquu_wxin_new, #moquu_wshare_new, #moquu_wmaps_new,#moquu_down_new, #moquu_wapp_new {
	z-index: 3;
	width: 60px;
	height: 60px;
	right: 10px;
	position: fixed;
	cursor: pointer;
	_position: absolute;
	_bottom: auto;
	z-index:99999;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin_new {
	top: 360px;
	_margin-top: 360px
}

#moquu_wxin_new a {
	background: url(https://scdn.x-mol.com/jcss/images/moquu_weixin.png) no-repeat;
	right: 0;
	float: left;
	width: 60px;
	height: 60px;
	text-indent: -9999px
}

#moquu_wxin_new a:hover {
	background: url(https://scdn.x-mol.com/jcss/images/moquu_weixina.png) no-repeat;
}

#moquu_wshare_new {
	top: 425px;
	_margin-top: 425px
}

#moquu_wshare_new a {
	background: url(https://scdn.x-mol.com/css/images/moquu_weixin.png) no-repeat;
	width: 60px;
	height: 60px;
	right: 0;
	float: left;
	text-indent: -9999px
}

#moquu_wshare_new a:hover {
	background: url(https://scdn.x-mol.com/css/images/moquu_weixina.png) no-repeat;
}

#moquu_wapp_new {
	top: 360px;
	_margin-top: 360px
}

#moquu_wapp_new a {
	background: url(https://scdn.x-mol.com/css/images/moquu_down.png) no-repeat;
	width: 60px;
	height: 60px;
	right: 0;
	float: left;
	text-indent: -9999px
}

#moquu_wapp_new a:hover {
	background: url(https://scdn.x-mol.com/css/images/moquu_downa.png) no-repeat;
}

#moquu_wmaps_new {
	top: 490px;
	_margin-top: 490px
}

#moquu_wmaps_new a {
	background: url(https://scdn.x-mol.com/css/images/moquu_feed.png) no-repeat;
	width: 60px;
	height: 60px;
	right: 0;
	float: left;
	text-indent: -9999px
}

#moquu_wmaps_new a:hover {
	background: url(https://scdn.x-mol.com/css/images/moquu_feeda.png) no-repeat;
}
#moquu_down_new {
	top: 360px;
	_margin-top: 360px
}

#moquu_down_new a {
	background: url(https://scdn.x-mol.com/css/images/moquu_down.png) no-repeat;
	width: 60px;
	height: 60px;
	right: 0;
	float: left;
	text-indent: -9999px
}

#moquu_down_new a:hover {
	background: url(https://scdn.x-mol.com/css/images/moquu_downa.png) no-repeat;
}
#moquu_app_new {
	top: 360px;
	_margin-top: 360px
}

#moquu_app_new a {
	background: url(https://scdn.x-mol.com/css/images/moquu_down.png) no-repeat;
	width: 60px;
	height: 60px;
	right: 0;
	float: left;
	text-indent: -9999px
}

#moquu_app_new a:hover {
	background: url(https://scdn.x-mol.com/css/images/moquu_downa.png) no-repeat;
}

#moquu_top_new {
	top: 295px;
	_margin-top: 295px;
	background: url(https://scdn.x-mol.com/css/images/moquu_top.png) no-repeat;
	width: 60px;
	height: 60px
}

#moquu_top_new:hover {
	background: url(https://scdn.x-mol.com/css/images/moquu_topa.png) no-repeat;
}

.moquu_wxin_new, .moquu_wshare_new, .moquu_wapp_new{
	position: relative;
	z-index: 2
}

.moquu_wxin_new a:hover .moquu_wxinh_new, .moquu_wshare_new a:hover .moquu_wshareh_new, .moquu_wapp_new a:hover .moquu_wapph_new {
	display: block
}

.moquu_wxin_new .moquu_wxinh_new {
	position: absolute;
	display: none;
	left: -280px;
	top: -200px;
	width: 275px;
	height: 355px;
	background:  -1px -482px no-repeat
}

.moquu_wshare_new .moquu_wshareh_new {
	position: absolute;
	display: none;
	left: -280px;
	top: -200px;
	width: 275px;
	height: 360px;
	background: url(https://scdn.x-mol.com/css/images/moquu_wshare-new.png) no-repeat
}
.moquu_wapp_new .moquu_wapph_new {
	position: absolute;
	display: none;
	left: -280px;
	top: -200px;
	width: 275px;
	height: 360px;
	background: url(https://scdn.x-mol.com/css/images/moquu_wapp-new.png) no-repeat
}
.mol-index-add-pic{
	float:left;
	width:100%;
	border-top:3px solid #e3e3e3;
	border-bottom:3px solid #e3e3e3;
	padding:5px 0;
	margin-top:10px;
}
.mol-index-add-pic img{
	width:100%;
	height:100px;
}

/*右侧悬浮结束*/



/*全部期刊列表样式开始*/
.teacher-expressrobot {
	float: left;
	height: 52px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-bottom:2px solid #279ef2;
}

.teacher-expressrobot span {
	float: left;
	display: inline-block;
	width: 150px;
	line-height: 50px;
	color: #fff;
	background-color: #fafafa;
	font-size: 16px;
}

.teacher-expressrobot span a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 0 30px;
	color:#333;
}

.teacher-expressrobot span a:hover {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff;
}

.teacher-excurrent {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff!important;
}

.teacher-expresssort {
	font-size: 14px;
	color: #999999;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.teacher-expresssort:hover, .teacher-expresssort:active, .active > .teacher-expresssort {
	font-size: 16px;
	/*	color: #000000;
    */
}

.teacher-expresstit {
	margin-top: 40px;
	height: 140px;
	background: #dad6d0;
	display: block;
}

.teacher-expressrobot-nav {
	width: 34px;
	background: #fafafa;
	position: fixed;
	/*top: 260px;*/
	bottom:50px;
	right:50%;
	margin-right: -590px;
	z-index: 99999;
}

.teacher-letter-table {
	width: 100%;
	text-align: center;
	line-height: 19px;
	color: #b6b6b6;
}

.teacher-letter-table a {
	color: #b6b6b6;
}

.teacher-letter-table a:hover {
	color:#ff7010;
	font-weight:bold;
}
.teacher-letter-table-active {
	color:#ff7010!important;
	font-weight:bold;
}

.teacher-list-left {
	float: left;
	width: 270px;
	height: 500px;
	margin-right: 50px;
	margin-top: 15px;
}

.teacher-list-left li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	height: 50px;
	border-bottom: 1px solid #fff;
	background: #fafafa;
	color: #333;
	text-indent: 5px;
	line-height: 50px;
	font-size: 16px;
}

.teacher-list-left li .active {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	height: 50px;
	background: #279ef2;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
}

.teacher-list-left li a {
	color: #333;
	height: 50px;
	line-height: 50px;
	display: block;
}

.teacher-list-left li a:hover {
	color: #333;
	background: #279ef2;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.teacher-list-right {
	float: left;
	width: 860px;
}

.teacher-list-detail-banner {
	width: 100%;
	margin-top: 10px;
	float: left;
}

.teacher-list-detail-info {
	width: 100%;
	margin-top: 10px;
	float: left;
}

.teacher-list-detail-pic {
	width: 200px;
	margin-left: 60px;
	margin-right: 20px;
	margin-top: -80px;
	float: left;
}

.teacher-list-detail-pic img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 3px solid #fff;
}

.teacher-list-detail-info-right {
	width: 100%;
	float: left;
	padding-left: 280px;
	margin-top: -120px;
}

.teacher-detail-info-text {
	font-size: 16px;
	line-height: 38px;
	color: #777;
}

.teacher-detail-info-atten {
	font-size: 18px;
	line-height: 38px;
	color: #279ef2;
}

.teacher-detail-info-atten a {
	color: #279ef2;
}

.teacher-detail-info-contact {
	width: 100%;
	border-top: 1px solid #e1e4e7;
}

.teacher-detail-info-fav-text {
	font-size: 14px;
	display: inline-block;
	margin-left: 50px;
}

.teacher-detail-info-fav-text a {
	color: #ff7010;
}

.teacher-detail-info-contact li {
	width: 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.teacher-detail-info-contact li a {
	color: #279ef2;
}

.teacher-list-detail-article {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e4e7;
}

.teacher-list-detail-article h3 {
	width: 100%;
	color: #279ef2;
	font-size: 24px;
	font-weight: normal;
}

.teacher-list-detail-article span {
	width: 100%;
	color: #777;
	font-size: 16px;
	font-weight: normal;
}

.foreign-teacher-nav {
	float: left;
	width: 100%;
}

.foreign-teacher-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.foreign-teacher-nav ul li {
	float: left;
	width: 100%;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-left: 10px;

}

.foreign-teacher-nav ul li a {
	color: #008fee;
}

.foreign-teacher-nav ul li a:hover {
	color: #ff7011;
}

.foreign-teacher-nav ul li ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 9px 0 2px 0;
	font-size: 14px;
	font-weight: normal;
	border-bottom: #f8f8f8 1px solid;
}

.foreign-teacher-nav ul li ul li a {
	color: #333;
	/*color:#999;*/
}

.foreign-teacher-nav ul li ul li a:hover {
	color: #ff7011;
}

.first-name {
	font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
	font-size: 16px;
	color: #ff7010;
	font-weight: normal;
	float: left;
	width: 100%;
}

.first-name a {
	font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
	font-size: 14px;
	color: #ff7010;
	font-weight: bold;
}

.first-name a:hover {
	font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
	font-size: 14px;
	color: #279ef2;
	font-weight: bold;
}

.second-name {
	font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.first-title {
	font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
	font-size: 22px;
	color: #333;
	font-weight: normal;
}

.foreignintro-wrap {
	width:1100px;
	float: left;
	margin:0;
}
.magazine-list-first{
	display: inline-block;
	width:360px;
	overflow: hidden;
	margin-right:20px;
	vertical-align: top;
}
.magazine-list-second{
	display: inline-block;
	width:220px;
	overflow: hidden;
	color:#b3b3b3;
	vertical-align: top;
}
.magazine-list-three-bg{
	display: inline-block;
	width:450px;
}
.magazine-list-three{
	display: inline-block;
	overflow: hidden;
	color:#94745F;
	margin-right:20px;
}
.magazine-list-three-btn{
	padding:1px 12px;
	background:#fff;
	border:1px solid #e6e6e6;
	color:#b3b3b3;
	display: inline-block;
}
.magazine-list-top-search{
	width:100%;
	height:50px;
	float:left;
	background:#fafafa;
	padding:8px 0;
}
.magazine-list-top-search-form{
	padding:7px 1px;
	width:100%;
}
.magazine-list-top-search-form-btn{
	width:60px;
	height:34px;
	background:#d3d3d3;
	line-height: 34px;
	display: inline-block;
	margin-left: -8px;
}
.magazine-list-top-search-form-btn:hover{
	width:60px;
	height:34px;
	background:#279ef2;
	color:#fff;
	line-height: 34px;
	display: inline-block;
	margin-left: -8px;
}
.magazine-list-search{
	width:100%;
	margin-top:10px;
}
.magazine-list-search-nav{
	width:100%;
	height:42px;
	line-height: 42px;
	padding:0 10px;
	background: #fafafa;
}
.magazine-list-search-nav a{
	color:#555555;
}
.magazine-list-search-nav a:hover{
	color:#279ef2;
}
.magazine-list-search-nav label{
	margin:0!important;
}
.magazine-list-search-nav-second{
	width:100%;
	margin-top:-40px;
	padding-right:380px;
}

.magazine-list-search-item{
	width:100%;
}
.magazine-list-search-item ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.magazine-list-search-item ul li{
	width:100%;
	height:42px;
	margin:0;
	padding:7px 10px;
	list-style: none;
}
.magazine-list-search-item ul li a:hover{
	color:#ff7010;
}
.magazine-list-search-item ul li a:focus{
	color:#999;
}
.magazine-list-search-item ul li:nth-child(2n){
	background: #f2f2f2;
}
.magazine-list-search-item-first{
	display: inline-block;
	width:660px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right:20px;
}
.magazine-list-search-item-three{
	display: inline-block;
	width:470px;
	float:right;
	text-align: right;
}
.magazine-list-search-item-three-btn{
	width:90px;
	padding:0 4px;
	background:#fff;
	border:1px solid #e6e6e6;
	color:#b3b3b3;
	display: inline-block;
	text-align: center;
}
.magazine-list-search-item-three-btn-active{
	width:90px;
	padding:0 4px;
	background:#279ef2;
	border:1px solid #279ef2;
	color:#fff;
	display: inline-block;
	text-align: center;
}
.magazine-list-three-info{
	width:80px;
	display: inline-block;
	text-align:left;
}
.magazine-list-item-width{
	width:90px;
	height:auto;
	display: inline-block;
}
/*全部期刊列表样式结束*/

/*后期新增发paper的CSS开始*/

.magazine-paper{
	width:100%;
	margin-top:5px;
}
.magazine-paper-title{
	width:100%;
	height:44px;
	line-height: 44px;
	background:#137DC4;
	color:#fff;
	font-size: 18px;
	padding-left:10px;
}
.magazine-paper-item{
	margin-top:5px;
}
.magazine-paper-item-title{
	width:100%;
	height:44px;
	line-height: 44px;
	background: #f0f0f0;
	border:1px solid #e3e3e3;
	border-bottom: 2px solid #137DC4;
	color:#137DC4;
	padding-left:10px;
	font-size: 16px;
	font-weight:bold;
}
.magazine-paper-item-content{

}
.table-paper {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.table-paper th {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	padding-left:10px;
	vertical-align: top;
}

.table-paper td {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	padding-left:20px;
	word-break: break-word;
	vertical-align: top;
}

.table-paper-another {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.table-paper-another th {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	background: #fafafa;
	padding-left:10px;
}

.table-paper-another td {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	padding:0 20px;
}
.table-paper-another-list {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.table-paper-another-list th {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	height: 44px;
	line-height: 44px;
	border: 1px solid #e3e3e3;
	background: #137DC4;
	padding-left:10px;
}

.table-paper-another-list td {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	height: 34px;
	line-height: 18px;
	border: 1px solid #e3e3e3;
	padding:10px 20px;
}

.table-paper-another-list td span {
	display: inline-block;
}

.table-paper-comment {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
	border:1px solid #e3e3e3;
}

.table-paper-comment th {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	height: 60px;
	line-height: 60px;
	padding-left:10px;
	font-weight: bold;
}

.table-paper-comment td {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	height: 34px;
	line-height: 34px;
	padding-left:20px;
	word-break: break-word;
}
.table-paper-comment td span{
	float:left;
}

.table-paper-son {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
	border:none;
}

.table-paper-son th {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	height: 20px;
	line-height: 20px;
	padding-left:10px;
	font-weight: bold;
	border:none;
	width:85px;
}

.table-paper-son td {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	color: #777;
	padding-left:0;
	word-break: break-word;
	border:none;
}
.table-paper-son td span{
	float:left;
}
.table-paper pre{
	word-break: break-word!important;
}


.magazine-paper-blue-area{
	width:50px;
	height:24px;
	line-height:24px;
	color:#fff;
	background: #279ef2;
	display: inline-block;
	float:right;
	margin:5px 20px;
	text-align: center;
}
.progress {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #dadada;
	height: 12px!important;
}
.magazine-paper-list{
	width:100%;
	margin-top:10px;
}

.magazine-paper-item-left{
	width:1000px;
	margin-right:10px;
	float:left;
}
.magazine-paper-item-right{
	width:170px;
	min-height: 100px;
	float:right;
	margin-top:-10px;
}
.magazine-paper-item-second-title{
	width:100%;
	height:44px;
	line-height: 44px;
	font-size: 16px;
	background: #fafafa;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left:10px;
}
.magazine-second-title-item {
	flex:1;
	margin:1px;
}
.magazine-second-title-item a{
	color:#777;
}
.magazine-second-title-item a:hover{
	color:#279ef2;
}
.magazine-second-title-item-active{
	color:#ff7010!important;
}

.table-paper-search {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
	margin-top:20px;
}

.table-paper-search th {
	width:120px;
	text-align: right;
	font-weight: normal;
	height: 54px;
	line-height: 34px;
	border:none;
}

.table-paper-search td {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	height: 54px;
	border:none;
	padding-right:20px;
}

.table-paper-search-another {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.table-paper-search-another th {
	text-align: left;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	border:1px solid #e3e3e3;
	background: #fafafa;
	padding-left:20px;
}

.table-paper-search-another td {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	width:33.3%;
	height: 28px;
	border:1px solid #e3e3e3;
	padding:6px 20px 0px 20px;
	vertical-align: top;
}
.table-paper-text-line-one{
	width:250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.magazine-paper-item-text{
	width:100%;
	height:34px;
	line-height: 34px;
}
/*后期新增发paper的CSS结束*/

.home-edit-window-list{
	width:100%;
}
.home-edit-window-list ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.home-edit-window-list ul li{
	width:100%;
	float:left;
	margin:0;
	padding:0px 10px;
	list-style: none;
	margin-right:5%;
	font-size: 16px;
	height:42px;
	line-height: 42px;
	border-bottom:1px solid #e3e3e3;
}
.home-edit-window-list-title{
	color:#666;
	font-size:16px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom:1px solid #e3e3e3;
}


.maga-translate{
	width:100%;
	margin-top:15px;
}
.maga-translate-title{
	width:100%;
	font-weight:bold;
	color:#000;
	font-size: 16px;
	line-height: 48px;
}
.maga-translate-content{
	width:100%;
	background:#fafafa;
	padding:10px;
}
.maga-translate-content textarea{
	background:#fff;
	border:1px solid #e3e3e3;
	width:100%;
}
.maga-translate-content-title{
	font-size: 16px;
	color:#000;
	line-height: 42px;
	margin-bottom: 10px;
}
.maga-translate-content-text{
	font-size: 14px;
	line-height: 22px;
	color:#2f3e44;
}
.maga-translate-content-button{
	width:100%;
	margin:10px 0 20px 0;
	text-align: center;
}
.maga-translate-content-another{
	width:100%;
	background:#fff;
	border:1px solid #e3e3e3;
	padding:10px 15px;
}
.maga-translate-content-text-time{
	width:100%;
	margin-top:10px;
	color:#777;
	font-size: 14px;
}
.maga-center-icon{
	background: url("https://scdn.x-mol.com/css/images/maga-center-icon.png") no-repeat top right;
}


/*期刊高级检索CSS 开始*/
.magazine-senior-search-content{
	width:100%;
	margin-top:10px;
}
.magazine-senior-search-left{
	float:left;
	/*width:780px;*/
	width:830px;
}
.magazine-senior-search-left-info{
	width:100%;
	border:1px solid #e3e3e3;
	padding:10px;
}
.magazine-senior-search-left-info ul{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}
.magazine-senior-search-left-info ul li{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.magazine-senior-search-left-info-more{
	width:100%;
	text-align: center;
}
.magazine-senior-search-left-key{
	width:100%;
	height:46px;
	background:#fafafa;
	border:1px solid #f2f2f2;
	line-height: 48px;
	padding-left:20px;
	margin-top:5px;
}
.magazine-senior-search-left-key-info {
	display: inline-block;
	float: right;
}

.page-info {
	padding: 0 15px;
}

.magazine-senior-search-results-list {
	width: 100%;
	border:1px solid #e3e3e3;
	padding:10px;
}

.magazine-senior-search-results-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.magazine-senior-search-results-list ul li {
	width: 100%;
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
}
.magazine-senior-search-results-list-left {
	float: left;
	width: 30px;
	margin-left: 10px;
	padding-top:1px;
}

.magazine-senior-search-results-list-right {
	margin-left: 40px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:20px;
	border-bottom: 1px solid #efefef;
}
.magazine-senior-search-results-list-right a{
	color:#333;
}


.magazine-senior-search-right{
	float:right;
	/*width:390px;*/
	width:340px;
	min-height:200px;
	border:1px solid #d0d0d0;
}
.magazine-senior-search-right-top{
	width:100%;
	height:52px;
	line-height: 50px;
	padding:0 15px;
	background: #fafafa;
	border-bottom:1px solid #e3e3e3;
}
.magazine-senior-search-right-content{
	width:100%;
	padding:10px;
}
.magazine-senior-search-right-first{
	width:100%;
	padding-bottom:15px;
	margin-top:10px;
	border-bottom:10px solid #fafafa;
}
.magazine-senior-search-right-first-title{
	line-height: 40px;
	font-size: 18px;
	font-weight:bold;
	color:#279ef2;
	margin-bottom:10px;
	border-bottom:1px solid #d0d0d0;
}
.magazine-senior-search-right-first-form{
	width:100%;
	margin:5px 0;
}
.magazine-senior-search-right-btn{
	text-align: center;
	margin:20px 0;
}
.magazine-senior-search-item{
	width:700px;
	margin:10px auto;
}
.magazine-senior-search-item-btn{
	width:100%;
}
.magazine-senior-search-item-btn-first{
	width:100%;
	text-align: center;
	margin:10px 0;
}
.magazine-senior-search-term{
	width:100%;
	padding:10px 0;
}
.magazine-senior-search-term-title{
	width:100%;
	line-height: 42px;
	border-bottom:4px solid #e3e3e3;
}
.magazine-senior-search-term-content{
	width:100%;
	padding:15px;
}
.magazine-senior-search-term-content ul{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}
.magazine-senior-search-term-content ul li{
	float:left;
	width:100%;
	list-style: decimal;
	margin:0 0 10px 0;
	padding:0;
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
.search-term-info{
	float:left;
	width:100%;
	padding-left:10px;
}
.search-term-info01{
	float:left;
	width:660px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-term-info02{
	float:left;
	width:240px;
	padding-left:20px;
}
.search-term-info03{
	float:left;
	width:240px;
}
.magazine-senior-search-right-date-list{
	width:100%;
}
.magazine-senior-search-right-date-list ul{
	width:100%;
	margin:0;
	padding:0 10px;
	list-style: none;
}
.magazine-senior-search-right-date-list ul li{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
	height:44px;
	line-height: 44px;
	border-bottom:1px solid #e3e3e3;
}
.magazine-senior-search-right-date-list ul li:last-child{
	border-bottom:none;
}
.magazine-senior-search-right-date-list ul li a{
	color:#333;
	display: block;
}
.magazine-senior-search-right-date-list ul li a:hover{
	color:#279ef2;
}
.magazine-right-date-active{
	color:#279ef2!important;
}
.magazine-right-date-left{
	corlor:#010101;
}
.magazine-right-date-right{
	float: right;
	color: #999!important;
}

.magazine-another-item-title{
	width:100%;
	height:42px;
	line-height: 42px;
	text-indent: 10px;
	font-weight:bold;
	font-size: 16px;
	color:#333;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	margin-bottom: 10px;
}
.magazine-another-item-title-word{
	display: inline-block;
	max-width:680px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

/*期刊高级检索CSS 结束*/



/*拷X-STYLE新闻评论那块的CSS，给期刊评论用开始*/
.want-comment {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.want-comment-btn-bg {
	width: 100%;
	height: 30px;
	margin: 10px 0;
	text-align: center;
}

.news-comment-answer-list {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 20px;
	font-size: 14px;
}

.news-comment-list-second-answer-list {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.news-comment-it-black {
	color: #010101;
	display: inline-block;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-allblock {
	display: block;
}

.want-comment-btn-exit {
	border: none;
	border-radius: 3px;
	background: #e6e6e6;
	padding: 6px 15px;
	line-height: 1.2em;
	color: #808080;
	margin-right: 10px;
}

.want-comment-btn-exit:hover {
	border: none;
	border-radius: 3px;
	background: #008fee;
	padding: 6px 15px;
	line-height: 1.2em;
	color: #fff;
}

.want-comment-btn-submit {
	border: none;
	border-radius: 3px;
	background: #008fee;
	padding: 6px 15px;
	line-height: 1.2em;
	color: #fff;
}

.want-comment-btn-submit:hover {
	border: none;
	border-radius: 3px;
	background: #008fee;
	padding: 6px 15px;
	line-height: 1.2em;
	color: #fff;
}
.it-inline {
	display: inline-block;
	overflow: hidden;
	color: #999;
}
/*拷X-STYLE新闻评论那块的CSS，给期刊评论用结束*/

.joural-inpage-searchsub {
	width: 82px;
	height: 34px;
	background-color: #fff;
	position: absolute;
	top: 0;
	margin: 0 3px 0 0;
}

.joural-inpage-sub-btn {
	cursor: pointer;
	width: 82px;
	height: 14px;
	line-height: 14px;
	padding: 0;
	border: 0;
	background: none;
	color: #008fee;
	font-size: 18px;
	font-weight: bold;
}

.literature-input {
	width: 617px;
	height: 36px;
	/*line-height:3px;*/
	line-height: 17px;
	font-family: "微软雅黑";
	padding-left: 5px;
	padding-bottom: 7px;
	padding-right: 78px;
	padding-top: 7px;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-indent: 0px;
	color: #9e9e9e;
}

.literature-input:hover {
	border: 1px solid #9e9e9e;
}

.literature-input:focus {
	border: 1px solid #3388FF;
	color: #222;
}
.literature-input-btn-bg {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background-color: #279ef2;
	position: absolute;
	left: 615px;
	top: 0;
	margin: 0 3px 0 0;
}

.literature-input-btn {
	cursor: pointer;
	width: 120px;
	height: 14px;
	line-height: 14px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 16px;
	color: white;
}
.literature-search-ex{
	width:100%;
	float:left;
	color:#d1d1d0;
	font-size: 13px;
}
.literature-search-info{
	float:left;
	width:100%;
	background: #fafafa;
	padding:10px;
	line-height: 28px;
}
.literature-search-info-btn{
	padding:1px 10px;
	background:#279ef2;
	color:#fff;
	font-size: 15px;
	border:none;
	cursor: pointer;
}
.literature-search-info-btn:hover{
	color:#fff;
}
.literature-search-btn-nav{
	width:100%;
	float:left;
	text-align: center;
	margin-bottom: 30px;
}
.literature-quick-link{
	width:100%;
	float:left;
	margin-top:50px;
}
.literature-quick-link ul{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}
.literature-quick-link ul li{
	width:162px;
	float:left;
	list-style: none;
	margin:0 29px 0 0;
	padding:0;
}
.literature-quick-link ul li:last-child{
	margin-right:0;
}

/*白色的topbar css 开始*/
.news-white-top-bar {
	background: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	top: 0px;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #e3e3e3;
}
.news-white-header {
	display: block;
	height: 100px;
	width: 1180px;
	background: #fff;
	margin: 40px auto 0;
	padding:30px 0;
}
.white-top-bar-content{
	width: 1180px;
	margin:0 auto;
}
.white-top-bar-content ul{
	width: 100%;
	margin:0;
	padding:0;
	list-style: none;
}
.white-top-bar-content ul li{
	margin:0;
	padding:0 15px;
	list-style: none;
	float:right;
}
.white-top-bar-content ul li a{
	color:#333;
}
.white-top-bar-content ul li a:hover{
	color:#ff7010;
}
.white-top-bar-right{
	color:#999!important;
}

.news-white-menu{
	width: 1180px;
	margin:0 auto;
	border-top:8px solid #fafafa;
	padding-top:15px;
}
.news-white-menu ul{
	margin:0;
	padding:0;
	list-style: none;
}
.news-white-menu ul li{
	float: left;
	display: inline-block;
	padding:0;
	list-style: none;
	width:228px;
	height:44px;
	line-height: 44px;
	margin-right:10px;
	margin-bottom: 10px;
	border:1px solid #e3e3e3;
	text-align: center;
	border-radius: 4px;
}
.news-white-menu ul li:nth-child(5n){
	margin-right:0;
}
.news-white-menu ul li a{
	display: inline-block;
	width:228px;
	height:44px;
	line-height: 44px;
}
.news-white-menu ul li a:hover{
	background: #279ef2;
	color:#fff;
	text-align: center;
	border-radius: 4px;
}
.news-white-menu-active{
	display: inline-block;
	width:228px;
	height:44px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	background: #279ef2;
	color:#fff;
}

.news-white-menu-2020-content{
	width: 1180px;
	margin:0 auto;
	border-top:8px solid #fafafa;
	padding-top:15px;
	padding-bottom: 15px;
}
.news-white-menu-2021-bg{
	float:left;
	width: 1180px;
}
.news-white-menu-2021-left{
	width: 52px;
	float:left;
	height: 118px;
	background: #f2f2f2;
	padding: 34px 20px;
	font-weight: bold;
}
.news-white-menu-2021-right{
	width: 1128px;
	border:1px solid #e3e3e3;
	float:left;
}
.news-white-menu-2021-right ul{
	margin:0;
	padding:10px;
	list-style: none;
}
.news-white-menu-2021-right ul li{
	float: left;
	display: inline-block;
	padding:0;
	list-style: none;
	color:#333;
	width:100px;
	line-height: 32px;
	margin-right:10px;
	text-align: left;
}
.news-white-menu-2021-right ul li:nth-child(10n){
	margin-right:0;
}
.news-white-menu-2021-right ul li a{
	color:#333;
}
.news-white-menu-2021-right ul li a:hover{
	font-weight:bold;
	color:#279ef2!important;
}
.news-white-menu-2021-right-active{
	font-weight:bold;
	color:#279ef2!important;
}



.news-white-menu-2020-content-left{
	width: 1080px;
	float:left;
}
.news-white-menu-2020-content-right{
	width: 100px;
	float:right;
}
.news-white-menu-2020{
	width: 100%;
}
.news-white-menu-2020 ul{
	margin:0;
	padding:0;
	list-style: none;
}
.news-white-menu-2020 ul li{
	float: left;
	display: inline-block;
	padding:0;
	list-style: none;
	width:170px;
	height:44px;
	line-height: 44px;
	margin-right:10px;
	margin-bottom: 10px;
	border:1px solid #e3e3e3;
	text-align: center;
	border-radius: 4px;
}
.news-white-menu-2020 ul li:nth-child(6n){
	margin-right:0;
}
.news-white-menu-2020 ul li a{
	display: inline-block;
	width:170px;
	height:44px;
	line-height: 44px;
}
.news-white-menu-2020 ul li a:hover{
	background: #279ef2;
	color:#fff;
	text-align: center;
	border-radius: 4px;
}
.news-white-menu-2020-active{
	display: inline-block;
	width:170px;
	height:44px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	background: #279ef2;
	color:#fff!important;
}
.news-white-menu-2020-active a{
	color:#fff!important;
}
.news-white-menu-2020-btn{
	width:100px;
	height:152px;
	line-height: 152px;
}
.news-white-menu-2020-btn a{
	width:100px;
	height:152px;
	line-height: 152px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	text-align: center;
	display: inline-block;
	color:#f0ad4e;
}
/*白色的topbar css 结束*/

.article-bg-width960{
	width:960px;
	margin:0 auto;
}

.article-box-bg{
	width:960px;
	background:#fafafa;
	margin-top:15px;
}
.article-box-list{
	margin:0 30px;
	padding:10px 0;
}
.article-box-list ul{
	margin:0;
	padding:0;
	list-style: none;
}
.article-box-list ul li a{
	margin:0 0 10px 0;
	padding:0 10px;
	list-style: none;
	line-height: 54px;
	font-size: 16px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	background: url("https://scdn.x-mol.com/jcss/images/article-box-icon-arrow-new.png") no-repeat 865px #fff;
	color:#000;
	display: block;
}
.article-box-list ul li a:hover{
	margin:0 0 10px 0;
	padding:0 10px;
	list-style: none;
	line-height: 54px;
	font-size: 16px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	background: url("https://scdn.x-mol.com/jcss/images/article-box-icon-arrow-new-white.png") no-repeat 865px #279ef2;
	color:#fff;
	display: block;
}
.article-box-list-no{
	margin:0 0 10px 0;
	padding:0 10px;
	list-style: none;
	line-height: 54px;
	font-size: 16px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	background: url("https://scdn.x-mol.com/jcss/images/article-box-icon-wrong-new.png") no-repeat 865px #fff;
	color:#b6b6b6;
	display: block;
}
.article-box-bottom{
	width:960px;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #e3e3e3;
	line-height: 38px;
	font-size: 16px;
}
.article-box-bottom a{
	color:#279ef2;
}
.article-box-bottom a:hover{
	color:#ff7010;
}
.article-box-icon-text{
	float:right;
	padding-right:30px;
	color:#33cc66;
}
a:hover .article-box-icon-text {
	color:#fff;
}
.article-box-icon-text-no{
	float:right;
	padding-right:30px;
	color:#D6491E;

}

.magazine-journal-about-press {
	float: left;
	height: 43px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-bottom:2px solid #279ef2;
}

.magazine-journal-about-press span {
	float: left;
	display: inline-block;
	width: 170px;
	line-height: 40px;
	color: #fff;
	background-color: #fafafa;
	font-size: 16px;
}

.magazine-journal-about-press span a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 0 20px;
	color:#333;
	border:1px solid #e3e3e3;
	border-right:0;
	border-bottom: 0;
}
.magazine-journal-about-press span a:last-child {
	border-right:1px solid #e3e3e3;
}
.magazine-journal-about-press span a.active {
	border:1px solid #0b6cbc;
	background-color: #279ef2;
	text-decoration: none;
	color: #fff!important;
	border-bottom: 0;
	border-right:0;
}

.magazine-journal-about-press span a:hover {
	background-color: #279ef2;
	border:1px solid #0b6cbc;
	border-bottom: 0;
	border-right:0;
	text-decoration: none;
	color: #fff;
}

.magazine-journal-cite-nav{
	width:100%;
	height:42px;
	background: #FCF4E5;
	line-height: 42px;
	margin-top:10px;
	color:#000;
	text-indent: 15px;
}
.magazine-journal-cite-nav-second{
	width:100%;
	height:42px;
	line-height: 42px;
	color:#000;
	border-bottom: 2px solid #e3e3e3;
}
.magazine-journal-cite-content{
	padding:15px;
	background: #fafafa;
	border:1px solid #e3e3e3;
	line-height: 28px;
	margin-top:10px;
	color:#000;
}

.magazine-journal-about-title{
	width:100%;
	height:44px;
	line-height: 44px;
	background:#279ef2;
	color:#fff;
	font-size: 18px;
	padding-left:10px;
}
.btn.btn-red {
	border-width: 1px;
	border-color: #CCC;
	color: red!important;
	text-shadow: none!important;
	background-color: #FFF!important
}

.magazine-journal-about-item{
	width:100%;
	margin-top:10px;
}
.magazine-journal-about-item ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.magazine-journal-about-item ul li{
	width:100%;
	margin:0;
	padding:10px 10px 10px 20px;
	list-style: none;
	border-bottom:1px solid #e3e3e3;
	background: url("https://scdn.x-mol.com/jcss/images/icon-blue-quan.jpg") no-repeat 0 20px;
}
.magazine-journal-about-item ul li a:visited{
	color: #999;
}
.magazine-journal-about-item ul li:last-child{
	border-bottom:none;
}
.magazine-journal-banner-link{
	width:100%;
	height:40px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #fafafa;
	border-bottom: 1px solid #e3e3e3;
}
.magazine-journal-banner-link a{
	color: #333;
}
.btn-vote-white{
	color: #ff7010;
	background:#fff;
	font-size: 14px;
	border-radius: 4px;
}
.btn-vote-white a{
	color: #ff7010;
	background:#fff;
	padding:2px 12px;
	border-radius: 4px;
	border: 1px solid #ff7010;
}
.btn-vote-white a:hover{
	color: #fff;
	background:#ff7010;
	padding:2px 12px;
	border-radius: 4px;
}

.btn-choose-white{
	color: #555555;
	background:#fff;
	font-size: 14px;
	border-radius: 4px;
	margin:0 10px 6px 0;
	display: inline-block;
}
.btn-choose-white a{
	color: #555555;
	background:#fff;
	padding:2px 6px;
	border: 1px solid #e7e7e7;
}
.btn-choose-white a:hover{
	color: #555555;
	background:#f2f2f2;
	padding:2px 6px;
}

.btn-magazine-blue{
	color: #279ef2;
	background:#fff;
	font-size: 14px;
	border-radius: 4px;
}
.btn-magazine-blue a{
	color: #279ef2;
	background:#fff;
	padding:2px 12px;
	border-radius: 4px;
	border: 1px solid #279ef2;
}
.btn-magazine-blue a:hover{
	color: #fff;
	background:#279ef2;
	padding:2px 12px;
	border-radius: 4px;
}
.btn-white-active{
	background-color: #279ef2!important;
	color:#fff!important;
	border:1px solid #279ef2;
}
.top-right-num{
	top:-6px;
	font-size: 75% !important;
}
.affiliation-num{
	margin:0;
	padding:0;
	list-style: none;
}
.affiliation-num ul{
	margin:0 0 0 0;
	padding:0;
}
.affiliation-num li{
	margin:0;
	padding:0;
	list-style: none;
}
