@charset "utf-8";
/* CSS Document */
/*reset 
------------------------------------------------------------------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre,
	form, fieldset, p, blockquote, label, table, th, tr, td, embed, object,
	input {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset, img, a img, a:link img, a:visited img {
	border: 0px;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

h1, h2, h4, h5, h6 {
	font-size: 100%;
	vertical-align: central;
}

q:before, q:after {
	content: '';
}

embed, object {
	display: block;
}

/*clearfix 
------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

/*Text
------------------------------------------------------------------------------------------------------------------*/
body {
	background-color: #fff;
	font: 12px/150% Arial, Verdana, "宋体";
	color: #000;
	line-height: 1.7em;
}

/*全局文字样式 字体 字号 颜色 字重 行高*/

/* wrap */
.wrap {
	width: 90%;
	margin: 0 auto;
	background-color: #e3ebf7;
}

.topWrap, .Entry, .KnowledgeMap, .ChinDoc, .ChinMed, .RefeBook, .footer
	{
	background-color: #fff;
}

/*topWrap*/
.topWrap {
	width: 1000px;
	height: 282px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url(../img/topban.jpg) no-repeat top center;
}

.header {
	overflow: hidden;
	background-color: #008dc9;
	margin-top: -4px;
}

.topWrap h1 {
	width: 200px;
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

.topWrap h1 a {
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.topWrap h1 a:hover {
	color: #fff222;
}

.login {
	height: 40px;
	line-height: 40px;
	float: right;
}

.bodylist {
	width: 100%;
	height: 40px;
}

.login p {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.bodylist p {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}

.bodylist input {
	display: block;
	float: left;
	width: 80px;
	background: #fff;
	border: 0;
	border-radius: 10px;
	height: 22px;
	margin: 9px 8px;
	padding: 0 3px;
	overflow: hidden;
}

.login p.LogBtn {
	width: 50px;
	margin: 0 10px;
}

.login p.LogBtn a {
	display: block;
	width: 50px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	background: url(../images/loginbg.jpg) no-repeat center center;
	padding: 0;
}

.bodylist .dlu {
	float: left;
	display: block;
	width: 50px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	background-color: #ea9a9a;
	margin: 10px 10px 0;
	cursor: pointer;
}

.bodylist .dlu:hover {
	background-color: #efa9a9;
}

.bodylist span {
	color: #fff;
}

.bodylist a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}

.bodylist a:hover {
	color: #fff222;
}

/*复制机构馆*/
#lgform {
	float: left;
}

#lgform .lgzh, #lgform .lgmm {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	vertical-align: middle;
	float: left;
}

#lgform .lgzh span, #lgform .lgmm span {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}

#lgdiv input {
	display: block;
	float: left;
	width: 80px;
	background: #fff;
	border: 0;
	height: 22px;
	margin: 9px 8px;
	padding: 0 3px;
	overflow: hidden;
}

.LogInput {
	float: left;
}

#lgdiv .s_btn {
	float: left;
	display: block;
	width: 50px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	background: url(../images/loginbg.jpg) no-repeat center center;
	margin: 10px 10px 0;
	cursor: pointer;
}

.lgcs input {
	float: none;
}

#lgstatus {
	color: #fff;
}

#lgstatus span {
	padding: 0 10px 0 2px;
}

#lgstatus span a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

#lgstatus input {
	background: #fefefe;
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 8px;
	cursor: pointer;
}

/*复制机构馆*/

/*Search*/
.Search {
	width: 1000px;
	overflow: hidden;
	/*background: url(../images/seabg.png) no-repeat left top;*/
	margin: 141px 0 0 172px;
}

.SeaInp {
	width: 100%;
	overflow: hidden;
}

.SeaInp input.s_input {
	display: block;
	float: left;
	width: 490px;
	border: 1px solid #686868;
	border-radius: 2px;
	margin-right: 5px;
	height: 28px;
	padding: 0 4px;
}

.SeaInp .s_btn {
	display: block;
	float: left;
	width: 78px;
	height: 30px;
	background-color: #000;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	font-family: 黑体, Arial, Helvetica, sans-serif;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}

.SeaInp .s_btn:hover {
	background-color: #1A1A1A;
}

#searchDiv {
	overflow: hidden;
	width: 100%;
}

