﻿body,td,th {
	font-family: "宋体";
	font-size: 14px;
	color: #666666;
}
body {
	margin: 0px auto 20px 0px;
	background-image: url(../img/bg.gif);
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

/* 字体样式 */
.input {
	height: 14px;
}
.red {
    color: #D75756;
}
.zg {
    color: #cccccc;
}
/* 链接样式 */
A.black_red:link {color: #666666;text-decoration: none;}
A.black_red:visited {color: #666666;text-decoration: none;}
A.black_red:hover {color: #D75756;text-decoration: none;}

A.black_red_b:link {color: #666666;text-decoration: none;font-weight: bold;}
A.black_red_b:visited {color: #666666;text-decoration: none;font-weight: bold;}
A.black_red_b:hover {color: #D75756;text-decoration: none;font-weight: bold;}

A.blue_red_b:link {color: #1F3A87;text-decoration: none;font-weight: bold;}
A.blue_red_b:visited {color: #1F3A87;text-decoration: none;font-weight: bold;}
A.blue_red_b:hover {color: #D75756;text-decoration: none;font-weight: bold;}

A.red_black:link {color: #D75756;text-decoration: none;}
A.red_black:visited {color: #D75756;text-decoration: none;}
A.red_black:hover {color: #666666;text-decoration: none;}

A.red_black_b:link {color: #D75756;text-decoration: none;font-weight: bold;}
A.red_black_b:visited {color: #D75756;text-decoration: none;font-weight: bold;}
A.red_black_b:hover {color: #666666;text-decoration: none;font-weight: bold;}

A.white:link {color: #FFFFFF;text-decoration: none;}
A.white:visited {color: #FFFFFF;text-decoration: none;}
A.white:hover {color: #FFFFFF;text-decoration: underline;}

A.zongen:link {color: #CCCCCC;text-decoration: none;}
A.zongen:visited {color: #CCCCCC;text-decoration: none;}
A.zongen:hover {color: #CCCCCC;text-decoration: underline;}
/* 页面层容器 */
#layout {
    width: 900px;
	margin: 0px auto;
}
#container {
	background-color: #FFFFFF;
	width: 890px;
	height: 100%;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 20px 0px 20px 0px;
}

/* 头部 */
#header {
	width: 890px;
	height: 160px;
}
#header #top {
	height: 30px;
	width: 790px;
	padding-right: 50px;
	padding-left: 50px;
}
#header #top #sitemap {
    color: #D75756;
	float: left;
	width: 390px;
	text-align: left;
	padding-top: 10px;
}
#header #top #language {
	text-align: right;
	width: 400px;
	float: left;
}
.translated {
	border-top: 5px solid #D75756;
	color: #D75756;
	padding-top: 5px;
	width: 50px;
	text-align: center;
	float: right;
	margin: 0px 5px 0px 5px;
}
.translating {
	padding-top: 10px;
	width: 50px;
	text-align: center;
	float: right;
	margin: 0px 5px 0px 5px;
}
#header #logo {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 890px;
}

/* 导航 */
#header #nav {
	height: 30px;
	width: 890px;
}
#header #nav #menu {
	text-align: left;
	float: left;
	width: 890px;
	margin-top:2px;
}
#header #nav #login {
	text-align: right;
	float: right;
	width: 440px;
	padding-top: 5px;
}
#header #nav #logout 
{
	text-align:right;
	float:right;
	width:440px;
	padding-top: 5px;
}
#header #nav #login1 {
	text-align: right;
	float: left;
	width: 80px;
	padding-top: 6px;
}
#header #nav #login2 {
	text-align: right;
	float: left;
	width: 390px;
	padding-top: 9px;
}

/* 页面主体 */
#pagebody {
	width: 890px;
	height: 1010px;
	*height: 1280px !important;
	*height: 730px;
	margin-top:0px;
	*margin-top:15px !important;
	*margin-top:0px;
}

/* 左边栏 */
#pagebody #sidebar_left {
	width: 180px;
	height: 730px;
	float: left;
	background-color: #EBEADD;
	padding: 0px 10px 0px 10px;
}
.left_box {
	width: 180px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px dotted #FFFFFF;
}
.left_content_box {
	width: 180px;
	padding: 5px 0px 5px 0px;
	color: gray;
}
.info{line-height:150%;}
.info a{color:olive !important;font-size:12px;font-weight:bold;margin-left:100px;}
.info a.quickLink{color:green !important;font-weight:normal;margin-left:0px;}
.info p{color:black;text-indent:0;font-size:12px;margin:0;}
.hide{display:none;}
.show{display:block;}
/* 主体内容 */
#pagebody #mainbody {
	width: 440px !important;
	float: left;
	height: 730px;
	padding: 0px 5px 0px 5px;
}

/* 头条新闻 */
#pagebody #mainbody #front_box {
	background-color: #FAF8F0;
	border-bottom: 1px solid #CCCCCC;
	width: 460px;
	padding: 0px 5px 5px 5px;
}
#pagebody #mainbody #front_box #front_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 10px 5px 0px 5px;
}
#pagebody #mainbody #front_box #front_img {
	float: left;
	width: 100px;
	text-align: left;
	height: 100px;
	margin: 0px 8px 0px 2px;
	border: 1px solid #000000;
	overflow: hidden;
}
#pagebody #mainbody #front_box #front_content {
	float: left;
	width: 350px;
	text-align: left;
	height: 92px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	line-height: 17px;
}

/* 图片新闻 */
.photonews_box {
	width: 460px;
	height: 110px;
	padding: 0px 5px 0px 5px;
}
.photonews_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 10px 5px 0px 5px;
}
.photonews_img {
	float: left;
	width: 100px;
	text-align: left;
	height: 75px;
	margin: 0px 8px 0px 2px;
	border: 1px solid #000000;
	overflow: hidden;
}
.photonews_content {
	float: left;
	width: 345px;
	text-align: left;
	height: 66px;
	padding: 5px 0px 0px 0px;
	line-height: 17px;
}

/* 文字新闻 */
.wordnews_box {
	width: 460px;
	height: 90px;
	padding: 0px 5px 0px 5px;
}
.wordnews_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 10px 5px 0px 5px;
	
}
.wordnews_content {
	float: left;
	text-align: left;
	height: 46px;
	padding: 5px 5px 0px 5px;
	line-height: 15px;
}

/* 相片与图像 */
#pagebody #mainbody #photo_box {
	background-color: #FAF8F0;
	border-top: 1px solid #CCCCCC;
	width: 455px;
	height: 209px;
	padding: 0px 5px 0px 5px;
}
#pagebody #mainbody #photo_box #photo_title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 10px 5px 0px 5px;
}
.photo {
	float: left;
	height: 75px;
	width: 100px;
	margin: 0px 5px 10px 5px;
	border: 1px solid #000000;
	overflow: hidden;
}

