﻿@charset "utf-8";
* {
	margin: 1px;
	border: 1px #808080;
	word-break: break-all;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
/*强制换行*/

body {
	font-size: 14px;
	color: #000;
	font-family: "Courier New",Courier,monospace;
	padding: 0px;
	margin: 10px auto 0px auto;
}
a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.textarea {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff;
}
.input {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff;
}
.loading {
	background-image: url(../images/loading.gif);
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	font-size: 13px;
}

/* 主区域 */
.wrap {
	padding: 0px;
	width: 1280px;
	margin: 0px auto;
}

/* 页头 */
.head {
	height: 80px;
}
.head .logo {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.head .banner {
	width: 730px;
	margin-top: 10px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
/* 菜单 */
.menu {
	border: 0px none;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	background: url('../images/topnav_bgnd.gif') repeat-x;
	color: #CC0000;
	font-weight: bold;
}
.menu ul {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	border: 0px;
	float: left;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.menu ul li a {
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	padding-top: 1px;
	margin-right: 0px;
	font-size: 14px;
}
.menu ul li a.current {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
/* 搜索 */
.search {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
.search form {
	margin: 0px;
	padding: 0px;
}
.search .sitepath {
	float: left;
	padding-top: 7px;
	width: 440px;
}
.search .tags {
	float: left;
	padding-top: 7px;
	width: 240px;
	padding-left: 25px;
	padding-right: 0px;
	text-align: right;
}
.search .postbox {
	float: right;
	width: 270px;
	text-align: right;
}
.search .input {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #333;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.search .btn {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	width: 50px;
}
/* 正文 */
.main {
}
/* 正文左边 */
.main .left {
	padding: 10px;
}
/* 正文左边-首页 */
.main .left .index {
	margin-bottom: 2px;
}
.main .left .index .pic {
	float: left;
	height: 300px;
	width: 500px;
}
.main .left .index .new {
	float: left;
	width: 285px;
}
.main .left .index .new ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.main .left .index .new ul li {
	padding: 4px 0px 3px 2px;
	border-bottom: 1px dashed #fff;
}
.main .left .index .new ul li .mtime {
	font-size: 12px;
	color: #ccc;
}
.main .left .index .new ul li .mnow {
	font-size: 12px;
	color: #f00;
}
.main .left .index .new ul a {
	color: #333;
	text-decoration: none;
}
.main .left .index .new ul a:hover {
	color: #00F;
}
/* 正文左边-栏目 */
.main .left .channel {
	margin: 0px -10px;
}
.main .left .channel .node {
	float: left;
	width: 385px;
	margin: 5px;
	border: 1px solid #C2C2C2;
	padding: 1px;
}
.main .left .channel .node .title {
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	color: #404040;
	padding: 7px 5px 5px 5px;
	background-color: #F6F6F6;
}
/* 导航标题 */
.main .left .channel .node .title a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.main .left .channel .node .title a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}
.main .left .channel .node .box {
	line-height: 25px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.main .left .channel .node .box ul {
	width: 310px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
}
/* CSS限制宽了 */
.main .left .channel .node .box ul li {
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding-left: 15px;
}
.main .left .channel .node .box ul a {
	color: #2B2B2B;
	text-decoration: none;
}
.main .left .channel .node .box ul a:hover {
	color: #F00;
	text-decoration: underline;
}
/* 正文左边-栏目-推荐图文 */
.main .left .channel .node .pic {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.main .left .channel .node .pic .picsrc {
	float: left;
	margin-right: 5px;
}
.main .left .channel .node .pic .picsrc img {
	border: 1px solid #666666;
}
.main .left .channel .node .pic .picinfo {
	float: left;
	width: 227px;
}
.main .left .channel .node .pic .title {
	background-color: #fff;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.main .left .channel .node .pic .info {
	line-height: 17px;
	padding-top: 4px;
	font-size: 12px;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
	text-indent: 24px;
}
.main .left .channel .node .pic .info .more {
	color: #900;
	text-decoration: none;
}
/* 正文左边-列表 */
.main .left .list {
}
.main .left .list .node {
	margin-bottom: 8px;
}
/* 单个文章信息 */
.main .left .list .node .title {
	padding-bottom: 6px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;
}
/* 标题 */
.main .left .list .node .title h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
/* 标题 */
.main .left .list .node .title a {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
	padding-left: 5px;
}
.main .left .list .node .title a:hover {
	text-decoration: underline;
}
.main .left .list .node .description {
	padding: 8px;
	line-height: 150%;
	color: #555;
}
/* 描述 */
.main .left .list .node .description p {
	margin: 0px;
	padding: 0px;
}
.main .left .list .node .info {
	text-align: right;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 18px;
}
/* 文章其他信息 */
.main .left .list .node .info span {
	color: #390;
}
/* 正文左边-列表-图片 */
.main .left .listpic {
}
.main .left .listpic .node {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 5px;
}
.main .left .listpic .node .pic {
}
.main .left .listpic .node .pic img {
	margin: 1px;
}
.main .left .listpic .node .pic a {
	border: 1px solid #ccc;
}
.main .left .listpic .node .pic a:hover {
	border: 1px solid #fc0;
}
.main .left .listpic .node .url {
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 90%;
	height: 30px;
}
/* 正文左边-通用-文字 */
.main .left .common {
	color: #333;
	line-height: 160%;
}
/* 正文内容 */
.main .left .common form {
	margin: 0px;
	padding: 0px;
}
/* 正文左边-内容 */
.main .left .content {
}
.main .left .content h1 {
	margin: 0px;
	padding: 8px;
}
/* 标题 */
.main .left .content .info {
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	background-color: #F5F5F5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	padding-right: 10px;
}
/* 正文信息 */
.main .left .content .info span {
	color: #390;
}
/* 信息突出 */
.main .left .content .area {
	color: #333;
	line-height: 160%;
	padding: 10px;
}
/* 正文内容 */
.main .left .content .prenext {
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main .left .content .prenext .pre {
	float: left;
	width: 50%;
}
/* 上一篇 */
.main .left .content .prenext .next {
	text-align: right;
	float: right;
	width: 50%;
}
/* 下一篇 */
/* 正文左边-评论 */
.main .left .comment {
	background-color: #eee;
	padding: 20px;
}
.main .left .comment .more {
	padding: 5px;
}
.main .left .comment .list {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
/* ITEM */
.main .left .comment .list dl {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
/* 单用户评论显示框 */
.main .left .comment .list dl dt {
	line-height: 25px;
	color: #333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	padding-left: 10px;
	font-size: 13px;
}
/* 网友信息 */
.main .left .comment .list dl dt span {
	color: #390;
	font-size: 11px;
}
/* 评论时间 */
.main .left .comment .list dl dd {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin: 10px;
	padding: 5px;
}
/* 评论内容 */
/* 正文左边-评论发表 */
.main .left .comment .post {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666;
	padding-left: 10px;
}
.main .left .comment .post form {
	margin: 0px;
	padding: 0px;
}
.main .left .comment .post label {
	display: block;
	line-height: 30px;
}
.main .left .comment .post .btn {
	display: block;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
}
/* 发表评论的按钮 */
/* 正文侧边 */
.nav {
	border: 1px #CCCCCC solid;
}
.youqinglink {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	background-color: #F5F5F5;
	border: 1px #666666 solid;
	padding: 10px;
}
.linkbox {
	color: #808080;
	text-decoration: none;
	text-align: left;
}
.linkbox ul {
	color: #808080;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
}
.linkbox ul li {
	color: #808080;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
}
.linkbox a:link {
	color: #808080;
	text-decoration: none;
}
.linkbox a:visited {
	color: #808080;
	text-decoration: none;
}
.linkbox a:hover {
	color: #990000;
	text-decoration: underline;
}
.main .right {
	width: 265px;
	border-left-width: 1px;
	border-left-color: #ccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.main .right .nav {
	margin-bottom: 10px;
	padding: 5px;
}
/* ITEM */
.main .right .nav .title {
	border-bottom-width: 1px;
	border-bottom-color: #999;
	font-weight: bold;
	color: #404040;
	text-align: center;
}
/* 导航标题 */
.main .right .nav .box {
	line-height: 25px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.main .right .nav .box ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* CSS限制宽了 */
.main .right .nav .box ul li {
}
/* 法语精华 */
.fayujinghua {
	background-color: #f7f7f7;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E0E0E0;
	border-right-style: solid;
	border-right-width: 1px;
}
.fayujinghua .jinghuatitle {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 7px 7px 10px 7px;
}
.fayujinghua .jinghuabox {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
/* 页尾 */
.foot {
	text-align: center;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.foot a:link {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	text-decoration: none;
}
.foot a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	text-decoration: none;
}
.foot a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #990000;
	text-decoration: underline;
}
.huixiang {
	text-align: center;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	text-decoration: none;
	color: #990000;
}

/* 分页 */
.page {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 14px;
}
.page span {
	display: block;
	color: #390;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	border: 1px solid #ccc;
	padding-top: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
}
.page a {
	display: block;
	color: #390;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	border: 1px solid #ccc;
	padding-top: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
}
/* SPAN和链接 */
.page a.current {
	color: #F44;
	border: 1px solid #F44;
}
.page a:hover {
	color: #F44;
	border: 1px solid #F44;
}
/* 当前链接有激活时 */
.page input {
	padding: 0px;
	color: #390;
	height: 16px;
	width: 25px;
	border: 0px solid #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
	vertical-align: middle;
	font-size: 12px;
}
/* 跳转INPUT */
