body {
	margin: 0;
	padding: 0;
	font-family: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;
}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] {
	border-radius: 0;
	color: #333;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	/*	padding: 5px 4px;*/
	/*	line-height: 1.2;*/
	font-size: 14px;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transition-duration: .1s;
	transition-duration: .1s
}

textarea:hover,input[type="text"]:hover,input[type="password"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="date"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,input[type="number"]:hover,input[type="email"]:hover,input[type="url"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="color"]:hover {
	border-color: #b5b5b5
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #f59942;
	background-color: #fff;
	outline: 0
}

.form-control,select {
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5
}

.form-control:focus,select:focus {
	color: #696969;
	border-color: #f59942;
	background-color: #fff;
	outline: 0
}

textarea.form-control {
	padding: 5px 9px
}

select {
	padding: 3px 4px;
	height: 30px
}

select.form-control {
	padding: 4px 6px;
	height: 32px
}

select[multiple],select.form-control[multiple] {
	height: auto
}


label {
	font-weight: normal;
	font-size: 14px
}

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:#b3b3b3;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#b3b3b3;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#b3b3b3;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#b3b3b3;
}
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;*/
}

#footer {
	position: absolute;
	bottom: 0; /* 关键 */
	left: 0; /* IE下一定要记得 */
	height: 60px; /* footer的高度一定要是固定值*/
}

/*间隔开始*/

.spacetopp10 {
	padding-top: 10px;
}

.spaceleftp10 {
	padding-left: 10px;
}

.spacebottomm10 {
	margin-bottom: 10px;
}

.spacetopm10 {
	margin-top: 10px;
}

.spacetopm40 {
	margin-top: 40px!important;
}

.spacerightm10 {
	margin-right: 10px;
}

.spacerightm20 {
	margin-right: 20px;
}

.spaceleftm10 {
	margin-left: 10px;
}

.spaceleftm5 {
	margin-left: 5px;
}
/*间隔结束*/

