﻿@charset "utf-8";
/* CSS Document */

.banner{
	clear:both;
	margin-top:10px;
	background-image:url("../Picture/newsBanner.jpg");
	background-repeat:no-repeat;
	width:100%;
	height:328px;
}

.news{
	width:100%;
	background-image:url("../picture/newsbodybg.gif");
	background-repeat:repeat;
}
.newsContent{
	width:1003px;
	margin:0px auto;
}
.newsContentLeft{
	margin-top:30px;
	width:670px;
	float:left;
}
.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;
}
.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:#FC7523;
	width:95px;
	height:28px;
	line-height:28px;
	text-align:center;
	border:solid 1px #FC7523;
	display:block;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
}
.newsContentLeft dl dd div a:hover{
	color:#FFFFFF;
	background-color:#FC7523;
}


.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:#FC7523;
	border:solid 1px #FC7523;
	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:#FC7523;
	border:solid 1px #FC7523;
	padding:5px 10px;
	border-radius:2px;
	cursor:pointer;
	text-decoration:none;
}
#btnPagerSure:hover{
	background-color:#FC7523;
	color:#ffffff;
}
.newsContentRight{
	margin-top:30px;
	width:310px;
	float:right;
	border:solid 1px #DCDCDC;
	padding-bottom:10px;
	border-radius:6px;
}
.newsContentRightSearch{
	margin-left:15px;
	margin-top:15px;
	height:28px;
	width:280px;
	border:solid 1px #DCDCDC;
	background-image:url("../Picture/saerch.jpg");
	background-repeat:no-repeat;
	background-position:255px center;
	border-radius:6px;
}
.newsContentRightSearch input[type="text"]{
	height:28px;
	border-radius:6px;
	width:250px;
	border:0px;
	background-image:url("../picture/newsbodybg.gif");
	background-repeat:repeat;
}
.newsContentRightTitle{
	margin-top:35px;
	margin-left:15px;
}
.newsContentRightTitle strong{
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	background-color:#F5340E;
	padding:2px 5px;
	margin-right:20px;
	border-radius:6px;
}
.newsContentRightTitle span{
	font-weight:bold;
	font-size:16px;
}
.newsContentRightList{
	margin-top:15px;
	margin-left:15px;
	line-height:30px;
}
.newsContentRightList ul{
	
}
.newsContentRightList ul li{
	
}
.newsContentRightList ul li a{
	font-size:14px;
}
.newsContentRightList ul li a:hover{
	text-decoration:underline;
}

.newsContactUs{
	margin-top:50px;
	width:100%;
	clear:both;
	height:220px;
	border-top:solid 1px #DEDEDE;
	background-image:url("../picture/newscontactusbg.png");
	background-repeat:repeat;
	text-align:center;
}
.newsContactUsContent{
	width:530px;
	margin:10px auto;
}
.newsContactUsContent strong{
	font-size:26px;
	display:block;
	margin-top:60px;
}
.newsContactUsContent a{
	border:solid 2px #FC7523;
	height:50px;
	display:block;
	float:left;
	border-radius:6px;
	margin-right:10px;
	margin-left:10px;
	margin-top:20px;
	font-size:18px;
	line-height:50px;
}
.newsContactUsContent a:hover{
	background-color:#FC7523;
	border-radius:6px;
	color:#ffffff;
}
.newsContactUsContentTelephone{
	width:200px;
	background-image:url("../picture/telephone.png");
	background-repeat:no-repeat;
	background-position:20px 6px;
	padding-left:40px;
}
.newsContactUsContentTelephone:hover{
	background-image:url("../picture/telephoneHover.png");
	background-repeat:no-repeat;
	background-position:20px 6px;
}

.newsContactUsContentQQ{
	width:220px;
	background-image:url("../picture/QQ.png");
	background-repeat:no-repeat;
	background-position:20px 6px;
	padding-left:20px;
}
.newsContactUsContentQQ:hover{
	background-image:url("../picture/QQHover.png");
	background-repeat:no-repeat;
	background-position:20px 6px;
}


.newsTips{
	clear:both;
	color:#FC7523;
	text-align:center;
	margin-top:20px;
}