/* CSS Document */
/*-----------------------------------------------------------------------------------------------------首页框架*/
.shareLink {
	height:36px;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	width:1000px;
}
.shareLink div{
	height:36px;
	overflow:hidden;
	float:right;
	}
.logo {
	width:266px;
	height:61px;
	float:left;
	background:url(../jpg/logonew.jpg) no-repeat;
}
.menuMain {
	height:20px;
	margin-top:41px;
	float:right;
}
.menuMain ul li {
	height:20px;
	float:left;
	border-right:1px #000 solid;
}
.mItem {
	height:20px;
}

.selectedMenu {
	color:#e74a19;
}
.mItem div {
	height:20px;
	line-height:20px;
	color:#000;
	font-size:17px;
	float:left;
	margin-left:5px;
}
.mItem div:hover {
	text-decoration:underline;
}
.menuMain ul li ul {
	position:absolute;
	width:305px;
	height: auto;
	overflow:hidden;
	z-index:60;
	display:none;
}
.menuMain ul li ul li {
	width:305px;
	height:auto;
	border-bottom:1px #DDD solid;
	border-right:none;
}
.subItem {
	width:285px;
	height:auto;
	padding-left:20px;
	color:#4B4B4B;
	font-size:14px;
	opacity:0.8;
	line-height:1.5;
	background:#EEE;
}
.subItem:hover {
	background:#E74A19;
	color:#fff;
	opacity:1;
}
#slidePic {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
#linkPics {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:20px;
}
#linkPics ul li {
	width:25%;
	height:142px;
	margin-bottom:15px;
	overflow:hidden;
	float:left;
}
.lpItem {
	width:236px;
	height:140px;
	margin:0 auto;
	border:1px #EAEAEA solid;
	background:#fff;
}
.lpItem:hover
{
	background:#E74A19;
}
.lpItem:hover img{
    opacity:0.3;
	}
.lpIText{
	width:196px;
	height:120px;
	left:10px;
	top:10px;
	position:absolute;
	z-index:20;
/*	line-height:120px;*/
	font-size:14px;
	color:#fff;
	padding-top:55px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	display:none;
	}

.lpItem:hover div.lpIText{
	display:block;
	}
.lpItem img {
	width:216px;
	height:120px;
	margin:10px;
}
#contentHome {
	width:1000px;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
}
#newsHome {
	width:250px;
	height:auto;
	overflow:hidden;
	float:left;
}
.nhTitle {
	width:100%;
	height:auto;
	overflow:hidden;
}
.nhTitle img {
	width:250px;
}
.nhList {
	width:100%;
	height:auto;
	overflow:hidden;
}
.nhList ul li {
	width:250px;
	height:auto;
	overflow:hidden;
	background:url(../png/homenewsico.png) no-repeat;
	min-height:28px;
}
.nhList ul li div {
	width:221px;
	height:auto;
	overflow:hidden;
	float:right;
	line-height:28px;
	font-size:12px;
	color:#fff;
	opacity:0.8;
}
.nhList ul li div:hover {
	opacity:1;
	text-decoration:underline;
}
#eventsHome {
	width:735px;
	height:auto;
	float:right;
	overflow:hidden;
}
#ehTitle {
	width:100%;
	height:34px;
	line-height:34px;
	color:#ff2e0c;
	font-size:30px;
	border-bottom:#C8C8C8 1px solid;
	margin-bottom:15px;
}
#moreBtn {
	float:right;
	width:64px;
	height:34px;
}
#moreBtn img {
	width:64px;
	height:34px;
}
#eventsHome ul li {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
.ehDate {
	font-size:14px;
	height:20px;
	line-height:20px;
	color:#909090;
}
.ehTitle {
	width:670px;
	height:20px;
	line-height:20px;
	font-size:14px;
	float:left;
}
.ehTitle a {
	color:#000;
}
.ehTitle a:hover {
	text-decoration:underline;
}
.ehMore {
	width:65px;
	height:20px;
	float:right;
}
.ehMore a {
	color:#ff2e0c;
}
.ehMore a:hover {
	text-decoration:underline;
}
.ehIntro {
	width:715px;
	height:auto;
	padding:10px;
	background:#f6f6f6;
	line-height:20px;
	color:#909090;
	clear:both;
}
#journalsHome {
	width:735px;
	float:right;
	height:auto;
	background:url(../jpg/journal_bar.jpg) no-repeat;
	overflow:hidden;
}
.jHLinks {
	height:25px;
	margin-top:25px;
}
.jHLinks ul li {
	width:25px;
	height:25px;
	float:left;
}
.jHLinks ul li div {
	width:23px;
	height:23px;
	line-height:23px;
	color:#8A8A8A;
	font-size:14px;
	background:#fff;
	border:none;
	text-align:center;
}
.jHLinks ul li div:hover {
	color:#696969;
	background:#DDD;
	border:#696969 1px solid;
}
.PayIco {
	width:100%;
	height:39px;
}
.PayIco img {
	width:185px;
	height:39px;
	float:right;
}
.quickLink {
	width:100%;
	height:20px;
	line-height:39px;
	text-align:right;
	line-height:20px;
	font-size:14px;
	margin-bottom:15px;
}
.quickLink a {
	color:#797979;
}
.quickLink a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	height:20px;
	line-height:39px;
	text-align:right;
	line-height:20px;
	font-size:14px;
	color:#E2E2E2;
}
