﻿/*轮播图*/

#focus-banner {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 1200px;
	height: 400px!important;
	overflow: hidden;
}

#focus-banner-list {
	position: relative;
	height: 500px;
	overflow: hidden;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#focus-banner-list li img {
	width: 100%;
	height:500px;
}

.focus-banner-img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 500px;
}

#focus-banner-list .focus-banner-text {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}

#focus-banner .focus-handle {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
}

#next-img {
	left: 0;
	background: url(../img/preimg.png) 0 0 no-repeat;
}

#prev-img {
	right: 0;
	background: url(../img/nextimg.png) 0 0 no-repeat;
}

#focus-bubble {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
	display: none;
}

#focus-bubble li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px #fff solid;
	cursor: pointer;
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	background-color: #fff;
}

.content{
	width: 1905px;
	min-width: 1200px;
	margin: auto;
}
.noticeTitle{
	/*width: 1200px;*/
	/*width: 1000px;*/
	width:1148px;
	margin: auto;
	height: 113px;
	line-height: 113px;
	/*border-bottom: 1px solid #504e4e;*/
}
.leftSpan{
	/*font-size: 48px;*/
	/* font-size: 20px; */
	color: #d33317;
	/*float: left;*/
	font-weight: 600;
}

.leftSpan1{
    color: #1f1b1b;
    font-weight: 600;
    font-size: 21px;
}
.rightLabel{
	/*font-size: 28px;*/
	font-size: 16px;
	color: #1785d3;
	float: right;
}
.noticeList{
	/*width: 1200px;*/
	/*width: 1000px;*/
	width:1070px;
	margin: auto;
	overflow: hidden;
}
.noticeList li{
	/*width: 1200px;*/
	/*width: 1000px;*/
	width: 1071px;
	/*height: 92px;
	line-height: 92px;*/
	line-height: 40px;
	padding: 15px 0;
	overflow: hidden;
	/*border-bottom: 1px solid #504e4e;*/
}
.leftInforp{
	/*width: 1060px;*/
	/*width: 850px;*/
	float: left;
	/*font-size: 30px;*/
	font-size: 18px;
	color: #4d4d4d;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.rightTimelabel{
	float: right;
	/*font-size: 20px;*/
	font-size: 16px;
	line-height: 40px;
	color: #4d4d4d;
}
.page{
	margin-top: 38px;
	margin-bottom: 107px;
	overflow: hidden;
}
.pageUl{
	overflow: hidden;
	text-align: center;
}
.pageUl li{
	display: inline-block;
	padding: 0 8px;
	/*font-size: 24px;*/
	font-size: 16px;
	color: #1785d3;
}
.pageSpan{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #1785d3;
	border-radius: 10px;
	/*font-size: 24px;*/
	font-size: 16px;
	color: #1785d3;
	cursor: pointer;
}
.detailsTitle{
	/*font-size: 30px;*/
	font-size: 16px;
	color: #4d4d4d;
}
.detailsTitle a{
	color: #4d4d4d;
}
.detailsCont{
	/*width: 1200px;*/
	width: 1245px;
	margin: auto;
	margin-bottom: 173px;
	overflow: hidden;
}
.articleTitle{
	overflow: hidden;
	padding: 40px 0;
}
.titleName{
	text-align: center;
	/*font-size: 50px;*/
	font-size: 20px;
	color: #4d4d4d;
	font-weight: bold;
	padding: 0 10px;
}
.timeBot{
	text-align: center;
	margin-top: 20px;
}
.timeBot dd{
	display: inline-block;
	margin: 0 5px;
	/*font-size: 20px;*/
	font-size: 16px;
	color: #4d4d4d;
}
.articleContent{
	overflow: hidden;
}
.articleContent p{
	/*font-size: 28px;*/
	font-size: 18px;
	line-height: 30px;
	color: #4d4d4d;
	text-align: justify;
	margin-bottom: 15px;
}
.articleContent p img{
	display:block;
	margin:auto;
}
