﻿@charset "utf-8";
/*-----------------------------------------
名称:
类别:医疗机构
日期:
-----------------------------------------*/

/*--------------------------
Yahoo CSS Reset
--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
list-style:none;
padding: 0;
margin: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
} 
:focus {
	outline: 0;
}

/*--------------------------
全局设置
--------------------------*/
body {
	background: url(../images/body_background.png) repeat-x;
	font:Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	font-size:12px;
}
h1,h3 {
	font-size: 14px;
	position: relative;
	clear: both;
}
h1 a.hMore {
	position: absolute;
	left: auto;
	right: 10px;
	top: 0px;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}
h3 a.hMore {
	position: absolute;
	left: auto;
	right: 10px;
	top: 0px;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
.button {
	background: url(../images/sprites.gif) no-repeat -280px -54px;
	visibility: visible;
	height: 24px;
	padding-left: 18px;
	float: left;
	color: #FFF;
}
.button:hover {
	text-decoration: none;
}
.button span  {
	background: url(../images/sprites_x.gif) no-repeat right -513px;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	width: auto;
	padding-right: 18px;
	height: 24px;
	float: left;
	cursor: pointer;
}
#path {
	border: 1px solid #043a78;
	line-height: 25px;
	color: #FFF;
	margin-bottom: 12px;
}
#path span {
	background: #1054a1;
	border: 1px solid #FFF;
	display: block;
	padding-left: 12px;
}
#path a {
	color: #FFF;
}


/*--------------------------
类设置
--------------------------*/
.select {
	display: block;
}
.ad {
	clear: both;
	margin: 8px 0px;
}
.mLeft {
	float: left;
	width: 670px;
	display: inline;
	margin-right: 12px;
}
.mRight {
	float: left;
	width: 280px;
}
.modA {
	background: #FFF url(../images/sprites.gif) no-repeat -280px -309px;
	width: 268px;
	margin-bottom: 10px;
	display: block;
}
.modA h1 {
	line-height: 28px;
	color: #FFF;
	padding-left: 38px;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	margin: 0px 0px 5px;
}

.modA h3 {
	line-height: 28px;
	color: #FFF;
	padding-left: 38px;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	margin: 0px 0px 5px;
}
/*--------------------------
详细设置
--------------------------*/
#container {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background: #f0f7fd;
}
#header {
	height: 351px;
	width: 1002px;
}
#subNav {
	background: url(../images/sprites_x.gif) repeat-x;
	height: 23px;
	color: #FFF;
	line-height: 23px;
}
#subNav li {
	float: left;
}
#subNav li.alt {
	padding: 0px 0px 0px 25px;
	width: 825px;
}
#subNav li a {
	color: #FFF;
	border-right: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#subNav li a.alt {
	border-style: none;
}
#mainNav {
	height: 38px;
	width: 1002px;
	background: url(../images/sprites_x.gif) repeat-x 0px -23px;
	margin: 6px 0px 1px;
}
#mainNav li {
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

#mainNav li a {
	color: #FFF;
	font-weight: bolder;
	border-left: 1px solid #9cb3d3;
	width: 95px;
	display: block;
}

#mainNav li a.top {
	margin-left: 24px;
	border-style: none;
}
#secNav {
	background: url(../images/sprites_x.gif) repeat-x 0px -61px;
	height: 33px;
	width: 978px;
	line-height: 33px;
	padding-left: 24px;
}
#secNav li {
	float: left;
}
#secNav li.top {
	font-weight: bold;
	color: #e80000;
	margin-right: 10px;
}
#secNav li a {
	padding-right: 8px;
	border-right: 1px solid #000;
	padding-left: 8px;
}
#secNav li.search {
	width: 246px;
	float: right;
	background: url(../images/sprites.gif) no-repeat -984px -21px;
	height: 25px;
	padding: 6px 0px 0px 27px;
	line-height: 1;
}
#secNav input {
	border: 1px solid #a9a7a8;
	height: 17px;
	width: 141px;
	margin-right: 5px;
	padding: 1px;
	float: left;
}
#secNav a.button {
	padding: 0px 0px 0px 18px;
	border-style: none;
}