/*字体*/
.it-blue{
	color:#279ef2!important;
}
.it-blue a{
	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!important;
}
.it-orange a{
	color:#ff7010!important;
}
.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;
}
.en-journal-one-line{
	width:100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.en-journal-two-line{
	width:100%;
	height:32px;
	line-height: 16px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.en-journal-three-line{
	width:100%;
	max-height:66px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.en-journal-8-line{
	width:100%;
	height:170px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
}

/*字体结束*/
/*白色的顶部菜单*/
.en-journal-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;
}
.en-journal-white-header {
	display: block;
	height: 100px;
	width: 1180px;
	background: #fff;
	margin: 40px auto 0;
	padding:30px 0;
}
.en-journal-white-top-bar-content{
	width: 1180px;
	margin:0 auto;
}
.en-journal-white-top-bar-content ul{
	float:right;
	width: 80%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-white-top-bar-content ul li{
	margin:0;
	padding:0 15px;
	list-style: none;
	float:right;
}
.en-journal-white-top-bar-content ul li a{
	color:#333;
	text-decoration: none
}

.en-journal-white-top-bar-content ul li a:visited{
	text-decoration: none;
}

.en-journal-white-top-bar-content ul li a:hover{
	color:#ff7010;
	text-decoration: none
}
.en-journal-white-top-bar-content ul li a:active{
	text-decoration: none;
}
/*弹出模态框*/
.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;
}
.en-model-list {
	width: 100%;
	padding-left: 20px;
}

.en-model-list ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.en-model-list ul li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.en-model-list ul li span {
	list-style: none;
}
.en-model-list-title {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

.en-model-list-text {
	padding-left: 32px;
	font-size: 14px;
	font-weight: normal;
}
/*新的首页的样式开始*/
.en-journal-top-bg{
	width:100%;
	height:320px;
	padding-top:45px;
}
.en-journal-top-menu{
	width: 1180px;
	height:40px;
	line-height: 40px;
	margin: -40px auto 0;
	text-align: right;
}
.en-journal-top-menu span a{
	color: #fff;
	margin-right: 20px;
}
.en-journal-top-menu span a:hover{
	color: #ff7010;
}
.en-journal-top{
	width:1180px;
	height:230px;
	background: #fff;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	border-radius:8px;
	margin:0 auto;
	padding-top:185px;
}
.en-journal-top-logo{
	width:100%;
	text-align: center;
}
.en-journal-logo-search{
	width:100%;
	padding:60px 160px;
}
.en-journal-search-form {
	line-height: 40px;
	position: relative;
	display: block;
	float: left;
}
.en-journal-search-form input {
	width: 680px;
	height: 44px;
	line-height: 17px;
	padding:7px 5px 7px 5px;
	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;
}

.en-journal-search-form input:hover {
	border: 1px solid #9e9e9e;
	color: #222;
}

.en-journal-search-form input:focus {
	border: 1px solid #3388FF;
	color: #222;
}
.en-journal-search-btn-bg {
	width: 80px;
	height: 44px;
	line-height: 44px;
	background-color: #279ef2;
	position: absolute;
	left: 680px;
	top: 0;
	margin: 0 3px 0 0;
}

.en-journal-search-btn {
	cursor: pointer;
	width: 80px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 16px;
	color: white;
}
.en-journal-search-info{
	float:right;
	height: 44px;
	padding:4px 0;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}
.en-journal-search-info a:link{
	color:#F4973B;
	text-decoration: none;
}
.en-journal-search-info a:visited{
	color:#F4973B;
	text-decoration: none;
}
.en-journal-search-info a:hover{
	color:#279ef2;
	text-decoration: none;
}
.en-journal-search-info a:active{
	text-decoration: none;
}
.en-journal-search-ex-title{
	width:100%;
	float:left;
	color:#333333;
	font-size: 18px;
	line-height: 1.7em;
	text-indent: 5px;
}
.en-journal-search-ex{
	width:100%;
	float:left;
	color:#999999;
	font-size: 14px;
	line-height: 1.7em;
	text-indent: 5px;
}
/*期刊body css*/
.en-journal-content{
	width:1180px;
	padding-top:10px;
	margin:0 auto;
}
.en-journal-content-bg{
	width:100%;
	padding-top:10px;
	border-top: 1px solid #e3e3e3;
}
/*期刊快捷栏*/
.en-journal-quick-link {
	float: left;
	width: 100%;
}

.en-journal-quick-link span {
	float: left;
}
.en-journal-quick-link-first{
	width:100%;
	height: 30px;
	margin:10px 0;
}
.en-journal-quick-link-second{
	width:100%;
	float:left;
	margin-top:5px;
}
.en-journal-quick-link-second-left{
	float: left;
}
.en-journal-quick-link-second-right{
	float: right;
}
.en-journal-quick-menu{
	width:100%;
	float: left;
	text-align: center;
	height:40px;
	line-height: 40px;
	background:#fafafa;
	color:#fff;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top:10px;
}

.en-journal-quick-menu span {
	float: left;
	display: inline-block;
	width: 290px;
	color: #fff;
	background-color: #fafafa;
	font-size: 16px;
	border-right:1px solid #eaeaea;
}

.en-journal-quick-menu span a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 0 15px;
}

.en-journal-quick-menu span a:hover {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff;
}

.en-journal-quick-menu-current {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff!important;
}
.en-journal-quick-btn-white {
	list-style: none;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 0 10px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	color: #279ef2;
	display:inline-block;
}
.en-journal-quick-btn-white:hover {
	color: #ff7010;
}
.en-journal-quick-link-search{
	width:520px;
	float:right;
}
.en-journal-quick-link-search-form{
	width:100%;
	line-height: 40px;
	position: relative;
	display: block;
	float: left;
}
.en-journal-quick-link-search-form input {
	width: 320px;
	height: 28px;
	padding:0 5px;
	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;
}

.en-journal-quick-link-search-form input:hover {
	border: 1px solid #9e9e9e;
}

.en-journal-quick-link-search-form input:focus {
	border: 1px solid #3388FF;
	color: #222;
}
.en-journal-quick-link-search-btn-bg {
	width: 80px;
	height: 28px;
	line-height: 28px;
	background-color: #f1a02f;
	position: absolute;
	left: 320px;
	top: 0;
	margin: 0 3px 0 0;
}

.en-journal-quick-link-search-btn {
	cursor: pointer;
	width: 80px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 14px;
	color: white;
}
/*期刊左侧CSS*/
.en-journal-content-left{
	width:290px;
	float:left;
	margin-right:10px;
}
.en-journal-left-menu{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.en-journal-left-menu ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-left-menu ul li{
	width:100%;
	height:42px;
	line-height: 42px;
	display: block;
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	overflow: hidden;
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	margin-top:-1px;
	color:#777;
}
.en-journal-left-menu ul li a{
	width:100%;
	display: block;
	background:#f8f8f8;
	color:#777;
	padding-left:10px;
	padding-right:15px;
}
.en-journal-left-menu ul li a:hover{
	width:100%;
	display: block;
	background-color:#279ef2;
	color:#fff;
	padding-left:10px;
}
.en-journal-left-menu ul li a.active{
	width:100%;
	display: block;
	background-color:#279ef2!important;
	color:#fff;
	padding-left:10px;
}
/*期刊列表CSS*/
.en-journal-content-item-bg{
	width:880px;
	float: right;
}
.en-journal-content-item-cube{
	float:left;
	width:880px;
	min-height: 1200px;
}
.en-journal-content-item-cube ul{
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
}
.en-journal-content-item-cube ul li{
	float:left;
	margin:0;
	padding:10px;
	list-style: none;
	width:437px;
	height:360px;
	margin-right:6px;
	border:2px solid #95CAF0;
	margin-bottom:5px;
}
.en-journal-content-item-cube ul li:nth-of-type(2n){
	margin-right: 0;
}

.en-journal-content-item{
	float:left;
	width:880px;
	min-height: 1200px;
}
.en-journal-content-item ul{
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
}
.en-journal-content-item ul li{
	float:left;
	margin:0;
	padding:10px;
	list-style: none;
	width:100%;
	border:2px solid #95CAF0;
	margin-bottom:5px;
}
.en-journal-magazine-height{
	/*height:360px;
	width:412px;*/
	position: relative;
}
.en-journal-magazine-height .en-journal-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;
	padding-right:12px;
}
.en-journal-magazine-title-left {
	width: 25px;
	float: left;
}
.en-journal-magazine-title-right {
	padding-left: 25px;
}
.en-journal-magazine-text-title-left{
	width:800px;
	float: left;
}
.en-journal-magazine-text {
	width: 100%;
	overflow: hidden;
	line-height:1.5;
}
.en-journal-magazine-text p {
	line-height:1.5;
}
.en-journal-magazine-text span a {
	color: #555;
}
.en-journal-magazine-text span a:hover {
	color: #ff7010;
}
.en-journal-magazine-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;
}
.en-journal-magazine-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;
}
.en-journal-magazine-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;
}