.searchNav {
	height: 27px;
	overflow: hidden;
	line-height: 27px;
}

.searchNav a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
	display: block;
	float: left;
	padding: 0 10px;
}

.searchNav a.active {
	background-color: #383737;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}

.searchContent {
	overflow: hidden;
}

.searchContent a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	font-weight: 700;
}

.SeaHot {
	height: 26px;
	line-height: 26px;
	float: left;
	font-size: 12px;
}

.SeaHot span {
	color: #000000;
	font-weight: 700;
}

.SeaHot a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 0 8px;
}

/*KnowledgeMap*/
.KnowledgeMap {
	width: 1000px;
	overflow: hidden;
	margin: 12px auto;
}

.innerWrap {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 20px;
}

.innerWrap h1 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	background: url(../images/knowledgeMapTil.png) no-repeat bottom left;
	padding: 20px 0 15px;
}

.innerWrap h1 a {
	text-decoration: none;
	font-size: 22px;
	color: #295000;
	font-family: "微软雅黑";
}

.innerWrap h1 a:hover {
	color: #519b03;
}

.KnowledgeMap .contentWrap {
	width: 100%;
	height: 400px;
}

.KnowledgeMap .contentWrap .left {
	float: left;
	width: 60%;
	height: 100%;
}

.KnowledgeMap .contentWrap .left a {
	float: left;
	width: 400px;
	height: 400px;
	margin: 0 100px;
}

.KnowledgeMap .contentWrap .right {
	float: right;
	width: 40%;
	height: 100%;
}

.KnowledgeMap .contentWrap .right .inner {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.KnowledgeMap .contentWrap .right .inner h1 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	background: none;
	padding: 0;
}

.KnowledgeMap .contentWrap .right .inner h1 a {
	text-decoration: none;
	font-size: 22px;
	color: #078423;
	font-family: "微软雅黑";
}

.KnowledgeMap .contentWrap .right .inner h1 a:hover {
	color: #06b52e;
}

.KnowledgeMap .contentWrap .right .inner p {
	width: 300px;
	margin: 10px auto 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: "微软雅黑";
	text-indent: 28px;
}

.KnowledgeMap .contentWrap .right .inner p a {
	color: #078423;
	text-decoration: none;
}

.KnowledgeMap .contentWrap .right .inner p a:hover {
	color: #06b52e;
}

/*Entry*/
.Entry {
	width: 1000px;
	overflow: hidden;
	margin: 12px auto;
}

.Entry ul {
	width: 1000px;
	overflow: hidden;
}

.SubjectHall {
	width: 1000px;
	overflow: hidden;
}

.SubjectHall h1 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.SubjectHall h1 a {
	text-decoration: none;
	font-size: 22px;
	color: #512D00;
	font-family: "微软雅黑";
}

.SubjectHall .main {
	background: url(../images/ZTGTitl.png) no-repeat top left;
	padding-bottom: 10px;
}

.SubHallName {
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin: 10px 0;
}

.SubHallName a {
	text-decoration: none;
	font-size: 24px;
	color: #252323;
	font-family: "微软雅黑";
	font-weight: bolder;
}

.SubHallName a:hover {
	color: #008dc9;
}

.bortop {
	border-top: 1px dashed #1ac533;
}

.Database {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 20px;
}

.Database h1 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	background: url(../images/SJKTitl.png) no-repeat bottom left;
	padding: 20px 0 15px;
}

.Database h1 a {
	text-decoration: none;
	font-size: 22px;
	color: #001450;
	font-family: "微软雅黑";
}

.Database h1 a:hover {
	color: #0933b3;
}

.Database .innerBox {
	width: 90%;
	height: 300px;
	margin: 0 auto;
}

.Database .innerBox .row {
	display: flex;
	width: 100%;
	height: 130px;
	padding: 10px 0;
}

.Database .innerBox .row .col {
	flex: 1;
	padding: 0 40px;
}

.Database .innerBox .row .col p {
	margin: 0 0 10px;
	text-align: center;
}