#main {
	padding: 10px 20px 0;
	width: 962px;
	background: url(../images/sprites_x.gif) repeat-x 0px -537px;
	margin:0 auto;
}
#subpage #main {
	margin-bottom: 10px;
}

#iNews {
	float: left;
	width: 652px;
	height: 278px;
	padding: 0px 8px;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	background: #FFF;
}
#iNotice {
	height: 30px;
	width: 612px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/sprites.gif) no-repeat -963px -54px;
	padding-left: 40px;
}
#focusPhoto {
	float: left;
	height: 242px;
	width: 324px;
	border: 1px solid #707070;
	position: relative;
	margin-right: 12px;
}
#focusPhoto .photoGroup li{
	position: absolute;
	left: 0px;
	top: 0px;
}
#focusPhoto .titleGroup{
	background: #333;
	filter:alpha(opacity=80);
	opacity: 0.8;
	color: #FFF;
	font-size: 9px;
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 100;
}
#focusPhoto .titleGroup li{
	cursor: pointer;
	float: left;
	padding: 2px 11px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#focusPhoto .titleGroup li.select {
	background: #ce0609;
}
#iTech {
	float: left;
}

#iTech li {
	line-height: 21px;
	background: url(../images/sprites.gif) no-repeat -999px -88px;
	padding-left: 14px;
}
#iTech li a {
	color: #03408c;
}
#iTech li a.hMore {
	color: #FFF;
}


#iTech li.top {
	background: url(none);
	padding: 0px;
	width: 314px;
}

#iTech li h1 {
	background: url(../images/sprites.gif) no-repeat -635px 0px;
	color: #FFF;
	line-height: 25px;
	height: 25px;
	width: 294px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#iTech li.alt {
	height: 78px;
	border-bottom: 1px dotted #333;
	background: url(none);
	padding: 0px;
	width: 314px;
	margin-bottom: 10px;
}
#iTech li.alt a {
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
#iTech li.alt p {
	/*text-indent: 24px;*/
	line-height: 22px;
}
#iHepatitis {
	float: left;
	width: 670px;
	background: #FFF;
}
#iHepatitis h1 {
	background: url(../images/sprites.gif) no-repeat -279px -25px;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	color: #FFF;
}
#iHepatitis ul {
	background: url(../images/sprites_x.gif) repeat-x 0px -94px;
	width: 314px;
	float: left;
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 10px;
}

#iHepatitis ul.alt {
	border-left: none;
	border-right: 1px solid #DCDCDC;
}
#iHepatitis li {
	line-height: 21px;
	background: url(../images/sprites.gif) no-repeat -999px -88px;
	padding-left: 14px;
}
#iHepatitis li a {
	color: #03408C;
}
#iHepatitis li.alt {
	height: 75px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #03408C;
	background: url(none);
	padding: 0px 0px 10px;
}


#iHepatitis li.alt img  {
	float: left;
	border: 1px solid #dfddde;
	margin-right: 16px;
}
#iHepatitis li.alt a {
	font-size: 14px;
	line-height: 30px;
}
#iHepatitis li.alt p {
	/*text-indent: 24px;*/
}
#modContact {
	background: url(../images/sprites.gif) no-repeat 3px 0px;
	width: 280px;
	margin-bottom: 15px;
	clear: both;
	float: left;
}
#modContact li {
	float: left;
}
#modContact li a {
	height: 56px;
	width: 80px;
	line-height: 56px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 0px 0px 0px 53px;
	float: left;
	margin: 0px 4px 5px 3px;
}
#modDoctor {
	background: #FFF url(../images/sprites.gif) no-repeat 0px -122px;
	float: left;
	width: 271px;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
}
#modDoctor h1 {
	line-height: 26px;
	height: 26px;
	padding-left: 32px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#modDoctor ul {
	height: 106px;
	position: relative;
	margin: 10px 14px 4px;
	clear: both;
	float: left;
	width: 243px;
	display: inline;
}
#modDoctor li {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 106px;
	display: none;
}
#modDoctor li.select {
	display: inline;
}