.en-journal-magazine-height .en-journal-magazine-text-attention{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.en-journal-magazine-height .en-journal-magazine-text-attention-new{
	width:100%;
	max-height:34px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.en-journal-magazine-description p{
	height:165px;
	white-space: normal!important;
	position:relative;
	line-height:1.5em;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	margin-bottom:20px;
}

.en-journal-magazine-text-attention{
	font-size: 12px;
	color:#b3b3b3;
}
.en-journal-magazine-text-attention a{
	color:#b3b3b3;
}
.en-journal-magazine-text-attention a:hover{
	color:#ff7010;
}
.en-journal-magazine-text-attention-new{
	font-size: 12px;
	color:#b3b3b3;
}
.en-journal-magazine-text-attention-new a{
	color:#b3b3b3;
}
.en-journal-magazine-text-attention-new a:hover{
	color:#ff7010;
}
.en-journal-magazine-model-btn{
	text-align: left;
	position: absolute;
	bottom: 10px;
	clear: both;
	left: 33px;
	right: 33px;
}
.en-journal-magazine-pic{
	width:100%;
	height:160px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin:10px 0;
}
.en-journal-magazine-pic img {
	max-width:350px;
	max-height: 157px;
	cursor: pointer;
}

.en-journal-magazine-read {
	border:1px solid #e3e3e3!important;
}
.en-journal-magazine-model-content-read {
	border:2px solid #e3e3e3!important;
}
.en-journal-magazine-right-fav{
	width:100%;
	height:68px;
	text-align: right;
	margin-top:-68px;
}
/*My Follows CSS */
.en-journal02-left-main-title{
	float:left;
	width:100%;
	text-align: left;
	padding-left:10px;
	height:44px;
	line-height: 44px;
	background:#279ef2;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
}
.en-journal02-left-btn-manage{
	background:#fff;
	border: none;
	width: 80px;
	height: 24px;
	color: #777;
	line-height: 16px;
	margin-top: 6px;
	margin-right: 15px;
	float: right;
}
.en-journal02-left-menu-first{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.en-journal02-left-menu-first ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal02-left-menu-first ul li{
	width:100%;
	height:42px;
	line-height: 40px;
	display: block;
	padding:0;
	list-style: none;
	float:left;
	overflow: hidden;
	background:#fafafa;
	border:1px solid #dfdfdf;
	margin-top:-1px;
	color:#777;
}
.en-journal02-left-menu-first ul li a{
	width:100%;
	display: block;
	background:#fafafa;
	color:#777;
	padding-left:10px;
	padding-right:15px;
}
.en-journal02-left-menu-first ul li a:hover{
	width:100%;
	display: block;
	background-color:#65B6F0;
	color:#fff;
	padding-left:10px;
}
.en-journal02-left-menu-first ul li a.active{
	width:100%;
	display: block;
	background-color:#65B6F0!important;
	color:#fff;
	padding-left:10px;
}
.en-journal02-left-menu-first-text{
	width:240px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.en-journal-right-items{
	float: right;
	width: 18px;
	height: 18px;
	background: #F0AD4E;
	border-radius: 100%;
	color: #fff;
	margin-top: 12px;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
}
.en-journal02-left-red-circle{
	background:#fafafa url("images/ico-new-infor.png") no-repeat 265px 16px!important;
}
.en-journal02-left-red-circle:hover{
	background:#65B6F0 url("images/ico-new-infor.png") no-repeat 265px 16px!important;
}
.en-journal02-left-menu-choose{
	display: inline-block;
	width:120px;
	color:#1a1a1a;
	font-size: 14px;
}
.en-journal02-left-orange-items{
	float: right;
	width: 18px;
	height: 18px;
	background: #F0AD4E;
	border-radius: 100%;
	color: #fff;
	margin-top: 12px;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
}
/*弹出窗CSS*/
.en-journal-edit-window-body{
	width:720px;
	margin:0 auto;
	border:1px solid #e3e3e3;
	border-radius:8px;
}
.en-journal-edit-window-content{
	padding:35px;
}
.en-journal-edit-window-list-3{
	width:100%;
}
.en-journal-edit-window-list-3 ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-edit-window-list-3 ul li{
	width:30%;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	margin-right:5%;
	height:42px;
	line-height: 42px;
}
.en-journal-edit-window-list-3 ul li:nth-child(3n+0){
	margin-right:0;
}
.en-journal-edit-window-list{
	width:100%;
}
.en-journal-edit-window-list ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-edit-window-list ul li{
	width:47.5%;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	margin-right:5%;
	height:42px;
	line-height: 42px;
}
.en-journal-edit-window-list ul li:nth-child(even){
	margin-right:0;
}
.en-journal-edit-window-list-text{
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.en-journal-edit-window-list-title{
	color:#008fee;
	font-size:14px;
	font-weight: bold;
	line-height: 30px;
	border-bottom:1px solid #e3e3e3;
}
.en-journal-edit-window-list-another{
	width:100%;
}
.en-journal-edit-window-list-another ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-edit-window-list-another ul li{
	width:80%;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	height:42px;
	line-height: 42px;
	border-bottom: 1px solid #e3e3e3;
}
.en-journal-edit-window-choose{
	width:100%;
	margin:10px 0;
}
.en-journal-edit-window-btn-bg{
	float: left;
	width:100%;
	padding:20px 0;
	text-align: center;
}
.en-journal-edit-window-add-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #008fee;
	color: #fff;
}
.en-journal-edit-window-exit-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #e3e3e3;
	color: #fff;
}
.en-journal-edit-window-exit-btn-white{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #fff;
	border:1px solid #e7e7e7;
	color: #777;
}


.en-journal-edit-window-list-add-tap {
	width: 100%;
	height: 360px;
	margin: 0;
}

.en-journal-edit-window-tab-nav {
	float:left;
	margin:0;
	padding: 0;
	width:180px!important;
	height:430px;
}

.en-journal-edit-window-tab-nav li {
	float: left;
	display: block;
	list-style: none;
	border-bottom: 1px solid #fff;
	background:#fafafa;
	width: 180px!important;
	margin-right:2px!important;
}
.en-journal-edit-window-tab-nav li a {
	float: left;
	display: block;
	list-style: none;
	border-bottom: 1px solid #fff;
	background:#fafafa;
	width: 180px!important;
	height: 42px!important;
	margin-right:2px!important;
	text-align: left;
	text-indent: 20px;
}

.en-journal-edit-window-tab-nav li a:hover {
	float: left;
	display: block;
	list-style: none;
	border-bottom: 1px solid #fff;
	background:#279ef2!important;
	color:#fff!important;
	width: 180px!important;
	height: 42px!important;
	margin-right:2px!important;
}

.en-journal-edit-window-tab-nav-active {
	background:#279ef2!important;
	color:#fff!important;
}

.en-journal-edit-window-tab-content {
	float:left;
	width: 468px;
	height: 418px;
	border: 1px solid #e3e3e3;
	text-align: center;
	background: #FFF;
	overflow: hidden;
}

.en-journal-edit-window-tab-item {
	width: 100%;
	height: 415px;
	padding:20px;
}
.en-journal-edit-window-tab-item ul{
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-edit-window-tab-item ul li{
	float: left;
	display: inline-block;
	padding:0;
	list-style: none;
	width:30%!important;
	height:32px;
	line-height: 32px;
	margin-right:4%!important;
	margin-bottom: 10px;
	border:1px solid #e3e3e3;
	text-align: center;
	border-radius: 4px;
}
.en-journal-edit-window-tab-item ul li:nth-child(3n){
	margin-right:0!important;
}
.en-journal-edit-window-tab-item ul li a{
	display: inline-block;
	width:100%!important;
	height:32px;
	line-height: 32px;
}
.en-journal-edit-window-tab-item ul li a:hover{
	display: inline-block;
	width:100%;
	height:32px;
	background: #279ef2;
	color:#fff;
	border-radius: 4px;
}
.en-journal-edit-window-tab-item-active{
	display: inline-block;
	width:30%!important;
	height:32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	background: #279ef2;
	color:#fff!important;
}

.en-journal-window-type-area {
	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;
}
.en-journal-edit-window-add-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #008fee;
	color: #fff;
}
.en-journal-edit-window-exit-btn{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #e3e3e3;
	color: #fff;
}
.en-journal-edit-window-exit-btn-white{
	cursor: pointer;
	width:19%;
	line-height: 32px;
	border: 0;
	background: #fff;
	border:1px solid #e7e7e7;
	color: #777;
}
.en-journal-edit-window-table{
	width:100%;
	margin:10px 0;
}

.en-journal-edit-window-table thead tr {
	background: #279ef2;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.en-journal-edit-window-table thead tr th {
	border-left: 1px solid #ebebeb;
	text-align: center;
	padding: 0 5px;
	color: #fff;
}

.en-journal-edit-window-table tbody tr {
	height: 36px;
	line-height: 36px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.en-journal-edit-window-table tbody tr td {
	text-align: center;
	padding: 0 5px;
	border-left: 1px solid #ebebeb;
}
.en-journal-edit-window-small-blue-btn{
	cursor: pointer;
	padding:2px 10px;
	border: 0;
	background: #008fee;
	color: #fff;
}
.en-journal-edit-window-small-exit-btn{
	cursor: pointer;
	padding:2px 10px;
	border: 0;
	background: #e3e3e3;
	color: #fff;
}
.en-journal-edit-window-small-white-btn{
	cursor: pointer;
	padding:2px 10px;
	background: #fafafa;
	border:1px solid #e7e7e7;
	color: #777;
}
.en-journal-edit-list-title-right{
	width:100%;
	float: left;
	text-align: right;
	margin-top:-40px;
}

.en-journal-window-journal-follow{
	width:100%;
	line-height: 36px;
	list-style: none;
	margin:0;
	padding:0;
	color:#999;
	font-size: 15px;
	margin-bottom:20px;
}
.en-journal-window-journal-follow li{
	float:left;
	margin:0;
	padding: 0;
	list-style: none;
	width:50%;
}
.en-journal-window-journal-follow a{
	color:#999;
}
.en-journal-window-journal-follow a:hover{
	color:#008fee;
}
.en-journal-window-journal-follow-checked{
	width:80%;
	float:left;
	color:#008fee!important;
}
.en-journal-window-journal-follow-right{
	width:90%;
	float:left;
}
.en-journal-window-journal-follow-left{
	width:10%;
	float:left;
	text-align: left;
}
.en-journal-edit-window-quick-link{
	width:100%;
	padding-left:80px;
	margin-bottom: 10px;
	font-size: 13px;
}
.en-journal-edit-window-quick-link span a{
	color:#279ef2;
	margin-right:20px;
}
/*期刊高级搜索 CSS*/
.en-journal-search-top-bar {
	background: #279ef2;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	top: 0px;
	position: fixed;
	z-index: 99;
}
.en-journal-search-top-bar-new {
	width: 1180px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	padding-top:5px;
	text-align: right;
}
.en-journal-search-logo-item {
	display: block;
	height: auto;
	width: 1180px;
	margin:10px auto 30px;
	background: #fff;
}
.en-journal-search-current-page {
	width: 100%;
	text-indent: 15px;
	background: #fafafa;
	display: block;
	border: 1px dashed #efefef;
	height: 40px;
	line-height: 36px;
	margin-bottom: 15px;
	font-size: 14px;
}
/*期刊检索body CSS*/
.en-journal-search-content{
	width:1180px;
	margin:20px auto;
}
.en-journal-search-left-top{
	width:100%;
	padding:13px 20px;
	border:1px solid #e3e3e3;
	font-size: 16px;
	line-height: initial;
}
.en-journal-search-left{
	float:left;
	/*width:780px;*/
	width:830px;
}
.en-journal-search-left-title-term{
	width:550px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top:4px;
}
.en-journal-search-left-info{
	width:100%;
	border:1px solid #e3e3e3;
	padding:10px;
}
.en-journal-search-left-info ul{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}
.en-journal-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;
}
.en-journal-search-left-info-more{
	width:100%;
	text-align: center;
}
.en-journal-search-btn-white {
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	height:26px;
	line-height: 24px;
	border-radius: 3px;
	color: #279ef2;
	border:1px solid #ccc;
}
.en-journal-search-btn-grey {
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	height:26px;
	line-height: 24px;
	border-radius: 3px;
	color: #777;
	border:1px solid #ccc;
}
.en-journal-search-btn-blue {
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	height:26px;
	line-height: 24px;
	border-radius: 3px;
	color: #fff;
	background: #279ef2;
	border:1px solid #279ef2;
}
.en-journal-search-left-key{
	width:100%;
	height:46px;
	background:#fafafa;
	border:1px solid #f2f2f2;
	line-height: 48px;
	padding-left:20px;
	margin-top:5px;
}
.en-journal-search-left-key-info {
	display: inline-block;
	float: right;
	padding-right:10px;
}

.page-info {
	padding: 0 15px;
}

.en-journal-search-results-cube {
	width: 100%;
	margin-top:10px;
	margin-bottom: 20px;
}

.en-journal-search-results-cube ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.en-journal-search-results-cube ul li {
	float:left;
	margin:0 6px 5px 0;
	padding:10px;
	list-style: none;
	width:412px;
	height:360px;
	border:2px solid #95CAF0;
}
.en-journal-search-results-cube ul li:nth-of-type(2n) {
	margin-right:0;
}
.en-journal-search-results-cube-left {
	float: left;
	width: 30px;
	margin-left: 10px;
	padding-top:1px;
}

.en-journal-search-results-cube-right {
	margin-left: 40px;
	/*margin-right:10px;*/
	margin-bottom:5px;
	padding-bottom:20px;
}
.en-journal-search-results-cube-right a{
	color:#333;
}

.en-journal-search-list-read {
	border:2px solid #e3e3e3!important;
}
.en-journal-search-text-title{
	font-size: 14px;
	color:#333;
	width:100%;
	height:64px;
	line-height: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding-right:15px;
}
.en-journal-search-text-title a{
	color:#333;
}
.en-journal-search-text-title a:hover{
	color:#ff7010;
}
.en-journal-search-results-list {
	width: 100%;
	border:1px solid #e3e3e3;
	padding:10px;
}

.en-journal-search-results-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.en-journal-search-results-list ul li {
	width: 100%;
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
}
.en-journal-search-results-list-left {
	float: left;
	width: 30px;
	margin-left: 10px;
	padding-top:1px;
}

.en-journal-search-results-list-right {
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:20px;
	border-bottom: 1px solid #efefef;
}
.en-journal-search-results-list-right a{
	color:#333;
}


.en-journal-text-attention{
	font-size: 12px;
	color:#b3b3b3;
}
.en-journal-text-attention a{
	color:#b3b3b3;
}
.en-journal-text-attention a:hover{
	color:#ff7010;
}
.en-journal-magazine-pic{
	width:100%;
	height:160px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin:10px 0;
}
.en-journal-magazine-pic img {
	max-width:350px;
	max-height: 157px;
	cursor: pointer;
}
.en-journal-magazine-description{
	width:100%;
	font-size:14px;
	line-height: 1.5;
	color:#333;
}
.en-journal-magazine-description a{
	font-size:14px;
	line-height: 1.5;
	color:#333;
}
.en-journal-magazine-description a:hover{
	font-size:14px;
	line-height: 1.5;
	color:#ff7010;
}


.en-journal-search-right{
	float:right;
	width:340px;
	min-height:200px;
	border:1px solid #d0d0d0;
}
.en-journal-search-right-top{
	width:100%;
	height:52px;
	line-height: 50px;
	padding:0 15px;
	background: #fafafa;
	border-bottom:1px solid #e3e3e3;
}
.en-journal-search-right-content{
	width:100%;
	padding:10px;
}
.en-journal-search-right-first{
	width:100%;
	padding-bottom:15px;
	margin-top:10px;
	border-bottom:10px solid #fafafa;
}
.en-journal-search-right-first-title{
	line-height: 40px;
	font-size: 18px;
	font-weight:bold;
	color:#279ef2;
	margin-bottom:10px;
	border-bottom:1px solid #d0d0d0;
}
.en-journal-search-first-form{
	width:100%;
	margin:5px 0;
}
.en-journal-search-input{
	position: relative;
	vertical-align: top;
	height: 32px;
	margin-top: 5px;
}
.en-journal-search-right-btn{
	text-align: center;
	margin:20px 0;
}
.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;
}
.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;
}
.en-journal-search-senior{
	width:700px;
	margin:10px auto;
}
.en-journal-search-term{
	width:100%;
	padding:10px 0;
}
.en-journal-search-term-btn{
	width:100%;
}
.en-journal-search-term-btn-first{
	width:100%;
	text-align: center;
	margin:10px 0;
}
.en-journal-search-term-title{
	width:100%;
	line-height: 42px;
	border-bottom:4px solid #e3e3e3;
}
.en-journal-search-term-content{
	width:100%;
	padding:15px;
}
.en-journal-search-term-content ul{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}
.en-journal-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;
}
.en-journal-term-info{
	float:left;
	width:100%;
	padding-left:10px;
}
.en-journal-term-info01{
	float:left;
	width:600px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.en-journal-term-info02{
	float:left;
	width:300px;
	padding-left:20px;
}
.en-journal-term-info03{
	float:left;
	width:240px;
}

.en-journal-search-right-date-list{
	width:100%;
}
.en-journal-search-right-date-list ul{
	width:100%;
	margin:0;
	padding:0 10px;
	list-style: none;
}
.en-journal-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;
}
.en-journal-search-right-date-list ul li:last-child{
	border-bottom:none;
}
.en-journal-search-right-date-list ul li a{
	color:#333;
	display: block;
}
.en-journal-search-right-date-list ul li a:hover{
	color:#279ef2;
}
.en-journal-search-date-active{
	color:#279ef2!important;
}
.en-journal-search-right-date-left{
	corlor:#010101;
}
.en-journal-search-right-date-right{
	float: right;
	color: #999!important;
}
/*注册登录CSS*/
.en-admin-login-bg{
	background: #fafafa;
}
.en-admin-login-header-bg{
	width:100%;
	height:100px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}
