body{
	background:#f0f2f5   !important;
}

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{
    margin:0;
    padding:0;
    border:0;}
.container-fluid{
    padding-right: 0;
    padding-left: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none !important;
    color: black;
}
.container-fluid{
    padding-left: -15px !important;
}


/*导航条设置*/

.head_box{

	height:50px;
	width:100%;
	position: fixed;
    top: 0;
	left:0;
	z-index:9999;
	background:white;
	border-bottom:2px solid #42c02e;
}
.add_article{
	margin-left:30px
}
.head{
	padding-top:10px;
	padding-bottom:10px;
}
.head a{
	font-size:18px;
	color:black;
	margin-right:10px
}
.head a:hover{
	color:black;
}


/*my focus*/
/* Tooltip 容器 */
.mytooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip 文本 */
.mytooltip .tooltiptext {
    display: none;
    width: 150px;
    background-color: #42c02e;
    color: black;
    text-align: center;
    border-radius: 6px;
    /* 定位 */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -80px;
	padding-bottom:10px;
}
.mytooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #42c02e transparent;
}

.mytooltip:hover .tooltiptext {
    display: block;
}
.mytooltip .tooltiptext a{
    color: black;
	display:block;
	padding-top:15px;
}


/*focus item*/
.focus_item{
    background-color: white;
    margin: 60px 20px 0 0;
    height: 250px;
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.user_head{
    border-radius: 50%;
    position: absolute;
    top:-40px;
    left: 73px;
}
.no_focus{
    background-color: white;
    margin-top: 10px;
    height: 250px;
}
.focused{
    width: 100px;
    padding: 8px 0;
    border-color: #42c02e;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 40px;
    color: #fff;
    background-color: #42c02e;
    text-align: center;
    vertical-align: middle;
    margin: 20px auto;
    cursor: not-allowed;
}

/*尾部*/
#footer{
    width: 100%;
   
    text-align: center;
    height:110px;
    margin-top: 30px;
    background:white;
    padding-top: 25px;
}
#footer .frend_link{
   
    padding-left: 10px;
}
#footer .frend_link:hover{
    text-decoration: underline;
    color: red;
}
#footer .desc{
    
    font-size: 12px;
}

#paging li a{
	color:black !important;
}