/* 右边栏 */
#pagebody #sidebar_right {
	width: 200px;
	height: 730px;
	float: left;
	background-color: #EBEADD;
}
#pagebody #sidebar_right #skins {
	width: 198px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D75756;
	text-align: center;
	padding-top: 10px;
}
#pagebody #sidebar_right #right_photo {
	height: 151px;
	width: 200px;
	padding: 5px 0px 5px 0px;
}
#pagebody #sidebar_right #news_title {
	font-size: 14px;
	font-weight: bold;
	background-color: #CFCDAF;
	height: 21px;
	width: 190px;
	padding: 9px 0px 0px 10px;
}
#pagebody #sidebar_right #news_content {
	width: 180px;
	padding: 5px 10px 0px 10px;
}
/* 底部 */
#footer {
	width: 890px;
	height: 80px;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_content {
	width: 890px;
	height: 70px;
	text-align: center;
	line-height: 20px;
}
#footer_border {
	width: 90px;
	height: 5px;
	margin: 0px 0px 0px 400px;
	border-bottom: 5px solid #D75756;
}



/*  新闻页面  */
#pagebody #webnews_header {
	height: 130px;
	width: 890px;
}
#pagebody #webnews_header #webnews_header_img {
	height: 130px;
	width: 260px;
	float: left;
	overflow: hidden;
}
#pagebody #webnews_header #webnews_header_title {
	height: 20px;
	width: 620px;
	float: left;
	padding: 20px 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	background-color: #FAF8F0;
}
#pagebody #webnews_header #webnews_header_content {
	height: 80px;
	width: 610px;
	float: left;
	padding: 10px 10px 0px 10px;
	background-color: #FAF8F0;
	line-height: 18px;
}