#modDoctor li img {
	height: 106px;
	width: 80px;
	float: left;
	margin-right: 5px;
}
#modDoctor li a {
	line-height: 25px;
	font-weight: bold;
}
#modDoctor li p {
	line-height: 18px;
}
#modDoctor div {
	background: url(../images/sprites.gif) no-repeat 0px -305px;
	height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	width: 257px;
	float: left;
}
#modDoctor a.button {
	margin-right: 5px;
}

#modHTest {
	background: #dbe7f5 url(../images/sprites.gif) no-repeat 0px -122px;
	width: 263px;
	padding: 0px 0px 0px 12px;
	height: 219px;
	clear: both;
}
#subpage #modHTest {
	margin-bottom: 10px;
}

#modHTest form {
}
#modHTest div  {
	width: 95px;
	float: left;
}
#modHTest textarea {
	height: 115px;
	width: 130px;
	border: 1px solid #306cab;
	overflow: auto;
	margin-bottom: 10px;
	padding: 5px;
	white-space: pre;
	font-size: 12px;
}
#modHTest label  {
	display: block;
	height: 35px;
}
#modHTest h1 {
	line-height: 26px;
	height: 26px;
	padding-left: 32px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#iClass ul {
	float: left;
	height: 195px;
	width: 329px;
	background: #FFF url(../images/sprites.gif) no-repeat -280px -114px;
	display: inline;
	margin: 0px 12px 10px 0px;
}
#iClass ul.alt {
	margin: 0px;
}

#iClass h3 {
	height: 26px;
	padding-left: 40px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 14px;
}
#iClass h3 span {
	background: url(../images/sprites_x.gif) no-repeat right -399px;
	height: 26px;line-height:26px;
	padding-right: 17px;
	display: block;
	float: left;
	color:#fff;
	 list-style-type:none;}
#iClass h3 span a:link{color:#fff;list-style:none;line-height:25px;height:25px;}
#iClass h3 span a:visited{color:#fff;line-height:25px;height:25px;}
#iClass h3 span a:hover{color:#fff;line-height:25px;height:25px;}
#iClass h3 span a:active{color:#fff;line-height:25px;height:25px;}
#iClass h3 a.hMore {color: #2c62ba;background: url(none);line-height:26px;}
#iClass li.alt {
	float: left;
	display: inline;
	margin-left: 18px;
	margin-right: 12px;
	height: 136px;
	width: 80px;
	list-style:none;
}
#iClass li a {
	background: url(../images/sprites.gif) no-repeat -999px -93px;
	line-height: 20px;
	padding-left: 15px;
}
#iClass li a:visited {
	background: url(../images/sprites.gif) no-repeat -999px -93px;
	line-height: 20px;
	padding-left: 15px;
	color:#111;
}
#iClass li a:hover {
	background: url(../images/sprites.gif) no-repeat -999px -93px;
	line-height: 20px;
	padding-left: 15px;
	color:#333;
}
#iClass li a:active {
	background: url(../images/sprites.gif) no-repeat -999px -93px;
	line-height: 20px;
	padding-left: 15px;
	color:#111;
}
#iClass h3 span a {
	background:none;
	padding-left:0px;
	line-height: 20px;
	
}
#iClass h3 span a:visited {
	background:none;
	padding-left:0px;
	line-height: 20px;
	color:#111;
}
#iClass h3 span a:hover {
	background:none;
	padding-left:0px;	
	line-height: 20px;
	color:#333;
}
#iClass h3 span a:active {
	background:none;
	padding-left:0px;	
	line-height: 20px;
	color:#111;
}
#modAboutus {
	height: 251px;
}
#modAboutus h1 {
	background: url(../images/sprites.gif) no-repeat -978px -114px;
}
#modAboutus img {
	height: 92px;
	width: 243px;
	margin: 0px 12px 8px;
}
#modAboutus a {
	line-height: 21px;
	padding: 0px 12px;
	display: block;
}
#modHonor {


}
#modHonor h1 {
	background: url(../images/sprites.gif) no-repeat -975px -148px;
}