.Database .innerBox .row .col p .lead {
	color: #428bca;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}

.Database .innerBox .row .col p .lead:hover {
	color: #2a97f5;
}

.Database .innerBox .row .col .gray {
	font-size: 12px;
	text-indent: 24px;
	color: gray;
	text-align: left;
	margin: 0;
}

.ch-info-back a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}

/*ChinDoc*/
.ChinDoc {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.CDCETitl {
	width: 1000px;
	height: 41px;
	overflow: hidden;
}

.ZYYXLLun {
	width: 1000px;
	overflow: hidden;
	margin: 10px auto 0;
	position: relative;
}

.ZYYXLLun h3, .YCai h3, .FJi h3 {
	background: url(../images/linebg.jpg) no-repeat bottom center;
	padding: 0 0 4px;
	height: 30px;
	line-height: 30px;
}

.ZYYXLLun h3.rightTil {
	background: none;
	position: absolute;
	top: 0;
	left: 725px;
}

.ZYYXLLun h3 a, .YCai h3 a, .FJi h3 a {
	display: block;
	text-decoration: none;
	font-family: "黑体", "微软雅黑";
	font-size: 20px;
	color: #000;
	padding-left: 28px;
	margin-left: 10px;
}

.ZYYXLLun h3.ZYYXue, .YCai h3, .FJi h3 {
	width: 1000px;
}

.ZYYXLLun h3.ZYYXue a, .YCai h3 a, .FJi h3 a {
	background: url(../images/titlbg01.png) no-repeat left center;
}

.YXLLCon {
	width: 1000px;
	overflow: hidden;
	margin: 20px auto 0;
	/*background: url(../images/bagua.png) no-repeat center center;*/
}

.YX3LC {
	float: left;
}

.YXLDet.tabbox {
	float: left;
	width: 235px;
	background: url(../images/YXLBG.png) no-repeat left center;
	overflow: hidden;
	height: 252px;
	padding: 13px 30px 0 16px;
}

/*.YX3LCTitl {
  float: right;
  overflow: hidden;
  width: 124px;
}

.YX3LCTitl h4 {
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.YX3LCTitl h4.current {
  background: url(../images/litibg.png) no-repeat bottom center;
  height: 34px;
}

.YX3LCTitl h4 a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-family: "微软雅黑";
  font-weight: 600;
}*/
.YX2LRC {
	float: right;
	overflow: hidden;
}

.YXRDet {
	float: right;
	width: 235px;
	background: url(../images/YXRBG.png) no-repeat left center;
	overflow: hidden;
	height: 252px;
	padding: 13px 16px 0 30px;
}

.tabbox div.OutSide ul {
	width: 100%;
	overflow: hidden;
}

.tabbox div.OutSide ul li {
	background: url(../images/dot_02.png) no-repeat left center;
	padding-left: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
	*line-height: 28px !important;
	_height: 28px;
	_line-height: 28px;
}

.tabbox div.OutSide ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

.tabbox div.OutSide ul li a:hover {
	color: #22a5ce;
}

.tabbox {
	overflow: hidden;
	margin: 0px 0 0;
}

.tabbox div.OutSide {
	display: none;
}

.tabbox div.OutSide.current {
	display: block;
}

.more {
	width: 96%;
	height: 24px;
	line-height: 24px;
	text-align: right;
}

.more a, .imgmore a {
	text-decoration: none;
	font-size: 14px;
	color: #00103B;
	cursor: pointer;
}

.more a:hover, .imgmore a:hover {
	color: #157dbd;
}

/*ChinMed*/
.ChinMed {
	width: 1000px;
	overflow: hidden;
	margin: 20px auto 0;
}

.YCai {
	width: 1000px;
	overflow: hidden;
	margin: 15px auto 0;
}

.YCSort {
	width: 1000px;
	overflow: hidden;
	margin: 15px auto 0;
}

.YCSort dl {
	float: left;
	background: url(../images/linebg02.png) no-repeat right center;
	width: 180px;
	padding: 0 10px;
	font-size: 14px;
	height: 124px;
}

.YCSort dl.NoRBg {
	background: none;
}

.YCSort dl dt {
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.YCSort dl dt a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-family: "黑体", "微软雅黑";
	font-weight: 700;
	padding: 12px 60px 12px 0;
}

.YCSort dl dt img {
	display: block;
	float: left;
}

.YCSort dl dd {
	line-height: 26px;
	margin: 10px 0 0;
}

.YCSort dl dd a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding: 0 6px;
}

