/*
维普基础信息服务系统
by 汤静
2018.11
*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input::-webkit-input-placeholder{
	color:#a0a0a0;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#a0a0a0;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#a0a0a0;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#a0a0a0;
}


body {	
	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px/16px Microsoft YaHei;
	background: #f1f1f1;
	word-break: break-all;
	word-wrap:break-word;
}

h1, h2, h3, h4, h5, h6, blockquote, pre, a, address, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 1.5;
	word-break: break-all;
	word-wrap:break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft YaHei";
}


a {
	color: #006aad;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}
a.disp, .sel-box a  {
	color: #333;
}

a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}


label {
	cursor: pointer;
}
caption,th {
	text-align: left;
}

em {
	font-style: normal;
}

img {
	border: 0 none;
	vertical-align: bottom;
}

input[type="checkbox"] {
	vertical-align: middle;
}

input:focus, textarea:focus, button:focus {
	outline: 0;
}




ol, ul{
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear:before, .clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear: both;
}

a {
	color: #000;
}
.imp {
	color: #ff433b!important
}
.icon-file {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 3px;
	background: url(../images/icon-file-b.png) no-repeat;
}
.icon-build {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 3px;
	background: url(../images/icon-build.png) no-repeat;
	vertical-align: middle;
}
.label:after {
	position: absolute;
	top: 0;
	right: -5px;
	margin: 0!important;
	content: ":"!important;
}


/*--header--*/
#header, #body, #footer {
	min-width: 1160px;
}


#header {
	height: 55px;
	background: #fff;
}
.l-width {
	width: 1160px;
	margin: 0 auto;
}
.l-width:before, .l-width:after {
	display: table;
	content: "";
}
.l-width:after {
	clear: both;
}
.logo {
	float: left;
	margin-top: 9px;
	line-height: 33px;
}
#header .head-right {
	float: right;
	padding: 15px 0 15px;
}
#header .head-right li {
	float: left;
	color: #9b9b9b;
	line-height: 24px;
}
#header .head-right li:not(:last-child):after {
	display: inline-block;
	width: 20px;
	text-align: center;
	content: "|";
}
#header .head-right li.download a {
	display: inline-block;
	position: relative;
	padding: 0 5px;
	color: inherit;
	line-height: 22px;
	border: 1px solid #ccc;
	border-radius: 2px;
	vertical-align: bottom;
}
#header .head-right li a {
	margin: 0 5px;
}
#header .head-right li a:first-child + a:last-child:before {
	display: inline-block;
	width: 10px;
	margin-right: 5px;
	text-align: center;
	content: "/";
}
#header .head-right .icons a:before {
	position: absolute;
	left: 5px;
	bottom: -27px;
	border-bottom: 7px solid rgba(226, 226, 226, 0.5);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all .3s;
	-webkit-transition: all .3s;
}

#header .head-right li a i {
	display: inline-block;
	position: relative;
	top: -5px;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#header .head-right li a .icon-h1 {
	
}
#header .head-right li a .icon-h2 {
	background-position: -15px -15px;
}
#header .head-right li a .icon-h3 {
	background-position: -30px -15px;
}
#header .head-right li a.active .icon-h1 {
	background-position: 0 0;
}
#header .head-right li a.active .icon-h2 {
	background-position: -15px 0;
}
#header .head-right li a.active .icon-h3 {
	background-position: -30px 0;
}
#header .head-right .icons a.active:before {
	bottom: -20px;
	opacity: 1;
	filter:alpha(opacity=100);
}
#header .head-right .inline-label, #header .head-right .inline-input, #header .head-right .inline-btn {
	display: inline-block;
	margin-right: 3px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: bottom;
}
#header .head-right .inline-input {
	width: 100px;
}
#header .head-right .inline-input + .inline-label {
	margin-left: 10px;
}
#header .head-right .inline-input .layui-input, #header .head-right .inline-btn .layui-btn {
	height: 24px;
	padding: 0 5px;
	line-height: 24px;
	vertical-align: bottom;
}
#searcher {
	background: url(../images/search-bg.jpg) no-repeat center bottom;
	background-size: cover;
