﻿/*----reset----*/
body {
	color: #333333;
	font: 12px/16px Tahoma;
	background: #fafafa;
}


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);
}
.sel-box {
	top: 28px;
}
i {
	font-family: FontAwesome;
}

/*----reset end----*/
/*----head body foot----*/
#header, #searcher, #body, #footer {
	min-width: 1200px;
}

.l-width, #top-nav .nav-sub-box {
	width: 1200px;
	margin: 0 auto;
}
#header {
	height: 114px;
	color: #6d1217;
	background: #fff;
	box-shadow: 0 0 5px 5px rgba(183,206,227,.5);
}
#header a {
	color: #6d1217;
}
#logo {
	position: absolute!important;
	float: left;
	height: 110px;
	padding: 17px 0;
}
#logo img {
	position: relative;
	top: -3px;
	height: 75px;
	vertical-align: middle;
}
#logo span {
	font: 0/0 a!important;
	color: transparent!important;
}
#logo #sub-name{
	position: absolute;
	font: 26px/30px microsoft YaHei!important;
	color: #333!important;
	right: -410px;
	top: 28px;
	width: 400px;
}
#user-login {
	float: right;
	width: 100%;
	margin-top: 20px;
	text-align: right;
}
#user-login li {
	display: inline-block;
	margin-left: 10px;
}
#user-login a, #user-login span, #user-login i {
	font-size: 16px;
}
#user-login li .icon-align-left {
	position: relative;
	top: -1px;
	margin-right: 2px;
}
#user-login li .icon-align-left:before {
	transform: rotate(-90deg);
}
#top-nav {
	float: right;
	margin: 10px -10px 0 0;
}
#top-nav li {
	float: left;
	height: 55px;
	padding: 0 5px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	line-height: 40px;
}
#top-nav li a {
	display: inline-block;
	padding: 0 5px;
}
#top-nav li .current {
	 color: #006f7b;
	 border-bottom: 3px solid #117ab3;
}
#top-nav .nav-sub {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 114px;
	min-height: 182px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #4b4b4b;
	background: #f0f0f0;
	box-shadow: 0 3px 3px 0px rgba(0,0,0,.3);
	z-index: 999;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.19);
}
#top-nav .nav-sub-box {
	overflow: hidden;
	width: 1170px;
	margin: 0 auto;
}
#top-nav .nav-sub-list {
	overflow: hidden;
	padding: 0 0 25px;
	zoom: 1;
}
#top-nav .nav-sub-list h4 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 24px;
	font-family: "Microsoft JhengHei";
	font-weight: lighter;
	line-height: 32px;
	color: #df4342;
}
#top-nav .nav-sub-list li {
	overflow: hidden;
	height: 32px;
	color: #555;
	line-height: 32px;
	font-weight: lighter;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#top-nav .nav-sub-list a {
	color: inherit;
}
#top-nav .nav-sub-list a.current {
	height: 33px;
}
#top-nav .nav-sub-list a.more {
	display: inline-block;
	padding: 0 7px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	background: #de534f;
	border-radius: 5px;
}
#top-nav .nav-sub-list .list {
	float: left;
	width: 25%;
}
#top-nav .list-1 .list {
	float: none;
	width: 100%;
	padding-top: 30px;
}
#top-nav .list-1 ul {
	overflow: hidden;
	padding: 0 15px;
	zoom: 1;
}
#top-nav .list-1 li {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}

