.main {
    width: 1198px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.left {
	width: 218px;
	float: left;
	border: 1px solid #ddd;
	background: url(../images/left.jpg) no-repeat center bottom;
    padding-bottom: 25px;
}
.right {
	margin-left: 240px;
	border: 1px solid #ddd;
    min-height: 500px;
    margin-bottom: 30px;
}
.left {
	height: auto !important;
}
.left-top {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
    height: 42px;
    line-height: 42px;
    border-top: 3px solid #b80608;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.left ul {
	margin: 15px auto 20px;
}
.left li {
	background: url("../images/li-bg.gif") no-repeat 52px center;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
    height: 42px;
    line-height: 44px;
	padding-left: 73px;
	letter-spacing: 1px;
	overflow: hidden;
}
.left li:last-child {
	border-bottom: none;
}
.left li.curr {
	background: #c60607 url("../images/left-curr.gif") no-repeat 20px center;
	border: none;
}
.left li.curr a {
	color: #fff;
}
.menu {
	font-size: 15px;
	height: 42px;
	line-height: 44px;
	letter-spacing: 0.5px;
	border-top: 3px solid #b80608;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	padding-left: 20px;
}
.menu em {
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
.view {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.view h1 {
	font-size: 30px;
	letter-spacing: 0.5px;
	padding: 40px 0 30px;
	text-align: center;
}
.view .video {
	margin: 10px auto;
}
.view .content {
	padding: 10px 30px 20px;
	text-align: center;
}

/*newslist*/
.right h3 {
	position: relative;
    height: 46px;
    line-height: 46px;
    margin-top: 10px;
    margin-left: 20px;
	border-bottom: 1px solid #eee;
}
.right h3 > a {
	display: block;
	width: 120px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #b80608;
}
.right h3 span {
	position: absolute;
    top: 2px;
    right: 0;
}
.right h3 span a {
	color: #888;
	font-size: 15px;
	font-weight: normal;
	margin-right: 20px;
}
.newslist {
	width: 920px;
	margin: 10px auto 0;
}
.newslist li {
	font-size: 14px;
	line-height: 46px;
	height: 44px;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding-left: 20px;
	background: url(../images/li_icon.png) no-repeat 5px center;
}
.newslist li:hover {
	background: url("../images/li_icon_h.png") no-repeat 5px center;
}
.newslist li:last-child {
	border-bottom: none;
}
.newslist li span {
	color: #999;
	float: right;
    font-size: 13px;
	margin-right: 3px;
}
/*imglist*/
.imglist {
    margin: 0 auto;
    padding: 15px 10px 0;
}
.imglist ul li {
	float: left;
	margin: 5px 8px;
	list-style-type: none;
	display: inline;
}
.imglist ul li a {
	display: block;
	width: 218px;
	height: 186px;
	text-decoration: none;
}
.imglist ul li a img {
	width:218px;
	height:172px;
	
}
.imglist ul li a span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin-top: -34px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.imglist ul li a:hover span {
	color: #f1f1f1;
}
.imglist ul li .layer {
	width:100%;
	height: 34px;
	background: #000;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	margin-top: -38px;
	position: relative;
}
.imglist ul li .play {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -260px;
	width: 77px;
	height: 77px;
	z-index: 200;
	cursor: pointer;
	background: url(play.png) no-repeat;
}

/*ldlist*/
.ldlist {
	width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    display: table;
}
.ldlist ul {}
.ldlist ul li {
	float: left;
    list-style-type: none;
    display: inline;
    width: 445px;
    margin: 12px 10px;
    border: 1px solid #ddd;
}
.ldlist ul li a {
    float: left;
	display: block;
	width: 218px;
	height: 188px;
	text-decoration: none;
}
.ldlist ul li a img {
	width:218px;
	height:188px;
	
}
.ldlist ul li a span {
	display: block;
	height: 34px;
	line-height: 35px;
	font-size: 14px;
	margin-top: -34px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.ldlist ul li a:hover span {
	color: #f1f1f1;
}
.ldlist ul li .layer {
	width:218px;
	height: 34px;
	background: #000;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	margin-top: -38px;
	position: relative;
}
.ldlist ul li .text {
	float: right;
    width: 200px;
    padding: 12px;
    line-height: 1.9;
}

/*article*/
.article h1 {
	font-size: 26px;
	line-height: 1.5;
	padding: 30px 30px 0;
	text-align: center;
}
.article .info {
	width: 95%;
    margin: 3px auto 10px;
    padding-bottom: 8px;
	height: 33px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
    color: #808080;
    overflow: hidden;
    border-bottom: 1px solid #e1e4e6;
}
.article .info span {
    margin-right: 20px;
}
.content {
	font-size: 15px;
	line-height: 2;
	padding: 30px;
}
.content p {
	line-height: 2;
}
.content p img {
	text-align: center;
}
.content img {
    width: expression(this.width > 880 ? 880: true) !important;
    max-width: 880px !important;
    height: auto !important;
    overflow: hidden;
    margin: 8px auto;
    border: 1px solid #dedede;
    padding: 3px;
}
.content table {
	width: 100%;
	border: 1px solid #bbb;
	border-color: #bbb;
	margin: 15px auto 20px;
	border-collapse: collapse;
}
.content table:last-child {
	margin: 15px auto 0;
}
.content table th {
	background: #f5f5f5;
	padding: 6px 10px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 300;
}
.content table td {
	width: auto;
	border: 1px solid #bbb;
	padding: 6px 10px;
}
#map {
	width: 895px;
	height: 400px;
	border: #ddd solid 1px;
	margin: 0 30px 30px;
	font-size: 14px;
	line-height: 1.7;
}
#map label {
	background-color: rgba(255,255,255,0.6) !important;
	padding: 5px 8px !important;
}

/* 列表分页 */
#pages {
	text-align: center;
    margin: 25px 0;
}
#pages a {
	display: inline-block;
	padding: 6px 12px;
	background-color: #fff;
	color: #888;
	margin: 0 2px;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	border: 1px #ddd solid;
	border-radius: 3px
}
#pages a:hover {
	background-color: #b80608;
	border-color: #b80608;
	color: #fff
}
#pages a.active {
	background-color: #b80608;
	border-color: #b80608;
	color: #fff
}
#pages a.prev, #pages a.next {
	font-size: 14px;
}
#pages span {
	display: inline-block;
	padding: 9px 15px;
	color: #888;
	position: relative;
	top: -2px
}