.YCSort dl dd a:hover {
	color: #22a5ce;
}

.YCSort dl dd a.LPNo {
	padding-left: 0;
}

.ZY01 {
	background: url(../images/zy/pic_02.jpg) no-repeat right center;
}

.ZY02 {
	background: url(../images/zy/pic_03.jpg) no-repeat right center;
}

.ZY03 {
	background: url(../images/zy/pic_04.jpg) no-repeat right center;
}

.ZY04 {
	background: url(../images/zy/pic_05.jpg) no-repeat right center;
}

.ZY05 {
	background: url(../images/zy/pic_06.jpg) no-repeat right center;
}

.ZY06 {
	background: url(../images/zy/pic_07.jpg) no-repeat right center;
}

.ZY07 {
	background: url(../images/zy/pic_08.jpg) no-repeat right center;
}

.ZY08 {
	background: url(../images/zy/pic_09.jpg) no-repeat right center;
}

.ZY09 {
	background: url(../images/zy/pic_10.jpg) no-repeat right center;
}

.ZY10 {
	background: url(../images/zy/pic_11.jpg) no-repeat right center;
}

.ZY11 {
	background: url(../images/zy/pic_12.jpg) no-repeat right center;
}

.ZY12 {
	background: url(../images/zy/pic_13.jpg) no-repeat right center;
}

.ZY13 {
	background: url(../images/zy/pic_14.jpg) no-repeat right center;
}

.ZY14 {
	background: url(../images/zy/pic_15.jpg) no-repeat right center;
}

.FJCon {
	width: 1000px;
	overflow: hidden;
	margin: 15px auto 0;
}

.FJImg {
	width: 284px;
	height: 204px;
	overflow: hidden;
	float: left;
	margin-right: 21px;
}

.FJTxt {
	float: left;
	overflow: hidden;
}

.FJTitl {
	float: left;
	overflow: hidden;
	width: 400px;
}

.FJTitl h4 {
	float: left;
	background: #aeccdd;
	margin: 0 12px 24px 0;
	width: 88px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}

.FJTitl h4:hover {
	background-color: #bddff3;
}

.FJTitl h4 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.FJTitl h4.current {
	background: #34638e;
}

.FJTitl h4.current a {
	color: #fff;
}

.FJDet {
	width: 269px;
	height: 192px;
	float: left;
	position: relative;
	background: url(../images/txtbg02.png) no-repeat left top;
	padding: 12px 10px 0 16px;
}

/*RefeBook*/
.RefeBook {
	width: 1000PX;
	overflow: hidden;
	margin: 10px auto 0;
}

.CDCEReTitl {
	width: 1000px;
	height: 41px;
	background: url(../images/jdgjshu.jpg) no-repeat top left;
	overflow: hidden;
	text-align: center;
}

.CDCEReTitl h4 {
	display: inline-block;
	padding: 0 15px;
	line-height: 41px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #000;
	cursor: pointer;
}

.CDCEReTitl h4.current {
	color: #fff;
	background: #0d8cb5;
}

/*左右切换*/
.zzscWrap {
	width: 1000px;
	overflow: hidden;
	height: 254px;
	margin: 15px auto 0;
	padding: 5px 0 6px;
	position: relative;
}

.zzwL, .zzwR {
	float: left;
	width: 31px;
	height: 243px;
}

.zzwL a, .zzwR a {
	display: block;
	width: 31px;
	height: 243px;
}

.zzwL a {
	background: url(../images/LRBtn.png) no-repeat center left;
}

.zzwR a {
	background: url(../images/LRBtn.png) no-repeat center right;
}

#zzsc {
	height: 1390px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
}

#zzsc .pre {
	background: url(../images/LRBtn.png) no-repeat left center;
	display: block;
	height: 243px;
	width: 31px;
	cursor: pointer;
	position: absolute;
	left: -31px;
	top: 0px;
}

#zzsc a.pre:hover {
	background: url(../images/LRBtn.png) no-repeat left center;
}

