.search-select {
	width: 1200px;
	margin: 0 -1px -7px;
	height: 62px;
}
.search-select li {
	display: inline;
}
.search-select a {
	float: left;
	width: 173px;
	height: 47px;
	margin-left: -1px;
	padding: 6px 13px 0;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: url(../images/search-select-bg.png) repeat-x;
	border: 1px solid #016984;
}
.search-select a span {
	display: block;
	font-size: 10px;
	line-height: 14px;
}
.search-select .current a {
	position: relative;
	height: 52px;
	margin: -5px 0 -8px; 
	padding-top: 16px;
	font-size: 24px;
	background: url(../images/search-select-current.png) top center;
	border: 0;
}
.search-select .current a span {
	display: none;
}
/*----left-cluster----*/
.left-cluster {
	float: left;
	width: 240px;
	background: #efeded;
}
.search-refine {
	padding: 7px 15px 0px;
	border-bottom: 1px dotted #ccc;
}
.search-refine .refine-item, .search-refine .refine-submit {
	min-height: 26px;
	_height: 26px;
	margin: 10px 0;
	line-height: 24px;
	text-align: left;
}
.search-refine .refine-item .sel, .search-refine .refine-item .t, .search-refine .refine-item .input {
	float: left;
	margin-right: 10px;
}
.search-refine .refine-item .sel, .search-refine .refine-item .t {
	width: 100px;
	height: 22px;
	line-height: 20px;
	line-height: 24px\9;
	text-align: left;
	color: #000;
	background: url(../images/adv-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}
.search-refine .refine-item .sel .disp, .search-refine .refine-item .t .disp {
	display: block;
	height: 22px;
	padding-left: 5px;
	line-height: 20px;
	line-height: 24px\9;
	background: url(../images/ico-arrow.png) no-repeat right -59px ;
}
.search-refine .refine-item .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	width: 125px;
	background: #fff;
	border: 1px solid #dddddd;
	border-bottom: 0;
	z-index: 5;
}
.search-refine .refine-item .sel-box li {
	border-bottom: 1px solid #dddddd;
}
.search-refine .refine-item .sel-box a {
	display: block;
	height: 18px;
	padding: 2px 5px;
	line-height: 18px;
}
.search-refine .refine-item .sel-box a:hover {
	background: #f1f1f1;
}
.search-refine .refine-item .sel {
	width: 72px;
}
.search-refine .refine-item .sel .sel-box {
	width: 72px;
}
.search-refine .refine-item .t {
	float: left;
	width: 53px;
	margin-right: 0;	
}
.search-refine .refine-item .t .sel-box {
	width: 69px;
	z-index: 9999;
}
.search-refine .refine-item .t ul {
	overflow: auto;
	width: 69px;
	height: 200px;
}
.search-refine .refine-item .input {
	position: relative;
	width: 100px;
	height: 22px;
	margin-right: 0;
	padding: 0 5px;
	background: url(../images/adv-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}
.search-refine .refine-item .input input {
	width: 100px;
	_width: 97px;
	height: 21px;
	height: 23px\9;
	*height: 22px;
	_height: 20px;
	line-height: 22px;
	background: transparent;
	border: 0;	
}
.search-refine .refine-item span {
	float: left;
	width: 15px;
	text-align: center;
}
.search-refine .refine-item strong {
	float: left;
	width: 72px;
	height: 24px;
	margin-right: 10px;
	padding-right: 2px;
	font-weight: lighter;
	text-align: right;
	line-height: 22px;
	line-height: 26px\9;
}

.search-refine .refine-submit {
	text-align: center;
}
.search-refine .refine-submit .submit {
	display: inline-block;
	width: 90px;
	height: 22px;
	margin: 0 20px;
	*margin-bottom: 10px;
	border: 1px solid #ccc;;
	cursor: pointer;
	font-size: 12px;	
	line-height: 20px;
	line-height: 24px\9;

	color: #fff;
	background: #0b5dc9;
	border: 1px solid #0155c3;
	border-radius: 2px;
}
/*--------*/
.cluster {
	padding: 15px;
	background: url(../images/cluster-pic.png) no-repeat 15px 3px;
}
.cluster h2 {
	height: 40px;
	padding-left: 35px;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	line-height: 25px;
}
.cluster-group {
	margin-bottom: 10px;
}
.cluster-group h3 {
	height: 27px;
	padding-left: 10px;
	padding-top: 9px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: lighter;
	color: #05699d;
	background: url(../images/cluster-name-bg.png) repeat-x;
	border: 1px solid #c5c5c5;
	border-radius: 4px 4px 0 0;
}
.cluster-group h3 tt {
	float: right;
	margin-right: 10px;
	*margin-top: -17px;
	_margin-top: -17px;
}
.cluster-group h3 tt a {
	display: block;
	height: 22px;
	width: 22px;
	background: url(../images/close-op.png);
}
.cluster-group h3 tt .open {
	background-position:  top;
}
.cluster-group h3 tt .close {
	background-position:  bottom;
}
.cluster-group .list {	
	background: #fff;
	border: 1px solid #c5c5c5;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}
.cluster-group .list ul {
	overflow: hidden;	
	padding: 9px 0px 8px 5px;
	_padding: 9px 0px 12px 5px;
}
.cluster-group li {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-right: 15px;
	line-height: 20px;
	color: #000;
}
.cluster-group .list span {
	cursor: pointer;
}
.cluster-group .level0 {

}
.cluster-group .level0 li {
	padding-right: 0;
}
.cluster-group .level0 li tt {

}
.cluster-group .level1 {
	padding: 5px 0 0 7px;
}
.cluster-group .level1 li {
	padding-right: 0;
}
.cluster-group .level2 {
	padding: 5px 0 0 7px;
}
.cluster-group .level2 li {
	padding-right: 0;
}
.cluster-group .list li input {
	margin: -1px 5px 2px 0;
	_margin-right: 2px;
	_margin-top: 0;	
}
.cluster-group .list li .show, .cluster-group .list li .hide, .cluster-group .list li .loading {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: 1px 0 0;
	_margin-top: 2px;
	background: url(../images/cluster-group-show.gif) no-repeat 0 1px ;
	vertical-align: middle;
}
.cluster-group .list li .hide {
	background: url(../images/cluster-group-hide.gif)  no-repeat;
}
.cluster-group .list li .loading {
	background: url(../images/treeloading.gif) 0 0;
}

.cluster-group .list li tt {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 15px;
	background: #fff;
}



.cluster-group .find {
	padding: 0 10px;
}
.cluster-group .find .input {
	width: 125px;
	height: 23px;
	padding: 0 5px;
	line-height: 21px;
	border: 1px solid #e3e3e3;
}
.cluster-group .find select {
	width: 63px;
	height: 23px;
	padding-left: 5px;
	line-height: 21px;
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}
/*--------*/
.search-result {
	float: right;
	width: 930px;
	padding: 0 15px;
	
}
.search-top {	
	padding: 6px;
	line-height: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.search-top .search-term {
	float: left;
	margin-right: 2em;
}
.search-top .cluster-term {

}
.search-top .cluster-term strong {
	float: left;
}
.search-top .cluster-term ul {
	display: inline;
}
.search-top .cluster-term li {
	float: left;
	margin: 5px 10px 5px 0;
	white-space: nowrap;
	border: 1px solid #93a8a9;
}
.search-top .cluster-term li span {
	float: left;
	height: 18px;
	padding: 0 10px;
	line-height: 15px!important;
	line-height: 16px;
}
.search-top .cluster-term li .close {
	float: left;
	height: 14px;
	padding: 2px 1px;
	border-left: 1px solid #93a8a9;
}
.search-top .search-count {
	float: right;
	white-space: nowrap;
}
.search-top .search-count i img {
	vertical-align: middle;
}
.search-top .search-graph-op {
	float: right;
}
.search-top .search-graph-op a {
	display: inline-block;	
}
.search-top .search-graph-op .on {
	
}

.search-graph {
	margin-top: 10px;
	padding: 3px 5px;
	background: #F5F8FB;
	border: 1px solid #B8D1E6;
}
.search-graph h2 {
	font-size: 12px;
	font-weight: lighter;
}
.search-graph h2 a {
	display: block;
	background: url(../images/graph-arrow.png) right top no-repeat;
}
.search-graph h2 img {
	position: relative;
	top: 0px;
	width: 11px;
	margin-left: 2px;
	vertical-align: middle;
}
.search-yeaer-graph {
	padding: 5px 0;
	text-align: center;
}
.search-op {
	clear: both;
	height: 23px;
	padding: 10px 0;
	border-bottom: 2px solid #275bd1;
}
.search-op-sel, .search-op-more, .search-op-export {
	float: left;
	margin-right: 8px;
	padding-left: 1px;
}
.search-op-sel a, .search-op-more a, .search-op-export a {
	float: left;
	height: 21px;
	margin-left: -1px;
	padding: 0 5px;
	line-height: 20px;
	line-height: 24px\9;
	color: #333;
	background: #fff;	
	border: 1px solid #929292;
}
.search-op-sel .search-op-sel-num {
	float: left;
	height: 21px;
	margin-left: -1px;
	padding: 0 5px;
	line-height: 20px;
	line-height: 24px\9;
	color: #fff;
	background: #0056b4;	
	border: 1px solid #929292;
}

.search-op-sort, .search-op-show, .search-op-catalog, .search-op-num {
	float: right;
	margin-left: 8px;
}
.search-op-sort span, .search-op-show span, .search-op-catalog span, .search-op-num span {
	float: left;
	height: 21px;
	line-height: 20px;
	color: #333;
	border: 1px solid #fff;
}
.search-op-sort .sel, .search-op-show .sel, .search-op-catalog .sel, .search-op-num .sel {
	position: relative;
	width: 85px;
	height: 21px;
	line-height: 19px;
	line-height: 23px\9;
	text-align: left;
	color: #000;
	background: url(../images/adv-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
	z-index: 9;
}
.search-op-sort .sel .disp, .search-op-show .sel .disp, .search-op-catalog .sel .disp, .search-op-num .sel .disp {
	display: block;
	height: 21px;
	padding-left: 5px;
	line-height: 19px;
	line-height: 23px\9;
	background: url(../images/ico-arrow.png) no-repeat right -59px ;
}
.search-op-sort .sel .sel-box, .search-op-show .sel .sel-box, .search-op-catalog .sel .sel-box, .search-op-num .sel .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 21px;
	width: 92px;
	background: #fff;
	border: 1px solid #c5c5c5;
	border-bottom: 0;
	z-index: 5;
}
.search-op-sort .sel .sel-box li, .search-op-show .sel .sel-box li, .search-op-catalog .sel .sel-box li, .search-op-num .sel .sel-box li {
	border-bottom: 1px solid #c5c5c5;
}
.search-op-sort .sel .sel-box a, .search-op-show .sel .sel-box a, .search-op-catalog .sel .sel-box a, .search-op-num .sel .sel-box a {
	display: block;
	height: 18px;
	padding: 1px 5px;
	line-height: 18px;
}
.search-op-sort .sel .sel-box a:hover, .search-op-show .sel .sel-box a:hover, .search-op-catalog .sel .sel-box a:hover, .search-op-num .sel .sel-box a:hover {
	background: #f1f1f1;
}



.search-op-catalog {
	float: left;
	margin: 0;
}

.search-op-year, .search-op-vol {
	float: left;
	margin-right: 10px;
}
.search-op-year .sel {
	width: 55px!important;
}
.search-op-vol .sel {
	width: 40px!important;
}
.search-sort-abc {
	height: 34px;
	padding: 0 10px;
	line-height: 32px;
	background: #f9f9f9;
}
.search-sort-abc strong {
	display: inline-block;
	margin-right: 10px;
}
.search-sort-abc a {
	display: inline-block;
	width: 15px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	
}

.search-result-list {

}
.search-result-list dl {	
	position: relative;
	min-height: 100px;	
	padding: 8px 10px 10px 30px;
	_background: #fff;
	border-bottom: 1px dotted #c0c0c0;
}
.abstract-list dl, .full-list dl {
	min-height: 145px;
	_height: 145px;
	padding-left: 150px;	
}
.search-result-list dl:hover {
	background: #fcfbfb;
}
.search-result-list dt {
	padding: 4px 0;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}
.abstract-list dt {
	padding: 4px 0 4px 0;
}
.width-down dt {
	padding-right: 230px;
}
.search-result-list dt .title {
	margin-right: 2em;
}
.search-result-list dt .cited {	
	display: inline;
	color: #006aad;
	font-size: 12px;
	font-weight: lighter;
	white-space: nowrap;
}
.search-result-list dt .cited span {
	margin-right: 15px;
}
.search-result-list dt .cited a {
	font-size: 12px;
	color: #006aad;
	text-decoration: underline;
}
.search-result-list dt .index {
	display: inline;
	color: #49a415;
	font-size: 12px;
	font-weight: lighter;
}
.search-result-list dt .index span {
	margin-right: 15px;
	white-space: nowrap;
}
.search-result-list dt .index a {
	font-size: 12px;
	color: #49a415;
	text-decoration: underline;
}


.search-result-list dd {
	padding: 2px 0;
	color: #666666;
	line-height: 20px;
}
.search-result-list dt a {
	font-size: 14px;
	color: #006aad;
}
.search-result-list .sel {
	position: absolute;
	height: 17px;
	left: 0px;
   top: 11px;
   *top: 10px;
   _top: 10px;
}
.search-result-list .sel input {
	vertical-align: bottom;
}

.object-list .sel {
	_left: -30px;
}
.object-list .index span {
	margin-right: 10px;
}
.object-list .index span a {
	margin: 0;
}
.object-list .old-name, .object-list .issn-cn {
	display: inline-block;	
}
.object-list .issn-cn span {
	margin-right: 20px;
}
.search-result-list .num {
	display: none;
	position: absolute;
	width: 80px;
	height: 13px;
	left: -70px;
	_left: -108px;
   top: 14px;	
	z-index: 5;
}
.type_media .num, .type_writer .num, .type_subject .num, .type_organ .num, .type_fund .num {
	top: 15px;	
}

.search-result-list .source {
	margin-top: 5px;
	line-height: 16px;
}
.search-result-list .source a {
	margin-right: 5px;
}
.search-result-list .source .outlink {
	margin-left: 0px;
	padding-left: 19px;
	background: url(../images/ico-search.png) 0px 0 no-repeat;
	
}
.search-result-list .source a + .outlink {
	margin-left: 5px;
	padding-left: 26px;
	background-position: 7px 0;
	border-left: 1px solid #b2b2b2;
	
}

.table-list .source .outlink {
	padding-left: 19px;
	background: url(../images/ico-search.png) 0 0 no-repeat;
}

.search-result-list .source .outlink a {
	color: #666666;
	text-decoration: underline;
}

.search-result-list .paper-preview {
	position: absolute;
	left: 30px;
	top: 11px;
	z-index: 10;
}
.search-result-list .paper-preview a {
	opacity: 1;
	filter:alpha(opacity=100);
}
.search-result-list .paper-preview img {
	width: 100px;
	height: 135px;
	border: 1px solid #adadad;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
earch-result-list .paper-preview .zoomWindow {
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.search-result-list .paper-preview .zoomPad img {
	width: 100px;
	height: 135px;
	border: 1px solid #adadad;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.search-result-list .paper-preview .zoomWrapperImage img { 
	width: auto;
	height: auto;
}


.search-result-list .media {
	margin-right: 15px;
}
.search-result-list .media i {
	display: inline-block;
	height: 13px;
	margin: 0 2px;
	padding: 0 2px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	line-height: 13px;
	color: #ff6e2d;	
	background: #ffecda;
	border: 1px solid #f2ac93;
	vertical-align: text-bottom;

}
.search-result-list .writer {
	white-space: normal;
}
.search-result-list .fund {
	color: #ff8105;
}
.search-result-list .original, .search-result-list .subject, .search-result-list .read {
	margin-right: 1em;
}

.search-result-list .data {
	color: #49a415;
}
.search-result-list .data span {
	margin-right: 15px;
}
.search-result-list .writer a, .search-result-list .subject a, .search-result-list .original a, .search-result-list .others a, .search-result-list .read a {
	margin-right: 5px;
	text-decoration: underline;
}
.search-result-list .writer .type_ico_id , .search-result-list .subject .type_ico_id , .search-result-list .original .type_ico_id , .search-result-list .others .type_ico_id , .search-result-list .read .type_ico_id  {
	margin-right: -2px;
}
.search-result-list .original, .search-result-list .read  {
	display: inline;
	white-space: nowrap;
}


.search-result-list .item a {
	margin-right: 10px;
	text-decoration: underline;
	white-space: nowrap;
}
.search-result-list .subclass a {
	margin-right: 10px;
	color: #777;
}
.search-result-list .subclass a:hover {
	text-decoration: underline;	
}
.search-op .pages {
	float: right;
}
.search-op .pages .total {
	margin-right: 5px;
}
.search-op .page a {
	display: inline-block;
	width: 18px;
	margin: 0 1px;
	padding-bottom: 2px;
	font-family: Comic Sans MS;
	line-height: 16px;
	text-align: center;
	color: #9e9e9e;
	background: #eaeaea;
	border: 1px solid #adadad;
	cursor: pointer;
}
.search-op .page .page-num {
	margin: 0 10px;
}
.search-op .page .page-num a {
	width: 20px;
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	line-height: 18px;
}
.search-op .page .page-num .current {
	color: #fff;
	background: #2c8bbe;
	border: 1px solid #046699;
}
/*--------*/
.full-list dt {
	position: relative;
	padding-left: 65px;
	padding-right: 0;
}
.full-list dt strong {
	position: absolute;
	left: 0px;
	_left: -65px;
	_margin-top: -3px;
	font-weight: lighter;
	color: #888;
}

.full-list dd {
	min-height: 20px;
	_height:20px;
	position: relative;
	padding-left: 65px;
}
.full-list .sel, .full-list .paper-preview {
	padding-left: 0;
}
.full-list dd strong {
	position: absolute;
	left: 0px;
	_left: -65px;
	_margin-top: -3px;
	font-weight: lighter;
	color: #888;
}
.table-list table {
	width: 100%;
	border-collapse: collapse;
   border-spacing: 0;
}
.table-list th, .table-list td {
	padding: 0 5px;
}
.table-list th {
	height: 20px;
	padding: 9px 5px;
	line-height: 20px;
	font-weight: lighter;
	color: #666;
	background: url(../images/table-tr-bg.gif) repeat-x bottom #f9f9f9 ;
}
.table-list td {
	padding: 10px 5px;
	line-height: 18px;
	border-bottom: 1px dashed #e4e4e4;
}
.table-list td input {
	margin-right: 8px;
}
.table-list .source {
	position: static;
}
.table-list td .read {
	overflow: hidden;
	display: inline-block;
	width:17px;
	height: 17px;
	margin: 0 5px;
	background: url(../images/read.gif) no-repeat;
}
.table-list td .downl {
	overflow: hidden;
	display: inline-block;
	width:19px;
	height: 17px;
	margin: 0 5px;
	background: url(../images/downl.gif) no-repeat;
}
.table-list td .count {
	font-size: 10px;
	text-align: center;
}
/**/
.right-about {
	float: right;
	width: 200px;
}
.right-pic {
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
}
.about-box {
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
}
.about-box .name {
	height: 26px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: lighter;
	color: #333;
	line-height: 24px;
	background: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
}
.about-box .name tt {
	float: right;
	*margin-top: -24px;
	_margin-top: -24px;
	font-size: 12px;
}


.about-box .about-list {
	padding: 5px;
}
.about-box .about-list dl {
	position: relative;
	padding: 5px 0 7px 15px;
	color: #7a7a7a;
	background: url(../images/point-ico.png) no-repeat 2px 9px;
	border-bottom: 1px dashed #dddede;
}
.about-box .about-list dt {
	padding: 2px 0;
}
.about-box .about-list dt a {
	color: #006aad;
	font-size: 14px;
	text-decoration: none;
}
.about-box .about-list dd {
	padding: 2px 0;
	line-height: 16px;
}
.about-box .about-list .index {
	color: #49a415;
}
.about-box .about-list .index span {
	margin-right: 10px;
}
.about-box .about-list .index span a {
	color: inherit;
	text-decoration: underline;
}
.about-box .about-list li {
	overflow: hidden;
	height: 30px;
	padding-left: 14px;
	line-height: 28px!important;
	line-height: 30px;
	background: url(../images/point-ico.png) no-repeat 2px 8px;
	border-bottom: 1px dashed #ccc;
}



/**/
.search-display:after {
	clear: both;
	color: #333333;
	content: " ";
	display: block;
}
.search-display {
	background: url(../images/search-left-bg.gif) left top repeat-y #fff;
	zoom:1;
}

.search-object:after {
	clear: both;
	color: #333333;
	content: " ";
	display: block;
}
.search-object{
	background: url(../images/search-left-bg.gif) left top repeat-y #fff;
	zoom:1;
}

.search-object .search-result-list {

}
.search-object .right-about {
	padding-top: 15px;
}
.search-object dd strong {
	color: #888;
	font-weight: lighter;
}
.search-object dd span {
	/*margin-right: 10px;*/
}
.search-object dd a {
	display: inline-block;
	margin-right: 10px;
}
.search-object dd a {
	text-decoration: underline;
}

.search-object .search-op-sort .sel, .search-object .search-op-show .sel {
	width: 120px;
}
.search-op-show .sel {
	width: 70px;
}
.search-op-num .sel {
	width: 40px;
}

.limited {
	padding: 40px 20px;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	border-bottom: 1px dotted #c0c0c0;
}



.search-object .object-cover-list {
	float: none;
	width: auto;
	padding-top: 20px;
	
}
.object-cover-list li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 155px;
	height: 200px;
	margin: 0 15px 15px;
	_margin: 0 12px 15px;	
	text-align: center;
	z-index: 1;
	
}

.object-cover-list li a {
	display: block;
	width: 120px;
	margin: 0 auto 5px;
	text-align: left;
	background: url(../images/qk-cover.png) repeat-y left;
}
.object-cover-list li .name {
	display: inline;
	margin-bottom: 0 ;
	background: none;
	font-size: 12px;
}
.object-cover-list img {
	position: relative;
	width: 120px;
	height: 160px;
	z-index: -1;
	_z-index: 1;
	box-shadow:2px 2px 2px 0 rgba(0, 0, 0, 0.3)
	
}


.no-border {
	border: 0;
}
.no-data {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.no-data h6 {
	margin-bottom: 8px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	line-height: 24px;
}
.no-data li {
	padding: 5px 0;
	list-style: circle inside ;
}
.search-result-list .sort-about {
	position: absolute;
	right: 5px;
	top: 12px;

}
.search-result-list .sort-about a {
	margin: 0;
}
.wz-intro dl {
	padding-left: 115px;
}
.wz-intro dl:hover {
	background: #fff!important;
}
.wz-intro dl .sel {
	display: none;
}
.wz-intro .paper-preview {
	left: 0!important;
}
.wz-intro .source {
	display: none!important;
}
.mobile-pay span {
	float: none!important;
	margin-left: 0!important;
}
.pay-list {
	overflow: hidden;
	padding: 20px 0 10px;
}
.pay-box {
	float: left;
	position: relative;
	width: 317px;
	height: 160px;
	padding-top: 200px;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.pay-box dt {
	font-size: 22px;
	line-height: 36px;
	color: #333333;
}
.pay-box .intro {
	font-size: 14px;
	line-height: 28px;
	color: #8f8f8f;
}
.pay-box .ico {
	position: absolute;
	top: 50px;
	width: 100%;
}
.pay-box .price {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	font-family: tohama;
	line-height: 16px;
	color: #595959;
}
.pay-box .price i {
	font-weight: bold;
	font-size: 16px;
}
.pay-box .op {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
.pay-box .op a {
	display: inline-block;
	width: 170px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #008fc9;
	border: 1px solid #d0d0d0;
	border-radius: 6px;
}

.wx {
	float: right;
}
.wx .op a {
	color: #1d8d17!important;
}
.pay-s2 {
	padding: 25px;
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
.pay-s2 dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
.pay-s2 dd {
	line-height: 22px;
}
.pay-s2 dd span {
	color: red;
}
.pay-s2 dd span i {
	font-size: 16px;
	font-weight: bold;
}
.pay-s2 .code {
	padding: 15px 0 0;
	text-align: center;
}
.pay-s2 .submit input {
	margin: 0 10px;
}
.s2-zfb .submit .btn-s {
	background: #00aaef;
	border-color: #00aaef;
}
.s2-wx .submit .btn-s {
	background: #3cb035;
	border-color: #3cb035;
}

/*----width980----*/
.w-980 .search-select, .s-980 .search-select {
	width: 978px;
	padding-left: 2px;
}
.w-980 .search-select a, .s-980 .search-select a {
	width: 136px;
}
.w-980 .search-result, .s-980 .search-result {
	width: 710px;
}

.w-980 .search-sort-abc a, .s-980 .search-sort-abc a {
	margin-right: 7px;
}
.w-980 .search-object .search-result-list, .s-980 .search-object .search-result-list {

}
.w-980 .search-object .object-cover-list, .s-980 .search-object .object-cover-list {
	width: auto;
}
.w-980 .object-cover-list li, .s-980 .object-cover-list li {
	width: 112px;
	height: 190px;
}
.w-980 .object-cover-list img, .s-980 .object-cover-list img {
	width: 108px;
	height: 150px;
}
.w-980 .search-select, .w-980 .search-select a, .w-980 .search-result, .w-980 .search-object .search-result-list, .w-980 .search-sort-abc a, .w-980 .search-object .object-cover-list, .w-980 .object-cover-list li, .w-980 .object-cover-list img {
	transition: all 0.3s cubic-bezier(1, 0.01, 0.3, 1) 0s;
	transition-delay: 0.01s;
}


/*----width1200----*/
.w-1200 .search-select, .w-1200 .search-select a, .w-1200 .search-result, .w-1200 .search-object .search-result-list, .w-1200 .search-sort-abc a, .w-1200 .search-object .object-cover-list, .w-1200 .object-cover-list li, .w-1200 .object-cover-list img {
	transition: all 0.3s cubic-bezier(1, 0.01, 0.3, 1) 0s;
	transition-delay: 0.01s;
}