@charset "utf-8";
/*
* 同分类文章 / 同期文章
* common.css
*/

/**
* 阴影
*/
div#sideCenter .shadow {
    width: 596px;
    border: 1px solid #b5b5b5;
    background-color:#FFFFFF;
}
/**
* 结束阴影
*/
/**
* 简要说明
*/
div#sideCenter .intro {/*
    font-size: 14px;
    padding: 0 60px;
    color: #5c5959;
    margin-top: 24px;
    line-height: 22px;*/
    
    border:1px solid #E1E1E1;
    color:#333333;
    font-size:13px;
    line-height:22px;
    padding:8px 10px;
    min-height:22px;
    text-align:justify;
    background:#EFF4F8;
    width:90%;
    margin: 20px auto 0 auto;
}
/**
* 结束简要说明
*/
/**
* 文章标题
*/
div#sideCenter .arti_title {
    /*width: 80%; /* 586px - 40px */
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
    padding: 25px 20px 0px 20px;
}
div#sideCenter .arti_title h2 {
    font-size: 34px;
    line-height: 48px;
    color: #1b100d;
    font-weight:bold;
}
/**
* 结束 文章标题
*/
/**
* 文章信息
*/
div#sideCenter .info {
    margin: 0 auto;
    width: 95%; /* 596px - 40px */
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    background: url(../images/line-x.png) repeat-x bottom center;
    padding-bottom: 10px;
    margin-top: 20px;
}
/**
* 结束 文章信息
*/
/**
* 放大镜
*/
div#sideCenter .zoom  {
    width:95%;
    text-align:right;
    margin-right: auto;
    margin-bottom: 10px;
}
/**
* 结束 放大镜
*/
/**
* 文章内容
*/
div#sideCenter .content {
    padding: 0px 24px;
    /*width: 566px; /* 596px - 40px */
    color: #000000;
    font-weight:400;
    font-size: 16px;
    line-height: 24px;
	overflow:hidden;
}
div#sideCenter .content img {
max-width:500px;
margin:0 auto;
}
/**
* 结束 文章内容
*/
/**
* 导航按钮
*/
#sideCenter .navButton {
    margin: 3em auto;
    width: 95%; /* 586px - 40px */
    text-align: center;
}
#sideCenter .navButton a {
    margin-right: 1em;
    margin-left: 1em;
}
/**
* 结束 导航按钮
*/
/**
* 评论栏
*/
#commentBox {
    margin: 0 auto;
    width: 100%; /* 586px - 40px */
}
/**
* 评论标题栏 / 发表评论
*/
#commentBox .header_title {
    width: 100%; /* 586px - 40px */
    border-top: 1px solid #767373;
    border-bottom: 1px solid #767373;
    background-color: #dcdddd;
}
#commentBox .header_title .left {
    float: left;
    background:url(../images/icon_arrow_right.png) no-repeat 1em center;
    padding-left: 28px;
    color: #4e4a4a;
    line-height: 2.5em;
    font-weight: bold;
}
#commentBox .header_title .right {
    float: right;
    margin-right: 12px;
    color: #4e4a4a;
    line-height: 2.4em;
}

#pubBox {
    width: 100%;
}
#pubBox #loginBox {
    width: 100%;
    padding: 7px 0px;
    background-color: #f3f3f3;
    text-align: center;
}
#pubBox .title .userpass input {
    border: 1px solid #767373;
}
#pubBox .textbox {
    padding:0 2px;
    /*margin: -10px auto 0 auto;*/
}
#pubBox .textbox textarea {
    font-size: 14px;
    border: 1px solid #bbc0c4;
    padding:2px 1px;
    width: 100%;
}
#pubBox .submitButton {
    text-align:center;
    margin: 5px 0px;
}
#pubBox .submitButton img {
    vertical-align: middle;
}
#pubBox .submitButton p {
    display:inline;
    margin-left: 5px;
    line-height: 12px;
    vertical-align: middle;
}
/**
* 结束 评论标题栏 / 发表评论
*/
/**
* 评论预览
*/
#commentBox .view {
    width: 99%;
    padding-bottom: 10px;
    margin: 3px auto;
    border-bottom: 1px solid #999999;
    display:none;
}
/* 标题 */
#commentBox .view .title {
    width: 100%;
    line-height: 28px;
    text-align: left;
    border-bottom: 1px solid #999999;
    background: url(../images/icon_comment-trans.png) no-repeat left center;
    margin: 0 auto 0 auto;
    color: #5c5959;
}
#commentBox .view .title span {
    margin-left: 3em;
}
/* 评论内容 */
#commentBox .view .comment {
    width: 95%;
    line-height: 24px;
    margin: 0 auto 0 auto;
    color:#5c5959;
}
/* 声明 */
#commentBox .statement {
    width: 95%;
    margin:0 auto 0 auto;
    line-height: 24px;
    color: #0c3a69;
}
/**
* 结束 评论预览
*/


/*
#commentBox .submit {
	text-align: center;
	height: 2.5em;
	border-bottom: 1px solid #767373;
	background-color: #f3f3f3;
}
#commentBox .submit .c_user {
	border: 1px solid #767373;
	margin-top: 4px;
}
#commentBox .submit .c_pass {
	border: 1px solid #767373;
}
#commentBox .submit .c_button {
}
#commentBox .textBox {
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#commentBox .textBox .textContent {
	font-size: 12px;
	width: 99%;
	height: 80px;
	overflow:auto;
	border: 1px solid #bbc0c4;
}
*/