.en-admin-login-header{
	width:1180px;
	height:35px;
	margin:0 auto;
	padding:30px 0;
}
.en-admin-login-header-left{
	width:400px;
	height:35px;
	float: left;
}
.en-admin-login-header-right{
	width:700px;
	height:35px;
	float: right;
}
.en-admin-login-form {
	height:35px;
	line-height: 35px;
	position: relative;
	display: block;
	float: right;
}
.en-admin-login-form input {
	width: 580px;
	height: 36px;
	line-height: 36px;
	padding-right: 100px;
	border: 1px solid #d8d8d8;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-indent: 10px;
	color: #9e9e9e;
}
.en-admin-login-form input:hover {
	border: 1px solid #9e9e9e;
}
.en-admin-login-form input:focus {
	border: 1px solid #3388FF;
	color: #222;
}
.en-admin-login-form-btn {
	width: 100px;
	height: 36px;
	line-height: 36px;
	background-color:#279ef2;
	border:1px solid #279ef2;
	position: absolute;
	top: 0;
	right:0;
}
.en-admin-login-form-small-btn {
	cursor: pointer;
	width: 100px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 16px;
	color: #fff;
}
.en-admin-login-content{
	width:1180px;
	margin:0 auto;
	padding-top:120px;
}
.en-admin-login-content-left{
	float:left;
	width:600px;
	height:550px;
}
.en-admin-login-content-left img{
	padding-top:50px;
}
.en-admin-login-content-right{
	width:450px;
	height:580px;
	float:right;
	background: #fff;
	border-radius: 10px;
	padding:20px 40px;
	border:1px solid #e3e3e3;
}
.en-admin-login-first-info{
	width:100%;
	margin:10px 0;
}
.en-admin-login-content-title{
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#333;
	font-size: 24px;
}
.en-admin-login-info{
	width:100%;
	margin-top:40px;
}
.en-admin-login-info-height{
	/*width:100%;*/
	height:280px;
}
.en-admin-login-info input{
	/*height:38px;*/
	line-height: 28px;
	border:1px solid #e3e3e3;
	text-indent: 10px;
	/*margin-bottom: 20px;*/
}
.input-big{
	width:100%;
}
.input-small{
	width:58%;
}
.en-admin-login-info-btn{
	width:39%;
	float:right;
	height:38px;
	line-height: 38px;
	background: #279ef2;
	text-align: center;
	font-size: 16px;
	color:#fff;
	display: inline-block;
	border-radius: 4px;
}
.en-admin-login-info-btn a{
	width:100%;
	float:right;
	height:38px;
	line-height: 38px;
	background: #279ef2;
	text-align: center;
	font-size: 16px;
	color:#fff;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
}
.en-admin-login-info-btn a:hover{
	width:100%;
	float:right;
	height:38px;
	line-height: 38px;
	background: #FFC147;
	text-align: center;
	font-size: 16px;
	color:#fff;
	display: inline-block;
	text-decoration: none;
}
.en-admin-login-btn{
	width:100%;
	height:40px!important;
	background: #FFC147!important;
	text-align: center;
	font-size: 16px!important;
	color:#fff!important;
	border:none!important;
}
.en-admin-login-btn:hover{
	width:100%;
	height:40px;
	background: #279ef2;
	text-align: center;
	font-size: 16px;
	color:#fff;
	text-decoration: none;
	border:none;
	outline: none;
	box-shadow:none;
}
.en-admin-login-it-green{
	color:#279ef2;
	font-size: 16px;
	line-height: 32px;
}
.en-admin-login-it-green a{
	color:#279ef2;
	text-decoration: none;
}
.en-admin-login-it-green a:hover{
	color:#279ef2;
	text-decoration: none;
}
.en-admin-login-it-grey{
	color:#b6b6b6;
	font-size: 16px;
	line-height: 32px;
}
.en-admin-login-it-grey a{
	color:#b6b6b6;
	text-decoration: none;
}
.en-admin-login-it-grey a:hover{
	color:#279ef2;
	text-decoration: none;
}
/*期刊首页下拉列表*/
.en-journal-nav-right-list{
	width:800px;
	background: #f0f0f0;
}
.en-journal-nav-right-search{
	width:100%;
	height:90px;
	padding:25px 60px;
	text-align: right;
}
.en-journal-nav-right-search input {
	width: 580px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	border-radius: 50px;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-indent: 10px;
	color: #9e9e9e;
}
.en-journal-nav-right-search input:hover {
	border: 1px solid #9e9e9e;
}