/*  新闻页面左边  */
.webnews_left {
	float: left;
	width: 670px;
	padding: 0px 10px 0px 10px;
	*padding-top:10px !important;
	padding-top:0;
}
.confer_title {
    padding-top: 5px;
	height: 15px;
	width: 670px;
}
.confer_content {
	color: #000000;
	width: 670px;
	height: 15px;
	padding-top: 5px;
}
.webnews_left_title {
    width: 650px;
	font-size: 14px;
	font-weight: bold;
	color: #C6A87B;
	height: 16px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #C6A87B;
	padding: 3px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
}
.page {
	padding-top: 5px;
	padding-left: 0px;
	margin:20px 0px;
}
.page span{margin:0 3px;}
#comment,#comm{display:none;}
.webnews_where {
    width: 650px;
	height: 15px;
    padding: 10px 0px 0px 10px;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	font-weight: bold;
}

/* 新闻页面图片新闻 */
.webphotonews_box {
	width: 660px;
	height: 135px;
	padding: 0px 5px 0px 5px;
}
.webphotonews_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 3px 5px 0px 5px;
}
.webphotonews_img {
	float: left;
	width: 100px;
	text-align: left;
	height: 75px;
	margin: 0px 8px 0px 2px;
	border: 1px solid #000000;
	overflow: hidden;
}
.webphotonews_content {
	float: left;
	width: 100%;
	text-align: left;
	height: 66px;
	padding: 5px 0px 0px 0px;
	line-height: 17px;
}

/* 新闻页面文字新闻 */
.webwordnews_box {
	width: 660px;
	padding: 0px 5px 0px 5px;
}
.webwordnews_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 3px 5px 0px 5px;
	
}
.webwordnews_content {
	float: left;
	text-align: left;
	height: 26px;
	padding: 0px 5px 0px 5px;
	line-height: 15px;
}

/*  新闻页面右边  */
.webnews_right {
    float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	*padding-top:10px !important;
	padding-top:0;
}
.webnews_right_title {
	font-size: 14px;
	font-weight: bold;
	background-color: #C6A87B;
	height: 17px;
	width: 190px;
	padding: 3px 0px 0px 5px;
	color: #FFFFFF;
}
.webnews_right_content {
	width: 180px;
	padding: 5px 5px 0px 5px;
}

/* 新闻显示页面主体 */
#article_pagebody {
	width: 890px;
	height: 100%;
}
.article_title {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.article_where {
	color: #000000;
	text-align: center;
}
.article_content {
	padding: 10px 30px 0px 30px;
	font-size: 14px;
}
p {
	line-height: 20px;
	text-indent: 2em;
}
.pimg {
	text-align: center;
}
.pimg h1 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	margin: 0px;
}

/*  评论页面  */
.comment_container {
	margin: 40px 100px 40px 100px;
	width: 700px;
	background-color: #FAF8F0;
}
.comment_title {
    font-size: 20px;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
    padding: 10px 30px 5px 30px;
	width: 598px;
	border-width: 0px 1px 2px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}
