
.fenye{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    
    height: auto;
    line-height: 50px;
    /* margin-bottom: 50px;	 */
	/* margin-right: 10px; */

}
.fenye a{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin:0 5px;
    text-decoration: none;
    padding:0 5px;
}


.click{
    background-color: #2991d2;
    color: #fff;
}
.click:hover{
    background-color: #1071ad;
    color: #eee;
}



.noclick{
    background-color: #e6e6e6;
    color: #333333;
}
.noclick:hover{
    background-color: #d8d8d8;
    color: #111;
}
.page_text{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px;
    /* text-align: center; */
    padding-left:10px;
}
.page_ok{
    background-color: #2991d2;
    color: #fff;  
    border: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.page_ok:hover{
    background-color: #1071ad;
    color: #eee;
}
.tail-div{	
	line-height: 25px;
	padding: 15px 10px;
	text-align: left;
	
	color: #999;
}
.tj-title{
	width: 830px;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	height: 40px;
	line-height: 40px;
	font-size: 16px;	
	padding-left: 10px;
	box-sizing: border-box;
}
.tj-content{
	display: flex;
	width: 810px;
	background-color: #fff;
	flex-wrap: wrap;
	padding: 10px;
    height: 120px;
    overflow: hidden;
}
.tj-content a{
	width: 152px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px;
	color: #999;
}
.tj-content a:hover{
	color: #127dc2;
	text-decoration: underline;
}