.en-journal-nav-right-search input:focus {
	border: 1px solid #3388FF;
	color: #222;
}
.en-journal-nav-right-list ul{
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.en-journal-nav-right-list ul li{
	margin:0;
	list-style: none;
	width:200px;
	height: 32px;
	line-height: 32px;
	float:left;
	background: #f0f0f0;
	border: 1px solid #e3e3e3;
	margin-top: -1px;
	text-align: left;
	text-indent: 5px;
}
.en-journal-sub-menu-item {
	width: 200px;
	height: 32px;
	line-height: 32px;
	border: 1px #e3e3e3 solid;
	border-top: none;
}

.en-journal-sub-menu-item:hover {
	background: #f8f8f8;
}
.en-journal-sub-menu-item-left{
	float:left;
	width:150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*英文期刊列表CSS*/
.en-journal-list-top-menu {
	float: left;
	height: 52px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-bottom:2px solid #279ef2;
}

.en-journal-list-top-menu span {
	float: left;
	display: inline-block;
	width: 150px;
	line-height: 50px;
	color: #fff;
	background-color: #fafafa;
	font-size: 16px;
}

.en-journal-list-top-menu span a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 0 30px;
	color:#333;
}

.en-journal-list-top-menu span a:hover {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff;
}

.en-journal-list-top-menu-current {
	background-color: #279ef2;
	text-decoration: none;
	color: #fff!important;
}

.en-journal-letter-menu {
	width: 34px;
	background: #fafafa;
	position: fixed;
	/*top: 260px;*/
	bottom:50px;
	right:50%;
	margin-right: -590px;
	z-index: 99999;
}

.en-journal-letter-menu-table {
	width: 100%;
	text-align: center;
	line-height: 19px;
	color: #b6b6b6;
}

.en-journal-letter-menu-table a {
	color: #b6b6b6;
}

.en-journal-letter-menu-table a:hover {
	color:#ff7010;
	font-weight:bold;
}
.en-journal-letter-menu-table-active {
	color:#ff7010!important;
	font-weight:bold;
}

.en-journal-list-foreign-teacher {
	float: left;
	width: 100%;
}

.en-journal-list-foreign-teacher ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.en-journal-list-foreign-teacher ul li {
	float: left;
	width: 100%;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-left: 10px;

}

.en-journal-list-foreign-teacher ul li a {
	color: #008fee;
}

.en-journal-list-foreign-teacher ul li a:hover {
	color: #ff7011;
}

.en-journal-list-foreign-teacher 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;
}