#top-nav .list-2 .list {
	float: left;
	width: 50%;
}
#top-nav .list-2 .list ul {
	overflow: hidden;
	zoom: 1;
}
#top-nav .list-2 .list li {
	float: left;
	width: 50%;
	padding: 0;
}
#top-nav .list-2 .list li a {
	padding: 0;
}
#top-nav .list-2 .intro {
	height: 165px;
	padding-left: 215px;
	background: url(../../images/py-pic.jpg) no-repeat 0 30px;
}
#top-nav .list-2 .intro.zh {
	background-image: url(../../images/zh-pic.jpg)
}
#top-nav .list-2 .intro-text {
	color: #555;
	line-height: 28px;
	font-weight: lighter;
}
#top-nav .list-2 .intro-text .more {
	margin-top: 8px;
}
#top-nav .nav-search {
	position: relative;
	top: 8px;
	padding: 1px 10px;
	border-right: 0;
}
#top-nav .nav-search + li {
	border-left: 0;
}
#top-nav .nav-search .search-box {
	width: 170px;
	height: 22px;
	padding: 0;
	font-size: 12px;
	background: #eee;
	border: 1px solid #9E6F71;
	border-radius: 11px;
}
#top-nav .nav-search input[type="text"] {
	float: left;
	width: 146px;
	height: 20px;
	padding: 0 10px;
	line-height: 18px;
	color: #555!important;
	background: transparent;
	border: 0;
	font-size: 12px;
}

#top-nav .nav-search ::-webkit-input-placeholder { /* WebKit browsers */
	color: #555;
}
#top-nav .nav-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #555;
}
#top-nav .nav-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #555;
}
#top-nav .nav-search :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #555;
}



#top-nav .nav-search button {
	float: left;
	width: 22px;
	height: 22px;
	padding: 4px 5px;
	color: #555;
	background: transparent;
	border: 0;
}
#top-nav .nav-search button i {
	top: -2px;
	font-size: 10px;
}
#top-nav .login, #top-nav .logout {
	padding: 0 5px;
}
#top-nav .login a, #top-nav .logout a {
	padding: 0;
}
#top-nav .alert {
	margin: 0 10px;
	padding: 0;
	line-height: 20px;
	background: transparent!important;
}
#top-nav .alert b {
	display: inline-block;
	position: relative;
	top: -1px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
}



#searcher {
	height: 182px;
	margin-bottom: 20px;
	background: url(../../images/site/search-bg.jpg) no-repeat center top #4464af ;
}

#searcher .l-width {
	background: url(../../images/site/search-pic.png) 25px 38px no-repeat;
}
.search-box {
	height: 182px;
	padding: 33px 0 0 203px;
	/*background: url(../images/search-cover.png) no-repeat center;
	background-size: contain;*/
}
.search-sel {
	overflow: hidden;
	position: relative;
	height: 54px;
	padding-left: 20px;
}

.search-sel ul {

}
.search-sel li {
	float: left;
	position: relative;
	width: 100px;
	height: 35px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;

}


.search-sel .current {
	color: #fff;
	background: #ffad1d;
}
.search-sel .current:before, .search-sel .current:after {
	border-color: #ffad1d;
}

.search-sel .current span:before {
	border-top: 11px solid rgba(0, 0, 0, 0.2)!important;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	bottom: -11px;
}
.search-sel .current span:after {
	border-top: 10px solid #ffad1d;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	bottom: -10px;
}
.search-input {
	position: relative;
	height: 50px;
	margin-bottom: 10px;
}
.search-input input[type="text"], .search-input select, .search-input .sel, .search-input button {
	float: left;
	padding: 16px 10px;
	line-height: inherit!important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)!important;
}
.search-input .sel {
	background-position: right 12px;
	background-size: 27px;
	border-radius: 7px;
}
.search-input input[type="text"] {
	width: 75%;
	padding-left: 50px;
	background: url(../../images/site/search-input-icon.png) no-repeat 14px 12px #fff;
	border-radius: 7px 0 0 7px;
}
.input-type2 input[type="text"] {
	width: 615px;
}
.input-type3 input[type="text"] {
	width: 509px;
}
.search-input .class-view {
	position: absolute;
	top: 11px;
	right: 260px;
}
.search-input .class-view2 {
	position: absolute;
	right: 367px;
}
.search-input .class-view input {
	padding: 5px 8px;
	font-size: 12px;
	background: #ddd;
	color: #555;
	border-color: #ccc;
}
.search-input .sel-box {
	top: 48px;
}
.search-input button {
	width: 150px;
	height: 50px;
	padding: 8px 15px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	background: #f38189;
	border-radius: 0 7px 7px 0; border: none;
}
.search-input .search-adv, .search-input .search-help {
	float: left;
	width: 95px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft YaHei";
	color: #fff;
	line-height: 50px;
	font-size: 18px;
}