border-bottom: 5px solid rgba(0, 0, 0, .1);
}
#searcher .l-width {
	position: relative;
	height: 200px;
}
#searcher .intro-text {
	display: none;
}
#searcher .search {
	position: absolute;
	left: 144px;
	top: 80px;
}
#searcher .search-sel,
#searcher .search-input,
#searcher .search-btn,
#searcher .search-adv {
	float: left;
}
#searcher .search-sel {
	width: 120px;
}
#searcher .search-sel .layui-input,
#searcher .search-input .layui-input,
#searcher .search-btn .layui-btn,
#searcher .search-adv a {
	display: inline-block;
	width: 100%;
	height: 40px;

}
#searcher .search-input {
	width: 600px;
}
#searcher .search-sel .layui-input,
#searcher .search-input .layui-input {
	font-size: 14px;
	border-color: #d7d8d8;
	border-radius: 0;
}
#searcher .search-btn {
	width: 80px;
}
#searcher .search-btn .layui-btn {
	padding: 0 10px;
	font-size: 16px;
	background: #4d86e6;
}
#searcher .search-btn .layui-btn i {
	display: inline-block;
	position: relative;	
	top: -2px;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background: url(../images/icon-search.png) no-repeat;
	vertical-align: middle;
}
#searcher .search-btn .layui-btn i:before {
	display: none;
	content: "";
}
#searcher .search-adv a {
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
}

/*--end--*/
#body .l-width {
	padding: 20px 0;
}

.m-box {
	margin-bottom: 15px;
	background: #fff;
}
.m-box-title {
	position: relative;
	height: 54px;
	padding: 2px 17px 0;
	border-bottom: 1px solid #f1f1f1;
}
.m-box-title h2 {
	position: relative;
	float: left;
	font-size: 17px;
	color: #505050;
	line-height: 51px;
}
.m-box-title h2:before {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -3px;
	border-width: 3px 3px 0 3px;
	border-style: solid dashed dashed dashed;
	border-color: #ff4311 transparent transparent transparent; 
	content: "";
 }

.m-box-title h2:after {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-bottom: 1px solid #ff4311;
	content: "";
}
.m-box-title .more {
	position: absolute;
	right: 0;
	top: 0;
}
.m-box-title .more a {
	display: inline-block;
	padding: 0 10px;
	line-height: 53px;
	color: #a5a5a5;
}
.m-box-title .web-site {
	position: relative;
	float: left;
	font-size: 17px;
	color: #505050;
	line-height: 51px;
}
.m-box-title .web-site a:after {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #a5a5a5;
	content: ">";
}


.s-box {
	margin-bottom: 15px;
	background: #fff;
}
.s-box-title {
	position: relative;
	height: 54px;
	padding: 2px 17px 0;
	border-bottom: 1px solid #f1f1f1;
}
.s-box-title h2 {
	position: relative;
	float: left;
	font-size: 17px;
	color: #505050;
	line-height: 51px;
}


.s-box-title h2:after {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
border-bottom: 3px solid #276dc0;
	content: "";
}
.s-box-title .more {
	position: absolute;
	right: 0;
	top: 0;
}
.s-box-title .more a {
	display: inline-block;
	padding: 0 10px;
	line-height: 53px;
	color: #a5a5a5;
}


.table-list table {
	width: 100%;
    border: 1px solid #e5e5e5;
}
.table-list tr {
	border-bottom: 1px solid #EBEBEB;
}

.table-list thead tr {
	height: 42px;
	background: #EEEEF6;

}
.table-list tbody tr:nth-child(even) {
	background: #F8F8FB;
}
.table-list th, .table-list td {
	padding: 11px 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #555;
}
.table-list th a {
	color: #000;
}
.table-list th a:hover {
	text-decoration: none;
}
.table-list td {
	color: #333;
	padding: 16px 10px;
    border: 1px solid #e5e5e5;
}
.table-list .title, .table-list .t-left {
	padding: 7px 10px;
	text-align: left;
}
.table-list .t-left a:not(:last-child) {
	margin-right: 10px;
}


