.mobile{
	display: none;
}
/* .main{ */
/* 	width: 1010px; */
/* 	margin: 0 auto; */
/* } */
.welcome{
	display: block;
	float:right;
	font-family: arial;
	font-size: 14px;
	color: #a0a0a0;
	margin-right:66px;
	line-height: 25px;
}
.content_w{
	width: 1010px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.content_left{
	width:220px;
	float: left;
	background-color: #fff;
	text-align: center;
}
.content_right{
	width: 785px;
	float: right;
}
.person_page{
	padding-top: 30px;
}
.person_page>a{
	width:91px;
	height:91px;
}
.person_page>a img{
    width:91px;
	height:91px;
}
.person_page .name_p{
	padding-top:16px;
	padding-left: 20px;
    padding-right: 20px;
}
.person_page .name_p a{
	font-family:arial;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.person_page .name_p a:hover{
	color:#014073;
}
.number{
	padding-top: 60px;
	text-align: center;
}
.number a{
	font-family: arial;
	font-size: 28px;
	color: #000;
}
.number a:hover{
	color:#014073;
}
.num{
	padding-top: 8px;
	padding-bottom: 16px;
}
.num a{
	font-family:arial;
	font-size: 14px;
	color: #000;
/* 	cursor: pointer; */
	text-decoration: none !important;
}
.num a:hover{
	text-decoration: underline;
}
/*right*/
.blog_item{
	width: 785px;
	height:55px;
	line-height: 55px;
	background-color: #fff;
	padding-left:23px;
}
.blog_item a{
	font-family:arial;
	font-size:21px;
	color: #000;
	font-weight: bold;
/* 	cursor: pointer; */
}
/* .blog_item a:hover{ */
/* 	color:#014073; */
/* } */
/*文章页*/
.aiticle{
	width: 715px;
	background-color: #fff;
	margin-top: 2px;
	padding: 16px 35px;
}
.aiticle .aiticle_title{
	font-family:arial;
/* 	width : 580px; */
/*     max-width: 580px !important; */
	overflow: hidden;
	text-overflow: ellipsis;
/* 	white-space: nowrap; */
}
.aiticle .aiticle_title>a{
	color: #000;
	font-size:21px;
	line-height: 25px;
	font-weight: bold;
}
.aiticle .aiticle_title>a:hover{
	color: #004679;
}
.aiticle .time{
	margin:18px 0;
	font-family: arial;
	font-size: 14px;
	color:#999794;
	display:block;
}
.aiticle p{
	font-family: arial;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
}
/* .aiticle p:hover{
	text-decoration: underline;
} */
.aiticle .img_user{
	width: 700px;
	margin: 10px auto;
}
.aiticle .trj{
/* 	padding-left:160px; */
	padding-top: 15px;
}
.aiticle .trj span{
	display: block;
	float: left;
	font-family: arial;
	font-size: 15px;
	color: #999794;
}
.aiticle .trj .jubao{
/* 	margin-left: 383px; */
    margin-right: 3px;
    cursor: pointer;
}
.aiticle .trj .jubao img{
	padding-right: 5px;
	cursor: pointer;
}
.aiticle.trj .reply{
	margin-left:34px;
}
.aiticle .trj .reply img{
	padding-right: 5px;
	
}
.aiticle .trj .jubao{
    font-family: arial;
	font-size: 14px;
	color: #9d9d9d;
}
.aiticle .trj .reply a{
	font-family: arial;
	font-size: 14px;
	color: #9d9d9d;
}
/*comment*/
.add_comment{
	margin-top: 2px;
	width: 785px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.add_comment p{
	padding-left:22px;
	padding-top: 18px;
	cursor: pointer;
}
.add_comment p a{
	font-family: arial;
	font-size:21px;
	color: #656565;
	font-weight: bold;
}
.add_comment form{
	text-align: center;
}
.add_comment textarea{
	width: 670px;
	height:85px;
	margin: 0 auto;
	margin-top: 20px;
	border:3px solid #bfbfbf;
	overflow-y: auto;
	font-family: arial;
	font-size: 14px;
	color: #000;
	padding: 10px;
	border-radius:15px;
	behavior: url(../PIE.htc);
}
.add_comment input{
	width: 108px;
	height:27px;
	line-height:27px;
	background-color: #004679;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	border-radius:5px;
	behavior: url(../PIE.htc);
	border: none;
	float: right;
	margin-top: 23px;
	margin-right: 25px;
	margin-bottom: 21px;
	cursor: pointer;
}
.add_comment .fail{
	width: 400px;
    height: 162px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    position:absolute;
    top:38px;
    left: 21%;
    display: none;
    margin-top: 0;
    margin-left: 0;
}
.add_comment .fail .bottom p{
	display: block;
    float: left;
    margin-left: -6px;
    font-family: arial;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 261px;
    font-weight: bold;
    margin-top: -7px;
}
.add_comment .success{
	width: 400px;
    height: 162px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    position:absolute;
    top: 54px;
    left:21%;
    margin-top: 0;
    margin-left: 0;
    display: none;
}
.add_comment .success .bottom p{
	display: block;
    float: left;
    margin-left: -6px;
    font-family: arial;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    width: 261px;
    font-weight: bold;
    margin-top: -7px;
}
/*reply*/
.reply_list{
	padding: 24px 37px;
	margin-top: 2px;
	background-color: #fff;
}
.reply_list_top>a{
	height:42px;
	display: block;
	float: left;
}
.reply_list_top>.name{
	/* width:450px; */
}
.reply_list_top .no_comment{
	display: block;
	text-align: center;
	font-family: times new roman;
    color: #999794;
    font-size: 18px;
}
.reply_list_top>a>img{
	width:42px;
	height:42px;
	border-radius: 50%;
}
.reply_list_top .name{
	padding-left: 11px;
	font-family: arial;
    font-size: 16px;
    line-height:45px;
    color:#006ab5;
}
.reply_list_top .time{
	float: right;
	font-family: arial;
    font-size: 14px;
    color:#b5b5b5;
}
.reply_detail{
	margin-top: 25px;
}
.reply_detail a{
	font-family: arial;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.replypre {
    font-family: arial;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration:none;
    white-space: pre-wrap;
    word-break: break-all;
}
.reply_detail a:hover{
	text-decoration: underline;
}
.reply_btn{
	float:right;
}
.reply_btn span{
	margin-left: 18px;
	cursor: pointer;
}
.article_comment_loading{
	width:785px;
	height:20px;
	text-align: center;
	padding-top: 4px;
/* 	position: absolute; */
    left: 54%;
    z-index:1001;
    background-color: #fff;
    margin-top: 2px;
	display: none;
}
.article_no_more{
	width:785px;
	height:24px;
	text-align: center;
	padding-top: 8px;
	display: none;
	font-family: times new roman;
	color: #999794;
	font-size: 18px;
	background-color: #fff;
	margin-top: 2px;
}
/*shade*/
.commentshade{
    position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.6);
	z-index: 1000;
	top: 0;
	display: none;
}
.blog_tan .top{
	width: 700px;
	height: 37px;
	background-color: #f1f1f1;
}
.blog_tan form{
	padding:20px 17px;
}
.blog_tan input#title{
	width:339px;
	height: 20px;
	border: 1px solid #c8c8c8;
	padding: 0 10px;
}
.blog_tan span{
	font-size: 12px;
	font-family: arial;
	color: #a8a8a8;
}
.blog_tan textarea{
	width: 665px;
	height: 717px;
	margin-top: 8px;
	border: 1px solid #C8C8C8;
}
.blog_tan .btn{
	float: right;
	margin-top:18px;
}
.blog_tan .btn input[type=button]{
	width: 79px;
	height: 25px;
	line-height: 25px;
    text-align: center;
	background-color: #014073;
	margin-left: 12px;
	border: none;
	font-size: 15px;
	font-family: arial;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.blog_tan .close{
	position: absolute;
	top:11px;
	right: 15px;
	cursor:pointer;
}
/*发帖失败*/
.fail{
	width: 400px;
    height: 162px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -81px;
    margin-left: -200px;
    display:none;
}
.fail .top{
	width: 400px;
	height:37px;
	background-color: #f2f2f2;
}
.fail .bottom{
	padding: 25px;
}
.fail .bottom img{
	display: block;
	width: 61px;
	height: 60px;
	float: left;	
}
.fail .bottom p{
	display: block;
	float: left;
	margin-left: 18px;
	font-family: arial;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 253px;
	font-weight: bold;
	margin-top: 10px;
}
.fail .close{
	position: absolute;
	top:11px;
	right: 15px;
	cursor:pointer;
}
/*发帖成功*/
.success{
	width: 400px;
    height: 162px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -81px;
    margin-left: -200px;
    display:none;
}
.success .top{
	width: 400px;
	height:37px;
	background-color: #f2f2f2;
}
.success .bottom{
	padding: 25px;
}
.success .bottom img{
	display: block;
	width: 61px;
	height: 60px;
	float: left;
	
}
.success .bottom p{
	display: block;
	float: left;
	margin-left: 18px;
	font-family: arial;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 253px;
	font-weight: bold;
	margin-top: 10px;
}
.success .close{
	position: absolute;
	top:11px;
	right: 15px;
	cursor:pointer;
}
/*jubao_tan*/
.jubao_tan{
	width:443px;
	height:421px;
	background-color: #fff;
	position: absolute;
	border: 3px solid #ebeaea;
	/*top: 3%;*/
    left: 50%;
    margin-left: -138px;
    z-index:10000;
    display:none;	
}
.jubao_top{
	width: 443px;
	height: 36px;
	background-color: #F2F2F2;
	
}
.jubao_comment{
	padding: 18px 25px;
}
.jubao_comment p{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.jubao_comment form{
	padding-top: 15px;
}
input[type="radio"] {
display: none;
font-family: arial;
font-size: 12px;
color: #000;
}
input[type='radio'] + label:before{
    content: "";
    display: inline-block;
    width:8px;
    height:9px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    margin-right:5px;
}
input[type='radio']:checked + label:before{
    background-color:#006bb6;
    border: 1px solid #006bb6;
}
.jubao_list{
	margin-bottom: 14px;
}
.jubao_comment textarea{
	width: 395px;
	height: 64px;
	border: 1px solid #BFBFBF;
	margin-top: 5px;
	font-family: arial;
    font-size: 12px;
    color: #000;
    padding: 5px;
}
.jubao_comment span{
	display: block;
	float: right;
	font-family: arial;
    font-size: 12px;
    color: #aaaaaa;
    padding: 10px 0;
}
.jubao_comment #submit_jubao{
    margin-left: 320px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #014073;
    border: none;
    font-family: arial;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}
.jubao_tan .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}
/*delete*/
.delete_tan{
	display:none;
	width: 445px;
	height: 160px;
	border: 3px solid #f8f8f8;
	background-color: #fff;
	position: absolute;
	margin-left: -222px;
	left: 50%;
	z-index: 10000;
}
.delete_tan .delete_top{
	width: 445px;
	height:36px;
	background-color: #F2F2F2;
}
.delete_tan .delete_bottom{
	padding:25px;
	text-align: center;
}
.delete_tan .delete_bottom img{
	width: 61px;
	height: 60px;
	float: left;
	display: block;
}
.delete_tan .delete_bottom p{
	font-family: arial;
	font-size: 16px;
	color: #000;
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	line-height: 60px;
}
.delete_tan .delete_bottom input[type=button]{
	width: 98px;
	height: 29px;
	background-color: #F2F2F2;
	font-family: arial;
	font-size: 16px;
	color: #000;
	font-weight:bold;
	cursor: pointer;
	border: none;
}
.delete_tan .delete_close{
	position: absolute;
	top:10px;
	right: 10px;
}
.delete_tan .fail {
    width: 387px;
    height: 136px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -68px;
    margin-left: -197px;
    display: none;
}
.delete_tan .fail .top {
    width:387px;
    height:30px;
    background-color: #f2f2f2;
}
.delete_tan .fail .bottom {
    padding: 15px;
}
.delete_tan .fail .bottom p {
    display: block;
    float: left;
    font-family: arial;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    width: 278px;
    font-weight: bold;
    margin-top: 10px;
}
.delete_tan .success{
    width: 387px;
    height: 136px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -68px;
    margin-left: -197px;
    display: none;
}
.delete_tan .success .top {
    width:387px;
    height:30px;
    background-color: #f2f2f2;
}
.delete_tan .success .bottom {
    padding: 15px;
}
.delete_tan .success .bottom p {
    display: block;
    float: left;
    font-family: arial;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    width: 278px;
    font-weight: bold;
    margin-top: 10px;
}

.title_area{
    color: #000;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
}

.detail_area{
    font-family: arial;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 25px;
    word-wrap: break-word;
}
.detail_area img{
    max-width: 711px;
    height: auto;
    overflow: hidden;
}
.no_cursor{
	text-decoration: none;
	cursor: default;
}

.comment_num{
	font-family: arial;
    font-size: 14px;
    color: #b5b5b5;
    margin-right: 45px;
    margin-top: 10px;
    text-align: right;
}
.info{
    margin: 20px 35px 30px 35px;
}
.introduction{
	display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
	overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    color: #404040;
    font-family: arial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.report{
	float: left;
    margin-top: 1px;
    font-family: arial;
    font-size: 15px;
    color: #999794;
    margin-right:20px;
    cursor: pointer;
}
.reportreplay{
	float: right;
    margin-top: 1px;
    margin-left: 5px;
    font-family: arial;
    font-size: 15px;
    color: #999794;
    cursor: pointer; 
}
.commentcount{
	float: left;
    margin-top: 1px;
    font-family: arial;
    font-size: 15px;
    color: #999794;
}