#journalGuide {
	float: left;
}
.search-input .journal-guid {
	float: left;
	height: 50px;
	margin-left: 8px;
	padding: 13px 10px 13px 30px;
	font-size: 14px;
	line-height: 21px;
	color: #d73c3c;
	background: url(../../images/journal-guid.gif) 12px 17px no-repeat #fff;
	border: 1px solid #d73c3c;
	border-radius: 7px;
}

.search-input .search-help {
	display: none;
	margin-left: 20px;
}
.search-input .search-help a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
.search-input .search-help i {
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 15px;
	color: #95b848;
}
.search-filter {
	display: none;
	position: relative;
	width: 800px;
}
.search-filter label {
	margin-right: 8px;
}
.search-filter .j-guid {
	position: absolute;
	right: 0;
}
.search-filter .j-guid a {
	text-decoration: underline;
}
.hot-search {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 10px;
}

/*----head body foot end----*/

.article-type {
	display: inline-block;
	width: auto;
	height: 20px;
	margin-right: 5px;
	padding: 0 3px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 19px;
	color: #fff;
	text-align: center;
	background: #10b2c1;
	border-radius: 2px;
	vertical-align: bottom;
}
.article-type:before {
	display: none;
}
.hy .article-type {
	background-color: #274b5c;
}
.xw .article-type {
	background-color: #a9090c;
}
.zl .article-type {
	background-color: #bf4b75;
}
.ww .article-type {
	background-color: #ffbd03;
}
.zz .article-type {
	background-color: #359a56;
}
.rw .article-type {
	background-color: #10b2c1;
}
.zt .article-type {
	background-color: #10b2c1;
}
.jg .article-type {
	background-color: #10b2c1;
}
.cm .article-type {
	background-color: #10b2c1;
}
.ly .article-type {
	background-color: #10b2c1;
}
.dq .article-type {
	background-color: #10b2c1;
}
.bz .article-type {
	background-color: #10b2c1;
}
.cp .article-type {
	background-color: #10b2c1;
}
.cg .article-type {
	background-color: #10b2c1;
}
.ts .article-type {
	background-color: #10b2c1;
}
.kt .article-type {
	background-color: #10b2c1;
}
.xm .article-type {
	background-color: #10b2c1;
}

.pages button {
	background: #42599E;
	border: 1px solid #42599E;
	vertical-align: middle;
	cursor: pointer;
}
.page .current {
	background: #42599E!important;
}


#footer {
	clear: both;
	background: #DEEBED;
	font-size: 12px;
}
#footer .l-width {
	position: relative;
}
#footer .l-width:before, #footer .l-width:after {
	display: table;
	content: "";
	clear: both;
}
#footer .content {
	float: left;
	width: 430px;
	padding: 10px 0;
	color: #4464af;

}

#footer .content p a img {
	vertical-align: middle;
}

#footer p {
	margin: 12px 0;
}

#footer .feedback {
	float: left;
	position: relative;
	padding: 10px 0 10px 65px;
	color: #4464af
}
#footer .feedback h4 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 52px;
	height: 52px;
	padding: 10px;
	text-align: center;
	line-height: 15px;
	font-weight: lighter;
	border: 1px solid #81a4d1;
}
.ztlm{
	float: right;
	padding: 10px 44px;
}
.ztlm a{
	color: #0d4d93;
	display: block;
	width: 145px;
	height: 34px;
	font-size: 13px;
	border: solid 1px #0d4d93;
	border-radius: 6px;
	margin: 0 auto;
}

.ztlm a img{
	float: left;
	margin-right: 9px;
	padding: 0 5px;
	background: #fff;
	border-radius: 5px 0 0 5px;
}

.ztlm a span{
	float: left;
	line-height: 32px;
}

