body {
	background:#fff url(../images/mainbg.jpg) repeat-x center 167px;
	color:#585858;
	font-family:Arial;
	font-size:14px;
	margin:0;
	min-width:960px;
}
a {
	color:#185faf;
	cursor:pointer;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#ab171b;
}
a:active {
	text-decoration:none;
}
a.red-f,.red-f a,.red-f {
	color:#ab171b;
}
a.red-f:hover,.red-f a:hover {
	color:#666;
}
a.blue-f,.blue-f {
	color:#00529a;
}
a.blue-f:hover {
	color:#ab171b;
}
a.orange-f,.orange-f {
	color:#ff9c00;
}
a.orange-f:hover {
	color:#ab171b;
}
a.gray-f,.gray-f {
	color:#999;
}
a.gray-f:hover {
	color:#ab171b;
}
a.green-f,.green-f {
	color:#016917;
}
a.green-f:hover {
	color:#ab171b;
}
.font-14-bold {
	font:bold 14px "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.font-14 {
	font-size:14px;
}
/*******head***********/
#header div#section:after,#header ul:after,#content div:after,#content div ul.services:after,#footer div:after,#footer div div.section ul:after {
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
#page {
	width:100%;
}
#header {
	background:url(../images/bg-header.gif) repeat-x;
	height:auto;
	overflow:hidden;
	position:relative;
}
#header div#section {
	height:125px;
	margin:0 auto;
	width:960px;
}
#logo {
	float:left;
	margin-top:18px;
}
#header div#section div a {
	display:block;
}
#head-right {
	float:left;
	text-align:center;
	width:600px;
	margin-top:30px;
}
#head-right h2 {
	font-size:26px;
}
#head-right p {
	margin-top:15px;
}
#section #search {
	margin:50px 0px 0px 10px;
	float:right;
}
#header ul {
	list-style:none;
	margin:2px auto 0;
	padding:0;
	width:980px;
}
#header ul li {
	float:left;
	padding-right:5px;
}
#header ul li a {
	color:#ffffff;
	display:block;
	font-size:18px;
	font-weight:bold;
	height:43px;
	line-height:37px;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
}
#header ul li.current,#header ul li:hover {
	height:43px;
}
#header ul li.current a {
	background:url(../images/bg-menu.gif) repeat-x;
	color:#d81e1f;
	font-weight:bold;
}
#header ul li a:hover {
	background:url(../images/bg-menu.gif) repeat-x;
	color:#d81e1f;
}
#ft-buttons-slider{background-color:#333; }
.ft-button-slider{color:#fff; border-left:1px solid #fff; background-color:#999; padding:5 10px;}
.ft-button-slider:hover{color:#fff; background-color:#d81e1f;}
.ft-next img:hover, .ft-prev img:hover{color:#fff; background-color:#555; padding: 5px 0;}
.adv {
	width:100%;
	margin:0 auto;
	padding:5px 0px;
	background-color:#333;
}
.adv .center {
	width:728px;
	margin:0 auto;
}
#head-right #login-link {
	float:right;
}
.search-in {
	width:230px;
	height:25px;
	line-height:25px;
	background:url(../images/img/search-bg.jpg) no-repeat left top;
	border:0;
	float:left;
	text-indent:10px;
}
.search-btn {
	float:left;
}
.main-box {
	width:980px;
	overflow:hidden;
	padding-top:10px;
	margin:0 auto;
}
.main-box #slider {
	float:left;
	width:642px;
	height:414px;
	overflow:hidden;
	position:relative;
}
.main-box .tabs-box {
	float:left;
	width:329px;
	height:414px;
	overflow:hidden;
}
/*--- tabs begin ---*/
	ul.tabs {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	height:40px;
	/*--Set height of tabs--*/
		width:100%;
}
ul.tabs li {
	float:left;
	height:40px;
	/*--Subtract 1px from the height of the unordered list--*/
		line-height:40px;
	/*--Vertically aligns the text within the tab--*/
		overflow:hidden;
	position:relative;
	background:#5e5e5e;
	font-size:10px;
	color:#e2e2e2;
	text-transform:uppercase;
	border-right:1px solid #313131;
}
ul.tabs li.last-item {
	border-right:none;
}
ul.tabs li.last-item a {
	background:url(../images/tab-last.gif) no-repeat 100% 0 #5e5e5e;
}
ul.tabs li a {
	text-decoration:none;
	color:#e2e2e2;
	display:block;
	outline:none;
	width:109px;
	text-align:center;
}
ul.tabs li a:hover {
	background:#313131;
}
ul.tabs li.last-item a:hover {
	background:url(../images/tab-last-act.gif) no-repeat 100% 0 #313131;
}
html ul.tabs li.active,html ul.tabs li.active a:hover {
	/*--Makes sure that the active tab does not listen to the hover properties--*/
		background:#313131
}
html ul.tabs li.active a.last,html ul.tabs li.active a.last:hover {
	/*--Makes sure that the active tab does not listen to the hover properties--*/
		background:url(../images/tab-last-act.gif) no-repeat 100% 0 #313131;
}
.tab_container {
	overflow:hidden;
	clear:both;
	float:left;
	width:100%;
	background:#313131;
	height:374px;
}
.tab_content {
	padding:30px 20px 0 26px;
	display:none;
}
.tab_content h2 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:22px;
	line-height:32px;
	color:#e7e8a8;
	font-weight:normal;
	margin-bottom:17px;
	background:#313131;
}
.tab_content p {
	font-size:14px;
	line-height:22px;
	color:#e2e2e2;
	font-weight:normal;
	margin-bottom:18px;
	background:#313131;
}
.tab_content a {
	background:none repeat scroll 0 0 #c42437;
	border-radius:5px;
	color:#fff;
	font:16px/30px Century Gothic,Arial,Helvetica,sans-serif;
	padding:5px 15px
}
.tab_content a:hover {
	background:none repeat scroll 0 0 #c80808;
	cursor:pointer;
	text-decoration:none;
}
.tab_content ul li {
	background:url("../images/arrow-right-b-16.gif") no-repeat scroll left 0px rgba(0,0,0,0);
	margin-bottom:10px;
	padding-left:16px;
}
.tab_content ul li a {
	font-size:12px;
	padding:0px;
	text-align:left;
	background:none;
	line-height:18px;
}
.tab_content ul li a:hover {
	background:none;
	color:#e7e8a8;
}
#content {
	
	margin:10px auto;
	min-height:174px;
	overflow:hidden;
	position:relative;
	width:980px;
}
#content div#home {
	background:none repeat scroll 0 0 #fff;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin:0 auto;
	min-height:674px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:980px;
}
#home-left {
	width:610px;
	float:left;
	margin-left:5px;
}
#changebox {
	width:610px;
	height:300px;
	position:relative;
	margin-bottom:30px;
}
#changebox .changelist {
	width:610px;
	height:265px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#changebox .changelist div {
	position:absolute;
	left:0px;
	bottom:0;
	width:410px;
	height:245px;
	color:#000;
	padding:10px;
}
#changebox .changelist div h3 {
	font:bold 1.2em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:5px;
	color:#00529a;
}
#changebox #changebtn {
	width:610px;
	height:35px;
	background:#ececec;
	position:absolute;
	left:0;
	bottom:0;
}
#changebox #changebtn .a_last,#changebox #changebtn .a_next {
	position:absolute;
	top:10px;
	width:14px;
	height:15px;
	background:url(../images/img/bot.jpg) no-repeat left top;
	text-indent:-999em;
	overflow:hidden;
}
#changebox #changebtn .a_next {
	right:150px;
	background-position:right top;
}
#changebox #changebtn .a_last {
	left:150px;
}
#changebox #changebtn p {
	text-align:center;
	height:35px;
	line-height:35px;
}
#changebox #changebtn p span {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/img/change_a.jpg) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
#changebox #changebtn p span.now {
	background:url(../images/img/change_a.jpg) no-repeat right top;
}
#home-pro {
	width:610px;
	margin-bottom:10px;
}
#home-pro-l {
	width:590px;
	margin-top:6px;
}
.prolist {
	margin:0 auto;
	margin-top:15px;
	clear:both;
}
.prolist ul {
	left:0px;
	top:0px;
	width:100%;
}
.prolist ul li a {
	font:14px/18px Verdana,Arial,Helvetica,sans-serif;
}
.prolist li img {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
#home-pro-r {
	width:225px;
	clear:none;
	float:right;
}
#home-pro-r .prolist li img {
	margin-bottom:8px;
}
#home-resources {
	margin-top:10px;
}
#home-resources li {
	width:188px;
	float:left;
	margin-right:12px;
}
#home-resources li img {
	margin-bottom:10px;
}
#home-resources li h2 {
	margin-bottom:5px;
}
#home-right {
	width:360px;
	float:right;
}
.col-box-right {
	border-radius:8px;
	float:left;
	font:14px/24px Verdana,Arial,Helvetica,sans-serif;
	margin-top:10px;
	width:350px;
}
.con-list {
	clear:both;
	margin-bottom:20px;
}
.r-list {
	clear:both;
	margin:10px 0px;
	padding:5px;
}
.sp-list h1,.con-list h1,.r-list h1 {
	font:bold 18px/30px Georgia,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	padding-left:5px;
}
.con-list h1 {
	height:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:5px;
}
.r-list h1 {
	height:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:5px;
}
.sp-list {
	clear:both;
	margin-bottom:10px;
	padding:5px;
}
.spanMore {
	float:right;
	color:#c42437;
}
.spanMore:hover {
	color:#c80708;
}
.la-list-authors,.la-list-pub {
	font-size:12px;
	margin:5px 0px;
}
.red-list {
	background:none repeat scroll 0 0 #c42437;
}
.r-black-list {
	background:none repeat scroll 0 0 #333;
}
.red-list h1 a:hover {
	color:#666;
}
.sp-list h1 {
	padding-bottom:6px;
	border-bottom:solid 3px #333333;
}
.sp-list h1,.sp-list h1 a {
	color:#333333;
	padding-left:0px;
}
.sp-list h1 a:hover {
	color:#222222;
}
.sp-list-item {
	float:left;
	color:#c80708;
	font-size:12px;
	_font-size:7px;
	padding:2px 5px 0 0;
}
.sp-list .prolist ul li {
	margin-bottom:10px;
}
.black-list {
	border-top:solid 3px #333;
}
.black-list h1,.black-list h1 a {
	color:#333;
}
.black-list h1 a:hover {
	color:#ab171b;
}
.text-list {
	margin:5px;
	clear:both;
}
.text-list li {
	margin-bottom:5px;
	background:url(../images/img/arrow.jpg) no-repeat left 10px;
	padding-left:4px;
}
.class-list li {
	float:left;
	width:355px;
	margin-right:2px;
	padding-right:10px;
}
#home .hot-list {
	clear:both;
	margin-bottom:10px;
}
#home .hot-list img {
	float:left;
	margin-right:10px;
}
#home .hot-list p {
	float:left;
	width:285px;
}
.t1 {
	margin-bottom:10px;
}
.t1 span {
	font:normal 1em Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.email {
	width:370px;
	margin:10px auto;
}
.email-in {
	height:24px;
	border:solid 1px #737373;
	padding:1px;
	width:253px;
	float:left;
	text-indent:10px;
}
.email-btn {
	width:80px;
	height:28px;
	background:url(../images/img/black-bg.jpg);
	font:bold 1.2em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	border:0;
	color:#fff;
}
.pic-list li {
	float:left;
	margin-right:10px;
}
/******sub*************/
#sub {
	width:980px;
	margin:20px auto;
}
#sub-left {
	width:745px;
	float:left;
}
#sub-right {
	width:235px;
	float:right;
}
#sub-content {
	margin-top:20px;
}
#page-title {
	font:bold 1.5em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:20px;
	padding:18px 0px 0px 5px;
}
.con {
	line-height:150%;
	font-size:1em;
	margin-bottom:15px;
	clear:both;
}
.photo-list {
	padding-right:10px;
	width:600px;
	overflow:hidden;
	margin-top:20px;
}
.photo-list h1 {
	border-top:solid 1px #bababa;
	padding-top:10px;
	font:bold 1.2em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:15px;
	color:#666;
}
.photo-list ul {
	width:600px;
}
.photo-list ul li {
	float:left;
	margin-right:30px;
	height:150px;
	margin-bottom:20px;
}
.photo-list ul li img {
	float:left;
	margin-right:10px;
}
.photo-list ul li p {
	line-height:150%;
}
.more {
	width:600px;
	clear:both;
	border-top:solid 1px #6f6f6f;
	text-align:right;
	padding-top:15px;
}
div.page {
	clear:both;
	border-top:solid 1px #6f6f6f;
	text-align:center;
	padding-top:20px;
}
div.page a {
	background:#dbdbdb;
	padding:3px 10px;
	margin:0 5px;
}
div.page a.current {
	background:#c80000;
	color:#fff;
}
div.page a.page-p {
	background:#c80000;
	color:#fff;
	padding:3px 10px;
}
.news-list li {
	margin-bottom:20px;
}
.news-list li img {
	margin-right:10px;
	float:left;
}
.news-info img {
	float:left;
	margin-right:10px;
}
.news-info {
	margin-bottom:20px;
	clear:both;
	width:765px;
}
.news-info h2 {
	font:bold 1.2em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#ab171b;
	margin-bottom:5px;
}
.news-info h3 {
	font:bold 1em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#00529a;
	margin-bottom:10px;
}
.news-info h4 {
	font:bold 1em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#999;
	margin-bottom:10px;
}
.news-info p {
	line-height:150%;
}
h1.sub-con-t {
	font:bold 1.5em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#00529a;
	margin-bottom:10px;
}
#login-link {
	width:89px;
	height:29px;
	display:inline-block;
	background:url(../images/img/login.jpg) no-repeat top left;
	text-indent:-9999px;
}
.conferences-list img {
	float:left;
	margin-right:10px;
}
.conferences-list li {
	padding-bottom:40px;
	margin-bottom:50px;
}
.conferences-list div {
	width:520px;
	float:left;
}
#journals-info {
	padding-bottom:20px;
}
#journals-info .img {
	float:left;
	margin-right:8px;
}
#journals-info div {
	width:555px;
	float:left;
}
#journals-info div #journals-info-p {
	background:url(../images/img/open-access.jpg) right bottom no-repeat;
	line-height:150%;
}
#journals-info h2 {
	font:bold 1.2em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#ab171b;
	margin-bottom:5px;
}
.journalsList dl {
	margin-bottom:5px;
}
.journalsList dl a {
	color:#00529a;
	text-decoration:none;
}
.journalsList dl a:hover {
	color:#b82717;
	text-decoration:underline;
}
.journalsList dl dt {
	color:#00529a;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
.journalsList dl dd {
	padding-left:22px;
	margin-bottom:5px;
}
.editorialTable {
	margin-left:-2px;
	text-align:left;
}
.editorialTable tr {
	line-height:1.8;
}
.editorialTable td {
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color:Black;
}
.issueDirectory {
	margin:-5px 0px 10px 0px;
}
.issueDirectory td {
	font-family:Verdana;
}
.issueDirectory h3 {
	color:#1c344e;
	font-size:16px;
	font-weight:bold;
}
.directoryHead {
	color:Blue;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
}
.issueArticles {
	margin:0px 0px 15px 0px;
	border:solid 1px #c4c4c4;
	padding-bottom:10px;
}
.issueArticles ul li {
	background-color:#D6E7F5;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 10px 15px;
}
.issueArticlesBodyTable {
	margin:15px 17px;
	background-color:#FAFAFA;
	font-family:Verdana;
	width:680px;
}
.issueArticlesBodyTable tr td {
	padding:1px 8px;
	font-size:13px;
}
.forthcomngIssueArticles {
	margin:15px 17px;
	background-color:#FAFAFA;
	border:solid 1px #c4c4c4;
	font-family:Verdana;
	width:535px;
}
.forthcomngIssueArticles tr {
	line-height:20px;
}
.forthcomngIssueArticles tr td {
	padding:1px 8px;
}
.artileOperate {
	color:Blue;
	font-family:Verdana;
	background-color:#D6E7F5;
	margin:0px 0px 10px 0px;
	padding:5px 15px;
}
.artileOperate tr td img {
	vertical-align:middle;
}
.artileOperate a {
	color:Blue;
}
.artileOperate a:link {
	color:Blue;
}
.artileOperate a:visited {
	color:Blue;
}
.artileOperate a:active {
	color:Blue;
}
h2.commonTitle {
	color:#c80808;
	font-size:18px;
	padding:18px 0px 18px 5px;
	font-style:normal;
}
.otherText {
	text-align:left;
	line-height:25px;
}
.innerbox h2.commonTitle {
	font-size:24px;
	margin-bottom:15px;
}
.heightTr {
	line-height:8px;
}
#editorialMainBox {
	padding:15px 0px 38px 0px;
	width:1000px;
	clear:both;
	overflow:hidden;
	line-height:19px;
	margin:0 auto;
}
.journalSubMenu, .JSubMenu {
	padding:5px 0px;
	border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.journalMenu ul li a, .JSubMenu ul li a{display:block;
	text-decoration:none;
	padding-left:5px;
	width:160px;
	border-radius:3px;
	font:14px/24px Verdana,Arial,Helvetica,sans-serif;}
.journalSubMenu ul li a {
	display:block;
	text-decoration:none;
	padding-left:12px;
	width:320px;
	border-radius:3px;
	font:14px/24px Verdana,Arial,Helvetica,sans-serif;
}
.JSubMenu ul li a {
	display:block;
	text-decoration:none;
	padding-left:12px;
	width:200px;
	border-radius:3px;
	font:14px/24px Verdana,Arial,Helvetica,sans-serif;
}
.journalSubMenu ul li a:hover, .JSubMenu  ul li a:hover{
	color:#fff;
	background:#d81e1f;
}
.journalEditorDetails {
	width:778px;
	float:left;
	padding-right:16px;
	display:inline;
}
.journalEditorDetails h2 {
	color:#1c344e;
	margin-bottom:5px;
	margin-top:-20px;
}
.journalEditorAbout {
	font-family:Verdana;
	width:772px;
}
.journalEditorAbout h2 {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}
.journalEditorAbout p {
	line-height:1.6;
}
.jinfo li {
	padding-bottom:5px;
}
.journalDetails {
	width:778px;
	float:left;
	padding-right:16px;
	display:inline;
}
.journalDetails h2 {
	color:#1c344e;
	margin-bottom:10px;
}
.clearBoth {
	clear:both;
	overflow:hidden;
}
.editorialPh {
	float:left;
	padding-right:19px;
	width:152px;
}
.editorialAbout {
	float:left;
	width:602px;
	text-align:left;
	font-family:Verdana;
}
.editorialAbout h2 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:4px;
}
.subContent {
	width:985px;
	text-align:left;
}
.subContent h3 {
	color:#1c344e;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}
.subContent h4 {
	font-size:15px;
	margin-bottom:10px;
	font-weight:normal;
}
.specialIssue {
	font-family:Arial;
	font-size:14px;
}
.specialIssue p,table {
	margin-bottom:20px;
	line-height:23px;
}
.specialIssue a {
	color:#0000ff;
}
.LinkButton_Abstract {
	background:url(../images/portal/abstract.gif) no-repeat;
}
.LinkButton_references {
	background:url(../images/portal/references.gif) no-repeat;
}
.LinkButton_pdf {
	background:url(../images/portal/pdf.gif) no-repeat;
}
.LinkButton_html {
	background:url(../images/portal/html.gif) no-repeat;
}
.ml15 {
	margin-left:15px;
}
.ft14 {
	font-size:14px;
}
.mb6 {
	margin-bottom:6px;
}
.mb15 {
	margin-bottom:15px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb50 {
	margin-bottom:117px;
}
.mb-20 {
	margin-bottom:20px;
}
#sub-side {
	float:left;
	width:160px;
}
#sub-side ul li {
	font-weight:bold;
	margin-bottom:10px;
}
#sub-info {
	float:right;
	width:585px;
}
/*****foot***********/
#footer {
	width:1000px;
	margin:30px auto;
	padding:10px 0;
	border-top:solid 3px #bababa;
}
#copy {
	width:700px;
	float:left;
	line-height:150%;
}
#foot-logo {
	width:222px;
	text-align:right;
	float:right;
}
.journalDetails {
	width:638px;
	float:left;
	padding-right:16px;
	display:inline;
}
.clearBoth {
	clear:both;
	overflow:hidden;
}
.bookPh {
	float:left;
	padding-right:15px;
	width:160px;
}
.bookAbout {
	float:left;
	width:452px;
	display:inline;
	font-family:Verdana;
}
.bookContent {
	margin-left:15px;
	font-family:Verdana;
}
.jinfo li {
	padding-bottom:5px;
}
.bookAbout h2 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.bookAbout p {
	line-height:1.6;
}
.bookImage {
	border:solid 1px #c4c4c4;
}
.bookPh a img:hover {
	border:solid 1px #FF0000;
	cursor:pointer;
}
.bookDetails {
	width:758px;
	padding-right:10px;
	display:inline;
}
.bookDetails h2 {
	color:#1c344e;
	margin-bottom:10px;
}
.bookDetails .bookPh {
	width:160px;
}
.bookTitle {
	color:#1c344e;
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
}
#bookBox {
	padding:20px 10px 38px 10px;
	width:978px;
	clear:both;
	overflow:hidden;
	line-height:19px;
	margin:0 auto;
	border:solid 1px #c4c4c4;
	border-top:none;
	margin-top:-3px;
}
.pageFirst {
	background:url(../images/page/first.jpg) no-repeat;
	margin:30px 0px 0px 0px;
	padding:10px;
	width:80px;
}
.pageLast {
	background:url(../images/page/Last.jpg) no-repeat;
	margin:30px 0px 0px 0px;
	padding:10px;
	width:80px;
}
.pagePrevious {
	background:url(../images/page/pre.jpg) no-repeat;
	margin:30px 0px 0px 0px;
	padding:10px;
	width:80px;
}
.pageNext {
	background:url(../images/page/next.jpg) no-repeat;
	margin:30px 0px 0px 0px;
	padding:10px;
	width:80px;
}
.paginator {
	font:11px Arial,Helvetica,sans-serif;
	padding:10px 20px 10px 0;
	margin:0px;
}
.paginator a {
	padding:1px 6px;
	border:solid 1px #ccc;
	background:#fff;
	text-decoration:none;
	margin-right:2px
}
.paginator a:visited {
	padding:1px 6px;
	border:solid 1px #ddd;
	background:#fff;
	text-decoration:none;
}
.paginator .cpb {
	padding:1px 6px;
	font-weight:bold;
	font-size:13px;
	border:none
}
.paginator a:hover {
	color:#fff;
	background:#c42437;
	border-color:#c42437;
	text-decoration:none;
}
.tab {
	border-bottom:1px solid #aa3832;
	list-style:none;
	padding:4px 5px 3px 5px;
	margin:32px 15px 0px 15px;
}
.tab li {
	display:inline;
	font-size:14px;
}
.tab li a {
	padding:3px 4px;
	border:1px solid #aa3832;
	color:#888;
	border-bottom:none;
	text-decoration:none;
	background:#f7f7f7;
}
.tab li a:hover {
	background:#fff;
	clear:both;
	overflow:hidden;
}
.tab li.current a {
	background:none repeat scroll 0 0 #c42437;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:8px;
	position:relative;
	margin-left:5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.tabContent {
	border:1px solid #c42437;
	border-top:none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
	color:#000000;
	margin:0px 15px;
}
.tabContent ul {
	width:980px;
	position:relative;
	padding:0px;
	margin:0px;
	clear:both;
	overflow:hidden;
}
.tabContent ul li {
	width:470px;
	float:left;
	margin-bottom:3px;
	line-height:20px;
}
.tabContent ul li a {
	position:relative;
	bottom:-3px;
	padding-right:3px;
}
.tabContent ul li a:hover {
	text-decoration:none;
	color:#ab171b;
}
.supDis {
	background:none repeat scroll 0 0 #fff;
	border-radius:3px;
	color:#c80808;
	font-size:8px;
	padding:1px 4px;
	border:solid 1px #c80808;
	margin:0px 0px 3px 3px;
}
.supH5 {
	background:none repeat scroll 0 0 #fff;
	border-radius:3px;
	color:#16984d;
	font-size:8px;
	padding:1px 4px;
	border:solid 1px #16984d;
	margin:0px 0px 3px 3px;
}
.ml20{margin-left:30;}
.imgbottomspace {
	float:left;
	height:30px;
	width:30px;
}
.imgbottom {
	float:left;
	width:95px;
}
.imgbottom img {
	width:95px;
}
.la-list {
	margin:0 auto;
	margin-top:15px;
	clear:both;
}
.la-list-action {
	margin:10px 0px 30px 0px;
	font-size:12px;
}
.la-list-action a {
	background:none repeat scroll 0 0 #fff;
	border-radius:3px;
	color:#c80808;
	font-size:10px;
	padding:3px 8px;
	border:solid 1px #c80808;
}
.la-list-action a:hover {
	background:none repeat scroll 0 0 #c80808;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
.la-list-action a.secondAc {
	margin:0px 30px;
}
.la-list-action-red {
	color:#c80808;
	font-weight:bold;
}
.jtab {
    float: left;
    margin: -28px 0 0 2px;
    width: 735px;
}
.jtab .jtabBox {
    background: url("../images/tab.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding-left: 5px;
    width: 735px;
}
.jtab .jtabBox li {
    border: 0 none;
    color: #000;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0 18px;
    padding: 0 4px;
    text-align: center;
}
.jtab .jtabBox li.cur {
    background: none repeat scroll 0 0 #c42437;
    border-top-left-radius:5px;
	border-top-right-radius:5px;
    height: 45px;
    line-height: 45px;
    padding:0px 10px;
}
.jtab .jtabBox li.cur a {
    color:#fff;
}
.jtab .jContent 
{
	border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
    clear: both;
    color: #000;
    float: left;
    line-height: 20px;
    padding: 5px 10px;
    width: 713px;
}
.jtab .jContent li {
    list-style-type: none;
}
.splist table th{ font-size:14px; font-weight:bold; padding-top:5px;}