/*******************************************************************************
 * 全局
 ******************************************************************************/
body {
	color: #333333;
	font-family: Tahoma,"宋体";
	font-size: 14px;
	padding: 0;
	text-align: left;
	background-color:#dddddd;
}
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #FF4700;
    text-decoration: underline;
}
a:visited{
	 color:#999;
	}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: "";
}
.container {
    width: 980px;
    margin: 0 auto;
    display: block;
    *zoom: 1;
}
.strong {
    font-weight:bold;
}
.red{
    font-weight:bold;
    color:#F00;
}

/* 清除浮动 */
.clearfix:after, .container:after {
    content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;
}
.clearfix, .container {display:block;}
.clear {clear:both;}

.hidden {
    display: none;
}
.center {
    text-align: center;
}
/* 更多 */
a.more {
    color: #b90006;
}
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }
.fz-12 { font-size: 12px; }
.remove-right-margin {
    margin-right: 0;
}
.box-bg{ 
    background:url(http://bbs.voc.com.cn/mm/images/box-bg.gif) repeat-x left 5px;
	_width:988px;
}

/*******************************************************************************
 * 布局
 ******************************************************************************/
#page-hd {
	background:url(http://bbs.voc.com.cn/mm/images/main-menu-bg.jpg) repeat-x scroll left top;
	width:100%;	
	height:165px;	
}
#page-bd {
	/*width:964px;*/	
	margin:0 auto;
	padding:0 50px;
}
#detail-page-hd{
	background:url(http://bbs.voc.com.cn/mm/images/main-menu-bg.jpg) repeat-x scroll left top;
	width:100%;	
	height:175px;	
}
#detail-page-bd {
	/*width:964px;*/	
	margin:0 auto;
	padding:0 50px;
	
}

/*******************************************************************************
 * 主导航
 ******************************************************************************/
