body {
	background: url(../images/bg-top.jpg) repeat-x top center #fff;
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
b {
	/*display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;*/
}
i {
	font-style: normal;
}

caption,th{
	text-align: left;
}

em{
	font-style: normal;
}

h1, h2, h3, h4{
	clear: both;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 12px;
	margin: 0;
	outline: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

img{
	border: 0 none;
}

input{
	font-size: 100%;
	vertical-align: middle;
}
input:focus {
	outline: 0;
}
ol, ul{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
.clear:after {
	clear: both;
	color: #333333;
	content: " ";
	display: block;
}
.clear{zoom:1;}

.head {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 148px;
	margin-bottom: 15px;
}

.logo {
	position: absolute;
	left: 20px;
	top: 20px;
}
.logo a {
	display: inline-block;
}
.logo img {
	height: 64px;
	margin-right: 5px;
	border: 0;
	vertical-align: bottom;
}
.logo h1 {
	width: 450px;
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 32px;
	font-weight: lighter;
	color: #3b3734;
	line-height: 64px;
}
.hide-text h1 {
	display: none;
}
.logo .l2 {
	font-size: 26px;
}
.logo .l3 {
	font-size: 25px;
	line-height: 32px;
}
.logo .l4 {
	font-size: 20px;
	line-height: 32px;
}
.login {
	position: absolute;
	right: 10px;
	bottom: 4px;
	height: 45px;
	font-size: 12px;
	line-height: 40px;
	text-align: right;	
}
.login input[type="text"], .login input[type="password"] {
	width: 100px;
	height: 19px;
	padding: 0;
}
.login a {
	display: inline-block;
	vertical-align: middle;
}

.user {
	position: relative;
	float: right;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	text-align: right;
	color: #333;	
}
.user a {
	margin: 0 5px;
	color: #333;
}
.user a:hover {
	
}

.search {
	position: absolute;
	right: 0;
	top: 45px;
}
.search .sel {
	display: inline-block;
	width: 80px;
	height: 31px;
	line-height: 26px;
	line-height: 28px\9;
	text-align: left;
	color: #000;
	background: url(../images/bg-nav-current.gif) no-repeat 63px center #f6f6f6;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	vertical-align: middle;
}
.search .sel .easy-select-box .easy-select-box-disp {
	height: 31px;
	line-height: 31px;
	border: 0;
}
.search .sel .easy-select-box .ubox {
	width: 79px;
	top: 106%;
	border-bottom: 1px solid #CCCCCC;
}
.search .sel .easy-select-box ul li {
	border: 0;
}
.search .sel .easy-select-box ul li a {
	background: #f6f6f6;
}
.search .sel .easy-select-box ul li a:hover {
	background: #0084b7;
}

.search .input {
	width: 200px;
	height: 17px;	
	margin-right: 4px;
	padding: 7px 5px;	
	font-size: 14px;
	line-height: 17px;
	border-radius: 3px;
	background: #f6f6f6;
	border: 1px solid #cfcfcf;;
}
.search .btn {
	width: 50px;
	height: 33px;	
	font-size: 14px;
	padding: 8px 5px;
	line-height: 17px;
	border-radius: 3px;
	color: #fff;
	background: #3498ca;
	border: 0;
    cursor: pointer;
}
.search-adv {
	display: inline-block;
	margin-left: 10px;
}
.nav {
	position: absolute;
	bottom: 0;
	height: 41px;
	padding: 0 0px;
}
.nav a {
	display: inline-block;
	height: 40px;
	padding: 0px 13px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-bottom: 4px solid transparent;
}
.nav a:hover {
	opacity: 0.8;
}
.nav .current, .nav .current:hover {
	color: #387bc1;
	background: #fff;
}
.nav .nav-s {
	position: relative;
	display: inline-block;
	z-index: 5;
}

.nav .nav-s:before {
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: inline-block;
	right: 0px;
	position: absolute;
	margin-bottom: -2px;
	bottom: 50%;
}
.nav .nav-s:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: -7px;
}

.nav .nav-s:hover .nav-s-list {
	display: block;
}
.nav .nav-s-list {
	display: none;
	position: absolute;
	margin: -4px -1px;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #aaa;
}
.nav .nav-s-list a {
	height: 30px;
	line-height: 30px;
	color: #555;
	border: 0;
}


.sbox {
	margin-bottom: 10px;
	background: #fff;
}
.sbox h2 {
position: relative;
height: 33px;
font-size: 14px;
line-height: 18px;
color: #0080c1;
border-bottom: 1px solid #0080c1;
}
.sbox h2 tt {
	float: right;
	*margin-top: -31px;
	_margin-top: -31px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: lighter;
}
.sbox h2 tt a {
	font-weight: lighter;
	font-size: 12px;
	color: #5c5c5c;
}
.sbox .cnt {
	padding: 10px;
}

.sbox2 {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #b4d9f3
}
.sbox2 h2 {
	position: relative;
	height: 18px;
	padding-top: 12px;
	padding-left: 50px;
	font-size: 14px;
	line-height: 18px;
	color: #5c5c5c;
	background: url(../images/title-bg2.gif) repeat-x;
}
.sbox2 h2 img {
	position: absolute;
}
.sbox2 .cnt {
	padding: 10px;
}

.sbox3 {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #b4d9f3
}
.sbox3 h2 {
	position: relative;
	height: 33px;
	font-size: 14px;
	line-height: 18px;
	color: #5c5c5c;
	background: url(../images/title-bg3.gif) repeat-x;
}
.sbox3 h2 a {
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #5c5c5c;
	line-height: 30px;	
}
.sbox3 h2 .current {
	font-size: 14px;
	border-bottom: 3px solid #99cc33;
}
.sbox3 .cnt {
	height: 419px;
	padding: 10px;
}


.sbox4 {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #b4d9f3
}
.sbox4 h2 {
	position: relative;
	height: 18px;
	padding-top: 12px;
	padding-left: 50px;
	font-size: 14px;
	line-height: 18px;
	color: #5c5c5c;
	background: url(../images/title-bg4.gif) repeat-x;
}
.sbox4 h2 img {
	position: absolute;
}
.sbox4 .cnt {
	padding: 10px;
}





.site {
	line-height: 25px;
	padding: 10px 0 10px 18px;
	color: #888888;
	background: url(../images/fz.jpg) no-repeat left center;
	border-top: 1px solid #EDEDED;
}


.body {
	width: 1000px;
	margin: 0 auto;
}
.body:after {
	clear: both;
	color: #333333;
	content: " ";
	display: block;
}
.body{zoom:1;}


.foot {
	position: relative;
	background-color: #e4e4e4;
}
.foot .inner {
	position: relative;
	clear: both;

	height: 76px;
	margin: 0 auto;
	padding: 20px 180px;
	line-height: 26px;

}
.foot .wj, .foot .ba {
	left: 120px;
   position: absolute;
   top: 20px;
}
.foot .ba {
    left: auto;
    right: 100px;
    top: 8px;
}
.foot p {
    font: 12px/2em "Tahoma";

}



.type_text {
	overflow: hidden;
	display: inline-block;
	width: 28px;
	height: 12px;
	margin-right: 2px;	
	line-height: 1px;
	font-size: 0;
	background: url(../images/all_text.png) no-repeat;
	vertical-align: middle;
}
.hy .type_text {
	background-position: -28px 0;
}
.xw .type_text {
	background-position: -56px 0;
}
.zl .type_text {
	background-position: 0 -12px;
}
.ww .type_text {
	background-position: -28px -12px;
}
.zz .type_text {
	background-position: -56px -12px;
}
.rw .type_text {
	background-position: -84px 0;
}
.zt .type_text {
	background-position: -112px 0;
}
.jg .type_text {
	background-position: -140px 0;
}
.cm .type_text {
	background-position: -84px -12px;
}
.ly .type_text {
	background-position: -112px -12px;
}
.dq .type_text {
	background-position: -140px -12px;
}
.bz .type_text {
	background-position: -168px 0;
}
.cp .type_text {
	background-position: -196px 0;
}
.cg .type_text {
	background-position: -168px -12px;
}
.ts .type_text {
	background-position: 0 -48px;
}
.kt .type_text {
	background-position: -28px -24px;
}
.xm .type_text {
	background-position: 0 -24px;
}

.jyjg .type_text {
	width: 46px;
	background-position: 0 -36px;
}
.kyjg .type_text {
	width: 46px;
	background-position: -46px -36px;
}
.qyjg .type_text {
	width: 46px;
	background-position: -92px -36px;
}
.xxjg .type_text {
	width: 46px;
	background-position: -138px -36px;
}
.yljg .type_text {
	width: 46px;
	background-position: -184px -36px;
}
.qtjg .type_text {
	background-position: -168px -24px;
}
.kjbg .type_text {
	width: 46px;
	background-position: -28px -48px;
}
.zcfg .type_text {
	width: 46px;
	background-position: -74px -48px;
}
.nbwx .type_text {
	width: 46px;
	background-position: -119px -48px;
}
.bk .type_text {
	background-position: -165px -48px;
}

.type_ico, .type_ico_id {
	overflow: hidden;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: url(../images/type_ico.png) no-repeat;
	_background: url(../images/type_ico_ie6.gif) no-repeat;
	vertical-align: text-top;
}
 .type_ico_id {
 	margin-right: 5px;
 	background: url(../images/type_ico_id.png) no-repeat;
	_background: url(../images/type_ico_id_ie6.gif) no-repeat;
 }

.writer .type_ico, .writer .type_ico_id {
	background-position: 0 0;
}
.subject .type_ico, .subject .type_ico_id {
	background-position: -16px 0;
}
.organ .type_ico, .organ .type_ico_id {
	background-position: -32px 0;
}
.fund .type_ico, .fund .type_ico_id {
	background-position: 0 -16px;
}
.media .type_ico, .from .type_ico, .media .type_ico_id, .from .type_ico_id {
	background-position: -16px -16px;
}
.original .type_ico, .original .type_ico_id {
	background-position: -32px -16px;
}
.original .g {
	background-position: -80px -16px;
}


.read .type_ico, .read .type_ico_id {
	background-position: -64px -16px;
}

.intro .type_ico, .intro .type_ico_id {
	background-position: -48px 0;
}
.article .type_ico, .article .type_ico_id, .articles .type_ico, .articles .type_ico_id {
	background-position: -64px 0;
}
.domain .type_ico, .domain .type_ico_id, .class .type_ico, .class .type_ico_id {
	background-position: -80px 0;
}
.graph .type_ico, .graph .type_ico_id {
	background-position: -48px -16px;
}
.baike .type_ico, .baike .type_ico_id {
	background: url(../images/ico_baike.gif) no-repeat;
}


.t_list table {
	width: 100%;
}
.t_list th, .t_list td {
	height: 26px;
	padding: 0 3px;
	line-height: 24px;
	color: #555;
	background: #f8fcfe;
	border: 1px solid #e4e4e4;
}
.t_list .highlight td {
	background: #fff;
}
.t_list th {
	height: 30px;
	line-height: 28px;
	color: #666666;
	font-weight: lighter;
	text-align: center;
	background:#dff1f8;


}
.t_list .title {
	text-align: left;
}
.t_list td {
	padding: 3px;
	line-height: 22px;
}

.t_list td a {
	color: #000;
}
.t_list td .link_stat {
	margin-left: 5px;
	padding-left: 13px;
	background: url(../images/stat.gif) no-repeat 0 2px;
}

.t_list td .read {
	overflow: hidden;
	display: block;
	width:17px;
	height: 17px;
	margin: 0 auto;
	text-indent: -300px;
	background: url(../images/read.gif) no-repeat;
}
.t_list td .downl {
	overflow: hidden;
	display: block;
	width:19px;
	height: 17px;
	margin: 0 auto;
	text-indent: -300px;
	background: url(../images/downl.gif) no-repeat;
}
.t_list  tr:hover td {
	background: #f9eceb;
}
.t_list  tr:hover td .read {
	background: url(../images/read_over.gif) no-repeat;
}
.t_list  tr:hover td .downl {
	background: url(../images/downl_over.gif) no-repeat;
}

.t_list  tr:hover td a {
	
}
.t_list  tr:hover td .cover {
	display: inline;
}
.t_list  td .cover {
	display: none;
	position: relative;
}
.t_list  td .cover .hover {
	position: absolute;
	left: 2px;
	top: -52px;
	width: 175px;
	height: 242px;
	padding: 10px 15px 15px 27px;
	background: url(../images/list_hover.png) no-repeat;
}
.t_list  td .cover .hover img {
	width: 175px;
	height: 242px;
}

.t_list .th-sort {
	position: relative;
	margin: 0 -2px;
	cursor: pointer;

}
.t_list .on-sort {
	background: #c5e3ee;
}

.t_list .sort-ico {
	position: absolute;
	right: 2px;
	top: 9px;
	width: 8px;
	height: 10px;
	background: url(../images/sort-ico.png) no-repeat -16px 0;
}
.t_list .on-sort .asc {
	background-position: 0 0;
}
.t_list .on-sort .desc {
	background-position: -8px 0;
}

.layer {
	position: absolute;
	width: 98%;
	top: 250px;
	left: 0;
	z-index: 1000;
}
.layer .widget-box {
	position: relative;
	width: 740px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #e0f7ff;
	border: 1px solid #7589ba;
	border-radius: 5px;
	z-index: 99;
}
.layer .widget-header {
	position: relative;
height: 33px;
font-size: 14px;
line-height: 18px;
color: #5c5c5c;
border-bottom: 1px solid #ccc;
}
.layer .widget-header h4 {
	display: inline-block;
height: 30px;
padding: 0 15px;
font-weight: bold;
color: #5c5c5c;
line-height: 30px;
font-size: 14px;
}
.layer .widget-header .widget-toolbar a {
	border-left: 1px solid #BBBBBB;
width: 34px;
height: 34px;
padding: 0 15px;
float: right;
text-align: center;
vertical-align: bottom;
cursor: pointer;
background: url(../images/advance-close.gif) center no-repeat;
}
.layer .form-group .name {
	width: auto;
	padding: 0 5px;
}
.layer .form-group .intro {
	padding: 10px 15px 0;
}
.layer .form-group .tips {
	padding: 15px 30px;
	line-height: 22px;
}

.layer .table-list {
	padding: 5px;
}
.layer .table-list h2 {
	margin-top: 10px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	border-left: 3px solid #3399cb
}
.layer .table-list table {
	width: 100%;
}

.layer .table-list th, .layer .table-list td {
	height: 26px;
	padding: 3px;
	line-height: 22px;
	color: #555;
	background: #fdfcf8;
	text-align: center;
	border-bottom: 1px solid #E4E4E4;
}
.layer .table-list thead td {
	text-align: center;
	background: url(../images/box-bg.gif);
	padding: 5px 0;
}

.search-record {
	padding: 15px 100px;
}
.search-record h5 {
	margin-bottom: 5px;
}
.search-record p {
	padding: 3px 0;
	line-height: 22px;
}
.search-record .count {
	width: 30px;
}
.form-actions {
	padding: 0 10px 10px;
	text-align: center;
}
.form-actions button {
	display: inline-block;
	height: 26px;
	padding: 0 15px;
	line-height: 24px;
	text-shadow: 0 1px 0 #aaa;
	background-color: #fff;
	background-image: -moz-linear-gradient(center top , #fff, #eee);
	border: 1px solid #aaa;
}
.form-actions button:last-child {
	margin-right: 0;
}
.form-actions .btn-success {
	color: #fff;
	text-shadow: 0 1px 0 #00648a;
	background-color: #0084b7;
	background-image: -moz-linear-gradient(center top , #4ca8cc, #0084b7);
	border: 1px solid #00648a;
}

.layer .abstract {
	padding: 20px 40px;
}
.layer .abstract h2 {
	margin-bottom: 20px;
	padding-left: 65px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-weight: lighter;
}
.layer .abstract p {
	position: relative;
	margin: 8px 0;
	padding-left: 65px;
	line-height: 20px;
}
.layer .abstract p strong {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	font-weight: lighter;
	text-align: right;
}


/*advance*/
.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;
}


.advance_layer {
	display: none;
	position: absolute;	
	top: 150px;
	width: 100%;
	text-align: center;
	z-index: 999999;
}
.advance_ie6 {
	display: none;
	_display: block;
	position: absolute;
	width: 566px;	
	height: 270px;	
	padding: 7px;
	top: 0;
	margin-left: -290px;
	z-index: 1;
}
.class_layer {
	display: none;
	position: absolute;	
	top: 120px;
	width: 100%;
	text-align: center;
	z-index: 9999999;
}
.class_sel {
	position: relative;
	width: 780px;	
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #fff;
	border: 1px solid #116591;
	z-index: 199;
}
.class_sel h6 {
	background: #0073C6;
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: lighter;
    height: 30px;
    padding-left: 15px;
}
.class_sel h6 span {
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-right: 10px;
    margin-top: 6px;
    padding: 0 17px;
    color: #0073C6;
    text-align: center;	
    background: #fff;
}
.class_sel h6 .close {
	float: right;
	padding: 5px;
	font-family: Comic Sans MS;
	cursor: pointer;
}

.class_sel .cnt {
	padding: 10px 15px;
}
.class_sel li {
	overflow: hidden;
	width: 750px;
}
.class_sel li h4 {	
	font-weight: bold;
	margin-bottom: 5px;
}
.class_sel li h4 a {
	background: url("../images/object_group_show.gif") no-repeat 0 1px ;
    display: inline-block;
    height: 16px;
    margin: 1px 0 0;
    vertical-align: middle;
    width: 16px;
}
.class_sel li h4 .hide {
    background: url("../images/object_group_hide.gif") no-repeat ;
}

.class_sel li h4 label {
	font-size: 14px;
}
.class_sel li .sub {
	display: none;
	overflow: hidden;
	width: 715px;
	margin-left: 35px;
	margin-bottom: 10px;
}
.class_sel li .sub label {
	float: left;
	width: 175px;	
	font-size: 12px;
	font-weight: lighter;
}



.advance {
	position: relative;
	width: 740px;	
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #e0f7ff;
	border: 1px solid #7589ba;
	border-radius: 5px;
	z-index: 99;
}
.advance .close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 14px;
	color: #174b7b;
	cursor: pointer;
}
.advance h6 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: lighter;
    height: 20px;
    padding-left: 15px;
}
.advance h6 a {
	color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 32px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 8px;
    padding: 0 17px;
    text-align: center;	
}
.advance h6 .current {
	background: #FFFFFF;
    color: #0073C6;
}

.advance .cnt {
	padding: 2px 17px;
	*padding: 20px 17px;
}
.advance .cnt p, .advance .cnt .sinput_top, .advance .cnt .sinput, .advance .cnt .sel_op, .advance .cnt .filter, .advance .cnt .submit {
	min-height: 26px;
	_height: 26px;
	margin: 15px 0;
	padding-left: 163px;
	line-height: 24px;
	text-align: left;
}
.advance .cnt .sinput_top {
	padding-left: 77px;
}
.advance .cnt .sinput {
	padding-left: 15px;
}
.advance .cnt .sel_op {
	position: relative;
	display: block;
	height: 1px;
	min-height: 1px;
	margin-top: -12px;
	padding-left: 3px;
	font-size: 1px;
	line-height: 1px;    
	z-index: 999;
}
.advance .cnt .submit {
	width: 100%;
	_margin-bottom: 0;
	padding: 0;
	text-align: center;
	background: transparent;
}

.advance .cnt p span, .advance .cnt .sel, .advance .cnt .s, .advance .cnt .input {
	/*display: inline-block;*/
	float: left;
	margin-right: 10px;
}




.advance .cnt strong {
	float: left;
	color: #174b7b;
	font-weight: lighter;
}
.advance .cnt span {
	float: left;
	margin: 0 5px;
}
.advance .cnt .sel, .advance .cnt .s, .advance .cnt .t {
	width: 110px;
	height: 26px;
	line-height: 24px;
	line-height: 28px\9;
	text-align: left;
	color: #000;
	background: url(../images/search-input.gif) right;
	border: 1px solid #939393;
   border-radius: 2px;
}
.advance .cnt .sel input {
	width: 50px;
	height: 21px;
	height: 22px\9;
	line-height: 22px;
	background: transparent;
	border: 0;	
}
.advance .cnt .sel .ubox {
	width: 102px;
}


.advance .cnt .s {
	width: 50px;	
	background: url(../images/search-input.gif) right;
}
.advance .cnt .s .ubox {
	width: 35px;
	left: 3px;
}


.advance .cnt .t {
	float: left;
	width: 60px;
	margin-right: 0;
	background: url(../images/search-input.gif) right;
}
.advance .cnt .t .ubox {
	width: 75px;
	z-index: 9999;
}
.advance .cnt .t ul {
	overflow: auto;
	width: 75px;
	height: 200px;
}

.advance .cnt .input {
	width: 410px;
	height: 26px;
	padding: 0 5px;
	background: url(../images/search-input.gif);
	border: 1px solid #939393;
    border-radius: 2px;
}
.advance .cnt .input input {
	width: 410px;
	_width: 405px;
	height: 25px;
	height: 27px\9;
	*height: 28px;
	_height: 20px;
	line-height: 22px;
	background: transparent;
	border: 0;	
}
.advance .cnt .add, .advance .cnt .cut {
	position: absolute;
	width: 25px;
	height: 26px;
	margin-top: -26px;
	right: 12px;
	background: url(../images/advance-add.gif) no-repeat;
	border: 0;
	cursor: pointer;
}
.advance .cnt .cut {
	right: 45px;
	background: url(../images/advance-cut.gif) no-repeat;
}
.advance .cnt .filter input {
	vertical-align: text-top;
	*vertical-align: middle;
} 
.advance .cnt .submit input {
display: inline-block;
width: 68px;
height: 26px;
line-height: 24px;
color: #fff;
text-shadow: 0 1px 0 #00648a;
background-color: #0084b7;
background-image: -moz-linear-gradient(center top , #4ca8cc, #0084b7);
border: 1px solid #00648a;
	
	
}


.advance .cnt .submit .btn-green {

}
.advance .cnt .submit .btn-gray {
	text-shadow: 0 1px 0 #00648a;
background-color: #aaa;
background-image: -moz-linear-gradient(center top , #ccc, #aaa);
border: 1px solid #999;
}
.advance .cnt .filter i {
	display: inline-block;
	width: 80px;
}
.advance .easy-select-box .easy-select-box-disp {
	height: 26px;
	line-height: 24px;
}
.advance .easy-select-box ul li a {
	line-height: 14px;
}
.advance table {
	margin: 8px 0;
}
.advance .cnt td {
	padding: 7px 0;
}
.advance .cnt td .input {
	border: 0;
	width: 172px;
	height: 26px;
	padding: 0 5px;
	background: url(../images/advance_input2.gif);
}

/*jl*/
.tools {
	width: 50px;	
	position: fixed;
	right: 5px;
	bottom: 195px;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,195)||15)-(parseInt(this.currentStyle.marginBottom,195)||0)));
	_position:absolute;
	z-index: 999;
}
.tools .tools-btn {
	position: relative;
	display: block;
	width: 30px;
	height: 34px;
	margin-bottom: 5px;
	padding: 8px 10px;
	text-align: center;
	line-height: 16px;
	color: #333;
	background: #fafafa;
	border: 1px solid #cdcdcd;
}
.tools .current {
	background: #fff;
	border-left: 1px solid #fff;
	z-index: 3;	
}
.tools .sel-num {
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 2px 4px;
	font-size: 8px;
	line-height: 8px;
	color: #fff;
	background: #0163af;
	border-radius: 4px;
}
.cluster-selected {
	position: absolute;
	right: 48px;
	bottom: 0;
	width: 200px;
	min-height: 152px;
	_height: 152px;
	background: #fff;
	border: 2px solid #aaa;
	z-index: 2;
}
.cluster-selected li {
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
}
.cluster-selected li a {
	color: #000;
}
.cluster-selected li .del {
	position: absolute;
	right: 10px;
	top: 15px;
}
.cluster-selected .submit {
	height: 28px;
	padding: 10px;
	text-align: center;
}
.cluster-selected .submit-btn, .cluster-selected .submit-btn2 {
	float: left;
	width: 50px;
	height: 28px;
	margin: 0 auto;
	line-height: 26px!important;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #0b5dc9;
}
.cluster-selected .submit-btn2 {
	float: none;
	display: inline-block;
	width: 80px;
}