@media only screen and (min-width: 1600px) {
	.left {
		width: 250px;
		background: url(../images/left.jpg) no-repeat right bottom;
	}
	.left .left-top {
		font-size: 18px;
		height: 50px;
		line-height: 52px;
	}
	.left ul li {
		font-size: 17px;
		height: 50px;
		line-height: 52px;
		padding-left: 70px;
		background: url(../images/li-bg.gif) no-repeat 50px center;
	}
	.left ul li.curr {
		width: 182px;
		margin-left: -1px;
		background: #c60607 url("../images/left-curr.gif") no-repeat 50px center;
	}
	.menu {
		font-size: 15px;
		height: 50px;
		line-height: 52px;
		border-top: 3px solid #b80608;
		border-bottom: 1px solid #ddd;
		background: #f5f5f5;
	}
	.content {
		font-size: 16px;
	}
	.right {
		margin-left: 275px;
	}
	.right h3:first-child {
		margin-top: 1px;
	}
	.right h3 a {
		font-size: 18px;
	}
	.ldlist ul li {
		width: 605px;
	}
	.ldlist ul li .text {
		font-size: 16px;
		width: 340px;
		padding: 20px
	}
	.ldlist ul li a span {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.newslist {
		width: 1240px;
	}
	.newslist li {
		font-size: 16px;
		height: 50px;
		line-height: 52px;
	}
	.newslist li span {
		font-size: 14px;
	}
	.imglist ul li {
		margin: 8px 13px;
	}
	.imglist ul li a {
		width: 287px;
		height: 216px;
	}
	.imglist ul li a img {
		width: 287px;
		height: 202px;
	}
	.imglist ul li a span {	
		font-size: 16px;
		margin-top: -35px;
	}
	.imglist ul li .layer {
		height: 38px;
		margin-top: -42px;
	}
	#map {
		width: 1210px;
		height: 500px;
		border: #ddd solid 1px;
		font-size: 15px;
		line-height: 1.7;
	}
	#map label {
		background-color: rgba(255,255,255,0.6) !important;
		padding: 5px 8px !important;
	}
	#pages {
		margin: 20px 0 40px;
	}
	#pages a {	
		font-size: 15px;
		padding: 10px 15px 8px;
	}
}