﻿@charset "utf-8";
/* CSS Document */
*{
	color:#212121;
}

body{
	background-color:#F6E9D6!important;
	background-image:url("../picture/bodybg.jpg");
	background-repeat:repeat;
}
.divInlineImage{
	background-image:url("../picture/inline1.jpg");
	width:100%;
	height:180px;
	background-position:center center;
	clear:both;
}
.divLocation{
	margin:0px 0px!important;
	padding:20px 0px;
	text-align:right;
}
.news{
	width:100%;
	padding-bottom:30px;
	background-image:url("../picture/bodybg.jpg");
	background-repeat:repeat;
	
}
.newsContent{
	width:980px;
	margin:0px auto;
	
}
.newsContentLeft{
	float:left;
	width:750px;
	margin-left:30px;
	
}
.newsContentLeft dl{
	height:270px;
	border-bottom:solid 1px #DCDCDC;
	clear:both;
	margin-bottom:30px;
}
.newsContentLeft dl dt{
	background-image:url("../Picture/newsDate.jpg");
	background-repeat:no-repeat;
	width:74px;
	height:75px;
	float:left;
	text-align:center;
	margin-right:25px;
}
.newsContentLeft dl dt strong{
	display:block;
	font-size:32px;
	
}
.newsContentLeft dl dt span{
	font-size:14px;
	display:block;
}
.newsContentLeft dl dd{
	float:left;
	width:565px;
}
.newsContentLeft dl dd strong{
	font-weight:normal;
}
.newsContentLeft dl dd strong a{
	font-size:24px;
	color:#212121!important;
}
.newsContentLeft dl dd p{
	margin-top:20px;
	line-height:28px;
	font-size:14px;
	text-indent:2em;
	color:#5C5C5C;
}
.newsContentLeft dl dd div a{
	margin-top:20px;
	color:#a52e4c;
	width:95px;
	height:26px;
	line-height:26px;
	text-align:center;
	border:solid 1px #a52e4c;
	display:block;
	cursor:pointer;
/*	font-weight:bold;*/
	font-size:12px;
}
.newsContentLeft dl dd div a:hover{
	color:#FFFFFF;
	background-color:#a52e4c;
}


.divpager{
	float:right;
}
.divpager ul{
	float:left;
	margin-right:10px;
}
.divpager ul :first-child{
	margin:0px;
}
.divpager ul li{
	margin:0px 5px;
	float:left;
}
.divpager ul li a{
	border:solid 1px #cccccc;
	padding:5px 10px;
	cursor:pointer;
	font-size:14px;
	display:block;
	border-radius:2px;
}
.divpager ul li a:hover{
	background-color:#a52e4c;
	border:solid 1px #a52e4c;
	color:#ffffff;
	cursor:pointer;
	font-size:14px;
	border-radius:2px;
}

.divpager span{
	display:block;
	float:left;
	margin-top:5px;
	font-size:14px;
}
.divpager  div{
	float:left;
	font-size:14px;
}
.PagerTotal{
		margin-right:10px;
}
.divpager  div span{
	float:left;
	margin-top:5px;
	font-size:14px;
	margin-left:5px;
}
#goPager{
	float:left;
	width:30px;
	margin-top:5px;
	margin-left:5px;
	font-size:14px;
	border:solid 1px #cccccc;
	border-radius:2px;
}
#btnPagerSure{
	float:left;
	margin-left:10px;
	font-size:14px;
	color:#a52e4c;
	border:solid 1px #a52e4c;
	padding:5px 10px;
	border-radius:2px;
	cursor:pointer;
	text-decoration:none;
}
#btnPagerSure:hover{
	background-color:#a52e4c;
	color:#ffffff;
}


.newsTips{
	clear:both;
	color:#a52e4c;
	text-align:center;
	margin-top:20px;
}