.cluster-selected .clear-btn {
	float: right;
	width: 50px;
	height: 28px;
	margin: 0 auto;
	line-height: 26px!important;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
}

.cpBox {
	position: fixed;
	right: 0;
	top: 185px;
 	z-index: 8000;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+185));
	_bottom:auto;	
}
.cpBox .cpbtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 105px;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(../images/object_cp_btn.gif) no-repeat #fff;
	border: 1px solid #93a8a9;
	cursor: pointer;
}
.cpBox .cpbtn tt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 31px;
	height: 31px;
	color: #ff8105;
	line-height: 30px;
}


.cpBox .cptype {
	position: absolute;
	right: 32px;
	width: 200px;
	background: #fff;
	border: 1px solid #93a8a9;
}
.cptitle {
	height: 32px;
	padding: 0 15px;
	line-height: 30px;
	background: #f3f3f3;
	border-bottom: 1px solid #d5d5d5;
}
.cptitle h6 {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.cptitle tt {
	float: right;
}
.cptitle tt a {
	text-decoration: underline;
}
.cpBox .cplist li {
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
}
.cpBox .cplist li a {
	color: #000;
}
.cpBox .cplist li .del {
	position: absolute;
	right: 10px;
	top: 15px;
}
.cpBox .cplist li .type {
	color: #05699d;
	font-weight: bold;
	margin-right: 5px;
}
.cpBox .sub {
	display: block;
	width: 50px;
	height: 28px;
	margin: 10px auto;
	line-height: 26px!important;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #7e7e7e;
}
.user_info_fix {
	position: absolute;
	top: 0;
	width: 100%;		
	z-index: 9999;
}
.user_info_min {

}
.user_info_min .inner {
	position: relative;
	width: 985px;
	height: 40px;
	margin: 0 auto;
}
.user_bar {
	float: right;
	color: #fff;
}
.user_bar .web_op {
	display: none;
}
.user_bar .user {
	height: 40px;
	line-height: 40px;
}
.user_bar .user a {
	color: #fff;
	padding-right: 20px;
	background: url(../images/user_arrow.gif) no-repeat right -6px;
	*background-position: right -7px;
	_background-position: right -7px;
	font-family:SimSun;
}
.user_bar .user .user_name {
	margin: 0 5px;
}

.user_bar .user li {
	float: left;
	height: 33px;
	margin-right: 30px;
}
.user_bar .user li a {
	display: block;
	float: left;
	height: 14px;
	padding: 9px 5px;

}
.user_op {
	position: absolute;
	right: 15px;
	top: 40px;
	width: 80px;
	padding: 1px 5px;	
	z-index: 999;
	background: #fff;
	border: 1px solid #ccc
}

.user_op li {
	margin: 3px 0;
	padding: 0 3px;
}
.user_op .fg {
	height: 1px;
	margin: 6px 0;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.user_history {
	display: none;
}
.h_nav {
	display: none;
}
/*easybox*/
.easy-select-box {
	position: relative;
}
.easy-select-box .easy-select-box-disp {
	display: block;
	height: 22px;
	line-height: 20px;
	padding: 0 8px;
	color: #000;
	text-decoration: none;
}
.easy-select-box .ubox {
	position: absolute;
	display: none;
	left: 0;
	width: 117px;
	background: #fff;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	z-index: 200;
}
.easy-select-box ul {
	
}
.advance .easy-select-box ul {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
}

.easy-select-box ul li {
	border-bottom: 1px solid #CCCCCC;
}
.easy-select-box ul li a {	
	height: 16px;
	line-height: 14px;
	cursor: default;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000;

}
.easy-select-box ul li a:hover {
	color: #fff;
	background: #0084B7;
}
/**/

#backtop {
    background: url("/images_new/backtop.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 15px;
    height: 54px;
    opacity: 0.8;
    position: fixed;
    right: 15px;
    width: 54px;
    z-index: 9999;
}

.box-1 {
	margin-bottom: 10px;
	padding: 14px;
	border: 1px solid #e4e4e4;
	background:url(../images/side_bg.jpg) repeat-x bottom;
}
.box-1 h2 {
	height: 22px;
	margin-bottom: 15px;
	font-size: 14px;
	
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #717171;
	line-height: 22px;
}
.box-1 h2 b {
	margin-right: 5px;
}
.box-1 h2 tt {
	float: right;
	margin-top: 10px;
	*margin-top: -11px;
	_margin-top: -11px;
}

.box-2 {
	margin-bottom: 10px;
	padding: 12px 15px 7px;
	background: #ededed;
}
.box-2 h2 {
	height: 22px;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	color: #352218;
	line-height: 22px;
	background: url(../images/line-500.gif) no-repeat 70px 16px ;
}
.box-2 h2 b {
	margin-right: 5px;
}
.box-2 h2 tt {
	float: right;
	margin-top: 10px;
	*margin-top: -11px;
	_margin-top: -11px;
}

.ico1 {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: url(../images/ico1.png) no-repeat;
}

/*web*/
.web .intro {
	min-height: 400px;
	padding: 40px 50px 60px;
}
.web .intro h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: #503f2d;
}
.web .intro h4 {
	margin-top: 20px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	color: #302417;
}
.web .intro p {
	margin: 0.8em 0;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}
.web .intro ul {
	margin: 0.8em 0;
	padding-left: 5px;
	list-style: circle;
	list-style-position: inside;
}
.web .intro li {
	font-size: 14px;
	line-height: 20px;
	color: #555;
}
.web .intro a {
	margin-right: 2px;
	font-size: inherit;
	border-bottom: 1px dotted #503f2d;
}
.web .intro .dl {
	margin-right: 4px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/user-ico.png) no-repeat;	
}
.web .about {
	padding: 5px 0;
}
.web .about p {
	line-height: 20px;
}


