.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;
}
.blog_person_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;
}
.blog_person_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;
}
.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; */
}
.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;
}
.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; */
}
.blog_list{
	padding:28px 37px;
	margin-top: 2px;
	background-color: #fff;
}
.blog_list .title{
	float: left;
	font-family: arial;
	font-size:21px;
	font-weight: bold;
	color:#006ab5;
	cursor: pointer;
	max-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog_list .title a{
     color:#006ab5;
}
.blog_list .title a:hover{
	color: #014073;
}
.blog_list span{
	display: block;
	float: left;
/* 	cursor: pointer;	 */
}
.blog_list span.time{
	font-family: arial;
	font-size:14px;
	color: #9d9d9d;
	margin-left: 35px;
	line-height: 23px;
}
.blog_list span.stick{
	float:right;
	margin-right: 37px;
}
.blog_list .detail{
	padding-top: 30px;
	font-family: arial;
	font-size:16px;
	color: #000;
	line-height: 20px;
	/* cursor: pointer; */
}
/* ����5������*/
.blog_list .detail a{
		display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
	color: #000;
	cursor: pointer;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.blog_list .detail a:hover{
	text-decoration: underline;
}
.blog_list .comments{
	margin-left:635px;
	margin-top:34px;
	padding-left: 28px;
	font-family: arial;
	font-size:16px;
	color: #9d9d9d;
/* 	cursor: pointer; */
	background: url(../img/comments.png) no-repeat;
}
.blog_list .comments:hover{
	color: #004679;
}
.loading{
	text-align: center;
	margin-top:2px;
}
/*shade*/
/* .shade{ */
/*     position: absolute; */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	background: rgb(0,0,0,0.6); */
/* 	z-index: 1000; */
/* 	top: 0; */
/* 	display: none;	 */
/* } */
/*blog弹框*/
/* .blog_tan{ */
/* 	width: 700px; */
/* 	height: 875px; */
/* 	background-color: #fff; */
/* 	border:3px solid #cacaca; */
/* 	position: absolute; */
/* 	top:222px; */
/* 	left:50%; */
/* 	margin-left: -350px; */
/* 	z-index: 1000; */
/* 	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;
}
@media only screen and (max-width:768px){
html,body{font-size:100px;}
body{
    width:100%;
    padding:0px;
    margin: 0px;
}
/* .pc{
	display: none;
} */
.mobile{display: block;
overflow-x:hidden;
}
}