.en-journal-list-foreign-teacher ul li ul li a {
	color: #333;
	/*color:#999;*/
}

.en-journal-list-foreign-teacher ul li ul li a:hover {
	color: #ff7011;
}

.first-name {
	font-size: 16px;
	color: #ff7010;
	font-weight: normal;
	float: left;
	width: 100%;
	padding-top:18px;
}

.first-name a {
	font-size: 14px;
	color: #ff7010;
	font-weight: bold;
}

.first-name a:hover {
	font-size: 14px;
	color: #279ef2;
	font-weight: bold;
}

.second-name {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.first-title {
	font-size: 22px;
	color: #333;
	font-weight: normal;
}

.en-journal-list-info {
	width:1100px;
	float: left;
	margin:0;
}
.en-journal-list-first{
	display: inline-block;
	width:360px;
	overflow: hidden;
	margin-right:20px;
	vertical-align: top;
}
.en-journal-list-second{
	display: inline-block;
	width:220px;
	overflow: hidden;
	color:#b3b3b3;
	vertical-align: top;
}
.en-journal-list-three-bg{
	display: inline-block;
	width:480px;
}
.en-journal-list-three{
	display: inline-block;
	overflow: hidden;
	color:#94745F;
	margin-right:20px;
}
.en-journal-list-three-btn{
	padding:1px 12px;
	background:#fff;
	border:1px solid #e6e6e6;
	color:#b3b3b3;
	display: inline-block;
}
.en-magazine-list-top-search{
	width:100%;
	height:50px;
	float:left;
	background:#fafafa;
	padding:8px 0;
}
.en-magazine-list-top-search input{
	width:560px;
	height:34px;
	line-height: 34px;
}
.en-magazine-list-top-search-btn{
	width:60px;
	height:34px;
	background:#d3d3d3;
	line-height: 34px;
	display: inline-block;
	/*margin-left: -8px;*/
}
.en-magazine-list-top-search-btn:hover{
	width:60px;
	height:34px;
	background:#279ef2;
	color:#fff;
	line-height: 34px;
	display: inline-block;
	/*margin-left: -8px;*/
}
.en-magazine-list-top-search-btn-in {
	cursor: pointer;
	width: 60px;
	height: 32px;
	line-height: 14px;
	padding: 0;
	border: 0;
	background: none;
	color: white;
}

.en-journal-hot-menu{
	width:100%;
	margin:0  0 20px 0;
	float:left;
	border-top: 10px solid #fafafa;
	padding-top:10px;
}
.en-journal-hot-menu-title{
	font-size: 18px;
	line-height: 40px;
	color:#279ef2;
	font-weight:bold;
	float:left;
}
.en-journal-hot-menu-text{
	float: left;
	width:1100px;
	line-height: 42px;
	font-size: 16px;
}
.en-journal-hot-menu-text ul{
	list-style: none;
	margin:0;
	padding:0;
}
.en-journal-hot-menu-text ul li{
	list-style: none;
	margin:0;
	padding:0 15px;
	float: left;
}
.en-journal-hot-menu-text ul li a{
	color:#333;
}
.en-journal-hot-menu-text ul li a:hover{
	color:#279ef2;
}
.en-journal-hot-menu-text-active{
	color:#279ef2!important;
}

.en-journal-hot-menu-more {
	width: 80px;
	float: left;
	line-height: 28px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 10px;
}

.en-journal-hot-menu-more a {
	display: block;
	color: #777;
}

.en-journal-hot-menu-more a:hover {
	color: #ff7010;
}
/*保存我的搜索条件 CSS*/
.en-journal-position {
	width: 100%;
	text-indent: 15px;
	background: #fafafa;
	display: block;
	border: 1px dashed #efefef;
	height: 40px;
	line-height: 36px;
	margin-bottom:0;
	font-size: 14px;
}
.en-journal-senior-search-term-title{
	width:100%;
	line-height: 42px;
	border-bottom:4px solid #e3e3e3;
}
.en-journal-senior-search-term-content{
	width:100%;
	padding:15px;
}
.en-journal-senior-search-term-content ul{
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}
.en-journal-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;
}