.f-icon {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: 8px;

}
.f-icon a {
	position: relative;
	display: inline-block;
	color: #777;
}
.f-icon a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.f-icon a:hover .wx {
	display: block;
}
.f-icon a .wx {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -56px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	z-index: 10;
}
.f-icon a .wx:before {
	border-top: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	bottom: -7px;
}
.f-icon a .wx:after {
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	bottom: -6px;
}
.f-icon a .wx img {
	width: 100px;
	height: 100px;
}
.f-icon a .wx .text {
	padding: 3px 0;
	line-height: 18px;
}
.f-icon i {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 10px;
	background: url(../../images/footer-icon.png) no-repeat;
}
.f-icon .icon-wb {

}
.f-icon .icon-wx {
	background-position: -29px 0;
}
.f-icon .icon-email {
	background-position: -58px 0;
}
.f-icon .icon-qq {
	background-position: -87px 0;
}
.f-icon .icon-set {
	background-position: -116px 0;
}
.fast-link {
	clear: both;
	min-height: 45px;
	margin-bottom: 10px;
	padding: 2px 15px;
	font-size: 14px;
	line-height: 30px;
	border: #ddd solid 1px;
	border-top: 2px solid #dbdbdb;
	background: #f5f5f5;
}
.fast-link .xt, .fast-link .ks, .fast-link .ts {
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 113px;
}
.fast-link > div:last-child {
	border-bottom: 0;
}
.fast-link h2 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	padding-left: 28px;
	color: #000;
	font-size: 17px;
	font-family: "Microsoft YaHei";
	background: url(../../images/links.png) -6px 3px no-repeat;
}
.fast-link .xt h2 {
	background-image: url(../../images/links-xt.png);
}
.fast-link .ts h2 {
	background-image: url(../../images/links-ts.png);
}
.fast-link a {
	display: inline-block;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}


.layer-bg {
	display: none;
	position: fixed;
	_position:absolute;
	top: 0;
	_top:expression(eval(document.documentElement.scrollTop));
	left: 0;
	_bottom:auto;
	width: 100%;
	height: 100%;
	_height:expression(eval(document.documentElement.clientHeight));
	filter:alpha(opacity=50);
	opacity:0.5;
	background: #000;
	z-index: 999;
}

.layer-box {
	/*display: none;*/
	/*position: fixed;*/
	/*left: 50%;*/
	/*top: 50%!important;*/
	/*width: 700px;*/
	/*min-height: 200px;*/
	/*_height: 200px;*/
	/*margin-left: -350px;*/
	/*background: #fff;*/
	/*border: 1px solid #ccc;*/
	/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);*/
	/*z-index: 1000;*/
}
.layer-box .layer-title {
	height: 38px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 36px;
	background: #f4f5f3;
	border-bottom: 1px solid #d0d0d0;
}
.layer-box .layer-title span {
	padding-left: 7px;
	border-left: 5px solid #ae3928;
}
.layer-box .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px;
	font-size: 16px;
	color: #777;
	cursor: pointer;
}
.layer-box .layer-content {
	padding: 15px 20px;
}
.layer-box .input-box-title {
	background: transparent;
}
.layer-box .input-box-title a {
	color: #777;
}
.layer-box .input-box-title span, .layer-box .input-box-title .current {
	height: 30px;
	border: 1px solid #ccc;
}
.layer-box .journal-list li {
	background: #fefefe;
}
.layer-box .journal-list .added, .layer-box .journal-list .added a {
	font-weight: bold;
	color: #555!important;
}
.layer-box .journal-list .added {
	background: #f7f7f7;
}
.layer-box .content-input .input-line {
	margin-bottom: 15px;
}
.layer-box .content-input .stars {
	top: 11px;
	zoom: 0.8;
}
.layer-box .content-input .submit {
	text-align: center;
}
.layer-box .content-input .submit input {
	width: 100px;
	background: #d33c3c;
	border-color: #d33c3c; color:#FFFFFF;
}