/*高级检索*/		
.advance-box {
	float: none!important;
	width: 100%!important;
}
.advance {
	padding: 65px 100px;
}
.advance .advance-input {
	margin-bottom: 25px;
}
.advance .input-group {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 34px;
}
.advance .input-group:last-child {
	margin-bottom: 0;
}


.advance .input-group .label, .advance .input-group .text {
	line-height: 34px;
}
.advance-input .input-group:first-child {
	margin-left: 70px;
}
.advance .input-group:before, .advance .input-group:after {
	display: table;
	clear: both;
	content: "";
}
.advance .input-group .inline-sel, .advance .inline-input, .advance .inline-btn, .advance .label, .advance .text {
	float: left;
	height: 34px;
	margin-right: 10px;
}
.advance .input-group .inline-btn {
	margin-right: 0;
}
.advance .input-group .inline-btn .layui-btn-group, .advance .input-group .inline-btn .layui-btn {
	vertical-align: bottom;
}
.advance .input-group .inline-btn .layui-btn {
	width: 34px;
	padding: 0;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #0033a0;
	border: 2px solid #0033A0;
}
.advance .input-group .layui-input {
	height: 34px;
}
.advance .input-group .layui-btn {height: 34px;line-height: 34px;}
.advance .sel-l {
	width: 60px;
}
.advance .sel-k {
	width: 130px;
	margin-right: -1px;
}
.advance .sel-c {
	width: 75px;
}
.advance .sel-t {
	width: 115px;
}
.advance .sel-t2 {
	width: 150px;
}

.advance .inline-input {
	position: relative;
	width: 647px;
}
.advance .inline-input .layui-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 28px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 28px;
}
.advance .sel-extra {
	text-align: center;
}

.advance-submit {
	padding: 10px 0;
	text-align: center;
}
.advance-submit .layui-btn {
	width: 150px;
}
.advance-submit .layui-btn-primary {
	width: 100px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
.advance-submit .sub-link {
	display: inline-block;
	width: 100px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
}

.sel-tab {
	height: 54px;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.sel-tab ul {
	padding: 10px 7px 0;
}
.sel-tab ul:before, .sel-tab ul:after {
	display: table;
	clear: both;
	content: "";
}
.sel-tab li {
	float: left;
	width: 210px;
	text-align: center;
	margin-right: 10px;
	background: #fafafa;
}
.sel-tab li:first-child {
	width: 260px;
}
.sel-tab li:last-child {
    margin-right: 0;
}


.sel-tab li a {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 44px;
	font-size: 14px;
	padding: 0 10px;
	line-height: 44px;
	color: #333;
}
.sel-tab li a:hover {
	text-decoration: none;
}
.sel-tab li a span {
	font-size: 12px;
	line-height: 20px;
}
.sel-tab li a span:before {
	display: inline-block;
	content: "("
}
.sel-tab li a span:after {
	display: inline-block;
	content: ")"
}
.sel-tab li .sel-close {
	float: right;
	margin-left: 0;
	line-height: 44px;
}
.sel-tab li .sel-close:hover i {
	background: #e8e8e8
}
.sel-tab li .sel-close .icon-close {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 13px 0 0;
	border: 1px solid #aaa;
	font-family: layui-icon!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sel-tab li .sel-close .icon-close:before {
	position: relative;
	top: -13px;
	content: "\1006";	
}
.sel-tab li.tab-this a:after {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-bottom: 3px solid #276dc0;
    content: "";
}


.search-box:before, .search-box:after {
	display: table;
	content: "";
	clear: both;
}
.agreement .s-box-content {
	padding: 0 30px;
}
.agreement .s-box-content h2 {
    color: #5F5F5F;
    font-size: 18px;
    font-weight: bolder;
    margin: 30px 0 15px;
}
.agreement .s-box-content p {
    margin: .8em 0;
    font-size: 16px;
    line-height: 24px;
}

/*--footer--*/
#footer {
	color: #fff;
	text-align: center;
	background: #1e80d3;
}
#footer .f-nav {
	padding: 14px 0 8px;
}
#footer .f-nav ul {
	display: table;
	margin: 0 auto;
}
#footer .f-nav li {
	display: table-cell;
	padding: 0 13px;
	font-size: 14px;
	line-height: 16px;
	border-right: 1px solid #7eb6e6;
	border-left: 1px solid #aed1ef;	
}
#footer .f-nav li a, #footer .content a {
	color: inherit;
}
#footer .content {
	margin-bottom: 10px;
}
#footer .content p {
	margin: 0;
	padding: 4px 0;
	line-height: 20px;
}
.layui-btn, .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #4d86e6;
}
.layui-btn-primary {
	background: #fff;
}