#modHonor img {
	width: 200px;
	padding: 5px 34px 10px;
	background: url(../images/sprites.gif) no-repeat -280px -409px;
	display: block;
}
#modQa h1 {
	background: url(../images/sprites.gif) no-repeat -975px -177px;
}
#modQa li {
	padding-left: 12px;
	list-style-type:none;
}

#modQa li a {
	background: url(../images/sprites.gif) no-repeat -999px -93px;
	line-height: 20px;
	padding-left: 15px;
	color:#FFFFFF;
}
#modQa li.top {
	padding: 0;
}


#modQa li.alt {
	background: url(../images/sprites.gif) no-repeat -280px -530px;
	height: 20px;
	padding-bottom: 10px;
}
#modMap {
	height: 198px;
	overflow: hidden;
	margin: 0px;
}
#modMap h1 {
	background: url(../images/sprites.gif) no-repeat -977px -207px;
}
#modMap img {
	width: 244px;
	padding: 0px 12px 12px;
	height: 150px;
	background: url(../images/sprites.gif) no-repeat -280px -398px;
	display: block;
}
#spNav {
	margin-bottom: 10px;
}
#spNav h1 {
	line-height: 30px;
	background: url(../images/sprites.gif) no-repeat -972px -397px;
	padding-left: 40px;
	font-weight: bold;
	border-bottom: 2px solid #005692;
	margin-bottom: 5px;
	height: 30px;
	color: #003;
	font-size: 16px;
}
#spNav li a {
	background: url(../images/sprites.gif) no-repeat -985px -427px;
	line-height: 24px;
	padding-left: 24px;
	display: block;
	height: 24px;
	font-size:12px;
	overflow:hidden;
}
#spNav.alt li.top {
	width: 280px;
}

#spNav.alt li  {
	float: left;
	width: 93px;
	
}

#subContent {
	border: 1px solid #c8d8f2;
	padding: 10px;
	background: #FFF;
	float: left;
}
#aboutus {
	/*text-align: center;*/
	color:#222222;
font-family:"宋体";
font-size:14px;
line-height:20px;
}
#aboutus  p{
	/*line-height: 1.5;
	text-indent: 28px;
	text-align: left;
	margin-bottom: 16px;
	font-size: 14px;*/
}
div.cuContent {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px 0px;
}
div.cuContent p  {
	font-size: 12px;
	margin-bottom: 5px;
}
div.cuContent h1  {
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	line-height: 30px;
	margin-bottom: 15px;
}
div.cuContent dt  {
	font-weight: bold;
	margin-bottom: 10px;
}
div.cuContent dd  {
	margin-bottom: 15px;
	line-height: 21px;
}
div.cuContent dd span  {
	color: #F30;
}
#honor {
}
#honor li {
	float: left;
	width: 135px;
	display: inline;
	margin: 0px 13px 30px;
	text-align: center;
}
#honor li img {
	height: 92px;
	width: 135px;
	display: block;
	margin-bottom: 5px;
}
#sp {
	clear: both;
	text-align: center;
	margin: 10px 0px;
}
#sublist {
	line-height: 20px;
}
#sublist a:hover {
	color: #4FA2E4;
}

#sublist dt {
	background: url(../images/sprites.gif) no-repeat -987px -450px;
	padding-left: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sublist dd {
	padding-left: 20px;
	border-bottom: 1px dashed #4fa2e4;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sublist span {
	display: block;
}
#sublist span.info a {
	color: #03408c;
}
#subpageList {
}

