@charset "utf-8";
body,ul,li,div,ol,table,input,p{margin:0;padding:0;}
a{text-decoration: none;cursor:pointer;}
.newsBox{
	height:660px;
	width:980px;
	background:url(../images/map.jpg) 0 0 no-repeat;
	position:relative;
	}
.newsBox a.icon{
	display:block;
	height:62px;
	width:78px;
	position:absolute;	
	cursor:pointer;
	}
.newsBox a.icon .title{
	height:220px;
	background:#fff;
	position:absolute;
	font-size:12px;
	text-align:center;
	top:0px;
	left:0;
	width:280px;
	display:none;
	overflow:hidden;
	}
.newsBox a.icon .title img{
	display:block;
	margin:5px auto;
	width:270px;
	height:183px;
	}
.newsBox a.pos1{top:90px;left:685px;}
.newsBox a.pos2{top:220px;left:586px;}
.newsBox a.pos3{top:256px;left:448px;}
.newsBox a.pos4{top:308px;left:658px;}
.newsBox a.pos5{top:362px;left:435px;}
.newsBox a.pos6{top:375px;left:651px;}
.newsBox a.pos7{top:444px;left:539px;}
.newsBox .info{
	width:600px;
	position:absolute;
	top:8%;
	left:190px;	
	display:none;
	box-shadow:3px 4px 5px #333333;	
	-webkit-box-shadow:3px 4px 5px #333333;
	-moz-box-shadow:3px 4px 5px #333333;
	-ms-box-shadow:3px 4px 5px #333333;
	-o-box-shadow:3px 4px 5px #333333;
	}
.newsBox .info .infoTitle{
	height:55px;
	width:585px;
	background:#3ca9da;
	line-height:55px;
	color:#fff;
	font-size:23px;
	font-weight:bold;
	padding:0 0 0 15px;
	position:relative;
	font-family:"微软雅黑";
	}
.newsBox .info .infoTitle .shuticon{
	cursor:pointer;
	height:40px;
	width:40px;
	display:block;
	position:absolute;
	top:10px;
	right:-40px;
	background:url(../images/shuticon.png) 0 0 no-repeat;
	
	}
.newsBox .info .infoContent{
	width: 568px;
	padding: 15px;
	color: #000;
	text-align: center;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2d2d2;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
	}
.newsBox .info .infoContent img{
	height:373px;
	width:570px;
	border:none;
	}
.newsBox .info .infoContent p a{
	color: #336699;
	text-decoration: none;	
	}
.newsBox .info .infoFooter{
	display:block;
	cursor:pointer;
	width:600px;
	height:50px;
	background:#adc5d0;
	line-height:50px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:24px;
	font-weight:bolder;
	color:#075071;
	}

