@media only screen and (min-width: 800px) {
	body {
		min-width: 1200px;
	}
}

.inline_block {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#head {
	height: 156px;
 	background-image: url("../../img/pc/banner_bg_03.png"); 
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
	width: 100%;
}

#layout_main {
	margin-top: -156px;
}

#img_box {
	
}

#page-image {
	border: 1px solid #F7B2B2;
}

.coordinate {
	position: absolute;
	display: inline-block;
	background: #ccc;
	top: 0;
	left: 0;
	filter: alpha(opacity =     0); /*IE滤镜，透明度50%*/
	-moz-opacity: 0; /*Firefox私有，透明度50%*/
	opacity: 0; /*其他，透明度50%*/
}

.coordinate:hover {
	filter: alpha(opacity =     60); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.6; /*Firefox私有，透明度50%*/
	opacity: 0.6; /*其他，透明度50%*/
}

#img_box img { /* max-height: 577px; */
	width: 470px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 3px 3px 3px;
	-moz-box-shadow: 3px 3px 3px;
	box-shadow: 3px 3px 3px;
}

#layout_main_left {
	padding: 70px 0px 0px 0px;
}

#layout_main_right {
	width: 700px;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 20px;
}

.nav {
	width: 100%;
	height: 50px;
	background-image: url("../../img/pc/nav_bg.png");
}

.nav ul {
	width: 100%;
	height: 100%;
}

.nav ul li {
	float: left;
	width: 130px;
	line-height: 50px;
}

.nav ul li a {
	font-family: "宋体";
	font-size: 18px;
	color: #fff;
}

.pdf {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

.pages {
	height: 120px;
	z-index: 1000;
	display: none;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	width: 700px;
}

.search_input {
	height: 22px;
	width: 180px;
	margin-left: 5px;
	position: absolute;
	margin-bottom: 0;
	margin-left: 80px;
	border: 1px solid #3A98D8;
}

.search {
	float: right;
	margin-right: 5px;
	height: 22px;
	width: 300px;
	margin-top: 5px;
}

.search select {
	border: none;
	position: absolute;
	margin-bottom: 0;
	width: 80px;
	text-align: center;
	border: 1px solid #3A98D8;
}

.searchBtn {
	background-color: #3A98D8;
	height: 22px;
	width: 36px;
	background-image: url("../../img/pc/Search.png");
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	position: absolute;
	margin-bottom: 0;
	margin-left: 260px;
}

.search img {
	margin: 0;
	pause: 0;
}

.logo {
	max-height: 90px;
	max-width: 200px;
}

#layout_bottom {
	text-align: center;
	border-top: 4px solid blue;
	padding-top: 10px;
}

.ctrl_bar {
	height: 35px;
	line-height: 35px;
	text-align: left;
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
}

#layout_right_category {
	text-align: left;
	margin-top: 40px;
}

#categorys {
	width: 314px;
}

#articles {
	width: 374px;
	vertical-align: top;
	margin-left: 8px;
}

.page_articles {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e4e4e4;
}

.comments {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	margin-top: 20px;
	height: 240px;
	border: 1px solid #e4e4e4;
}

.comment {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	margin-top: 10px;
	height: 80px;
	text-align: left;
}

.comment span {
	font-size: 14px;
	font-family: "宋体";
	color: #323232;
}

.comment .info {
	font-size: 12px;
	font-family: "宋体";
	color: #999999;
}

.comment textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e0e0e0;
	width: 600px;
	height: 56px;
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
}
.comment button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
	background-color:#3A98D8;
	color:#fff;
	width: 80px;
	height: 32px;
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
}
.list_articles {
	float: left;
	width: 100%;
	text-align: left;
	overflow: scroll;
	height: 300px;
}

.category_head {
	height: 32px;
	background-image: url("../../img/pc/title_bg_03.png");
	background-repeat: repeat-x;
}

.category_footer {
	height: 10px;
}

.category_name {
	height: 32px;
	background: #3A98D8;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	width: 90px;
	font-size: 16px;
	font-family: "宋体";
	float: left;
}

.category_slide_bottom {
	text-align: center;
	border-top: 4px solid #F57777;
	background: url("../img/muluye-sanjiao2.png") no-repeat center top;
	height: 6px;
	border-bottom: 8px solid #F57777;
}

.list_context {
	height: 628px;
	border: 1px solid #ccc;
}

.category_items li {
	text-indent: 1em;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #cccccc;
	margin-left: 14px;
	margin-right: 14px;
}

.category_items li a {
	font-size: 12px;
	color: #323232;
}

#data_btn {
	background: transparent;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border: 0;
}

#htmlBody p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 3px;
	color: #4c4c4c;
	font-family: "微软雅黑"
}

.title {
	margin: 15px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #323232;
}

.info {
	margin: 15px;
	font-size: 1.2em;
	line-height: 25px;
	letter-spacing: 2px;
	color: #4c4c4c;
}

a {
	color: #555;
}

a:hover {
	color: #f00;
}

#article_img img {
	max-width: 100%
}

#article_img p {
	text-align: center;
}

.comments li{
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	padding:10px;
}
.comments .name{
	color: #018c66;
	font-size: 12px;
	display: block;
}
.comments .content{
	color: #323232;
	font-size: 12px;
	margin-top: 10px;
	width: 580px;
}
.comment_list{
	overflow:auto;
	overflow-x:hidden;
	height: 200px;
}