/*emailtip*/
.em_divtip {padding: 0px;border: 1px solid #ccc;background-color: white;overflow:auto;z-index: 99999;}
.em_divtip ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.em_divtip li {margin: 0px;padding: 2px 5px;text-align:left;cursor: pointer;display:block;font-size: 12px;line-height: 16px;}
.em_divtip li strong{font-weight:normal;}
.em_odd {background-color: #eee;}
/*---- select-group ----*/
.select-group {

}
.select-group h1 {
	font-family: "Microsoft YaHei";
	position: relative;
	height: 33px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 33px;
	color: #0080c1;
	border-bottom: 1px solid #0080c1;
}
.select-group .not {
	margin-bottom: 15px;
	padding: 5px 0;
	color: #820000;
	line-height: 24px;
}

.select-group .op {
	padding-top: 10px;
}
.select-group .op .btn {
	height: 30px;
	margin-right: 20px;
	padding: 0 15px;
	line-height: 30px;
	border: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #503f2d;
	background-color: #5d5249;
	background-image: -moz-linear-gradient(center top , #5d5249, #503f2d);
	border: 1px solid #503f2d;
	border-radius: 3px;
	cursor: pointer;
}
.t_list .table-top {
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
}
.t_list .table-op {
	float: left;
}
.t_list .table-op a {
	display: inline-block;
	margin-right: 10px;
	padding: 0px 10px;
	color: #fff;
	background: #3ca4e9;
	border-radius: 2px;
}
.t_list .table-info {
	text-align: center;
}
.t_list .table-sort {
	float: right;
}
.t_list .table-sort input {
	vertical-align: text-bottom;
}
.t_list .center {
	text-align: center;
}
.em_over {background-color:#CEFFFA;color: #0368A2;}


.d-sp {
	position: relative;
}
.d-sp a {

	color: #387bc1!important;
	text-decoration: underline;
	border-bottom: 0!important;
}
.d-sp span {
	float: none!important;
	height: auto!important;
	margin: 0!important;

}
.d-sp .tip {
	position: absolute;
	display: block;
	left: 50px;
	top: -40px;
	white-space: nowrap;
	padding: 0 5px;
	line-height: 30px;
	color: #242424;
	background: #fff3ba;
	border: 1px solid #e3d27f;
	border-radius: 3px;
}
.d-sp .t {
	margin: 0 2px!important;
	padding: 0!important;
	border: 0!important;
}
.d-sp .t b {
	display: inline-block;
	width: 11px;
	height: 22px;
	background: url(../images/tip-ar1.gif) no-repeat -5px -1px;
	vertical-align: middle;
}
.d-sp .s {
	color: #387bc1;
	margin: 0 2px;
	padding: 0!important;
	border: 0!important;
}
.d-sp .s b {
	display: inline-block;
	width: 11px;
	height: 22px;
	background: url(../images/tip-ar2.gif) no-repeat -5px -1px;
	vertical-align: middle;
}
.d-sp .s a {
	color: inherit;
}
.d-sp .s span {
	text-decoration: underline;
}
.d-sp .tip .ar {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 21px;
	height: 4px!important;
	padding: 0!important;
	border: 0!important;
	background: url(../images/zps-tip.gif) no-repeat;
}
.box-3 {
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
@media screen and (min-width: 1450px) {
.head, .body {
	width: 1200px;
}
.search .input {
	width: 400px;
}
.web .intro {
	padding-left: 100px;
	padding-right: 100px;
}
.nav a {
	padding: 0 19px;
}
}

.cp-add, .cp-del {
	display: inline-block;
	width: 76px;
	height: 24px;
	margin-bottom: -9px;
	margin-left: 5px;
	background: url(/images_new/cp-add.gif) no-repeat; 
	border: 0;
}
.cp-del {
	background: url(/images_new/cp-del.gif) no-repeat; 
}



#page_sohu {
	display: none;
}
#more_list_sohu {
	background:#e0f7ff!important;
	height: 51px;
	margin-bottom: -51px!important;
	position: relative;
}
.user-msg-wrapper-dw .cont-service-dw {
	display: none;
}

.forbid-content {
	padding: 20px;
}
.forbid-content p {
	line-height: 24px;
	font-size: 14px;
}
.forbid-content a {
	margin: 0 5px;
	font-size: 14px;
	color: #387bc1;
	text-decoration: underline
}