#zzsc .next {
	background: url(../images/LRBtn.png) no-repeat center right;
	display: block;
	height: 243px;
	width: 31px;
	cursor: pointer;
	top: 0px;
	right: -31px;
	position: absolute;
}

#zzsc a.next:hover {
	background: url(../images/LRBtn.png) no-repeat center right;
}

#zzsc #wai_box {
	height: 235px;
	width: 938px;
	overflow: hidden;
	position: relative;
}

#zzsc #wai_box .zzsc_box .title {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background: rgba(000, 000, 000, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,
		endColorstr=#6B000000);
	display: none;
	height: 30px;
	position: absolute;
	bottom: 0px;
	z-index: 30;
	width: 135px;
	text-indent: 1em;
	left: 0px;
}

#zzsc .zzsc_box {
	width: 2880px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#zzsc .zzsc_box a.img:hover {
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	Opacity: 0.9;
	Filter: alpha(opacity 90);
	outline: none;
}

#zzsc .zzsc_box .img {
	display: block;
}

#zzsc .zzsc_box ul {
	float: left;
	display: block;
	height: 235px;
	width: 938px;
}

#zzsc .zzsc_box li {
	float: left;
	position: relative;
	width: 158px;
	margin: 0 14px;
}

#zzsc .zzsc_box li .RBImg {
	width: 158px;
	height: 205px;
}

#zzsc .zzsc_box li .RBName {
	width: 158px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#zzsc .zzsc_box li .RBName a {
	text-decoration: none;
	color: #000;
}

/*footer*/
.footer {
	width: 1000px;
	overflow: hidden;
	margin: 10px auto 0;
}

.footNav {
	width: 1000px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	/*background: url(../images/footbg.jpg) no-repeat center center;*/
	background-color: #005174;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 黑体;
}

.textWrap {
	background-color: #008dc9;
}

.footNav a {
	color: #fff;
	font-size: 16px;
	font-family: "microsoft yahei" !important;
	text-decoration: none;
	padding: 0 15px 0 6px;
}

.footNav a:hover {
	color: #fff222;
}

.txt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.txt a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.txt a:hover {
	color: #fff222;
}

/*返回顶部*/
.gotop {
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	POSITION: fixed;
	_position: absolute;
	/*_margin-top: expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop);
  */
	background: url(../images/top.png) no-repeat center center;
	padding: 0;
	text-indent: -9999px;
}

.gotop:hover {
	background: url(../images/top.png) no-repeat center center #cce6f5;
}

.gotop {
	display: none;
}

/*2014-01-05*/
.club01_tab_title {
	display: none;
}

.TheoryReseWrap.LiLYJiu .DetModules {
	height: 274px;
}

.TheoryReseWrap.LanCYJiu .DetModules, .TheoryReseWrap.AnLYJiu .DetModules
	{
	height: 244px;
}

.YYZSCLeft dl.LunWJi dd ul li {
	width: 116px;
}

.jcarousel-skin-tango li div img {
	width: 148px;
	height: 210px;
}

#HXHYLei .TMCRTitl span {
	padding: 0 8px;
	*padding: 0 9px !important;
	_padding: 0 9px;
}

.jcarousel-skin-tango {
	height: 240px;
	overflow: hidden;
}

.img_module_tabsCon {
	width: 100%;
	height: 210px;
	margin: 15px auto 0;
	overflow: hidden;
}

.ArrowLeft {
	display: block;
	width: 30px;
	cursor: pointer;
	float: left;
	padding: 80px 0 0;
}

.ArrowRight {
	display: block;
	width: 30px;
	cursor: pointer;
	float: right;
	padding: 80px 0 0;
}

.Imglist {
	width: 940px;
	float: left;
	margin: 0 auto;
	overflow: hidden;
	height: 254px;
}

.img_module {
	overflow: hidden;
}

.img_module li {
	float: left;
	position: relative;
	width: 158px;
	margin: 0 14px 8px;
}

.img_module li a {
	display: block;
	text-align: center;
}

.img_module li a img {
	width: 126px;
	height: 180px;
}

.img_module li div {
	width: 158px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img_module li div a {
	text-decoration: none;
	color: #000;
}

.imgmore {
	height: 26px;
	line-height: 26px;
	position: absolute;
	bottom: 0;
	right: 0;
}