
/* banner */
.banner {
	background: url(../images/3.png) no-repeat center center;
	min-width: 1366px;
	height: 450px;
	padding-top: 130px;
	background-size: cover;
}

/* 切换 */
#oranger a {
	font-size: 24px;
	padding-bottom: 15px;
	margin: 0 50px;
}

.hover {
	color: #1975FF;
	border-bottom: 4px solid #1975FF;
}

.box {
	display: block;
	z-index: 0;
}

/* 搜索展开开始 */
.link-container,
.link-container2{
	position: relative;
	overflow: hidden;
}

.link-wrapper,
.link-wrapper2{
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% - 100px);
	float: left;
	width: 90%;
}

.link-wrapper a,
.link-wrapper2 a{
	text-decoration: none;
	white-space: nowrap;
	padding: 0 15px 10px 15px;
	display: inline-block;
}

.link-wrapper a:hover,
.link-wrapper2 a:hover{
	color: #4B5B76;
}

.toggle-btn,
.toggle-btn2{
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	color: #666;
}

.toggle-btn:hover,
.toggle-btn2:hover{
	color: #1975FF;
}
/* 搜索展开结束 */
.academicNav a {
	padding-left: 15px;
	padding-right: 15px;
}

.academicNav a:hover {
	color: #4B5B76;
}

.width192 {
	width: 192px;
}

.liveSearch {
	z-index: -1;
}

/* 期刊列表 */
.piclist {
	float: left;
}

.piclist:nth-child(1n) {
	margin-right: 20px;
}

.piclist:nth-child(3n) {
	margin-right: 0 !important;
}

.piclist img {
	background-color: #fff;
	padding: 15px 0 15px 15px;
}

.piclist {
	width: 442px;
}

.pictext {
	width: calc(100% - 137px);
	float: right;
	padding-left: 15px;
	padding: 15px 15px 18px;
}

.piclist:hover .picTitle {
	color: #1975FF;
	cursor: pointer;
}

.picLable span {
	color: #1975FF;
	background-color: #EEF5FF;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
}

.picTime {
	width: 500px;
}

.picTime>div {
	padding-left: 0;
}


/* 国际期刊详情页 */
.detailsQkBg {
	background: linear-gradient(to right, #C0D9FF, #EBF2FF, #C0D9FF);
}

.fenxiang img {
	background-color: #fff;
	border-radius: 50%;
	padding: 3px;
}


.monitor nav {
	height: 60px;
	line-height: 60px;
	z-index: 999;
}

.monitor ul {
	overflow: auto;
}

.monitor ul li {
	float: left;
	list-style: none;
	width: 12.5%;
	text-align: center;
}

.monitor ul li a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.monitor main>div {
	padding: 40px 15px;
	margin-top: 15px;
}

.qikanFenqu {
	background-color: #EDF3FD;
	border: 1px solid #1975FF;
	color: #1975FF;
	border-radius: 2px;
	padding: 3px 5px;
}

.progress {
	margin-bottom: 10px;
	border-radius: 50px;
	height: 12px;
}

.progress-bar {
	background-color: #1975FF;
}

.six tbody td {
	padding: 20px !important;
}

/* 论文提交页面 */
.thesis {
	background: url(../images/13.png) no-repeat center center;
	min-width: 1366px;
	height: 450px;
	padding-top: 130px;
	background-size: cover;
}

/* 上传word */

.upload-btn {
	background-color: #1975FF;
	border-radius: 6px;
	color: white;
	padding: 10px 27px;
	border: none;
	cursor: pointer;
}

.upload-btn:hover {
	background-color: #528EFF;
}

#fileInput {
	display: none;
}

/* pdf上传 */
.upload-btn {
	background-color: #1975FF;
	border-radius: 6px;
	color: white;
	padding: 10px 27px;
	border: none;
	cursor: pointer;
}

.upload-btn:hover {
	background-color: #528EFF;
}

.publish {
	position: relative;
}

.publishShow {
	position: absolute;
	top: -83px;
	left: 0;
}

/* 开关 */
.switch {
	width: 40px;
	height: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.btn_fath {
	position: relative;
	border-radius: 20px;
}

.btnSwitch {
	height: 40px;
	width: 25px;
	border: none;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	z-index: 1;
}

.move {
	z-index: 100;
	width: 20px;
	border-radius: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	background-color: #f1eff0;
}

.on .move {
	left: 20px !important;
}

.on.btn_fath {
	background-color: #027AFF;
	height: 20px
}

.off.btn_fath {
	background-color: #828282;
	height: 20px
}

.thesisBtn a {
	padding: 15px 165px;
}