#subpageList ul {
	float: left;
	width: 316px;
	margin: 0px 12px 10px 0px;
	border: 1px solid #cccccc;
	display: inline-block;
}
#subpageList ul.alt {
	margin: 0px;
}
#subpageList h1 {
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	background: #ededed url(../images/sprites.gif) no-repeat -972px -471px;
	padding-left: 40px;
}
#subpageList h1 a.hMore {
	background: url(none);
	line-height: 26px;
	color: #333;
}
#subpageList li a {
	background: url(../images/sprites.gif) no-repeat -984px -93px;
	line-height: 24px;
	padding-left: 30px;
}
#subpageList ul .img_article .left{ float:left;_display:inline; width:80px; margin:2px 0 2px 3px; height:70px;}
#subpageList ul .img_article .right{ float:left;_display:inline; width:200px; margin:2px 0 2px 3px; height:70px; overflow:hidden;}
#subpageList ul .img_article .right .blueLink{ color:#1054A1;}
#subpageList ul .img_article img{ height:70px; width:80px;}
#subpageList ul .img_article a{
	background:none;
	line-height: 24px;
}
#doctorList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #4ca4e3;
	float: left;
	width: 648px;
}
#doctorList img {
	float: left;
	height: 140px;
	width: 100px;
	margin-right: 30px;
	margin-left: 30px;
}
#doctorList p {
	line-height: 22px;
	text-indent: 24px;
	padding-top: 10px;
}
#register {
	width: 648px;
	line-height: 21px;
}
#register p.alt {
	font-weight: bold;
}
#register ul {
	list-style: decimal inside;
}
#register table {
	border-top: 1px solid #e4f1f9;
	border-left: 1px solid #e4f1f9;
}
#register td, #register th {
	border-right: 1px solid #e4f1f9;
	border-bottom: 1px solid #e4f1f9;
	line-height: 40px;
	padding: 5px;
}
#register th {
	width: 180px;
	text-align: right;
}
#register th.alt {
	vertical-align: top;
	line-height: 1.5;
}

#register td {
	width: 410px;
}
#artContent {
	width: 648px;
}
#artContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #03005c;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8d8f2;
}
#artContent .info{
	text-align: center;
	margin-bottom: 10px;
}
#artContent .review{
	width: 644px;
	border-top: 1px solid #C8D8F2;
	border-left: 1px solid #C8D8F2;
	margin-bottom: 20px;
	height: 67px;
}
#artContent .review li{
	float: left;
	width: 145px;
	border-right: 1px solid #C8D8F2;
	border-bottom: 1px solid #C8D8F2;
	line-height: 21px;
	padding-right: 8px;
	padding-left: 7px;
}
#artContent .content {
	font-size: 14px;
	line-height: 1.5;
}
#artContent .content p {
	text-indent: 28px;
	margin-bottom: 18px;
}
#artContent .content .imgM {
	text-align: center;
	margin-bottom: 10px;
}
#artContent .cmd {
	float: left;
	display: block;
	height: 29px;
	width: 648px;
	clear: both;
	margin-bottom: 15px;
}

#artContent .cmd a{
	background: url(../images/sprites.gif) no-repeat -609px -114px;
	display: inline-block;
	height: 29px;
	width: 107px;
	line-height: 29px;
	text-align: center;
	color: #263959;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-right: 54px;
	margin-left: 54px;
}
#artContent .cmd a:hover {
	text-decoration: none;
}
#artContent ul.rp {
	background: #eef6ff;
	border: 1px solid #cccccc;
	line-height: 21px;
	padding: 0px 5px;
	width: 636px;
	clear: both;
	float: left;
	margin-bottom: 15px;
}
#artContent .ext {
}

#artContent .ext ul {
	float: left;
	width: 316px;
	border: 1px solid #ccc;
	margin-right: 12px;
}
#artContent .ext ul.alt {
	margin-right: 0px;
}
#artContent .ext ul li {
	background: url(../images/sprites.gif) no-repeat -988px -88px;
	padding-left: 24px;
	line-height: 21px;
}

#artContent .ext li.top {
	line-height: 23px;
	height: 23px;
	border-bottom: 1px solid #ccc;
	padding-left: 22px;
	background: #EEF6FF url(../images/sprites.gif) no-repeat -988px -428px;
	font-weight: bold;
}








