/*html标签定义*/
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2e2e2e;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #555;
}
h2{
	font-family: Arial;
	font-size: 26px;
	color: #000;
	display: block;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
}
h3 {font-size: 18px;color: #232323;margin: 0px;padding: 0px;line-height: 42px;font-family: Arial;}
li strong {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2F2F2F;
}

p {line-height: 20px;margin: 0px;padding: 0px;text-align: left;}
p a{color: #0164b2;text-decoration: underline;}
p a:hover{color: #272727;}
p strong {
	color: #2B2B2B;
	font-weight: bold;
}
img.cen {margin-right: auto;margin-left: auto;display: block;}
img.img-left {margin-right: 10px;margin-bottom: 10px;display: block;float: left;}

/*guide列表*/
.i-guide{list-style:disc;padding: 0px;display: block;margin-top: 15px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;
text-align: left;}
.i-guide li{line-height: 28px;}
.i-guide li a{color: #0163b0;font-family: Verdana;font-size: 16px;}
.i-guide li a:hover{text-decoration: none;color: #272727;}

/*右侧列表*/
.rt{
	color: #0163b0;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
}
.rt li{line-height: 16px;margin-bottom: 12px;}
.rt li a{color: #0163b0;}
.rt li a:hover{text-decoration: none;color: #272727;}

/*列表---圆底对勾*/
.i-img1 {width: 95%;margin-right: auto;margin-left: auto;padding: 0px;margin-top: 10px;margin-bottom: 0px;list-style-type: none;display: block;}
.i-img1 li{margin-bottom: 15px;font-family: Verdana;font-size: 11px;color: #555;background-image: url(images/icon-3.gif);background-repeat: no-repeat;padding-left: 30px;padding-top: 5px;line-height: 18px;}

/*列表---无底色对勾*/
.i-img2 {width: 95%;margin-right: auto;margin-left: auto;padding: 0px;margin-top: 10px;margin-bottom: 0px;list-style-type: none;display: block;}
.i-img2 li{
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #555;
	background-image: url(images/icon-4.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	line-height: 18px;
}

/*列表---圆点  列表页样式定义*/
.i-img3 {width: 95%;margin-right: auto;margin-left: auto;padding: 0px;margin-top: 10px;margin-bottom: 0px;display: block;list-style-type: none;}
.i-img3 li{
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 12px;
	color: #555;
	background-image: url(images/icon-3.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 18px;
	background-position: 0px 12px;
}
.i-img3 li a{
	font-size: 16px;
	text-decoration: underline;
	color: #0163b0;
}
.i-img3 li a:hover{
	text-decoration: none;
}

/*列表---无图片*/
.i-img4 {width: 95%;margin-right: auto;margin-left: auto;padding: 0px;margin-top: 10px;margin-bottom: 0px;list-style-type: none;display: block;}
.i-img4 li{
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #555;
	line-height: 18px;
}

/*button-Learn More*/
a.lm {background-image: url(images/button-lm.jpg);background-repeat: no-repeat;display: block;height: 15px;width: 89px;}
a.lm:hover{background-image: url(images/button-lm.jpg);background-repeat: no-repeat;background-position: 0px -15px;}


/*logo定义*/
#login {
	background-image: url(images/logobg.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}

/*导航定义*/
#main {
	height: 42px;
	width: 1003px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4e4e4e;
	border-right-color: #4E4E4E;
	border-left-color: #4E4E4E;
}
.nav {
	margin: 0px;
	height: 35px;
	width: 980px;
	list-style-type: none;
	font-family: Arial;
	font-size: 14px;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-weight: bold;
}
.nav li {
	float: left;
	display: block;
	height: 35px;
	width: 129px;
	text-align: center;
	margin-top: 7px;
	margin-right: 20px;
}
.nav li a{
	color: #c5c5c5;
	text-decoration: none;
}
.nav li a.now,.nav li a.now:hover{
	background-image: url(images/nav-now.jpg);
	height: 35px;
	width: 129px;
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -35px;
	color: #0d0d0d;
}
.nav li a:hover{
	display: block;
	height: 35px;
	width: 129px;
	background-image: url(images/nav-now.jpg);
	background-repeat: no-repeat;
	background-position: 0px -70px;
}
.nav li.big a{
	height: 35px;
	width: 129px;
}
.nav li.big a:hover{}
.nav li.big a.now,.nav li.big a.now:hover{
	background-image: url(images/nav-now.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 129px;
	display: block;
	background-position: 0px 0px;
}

/*主内容定义*/
#content-bg {
	background-color: #FFF;
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 12px;
}

/*版权部分定义*/
#footer {
	display: block;
	height: 126px;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
.copyrighttext {
	font-size: 10px;
	color: #7a7a7a;
	line-height: 20px;
}
.copyrighttext a{
	color: #e6e6e6;
}
.copyrighttext a:hover{
	text-decoration: none;
}
.copyrighttext a.yellow{
	color: #ec681f;
}
.copyrighttext a.yellow:hover{
	text-decoration: none;
}


.banner-title1 {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.banner-title2 {
	font-family: Arial;
	font-size: 24px;
	color: #000;
	text-align: left;
	background-image: url(images/icon-1.jpg);
	background-repeat: no-repeat;
	background-position: 4px 13px;
	text-indent: 20px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
.banner-title3 {
	font-family: Arial;
	font-size: 18px;
	color: #232323;
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
	text-align: left;
}
.banner-title4 {
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
	text-align: left;
}

/*背景or线条定义*/
.c-line1-bg {
	background-image: url(images/c-line1bg.jpg);
	background-repeat: repeat-x;
}
.c-line2-bg {
	background-image: url(images/c-line1bg.jpg);
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-left: 8px;
}
.paging_titlebg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	background-image: url(images/icon-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	padding-left: 32px;
	background-position: 15px 15px;
	margin-bottom: 15px;
	padding-top: 6px;
}
.paging_titlebg1 {
	background-image: url(images/paging_titlebg1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	padding-left: 16px;
}
.paging_con1 {
	width: 652px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.related_posts li{
  font-weight:bold;
  line-height:25px;
  list-style-position:inside;
  margin:0 0 0 20px;
}
.related_posts li a{
  color:#0164B2;
  text-decoration:underline;
}
.related_posts li a:hover{
  color:#000;
}


/* list pages */
.xpages {font-family:verdana;font-size:11px;}
.xpages a, .xpages a:visited{color:#105CB6;text-decoration:none;}
.xpages a:hover{text-decoration:underline;}
.xpages .txt, .xpages .txt_link{float:left;border:1px solid #9AAFE5;width:80px;padding:4px 0;text-align:center;margin:1px;background-color:#fff;}
.xpages .txt{border-color:#eee;color:#999;}
.xpages .txt_link{font-weight:bold;}
.xpages span{font-family:arial;font-size:9px;}
.xpages .p, .xpages .p2{float:left;border:1px solid #9AAFE5;padding:4px 5px;margin:1px;background-color:#fff;}
.xpages .p2{background-color:#2E6AB1;color:#fff;font-weight:bold;}
.xpages .skip{float:left;padding:4px;}