.maga-content-oa {
	background: url("images/icon-oa-top.png")  no-repeat right top;
}

.en-journal-magazine-detail-content {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 15px;
}

.en-journal-action-box {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fafafa;
	display: block;
	margin: 20px 0px;
	border: 1px dashed #efefef;
}

.en-magazine-detail-right-search{
	width:100%;
	height:50px;
	float:left;
	padding:8px 0;
	margin-top:10px
}
.en-magazine-detail-right-search input{
	width:560px;
	height:34px;
	line-height: 34px;
}
.en-magazine-detail-right-search-btn{
	width:60px;
	height:34px;
	background:#279ef2;
	color: #fff;
	line-height: 34px;
	display: inline-block;
	margin-left: -8px;
}
.itgaryfirst {
	font-size: 22px;
	color: #555;
	font-weight: bold;
}

.itgaryfirst a {
	font-size: 16px;
	color: #555;
}

.itgaryfirst a:hover {
	font-size: 16px;
	color: #ff7010;
}

.en-journal-footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
	height: 36px;
	color: #b3b3b3;
	background: #4d4d4d;
	margin-top: 15px;
}

.en-journal-footer span a {
	color: #b3b3b3;
}

.en-journal-footer span a:hover {
	color: #ff7010;
}

/*相关推荐开始*/
.magazine-journal-about-title{
	width:100%;
	height:44px;
	line-height: 44px;
	background:#279ef2;
	color:#fff;
	font-size: 18px;
	padding-left:10px;
}

.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 0;
	list-style: none;
	border-bottom:1px solid #e3e3e3;
}
.div-text-line-one {
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*相关推荐结束*/