.layer-box .content-input .input-label, .layer-box .content-input .input {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
.layer-box .content-input input {
	line-height: normal;
}
.layer-box .content-input .input-label {
	float: left;
	width: 7em;
	text-align: right;
}
.layer-box .content-input .input {
	margin-left: 7em;
}
.layer-box .input-group-btn button {
	height: auto;
	line-height: normal;
}
.layer-box .select-list {
	overflow-y: auto;
	zoom: 1;
	height: 145px;
	padding: 6px 8px;
	font-size: 12px;
	color: #303d3f;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
	vertical-align: middle;
}
.layer-box .select-list li {
	float: left;
	overflow: hidden;
	width: 50%;
	padding-right: 20px;
	line-height: 26px;
	text-overflow: ellipsis;
}
.layer-box .select-list li:hover {
	background: rgba(100,100,100,0.1);
}


.layer-box .lb-2 .input-label {
	width: 3em;
}
.layer-box .lb-2 .input {
	margin-left: 3em;
}
.layer-cnt {
	padding: 10px 20px;
}
.layer-cnt-h {
	height: 30px;
	margin-bottom: 15px;
	padding-left: 3px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}

.gch-import .input button {
	vertical-align: top;
	margin-top: 2px;
}


.w-w1 {
	width: 10%;
}
.w-w2 {
	width: 20%;
}
.w-w3 {
	width: 30%;
}
.w-w4 {
	width: 40%;
}
.w-w5 {
	width: 50%;
}
.w-w6 {
	width: 60%;
}
.w-w7 {
	width: 70%;
}
.w-w8 {
	width: 80%;
}
.w-w9 {
	width: 90%;
}
.w-w10 {
	width: 100%;
}


.layer-box.w-w3 {
	margin-left: -15%
}
.layer-box.w-w4 {
	margin-left: -20%
}
.layer-box.w-w5 {
	margin-left: -25%
}
.layer-box.w-w6 {
	margin-left: -30%
}
.layer-box.w-w7 {
	margin-left: -35%
}
.layer-box.w-w8 {
	margin-left: -40%;
	margin-top:-200px;

}
.layer-box.w-w9 {
	margin-left: -45%
}
.layer-box.w-w10 {
	margin-left: -50%
}
.advance {
	/*top: 100px;*/
	/*width: 800px;*/
	/*margin-left: -400px;*/
}
.advance .layer-title {
	height: 38px;
	padding-top: 4px;
	padding-left: 5px;
}
.advance .layer-title a {
	float: left;
	width: 100px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	color: #333;
}
.advance .layer-title a.current {
	line-height: 32px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-top: 3px solid #3255A7;
}
.advance .search-list {
	clear: both;
	padding: 20px 0;
}
.advance .layer-cnt {
	padding: 0 20px;
}
.advance .layer-cnt .sel, .advance .layer-cnt .s, .advance .layer-cnt .t {
	float: left;
	width: 120px;
}
.advance .layer-cnt .sel input {
	width: 50px;
	height: 21px;
	height: 22px\9;
	line-height: 22px;
	background: transparent;
	border: 0;
}
.advance .layer-cnt .sel .sel-box {
	width: 125px;
}


.advance .layer-cnt .s {
	width: 40px;
}
.advance .layer-cnt .s .sel-box {
	width: 40px;
}


.advance .layer-cnt .t {
	margin-right: 0;
}
.advance .layer-cnt .t .sel-box {
	width: 60px;
	z-index: 9999;
}
.advance .layer-cnt .t ul {
	overflow: auto;
	width: 76px;
	height: 174px;
}


.advance .layer-cnt .adv-object .input {
	float: left;
	position: relative;
	line-height: 30px;
}
.advance .layer-cnt .adv-object .input input {
	float: left;
	width: 450px;
	padding-right: 68px;
}
.advance .layer-cnt .input .class-view {
	position: absolute;
	right: 58px;
	top: 2px;
	padding: 3px 4px;
}
.advance .layer-cnt .input .class-view input {
	width: 81px;
	height: 21px;
	padding: 0 0 1px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	background: #bbbbbb;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
}
.advance .layer-cnt .input .in-sel {
	position: absolute;
	right: 6px;
	top: 2px;
	margin: 0 -5px 0 0;
	padding: 3px 4px;
	border-left: 1px dotted #bcbcbc;
}
.advance .layer-cnt .input .in-sel .disp {
	display: block;
	width: 50px;
	height: 21px;
	padding-right: 12px;
	font-size: 14px;
	line-height: 21px;
	line-height: 21px\9;
	*line-height: 21px;
	_line-height: 21px;
	text-align: center;
	color: #fff;
	background: url(../../images/ico-arrow.png) no-repeat 31px -79px #bbbbbb;
	border-radius: 2px;
}
.advance .layer-cnt .input .in-sel .exact {
	background-color: #777;
}
.advance .layer-cnt .input .in-sel .sel-box {
	position: absolute;
	width: 42px;
	left: 4px;
	top: 25px;
	border: 0;
	background: transparent;
}
.advance .layer-cnt .input .in-sel .sel-box li {
	margin-bottom: 1px;
	border: 0;
}
.advance .layer-cnt .input .in-sel .sel-box li a {
	width: 50px;
	height: 24px;
	margin-bottom: 1px;
	padding: 0;
	padding-right: 12px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #bbbbbb;
	border-radius: 2px;
}
.advance .layer-cnt .input .in-sel .sel-box li .exact {
	background: #777;
}
.advance .layer-cnt .button input {
	width: 95px;
	height: 24px;
	line-height: 18px;
	text-align: center;
	color: #333;
	background: #fdfdfd;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}
.advance .layer-cnt .add, .advance .layer-cnt .cut {
	position: absolute;
	width: 31px;
	height: 30px;
	margin-top: -10px;
	left: 33px;
	background: url(../../images/sel-op.png)  0 0 no-repeat;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
	cursor: pointer;
}
.advance .layer-cnt .cut {
	left: auto;
	right: 36px;
	background: url(../../images/sel-op.png) right 0 no-repeat;
}
.advance .layer-cnt .filter input {
	vertical-align: text-top;
	*vertical-align: middle;
}


.advance .layer-cnt .filter i {
	display: inline-block;
	width: 80px;
}
.advance .layer-cnt .class-sel {
	margin-top: 3px;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
}
.advance .layer-cnt .class-sel ul {
	overflow: auto;
	height: 75px;
}
.advance .layer-cnt .class-sel li {
	float: left;
	width: 182px;
	line-height: 24px;
}


.advance .easy-select-box .easy-select-box-disp {
	height: 26px;
	line-height: 24px;
}

.advance .format-intro {
	clear: both;
	padding: 5px;
	font-family: icon;
	color: #777;
}
.advance .format-intro p {
	min-height: inherit;
	margin: 0 0 1em;
	line-height: 20px;
}
.advance .factor-input .input-area {
	width: 100%;
	height: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	/*background: url(../../images/adv-area-bg.png) no-repeat left;*/
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}

.advance p, .advance .sinput-top, .advance .sinput, .advance .sel-op, .advance .filter, .advance .submit {
	min-height: 30px;
	_height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
}
.advance .layer-cnt .sel {
	padding: 4px 6px;
	background-position: right 5px;
}
.advance .layer-cnt strong {
	float: left;
	font-weight: lighter;
	line-height: 30px;
}
.advance .layer-cnt span {
	float: left;
	margin: 0 5px;
	line-height: 30px;
}
.advance .layer-cnt label {
	margin-right: 10px;
}
.advance .sinput-top {
	padding-left: 110px;
}
.advance .sinput {
	padding-left: 62px;
}
.advance .sel-op {
	position: relative;
	display: block;
	height: 1px;
	min-height: 1px;
	margin-top: -35px;
	padding-left: 3px;
	font-size: 1px;
	line-height: 1px;
	z-index: 999;
}
.advance .layer-cnt-h {
	clear: both;
	height: 30px;
	margin-bottom: 5px;
	padding-left: 3px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	border-bottom: 1px solid #d0d0d0;
}
.advance .factor-input {
	padding: 10px 0 0;
	margin-bottom: 15px;
}
.advance .layer-cnt .t .complex {
	width: 639px;
	border: 1px solid #ddd;
}
.advance .layer-cnt .t .complex ul {
	overflow: auto;
	width: 637px;
	height: 150px;
	padding: 5px 0;
	zoom: 1;
}
.advance .layer-cnt .t .complex li {
	float: left;
	margin: 0 8px;
	border: 0;
}

.advance .submit {
	_margin-bottom: 0;
	padding: 0;
	text-align: center;
	background: transparent;
}
.advance .submit .btn-s {
	width: 100px;
	margin: 0 10px;
	color: #fff;
	background: #f93549;
	border-color: #f93549;
}
.advance .submit .btn-c {
	display: inline-block;
	width: 100px;
	margin: 0 10px;
	padding: 6px 5px;
	font-size: 14px;
	color: #555;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
.advance .submit .btn-g {
	display: inline-block;
	width: 100px;
	margin: 0 10px;
	padding: 6px 5px;
	font-size: 14px;
	color: #fff;
	background: #999;
	border: 0;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}

.post-bug-right {
	position: fixed;
	left: 50%;
	margin-left: 610px;
	top: 310px;
	z-index: 999;
}
.post-bug-right a {
	display: block;
	width: 35px;
	height: 99px;
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: url(../../images/site/post-bug-bg.png) no-repeat;
}
.post-bug-box {
	display: none;
	position: fixed;
	left: 50%;
	top: 250px;
	width: 600px;
	min-height: 350px;
	_height: 350px;
	margin-left: -300px;
	padding: 10px 50px 25px;
	background: #ffffff;
	border: 3px solid #4dc0dd;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.post-bug-box .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	color: #777;
	cursor: pointer;
}
.post-bug-box .close i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../images/bug-close.png) no-repeat;
}
.post-bug-box .close i:before {
	display: none;
}
.post-bug-box .bug-title {
	height: 76px;
	padding-top: 25px;
	padding-left: 85px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	font-size: 18px;
	color: #e96326;
	background: url(../../images/bug-pic.png) no-repeat left top;
}
.post-bug-box .bug-title span {
	display: block;
	font-family: Arial;
	font-size: 12px;
	color: #424242
}
.bug-cnt p {
	position: relative;
	margin: 0;
	padding: 8px 0;
}
.bug-cnt .label {
	display: inline-block;
	width: 7em;
	height: 30px;
	line-height: 28px;
	font-weight: lighter;
	text-align: right;
	vertical-align: top;
}
.bug-cnt p input[type="text"], .bug-cnt p textarea {
	width: 385px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.bug-cnt p textarea {
	height: 76px;
	line-height: 22px;
}
.post-bug-box .submit {
	margin: 0;
	padding: 0;
	padding-left: 7em;
	text-align: left;
	background: transparent;
}
.post-bug-box .submit .btn-s {
	width: 80px;
	height: 28px;
	text-align: center;
	color: #fff;
	background: #4dc0dd;
	border: 0;
}
.post-bug-box .submit .tip {
	display: inline-block;
	height: 28px;
	margin-left: 5px;
	line-height: 26px;
	color: #808080;
}

.text-book:after {
	padding: 2px;
	font-size: 12px;
	color: #ffffff;
	border: 1px #ce712e solid;
	border-radius: 0;
	background: #ce712e;
}
.text-paper:after {
	padding: 2px;
	font-size: 12px;
	color: #2c8dba;
	border-color: #2c8dba;
	border-radius: 0;
}
.text-journal:after {
	padding: 2px;
	font-size: 12px;
	color: #a352a8;
	border-color: #a352a8;
	border-radius: 0;
}
.text-standard:after {
	padding: 2px;
	font-size: 12px;
	color: #479a61;
	border-color: #479a61;
	border-radius: 0;
}
.text-article:after {
	padding: 2px;
	font-size: 12px;
	color: #ffffff;
	border-color: #1ba6b5;
	border-radius: 0;
	background: #1ba6b5;
}


/*-- ??????????css --*/
.jconfirm-box-container {
	width: 300px;
	margin: 0 auto;
}
.jconfirm-box-container .btn-default {
	color: #fff!important;
	background: #2348A1;
}
.jconfirm-box-container .btn-cancel {
	color: #fff!important;
	background: #999;
}
.jconfirm-box-container .btn-cancel:hover {
	background: #ddd;
}
.jconfirm .jconfirm-box div.title-c {
	margin: 0 -5px;
	margin-bottom: 15px;
	padding: 0 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.jconfirm .jconfirm-box div.title-c .title {
	padding-left: 10px;
	padding-bottom: 0!important;
	font-size: 18px!important;
	font-family: microsoft yahei!important;
	border-left: 5px solid #2348A1!important;
}

.icon-all-empty:before {
	position: relative;
	top: 2px;
	display: inline-block!important;
	content: " ";
	width: 11px;
	height: 13px;
	background: url(../../images/icon-all-empty.gif) no-repeat center;
}

.icon-heart {
	color: #DF4141!important;
}

@media screen and (max-width: 1310px) {
	.post-bug-right {
		left: auto;
		margin: 0;
		right: 9px;
	}
}

.editiontips {
	position: absolute;
	left: 50%;
	color: #fff;
	font-size: 16px;
	top: 0;
	margin-left: -200px;
	text-align: center;
	padding: 4px 5px;
	border: 1px solid #fff;
	background: rgba(0,0,0,.6)!important;
	background: #555;
	z-index: 99;
}


.alert-time {
	font-size: 16px;
}
.alert-time:after {
	margin-left: 10px;
	content: "|";
}

/*左侧聚类工具*/

.cluster-tools {
	width: 50px;
	position: fixed;
	left: 50%;
	top: 475px;
	/*_top: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,50%)||15)-(parseInt(this.currentStyle.marginBottom,50%)||0)));
    _position: absolute;*/
	margin-left: -650px;
	z-index: 999;
}

.cluster-tools a {
	position: relative;
	display: block;
	width: 42px;
	padding: 5px 4px 5px 5px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	background: #32a3b5;
	border-radius: 4px;
	border: 1px solid #32a3b5;
}

.cluster-tools a .sel-num {
	position: absolute;
	right: 30px;
	top: -7px;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	letter-spacing: 0;
	white-space: nowrap;
	background: #F44336;
	border-radius: 8px;
}

.b-bottom {
	background: #4464af;
}

.links {
	min-height: 62px;
	padding: 17px 0;
	font-family: "Microsoft YaHei";
	color: #fff;
	text-align: center;
	line-height: 28px;
}
.links a {
	color: inherit;
}
.links h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: lighter;
}
.links ul {
	display: inline;
}
.links li {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
}

/*检索学科分类号*/
.subject-filter .layer-cnt:before, .subject-filter .layer-cnt:after {
	display: table;
	content: "";
	clear: both;
}
.subject-filter .left {
	float: left;
	width: 400px;
}
.subject-filter .right {
	float: right;
	width: 300px;
}
.subject-filter .right select {
	height: 301px;
	border: 0;
	background: transparent;
}
.subject-filter .selection {
	position: absolute;
	left: 420px;
	top: 40px;
	width: 98px;
	text-align: center;
	padding: 109px 10px;
}
.subject-filter .selection a {
	display: inline-block;
	width: 40px;
	height: 22px;
	margin: 10px 0;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	line-height: 20px;
	line-height: 24px\9;
	color: #fff;
	background: #a21e1e;
	border: 1px solid #a21e1e;
	border-radius: 2px;
}
.subject-filter .box-class {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
}

@media screen and (max-width: 1260px){
	.ztlm {
		float: right;
		padding-bottom: 40px;
		padding-left: 150px;
	}

	.f-icon {
		right: 0px;
		margin-top: 8px;
	}
}