.main{
    /*width:964px;*/
	margin: 0 auto;
	height:38px;
	padding:0 50px;
	z-index:100;
}
.main-left {
	width:450px;
	float:left;
}
.main-left ul {
	height:38px;
	line-height:38px;
	overflow:hidden;	
}
.main-left ul li {
	background:url(http://bbs.voc.com.cn/mm/images/main-menu-split-bg.gif) no-repeat scroll right 50% transparent;	
	float:left;
}
.main-left ul li.last {
    background: none;
}
.main-left ul li a {
	font-size:14px;
	color:#FFF;
	margin:0 10px;
}

.main-left ul li a:visited {
	font-size:14px;
	color:#FFF;
	margin:0 10px;
}
/*******************************************************************************
 * main menu right
 ******************************************************************************/
.main-right{
	width:440px;
	float:right;
}
.main-right ul {
	height:38px;
	line-height:38px;
	overflow:hidden;	
}
.main-right ul li{
	background:url(http://bbs.voc.com.cn/mm/images/main-menu-split-bg.gif) no-repeat scroll left 50% transparent;
	float:left;
}
.main-right ul li.active {
    background: #2566a6;
}
.main-right ul li.last {
    background: none;
}
.main-right ul li a {
	font-size: 12px;
	color: #e1e1e1;
	margin: 0 10px;
}
/*******************************************************************************
 * 头部
 ******************************************************************************/
.heade{
	/*width:964px;*/
	margin:0 auto;
	height:94px;	
	background:url(http://bbs.voc.com.cn/mm/images/heade-bg.jpg) no-repeat scroll center top;
	padding:0 50px;
}
.logo{
	padding-top:15px;
	margin-bottom:15px;	
}
.subnav{
	/*width:964px;*/
	height:32px; 	
	position:relative;	
	border-left: #cacaca solid 4px;
	border-bottom: #cacaca solid 4px;
	background-color:#fff;
	z-index:12;
}

.sub-Middle-bg{
	_height:10px;
	float:left;
	width:90%;
}
.sub-Middle-bg p{
	height:32px;
	line-height:32px;
	font-size:12px; 
	padding-left:15px;
	display:block; float:left
}
.sub-Middle-bg .news{ float:right; background:url(http://bbs.voc.com.cn/mm/images/news1.gif) no-repeat 7px 0px; padding:0 10px 0 28px; color:#666; height:32px; line-height:28px; font-size:12px; width:340px; overflow:hidden}
.sub-Middle-bg .news a{ color:#666;}
.sub-right-bg{
	width:10%;
	float:right;
	margin-top: -32px;
	_position:absolute;
}

/*******************************************************************************
 * sidebar
 ******************************************************************************/
.sidebar{
	/*width:960px;*/
	height:46px;
	border-left: #cacaca solid 4px;
	border-bottom: #cacaca solid 1px;
	background-color:#FFF;
}
.sidebar-left{
	width:400px;
	float:left;
	margin-left:10px;
}
.sidebar-left ul li{ 
    float:left;
	height:46px;
	line-height:46px;
}
.sidebar-left ul li a {
    display: inline;
    border-right: #ccc solid 1px;
    padding: 0 10px;
}
.sidebar-left ul li.last a {
    border-right: none;
    padding-right: 0;
}
.sidebar-right{	
	float:right;
}
.sidebar-right ul li{ 
    float:left;
	margin:9px 10px 9px 0;
	
}
/*******************************************************************************
 * 主题内容
 ******************************************************************************/
.main-body {    
	border-left: #cacaca solid 4px;
	border-bottom: #cacaca solid 4px;
	background-color:#ebebeb;
    border-top: none;
}
.tab{
	background-color: #FFFFFF;
	;
	border-top: #488ecc solid 3px;
	border-right: #d4d4d4 solid 1px;
	border-left: #d4d4d4 solid 1px;
	border-bottom:#d4d4d4 solid 1px;
	width: 234px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.tab-title p{ 
    font-size:20px;	
	font-weight:bold;
	margin: 0 0 10px 5px;	
}

.tab-title a{
	background-color: #ecf1f6;
	border: 1px solid #c7ced4;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px #FFFFFF inset, 0 1px 1px rgba(34, 25, 25, 0.1);
	color: #536270;
	display: inline-block;

    *margin: 0 2px 15px 3px;	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 20px;
}

.tab-title a:hover {
    background-color: #488ecc;
    border-color: #1e609d;
    box-shadow: 0 1px #5d9fdb inset, 0 1px 1px rgba(34, 25, 25, 0.1);
    color: #FFFFFF;
    text-decoration: none;
}
.grid-cascade {
    display: block;
    float: left;
    width: 268px;
    margin: 0 9px;
	_margin: 0 -5px 0 0;
}
.Loading{
    text-align:center;
	margin:20px 0;
}
/*.main-bottom{
    width:960px;
	margin-left:1px; clear:both; height:7px; overflow:hidden; line-height:1px; font-size:1px;
}
*/


/*******************************************************************************
 * box
 ******************************************************************************/
ul.cascade {}
ul.cascade li {
    float: left;
}
.box {
	width: 274px;
	heigth: auto;
}
.box .photo {
    border: #d4d4d4 solid 1px;
    border-bottom: none;
}
.box .photo .inner {
    padding: 14px 14px 4px 14px;
    background-color: #FFF;
}
.box .photo .misc {
    margin-top: 10px;
    font-size: 12px;
}
.box .photo .misc .avatar {
    display: block;    
    float: left;
   
}
.box .photo .misc .avatar img {
    border: #b7b3b2 solid 1px;
}
.box .photo .misc .info {
    display: block;
    width: 200px;
    line-height: 20px;
    float: right;
}
 
.box .photo .misc .info p {
    color: #777777;
}
 
.box .text {
	height: 48px;
	height: 40px;
	background: url(http://bbs.voc.com.cn/mm/images/box-bottom-bg.jpg) no-repeat;
}
.box .text .inner {
	line-height: 36px;
	font-size: 12px;
	color: #ff4700;
}
.box .text .inner .comment{
    float: left;
}
.box .text .inner .click {
    float: right
}
.box .text .inner em {
    color: #888888;
    margin-left: 4px;
}


/*******************************************************************************
 * 内页
 ******************************************************************************/
 
.page-bd-Middle{
	padding:10px;
	background-color:#ebebeb;
	border-left: #cacaca solid 4px;
	border-bottom: #cacaca solid 4px;
	
		
}
/*******************************************************************************
 * 左上
 ******************************************************************************/
.Middle-left{
	float:left;
}
.Middle-left-top{
	border:#d4d4d4 solid 1px;
	background-color:#fff;	
	}
	
.Middle-left-1{
	height:43px;
	overflow:hidden;
	padding:20px 10px 10px 10px;
}
.detail-tab{
	float: left;
	margin-left: 10px;
	width:530px;
}
.detail-btn {
	float:right;
}
.detail-btn ul li{
	float:left;
	margin:0 10px 0 0;	
}
.detail-tab-title{
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:2px 3px 0 0;
}
.detail-tab-btn{	
}
.detail-tab-btn a{	
    background-color: #f2f2f2;
    border: 1px solid #c7ced4;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 1px rgba(34, 25, 25, 0.1);
    color: #536270;
    display: inline-block;
    margin: 0 0px 15px 2px;
    padding: 2px 10px;
	font-size:12px;	
}
.detail-tab-btn a:hover {
    background-color: #488ecc;
    border-color: #1e609d;
    box-shadow: 0 1px #5d9fdb inset, 0 1px 1px rgba(34, 25, 25, 0.1);
    color: #FFFFFF;
    text-decoration: none;
}
.Middle-left-2{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.arrow-left{
	float:left;
	margin-top:230px;
}
.photo-Middle{
	float:left;
	_margin-left:130px;
}
.photo-Middle img{
	padding:4px;
	border:#dddddd solid 1px;
}
.arrow-right{
	float:right;
	margin-top:230px;
}

/*******************************************************************************
 * 左下
 ******************************************************************************/
.Middle-left-bottom{	
	border:#d4d4d4 solid 1px;
	background-color:#fff;
	height:150px;	
	overflow:hidden;
}
.photo-list{
	float:left;
	padding:10px;
	/*margin:15px;
	_margin:10px;*/
}
.photo-list ul li{
	float:left;
	margin-right:13px;
	width:101px;
	height:90px;		
	border:#d4d4d4 solid 1px;
	padding:2px;	
	_margin-right:13px;	
}
.photo-list ul .Coarse-border{
	border:#d4d4d4 solid 3px;
	padding:0;
			
}
.photo-list ul .Coarse-border1{
	border:#d4d4d4 solid 3px;
	padding:0;
				
}
.photo-list ul .red-border{
	border:#F30 solid 1px;
	padding:2px;	
}
.scroll{
	font-size:12px;
}
.scroll-left{
	float:left;
	margin-left:30px;
	_margin-left:15px;
}
.scroll-Middle{
	float:left;
	margin-left:35px;
	_margin-left:30px;
}
.scroll-right{
	float:right;
	margin-right:60px;
	_margin-right:30px;	
}


/*******************************************************************************
 * 右部
 ******************************************************************************/
.Middle-right{
	width:300px;
	/*margin-right:10px;*/
	border:#d4d4d4 solid 1px;
	background-color:#fff;
	float:right;
	/*overflow:hidden;*/
	_width:34%;
	
}
.detail-id{
	padding:10px;
	margin-bottom:40px;
}
.detail-id .avatar{
	display: block;
    float: left;
	margin-top:2px;
}	
.detail-id .info {
	display: block;
	float: right;
	line-height: 20px;
	width: 90%;
	font-size:12px;
}
.detail-id .info a{
	color: #448ECB;    
}
.Sharing{
	padding:10px;
	margin-bottom:30px;
}
.Sharing-title{
	font-weight:bold;
	float:left;
	margin-right:10px;	
}
.sharing-ico{
	float:left;
}
.sharing-ico li{
	float:right;
	margin-right:5px;
}

.Comment{
	font-size:12px;
	padding:10px;	
}
.Comment-title{
	height:20px;
}
.title-wz{
	float:left;
}
.time{
	color:#999;
	float:right;
}
.inpu-ttxt{
	width:100%;
	height:80px;
	background-color:#FFF;
	border:#CCC solid 1px;	
}
.enter-tj{
	margin-top:5px;	
}
.inpu-ttxt1{
	float:left;
	margin-left:44%;
	_margin-left:12%;
}
.btn-tj{
	float:right;
}
.Allcomments{
	padding:10px;
	margin-top:10px;	
}
.Allcomments-title{
	font-size:12px;
	background-color:#ededed;	
	height:26px;
	line-height:26px;	
	width:100%;	
}
.Allcomments-title p{
	padding-left:10px;
}

.Allcomments-left{
	width:100%;
	overflow: auto;
	_width:96%;
	_height: 408px;
}
.Allcomments-lr {
	font-size:12px;
	border-bottom:#CCCCCC dashed 1px;
	margin-top:10px;
}
.Allcomments-lr .avatar{
	display: block;
    float: left;
	margin-top:2px;
}	
.Allcomments-lr .info {
	display: block;
	float: right;
	line-height: 20px;
	width:88%;
	font-size:12px;
}
.Allcomments-lr .info a{
	color: #448ECB;    
}
.Allcomments-lr .info p{
	color: #777777;   
}
.Allcomments-lr .info p em a{
    float:right;	
	color: #FF4700;
	margin-right:10px;
}
.Allcomments-right{ 
    float:right;
	width:16px;
}
/*.page-bd-bottom{
   width:964px;
   margin:0 auto;
}*/

/*******************************************************************************
 * login form
 ******************************************************************************/

.form-login { font-size:12px; color:#003366; width: 186px;  height: 100px;   background-color: #daeeff;   padding: 10px;border:1px solid #87c3f5; font-weight:100; z-index:999;}
.form-login .entry {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;	
}
.form-login .btn {
    text-align: right;
}
.form-login label { padding-top:5px;
    width: 50px;
    float: left;
    margin-right: 0;
}
.form-login input.g-text { background-color:#fff; border:1px solid #b5d4ee;
    width: 95px;
    line-height: 20px;
	 height:20px;
    padding: 2px 5px;
	_width: 80px;
}
/*******************************************************************************
 * 浮动提示框
 ******************************************************************************/
.float-hint-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C6CFDD;
    height: auto;
    padding: 10px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px 2px 2px #D4D4D4;
    position: absolute;   
    text-align: left;
    text-indent: 0;    
    z-index: 99999;
}
.float-hint-box .arrow-box {
    background: url(http://bbs.voc.com.cn/mm/images/float-hint-box-sprite.png) no-repeat scroll 0 0 transparent;
    font-size: 1px;
    height: 7px;
    line-height: 1px;
    margin: -17px 0 0 20px;
    position: absolute;
    width: 14px;
}
.float-hint-box .loading {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    height: 60px;
}
.float-hint-box .content {
    overflow: hidden;
    line-height: 22px;
}

/*******************************************************************************
 * flat info
 ******************************************************************************/
.float-info .misc {
    margin-top: 10px;
    font-size: 12px;
}
.float-info .misc .avatar {
    display: block;    
    float: left;
    width: 40px;
}
.float-info .misc .avatar img {
    border: #b7b3b2 solid 1px;
}
.float-info .misc .info {
    display: block;
    width: 250px;
    line-height: 20px;
    float: left;
}
.float-info .misc .info p {
    color: #777777;
}
.float-info .misc a {
    color: #448ecb;
}


/*******************************************************************************
 * Footer 
 ******************************************************************************/
#foot {
    clear: both;
    line-height: 30px;
    margin: 0 auto;
    /*width:960px;*/
	font-size:12px;
	text-align:center;
	margin-top:10px;
	padding:0 50px;
}


.main-right .search_box{ float:left; padding:5px 10px 0 0px;}
.main-right .search_box .search_text{ float:left; background:url(http://bbs.voc.com.cn/mm/images/searcbbg.gif) repeat-x; border:1px solid #2c70af; height:24px; overflow:hidden; color:#666; line-height:24px; padding-left:5px;}
.main-right .login_box{ float:left; font-size:12px; padding:5px 0 0 0; color:#fff}
.main-right .login_box img{vertical-align:middle; padding:0px 3px 0 3px;}

.sidebar-left ul li{ padding-top:8px;float:left;height:36px;}
.sidebar-left ul li a{ border:none;}

.search_jg{ background:url(http://bbs.voc.com.cn/mm/images/icon1.jpg) no-repeat 3px 9px;color:#069; padding:13px 0 5px 30px;}
.search_jg strong{ color:#c30}


/* ------------8.15补充------------ */

.subnav{ clear:both}
.logo{ overflow:hidden}
.logo .logo_img{ float:left; padding:0 15px 0 0;}
.logo .links_blog{ float:left; padding:25px 0 0 0}
.logo .links_blog img{ padding:0 3px;}
.main{ position:relative;}
.main-left {width:540px;float:left;}
.main-left ul li.last a {background:url(http://bbs.voc.com.cn/mm/images/icon_sjx.gif) no-repeat right 16px; padding:0 18px 0 5px; display:block;}

.main .subnav_list{position:absolute;left:500px;top:38px;width:480px; padding:10px 15px; height:180px;overflow:hidden; font-size:12px; background-color:#deefff; border:1px solid #a0d1fc; line-height:25px; z-index:999}
.main .subnav_list p{ display:block; clear:both; padding:0; list-style:none; font-style:normal; width:480px; overflow:hidden}
.main .subnav_list p a{ display:block; width:65px; float:left;}
.main .subnav_list p strong { display:block; width:70px; float:left;}



.user_infor{ width:260px; position:relative; background-color:#fff; z-index:101}
.user_infor .userbox2{position:absolute; width:220px;height:70px;overflow:hidden;left: 55px;top: 25px; overflow:hidden; background:#FFF;}
.user_infor .userbox2 .infobox{background:#fffae4; border:1px solid #e7be7d; padding:10px; height:43px; font-size:12px; line-height:16px; width:198px; overflow:hidden}
.user_infor .userbox2 .infobox .photo{ float:left; width:45px; height:45px; overflow:hidden; padding:0 10px 0 0;}
.user_infor .userbox2 .infobox .name{ float:left; width:85px; overflow:hidden}
.user_infor .userbox2 .infobox .name strong{ color:#3499cd; font-weight:bold; display:block;}
.user_infor .userbox2 .infobox .name strong a{ color:#3499cd;}
.user_infor .userbox2 .infobox .name p{ color:#666; display:block; clear:both;}
.user_infor .userbox2 .infobox .add_user{ float:right; width:58px;}

.user_infor .userbox2 .btnbg{ background:url(http://bbs.voc.com.cn/mm/images/user_bg.gif) no-repeat left top; height:6px; line-height:1px; font-size:1px; overflow:hidden}


.userbox{ width:260px; overflow:hidden;}
.userbox .user_photo{ float:left; width:45px; height:45px; padding:0 5px 0 0;}
.userbox .user_r{ float:left; width:190px; overflow:hidden; padding-left:10px;}
.userbox span.name{ display:block; font-weight:bold; font-size:12px; color:#319aca; padding:4px 0}
.userbox span.name a{ color:#319aca;}
.userbox span.title{ font-size:12px; line-height:17px; color:#333;}


 