/* CSS Document */

*{
	margin:0px;
	padding:0px;
	background-color:#f5f5f5;
	font-family: "微软雅黑";
}
.clear{clear: both;}
* span{
	color: #666;
	font-size: 14px;
}
.ghjc{
	text-align:center;
}
.ghjc .image{
	margin:0px auto 0px auto;
	width:1280px;
	height:120px;
	overflow:hidden;
}
.main {
	width: 1280px;
	margin:20px auto 0px auto;
	font-size: 16px;
}

.main .ghjc_list{
	width: 1280px;
	margin: 10px 0px 10px 0px;
}
.main .ghjc_list ul li{
	margin-bottom: 10px;
	padding-left: 32px;
	list-style: none;
	text-align: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	border-bottom: 2px dashed #999;
}

.main .ghjc_list ul li a{
	font-size:16px;
	text-decoration:none;
	background-color:transparent;
	color: #000;
	font-family: "微软雅黑";
}
.main .ghjc_list ul li a:hover{
	background-color:transparent;
	text-decoration:none;
	color: #f00;
	font-size:16px;
	font-family: "微软雅黑";
}
a{
	font-size:16px;
	text-decoration:none;
	background-color:transparent;
	color: #000;
	font-family: "微软雅黑";
}
a:hover{
	background-color:transparent;
	text-decoration:none;
	color: #f00;
	font-size:16px;
	font-family: "微软雅黑";
}

iframe {
            width: 100%;
            height: 600px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
		.link {
            display: block;
            margin: 10px 0;
            color: #0066cc;
            text-decoration: none;
            cursor: pointer;
        }
        .link:hover {
            text-decoration: none;
        }

/* CSS Document */