.comment_where {
	margin: 0px 20px 0px 20px;
    padding: 10px 30px 5px 30px;
	width: 598px;
	color: #000000;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}
.comment_content {
    margin: 0px 20px 0px 20px;
    padding: 5px 30px 5px 30px;
	width: 598px;
	border-width: 0px 1px 1px 1px;
	border-style: solid solid dashed solid;
	border-color: #CCCCCC;
	line-height: 20px;
}
.comment_text {
    margin: 0px 20px 0px 20px;
    padding: 5px 30px 5px 30px;
	width: 600px;
}
.comment_refer {
    margin: 0px 20px 0px 20px;
    padding: 5px 30px 20px 30px;
	width: 600px;
}

/*  登陆页面  */
.login_title {
	text-align: left;
	margin: 10px 100px 10px 100px;
	padding: 10px;
	width: 658px;
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em;
	background-color: #FAF8F0;
	border: 1px solid #CCCCCC;
}
.login_content {
    text-align: center;
	padding: 5px;
	width: 880px;
	font-size: 14px;
}

/*  提交信息页面  */
.join {
    font-size: 14px;
	padding: 10px 100px 10px 100px;
	width: 690px;
}
.join_input {
	background-color: #EDEADB;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
}
.join_textarea {
    font-size: 12px;
    width: 400px;
	background-color: #EDEADB;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
	line-height: 20px;
}
.join_button {
    border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #999999;
	background-color: #FAF8F0;
	font-size: 12px;
}

/*  日历  */
#calendar_box {
    width:190px;
	padding: 0px 0px 0px 5px;
}
#calendar {
	width: 189px;
	border: 1px solid #CFCDAF;
	border-bottom: none;
	border-left: none;
}
#calendar span {
	width: 26px;
	color: #999999;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFCDAF;
	border-left: 1px solid #CFCDAF;
	padding: 2px 0px 1px 0px;
	margin: 0px;
	float: left;
}
#calendar span.today {
	color: #0066ff;
	font-weight: bold;
	background-color: #f6f6f6;
}
#calendar span.head {
	width: 179px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	background-color: #CFCDAF;
	border-bottom: none;
	padding: 2px 5px 1px 5px;
}
#calendar span.foot {
	width: 189px;
	color: #999999;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	background-color: #F0F0F0;
	padding: 0px;
}
#calendar .ww, #calendar .we {
	color: #666666;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	background-color: #F0F0F0;
}
#calendar span.weekend, #calendar .we {
	color: #FF0000;
}

/*  相册  */
#photo_content {
    width: 670px;
	float: left;
}
.photo_list {
    border: 1px solid #CCCCCC;
	margin: 0px 4px 8px 4px;
	float: left;
	padding: 2px;
	width: 315px;
	height: 135px;
	overflow: hidden;
	background-color: #FAF8F0;
}
.photo_list img {
    float: left;
	border: 1px solid #000000;
}
.photo_list h2,h3,h4 {
    float: right;
    font-family: "宋体";
	padding: 0px;
	width: 55%;
}
.photo_list h2 {
    font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.photo_list h3,h4 {
    font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
}
.left_photo {
    width: 165px;
	padding: 5px 0px 5px 20px;
	overflow: hidden;
}
.left_photo img {
	border: 1px solid #000000;
}
.pic_list {
    border: 1px solid #CCCCCC;
	margin: 3px;
	float: left;
	padding: 2px;
	width: 150px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	background-color: #FAF8F0;
}
.pic_list img {
    border: 1px solid #000000;
}
.pic_list h5,h6 {
    font-family: "宋体";
	padding: 0px;
}
.pic_list h5 {
    font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.pic_list h6 {
    font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
}
#image_content {
    width: 670px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#image_content img {
    border: 1px solid #000000;
}
#image_content h2 {
    font-size: 14px;
	font-weight: normal;
	font-family: "宋体";
	padding: 20px 30px 0px 30px; 
	margin: 0px;
	text-align: left;
}
#LabelNoInfo{margin:10px;display:block;}
#pagecut{margin:0;}
#guide{font-size:12px;border:1px silver solid;padding:3px 10px;height:20px;line-height:20px;clear:both;display:none;*display:none !important;*display:block;}