@charset "utf-8";
/*评论*/
.comment-add .editor textarea {
    width: 98%;
    height: 70px;
}
.Validform_error {
    background: #FEFBD3;
}
.comment-add .subcon {
	width:95%;
	margin:5px auto;
}
.input {
    display: inline;
    margin-right: 5px;
    padding: 7px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #fff;
    color: #999;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
input.btn, button.btn {
    height: 40px;
    cursor: pointer;
    overflow: visible;
}
.btn {
    background: #DA0000;
    border: 1px solid #DA0000;
    border-radius: 2px;
    vertical-align: middle;
}
.comment-box {
    position: relative;
    margin-top: 15px;
}
.comment-list li {
    padding: 15px 0;
    border-top: 1px solid #f7f7f7;
}
.comment-list li .avatar {
    display: block;
    float: left;
    margin-top: 6px;
    background: #fff;
    border-radius: 2px;
    width: 42px;
    height: 42px;
    overflow: hidden;
}
.comment-list li .avatar img {
    width: 42px;
    height: 42px;
}
.comment-list li .inner {
    margin-left: 52px;
}
.comment-list li .inner p {
    color: #333;
    font-size: 14px;
    line-height: 1.8em;
}
.comment-list li .inner .meta {
    margin: 0;
    padding-top: 3px;
    color: #999;
    border: none;
}
.meta {
    margin: 30px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.blue {
    color: #1E7BB3;
}
.comment-list li .inner .meta .time {
    margin-left: 5px;
    padding-left: 20px;
    color: #777;
    background: url(../images/sprite.gif) no-repeat left -158px;
}
.comment-list li .answer {
    margin-left: 48px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.comment-list li .answer .meta {
    margin: 0;
    padding: 0;
    color: #999;
    margin-bottom: 5px;
    border: none;
}
.comment-list li .answer p {
    color: #555;
    font-size: 14px;
    line-height: 1.8em;
}
.page-box {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
div.digg {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
div.digg span.disabled {
    border: 1px solid #eee;
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #ddd;
}
div.digg span.current {
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #555;
    font-weight: bold;
}
.base-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #3b8dd1;
    line-height: 1em;
    font-size: 18px;
    font-weight: normal;
	width:98%;
	margin:3px auto;
}
.base-tit i {
    float: right;
    padding: 10px 0;
    color: #999;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
}
.base-tit span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #3b8dd1;
}
.meta .right{float:right; width:auto;}
/*end*/

/*产品评论*/
#pro_comment{height:auto; border:1px solid #e5e5e5; margin:10px auto; overflow:hidden;}
#pro_comment .com_title{height:30px; line-height:30px; font-size:14px; color:#404040; background:#fafafa; padding-left:10px; border-bottom: 1px solid #e5e5e5;}
/*news*/
#newspage{font-family:'微软雅黑'; font-size:14px; overflow:hidden;}
#newspage .head{height:70px; border-bottom:1px dashed #ccc; text-align:center; color:#333;}
#newspage .head .tit{height:40px; line-height:40px;}
#newspage .head .tit h1{font-size:20px;}
#newspage .head .info_show{height:30px; line-height:30px;}
#newspage .head .info_show p{padding:0 20px; font-size:12px; display:inline; color:#999;}
#newspage .head .info_show span{color:#DA7702;}
#newspage .info_con{margin-top:10px; overflow:hidden; width:100%;}
#newspage .info_con, #newspage .info_con p, #newspage .info_con span{font:14px/26px '微软雅黑';}
#newspage .info_con h2{font-size:16px; margin:10px 0; border-bottom:2px solid #F18C19; background:url(../images/h2.png) no-repeat left center; padding-left:35px; font-weight:bold; line-height:30px;}
#newspage .info_con b, #newspage .info_con strong{font-weight:bold; font-size:14px;}
#newspage .info_con table{text-align:center; border-right:1px solid; border-bottom:1px solid; border-collapse:collapse;}
#newspage .info_con table td{padding:5px 10px; border-top:1px solid; border-left:1px solid;}
#newspage .info_share{height:35px; line-height:35px; background:#EEE; margin:10px 0 10px 0;}
#newspage .info_share .tit{width:100px; text-align:center; font-weight:bold; color:#2482B5; font-size:16px; float:left; line-height:35px;}
.txt_red:hover{
    color: red;
}