*html {
	background-image: url(about:blank);
	background-attachment: fixed;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Arial, 'Microsoft YaHei', \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}
a:hover{
	color: #555
	
}

fieldset,
img {
	border: 0;
	vertical-align: -2px;
}

q:before,
q:after {
	content: ''
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
input::-webkit-input-placeholder {
	color: #fff;
}
/*input::-webkit-input-placeholder {
　　color: #fff;
}*/
input:-moz-placeholder {
　　color: #fff;
}
input::-moz-placeholder {
　　color: #fff;
}
input:-ms-input-placeholder {
　　color: #fff;
}
.clearfix {
	zoom: 1
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left
}

.fr {
	float: right
}



/*内页 */
.inner-banner{
	margin-top: 67px;
}
.inner-banner img{
	max-width: 100%;
	vertical-align: middle;
}

.container .wrap{
	width: 1180px;
	padding-right: 20px;
	background: #fff;
        margin-top:30px;
        min-height:350px;
}
.leftbar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 1;
	border: 1px solid #edfcfc;
	border-top: none;
}
.leftbar .hd{
	height: 62px;
	background: #0066c5;
	padding: 1px 10px;
}
.leftbar .hd h2{
	float: left;
	line-height: 62px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	
}

.leftbar .bd{
	background: #fff;
}
.leftbar .bd ul{
	padding-bottom: 1px;
}
.leftbar .bd li{
	margin-bottom: 2px;

}
.leftbar .bd li:last-child{
	margin: 0
}
.leftbar .bd li a{
	display: block;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid #fff;
}
.leftbar .bd li.on a,.leftbar .bd li a:hover{
	border-left: 10px solid #0066c5;
	background: #eff7ff;
}

.main{
	width: 910px;
	margin:0 auto;
       float:right;
}

.main1{
	width: 1200px;
	margin:0 auto;

}
.main1 .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #0066c5;
}
.main1 .inner-title h2{
	font-size: 30px;
	color: #0066c5;
}
.main1 .inner-title .bread{
	float: right;
	color: #999;
}
.main1 .inner-title .bread a{
	color: #999;
}
.main1 .inner-title .bread span{
	color: #0066c5;
}

.main1 .text-list ul{
	padding: 10px 0;
}
.main1 .text-list li{
	line-height: 60px;
	border-bottom: 1px dashed #e6e6eb;
	padding-left: 30px;
}
.main1 .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #999;
}


.main .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #0066c5;
}
.main .inner-title h2{
	font-size: 30px;
	color: #0066c5;
}
.main .inner-title .bread{
	float: right;
	color: #999;
}
.main .inner-title .bread a{
	color: #999;
}
.main .inner-title .bread span{
	color: #0066c5;
}

.main .text-list ul{
	padding: 10px 0;
}
.main .text-list li{
	line-height: 60px;
	border-bottom: 1px dashed #e6e6eb;
	
}
.main .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #999;
}



.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 150px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 180px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #0066c5;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #0066c5;
}

.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 52px;
	text-indent: 2em;
}
.detail-box img{
	max-width: 100%;
	margin: 20px 0;
}
.detail-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.detail-infor{
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}
.detail-infor span{
	margin: 0 40px;
}

.page{
	margin: 30px 0;
}
.page .total{
	margin-right: 144px;
}
.page .now em{
	color: #f00
}
.page ul{
	float: right;
}
.page ul li{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
}
.page ul li.on,.page ul li.on a{
	
	color: #f00;
}