u {
    color: #dd0000;
    text-decoration: inherit;
    font-weight: lighter;
}

/*图标*/
@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot?t=2'); /* IE9*/
	src: url('../fonts/iconfont.eot?t=2#iefix') format('embedded-opentype'),url('../fonts/iconfont.woff?t=2') format('woff'),url('../fonts/iconfont.ttf?t=2') format('truetype'),url('../fonts/iconfont.svg?t=2#iconfont') format('svg'); /* iOS 4.1- */
}

[class^="icon-"],[class*=" icon-"] {
	position: relative;
	display: inline-block;
	font-family:iconfont!important;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,[class*=" icon-"]:before {
	text-decoration:inherit;
	display:inline-block;
	speak:none;
	content: "";
}



.icon-organ:before { 
	content: "\e9d3"; 
}
.icon-author:before { 
	content: "\e744"; 
}
.icon-subject:before { 
	content: "\e699"; 
}
.icon-journal:before { 
	content: "\e609"; 
}
.icon-close:before { 
	content: "\e60b"; 
}
.icon-user:before, .icon-login:before { 
	content: "\e788"; 
}
.icon-report:before { 
	content: "\e602"; 
}
.icon-app:before { 
	content: "\e793"; 
}
.icon-rar:before { 
	content: "\e7b1"; 
}
.icon-view:before {
	content: "\e60f";
}
.icon-read:before {
	content: "\e656";
}
.icon-down:before, .icon-pdf:before, .icon-free:before {
	content: "\e675";
}
.icon-send:before {
	content: "\e603";
}
.icon-oa:before {
	content: "\e649";
}
.icon-site:before {
	content: "\e613";
}
.icon-favorite:before {
	content: "\e6be";
}
.icon-share:before {
	content: "\e617";
}
.icon-export:before {
	content: "\e69d";
}
.icon-help:before { 
	content: "\e612"; 
}
.icon-tip:before { 
	content: "\e604"; 
}
.icon-arrow-right:before {
	content: "\e63a";
}
.icon-psw:before {
	content: "\e647";
}
.icon-plus:before {
	content: "\e611";
}
.icon-minus:before {
	content: "\e66e";
}
.icon-search:before {
	content: "\e605";
}
.icon-del:before {
	content: "\e60c";
}
.icon-loading {
	animation: loading 1s linear infinite;
}
.icon-loading:before {
	content: "\e722";
}
.icon-nr1:before, .icon-nr2:before, .icon-nr3:before, .icon-reader:before {
	content: "\e660";
}
.icon-tb1:before {
	content: "\e73e";
}
.icon-tb2:before {
	content: "\e607";
}
.icon-tb3:before {
	content: "\e60a";
}
.icon-sort:before {
	content: "\e625";
}
.icon-simple:before {
	content: "\e606";
}
.icon-full:before {
	content: "\e662";
}
.icon-table:before {
	content: "\e721";
}
.icon-cover:before {
	content: "\e600";
}
.icon-exit:before {
	content: "\e83f";
}
.icon-save:before {
	content: "\e700";
}
.icon-top:before {
	content: "\e618";
}
.icon-feed:before {
	content: "\e61e";
}
.icon-code:before {
	content: "\e616";
}
.icon-copy:before {
	content: "\e8e0";
}
.icon-print:before {
	content: "\e637";
}
.icon-order:before {
	content: "\e6cd";
}
.icon-none:before {
	content: "\e638";
}
.icon-weichat:before {
	content: "\e614";
}
.icon-weibo:before {
	content: "\e64a";
}
.icon-qq:before {
	content: "\e63f";
}
.icon-scan:before {
	content: "\e601";
}
.icon-organ:before {
	content: "\e7a6";
}
.icon-index:before {
	content: "\e655";
}
.icon-track:before {
	content: "\e60d";
}


.icon-oa-pic {
	width: 72px;
	height: 83px;
	background: url(../images/oa-pic.png) no-repeat;
}
.icon-oa-pic:before {
	display: none;
}
.icon-oa-text {
	position: relative;
	top: -1px;
	display: inline-block;
	height: 16px;
	padding: 0 4px;
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
	background: #00b438;
}
a + .icon-oa-text {
	margin-left: 3px;
}
.icon-oa-text:before {
	content: "OA\671F \520A "
}
.icon-oa-text:after {
	position: absolute;
	top: 0;
	right: -4px;
	border-top: 8px solid #00b438;
	border-bottom: 8px solid #00b438;
	border-right: 4px solid #fff;
	content: "";
}

/*--anim--*/
@-webkit-keyframes check-fly {
  0% {

    top: 0;
    opacity: .5;
    transform:scale(1.2);
  } 
  100% {

    top: -30px;
    opacity: 0;
    transform:scale(.5);
  }
}

@keyframes check-fly {
  0% {

    top: 0;
    opacity: .5;
    transform:scale(1.2);
  } 
  100% {

    top: -30px;
    opacity: 0;
    transform:scale(.5);
  }
}

@keyframes animX{
	  0% {left: 25px;}
	100% {left: 35px;}
}
@keyframes animY{
	  0% {top: 0px;}
	100% {top: 10px;}
}

@-webkit-keyframes loading {
	from{-webkit-transform:rotate(0)}
	to{-webkit-transform:rotate(360deg)}
}
@keyframes loading {
	from{transform:rotate(0)}
	to{transform:rotate(360deg)}
}
@keyframes loading-m1 {
  0% {
  	opacity: 0;
	transform: translate3d(-20px, -10px,0) skewX(10deg) rotateY(120deg);
  } 
  40% {
  	opacity: 1;
	transform: translate3d(0, 0px,0) skewX(0deg) rotateY(0deg);
  } 
   50% {
  	opacity: 1;
	transform: translate3d(0, 0px,0)
  } 
    90% {

	 opacity: 0;
	transform: translate3d(20px, 0, 0)
  }
  100% {

	 opacity: 0;
	transform: translate3d(20px, 0px, 0)
  }
}
@keyframes loading-m2 {
  0% {
  	opacity: 0;
	transform: translate3d(-20px, 0px,0)
  } 
   10% {
  	opacity: 1;
	transform: translate3d(0, 0px,0)
  } 
   20% {
  	opacity: 1;
	transform: translate3d(0, 0px,0)
  } 
  30% {

	 opacity: 0;
	transform: translate3d(20px, 0px, 0)
  }
  100% {

	 opacity: 0;
	transform: translate3d(20px, 0px, 0)
  }
}

.left-part .loading {
  display: inline-block;
  width: 100%;
  height: 100px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  text-align: center;
  margin-bottom: .25em;
  vertical-align: top;

}


[class*="loader-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.loader-m1:before,
.loader-m1:after,
.loader-m1 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader-m1 1.8s infinite ease-in-out;
  animation: loader-m1 1.8s infinite ease-in-out;
}

.loader-m1 {
  color: currentcolor;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -1em;
}

.loader-m1:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-m1:after {
  left: 100%;
}

.loader-m1:before,
.loader-m1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-m1 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em #777;
  }
  40% {
    box-shadow: 0 1em 0 -.2em #777;
  }
}

@keyframes loader-m1 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em #777;
  }
  40% {
    box-shadow: 0 1em 0 -.2em #777;
  }
}