#friendLink {
	clear: both;
	width: 962px;
	background: #FFF;
	height: 88px;
	margin: 0 20px 10px;
	display: inline-block;
}
#friendLink dt {
	background: url(../images/sprites.gif) no-repeat -977px -309px;
	float: left;
	height: 76px;
	width: 18px;
	color: #FFF;
	padding: 12px 0px 0px 7px;
}
#friendLink dd {
	float: left;
	width: 124px;
	text-align: center;
	line-height: 24px;
}

#footer {
	height: 78px;
	background: url(../images/sprites_x.gif) repeat-x 0px -425px;
	display: inline-block;
	margin: 0px 20px 10px;
	width: 964px;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	padding-top: 10px;
	clear: both;
	text-transform: uppercase;
	margin:0 auto;
	
}
#iconLink {
	clear: both;
	width: 960px;
	background: #FFF;
	height: 92px;
	margin: 0 20px 10px;
	display: inline-block;
	border: 1px solid #DCDCDC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#iconLink li {
	float: left;
	height: 92px;
	width: 120px;
	text-align: center;
}
body,td,th {
	font-size: 13px;
	margin:0;
	padding:0;
}
/*
a:link {
	color: #6d6e6f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6d6e6f;
}
a:hover {
	text-decoration: underline;
	color: #6d6e6f;
}
a:active {
	text-decoration: none;
	color: #6d6e6f;
}
*/
.clear{clear:both;}
.float_l{float:left;}
.float_r{float:right;}

.h_head{width:1001px; margin:0 auto; background:#eceff1;}
.h_head ul{margin:0; padding:0;}
.h_head ul li{margin:0; padding:0; list-style:none;}
.tqyb{height:27px; line-height:27px; background:#FFF; width:1001px; margin:0 auto; color:#5e5e5d;}
.h_left{width:400px;}
.h_right{width:200px;}
.menu{background:url(../images/rj-banner02_05.jpg) repeat-x; height:38px; line-height:38px;  text-align:center; font-size:15px; font-weight:bold;}
.menu ul{margin:0; padding:0;}
.menu li{float:left; width:99px; list-style:none; background:url(../images/rj-banner02_07.jpg) right no-repeat;}
.menu a:link {
	color: #FFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFF;
}
.menu a:active {
	text-decoration: none;
	color: #FFF;
}
.class_box{margin-top:5px;}
.yigan{width:431px; height:60px; margin:2px 10px; background:url(../images/nav_bg.jpg) no-repeat;}
.zixun{width:266px; height:60px;}
.item{width:48px; height:60px; background:url(../images/item_15.jpg) 5px 7px no-repeat; color:#FFF; font-size:19px; font-weight:bold; line-height:60px; padding-left:12px;}
.small_item{width:360px; height:50px; padding-top:10px;}
.small_item ul li{float:left; width:90px; height:22px; line-height:22px; background:url(../images/rj-banner02_18.jpg) right no-repeat; list-style:none; text-align:center;}
.li_none{background:none;}
.jiancha,.zixun{background:url(../images/rj-banner02_03.jpg) no-repeat; height:63px; width:270px;}
.small_item_jc{width:200px; height:55px; padding-top:10px; }
.small_item_jc li{float:left; width:90px; text-align:center;  background:url(../images/rj-banner02_18.jpg) right  no-repeat; height:22px; line-height:22px;}

.class_box{}
.class_box a:link {
	color: #6d6e6f;
	text-decoration: none;
}
.class_box a:visited {
	text-decoration: none;
	color: #6d6e6f;
}
.class_box a:hover {
	text-decoration: underline;
	color: #6d6e6f;
}
.class_box a:active {
	text-decoration: none;
	color: #6d6e6f;
}

.search{height:30px; line-height:30px; background:url(../images/search_03.jpg) repeat-x; padding-left:15px;width:330px;float:left;}
.searchg{height:30px; line-height:30px; background:url(../images/search_03.jpg) repeat-x; padding-left:15px;float:left;}
.s_left{width:290px;float:left;}
.hot_tag{width:650px;height:30px;line-height:30px;}
.hot_tag ul li{float:left; padding:0 5px;}