@charset"UTF-8";

.center, .clearfix, .container:after, .fbox, .news li, .row:after, .tag, ul {
    *zoom:1
}
.center{
	width:1200px;
	margin:0px auto;
}
.nban+.center{
	margin:50px auto;
}
.pro_screen{
	/*padding:20px 50px;*/
	padding:20px 40px;
	border:1px solid #eaeaea;
	background-color: #f9f9f9;
}
.pro_screen ul{
	/*margin-top:10px;*/
	width:1040px;
}
.pro_screen ul:first-child{
	margin-top:0;
}
.pro_screen li{
	/*margin:0 8px;*/
	margin:2px 4px;
}
.fbox li{
	float:left;
	width:140px;
	text-align: center;
	line-height:40px;
}
.pro_screen a.active, .pro_screen a.active:hover, .pro_screen a:hover{
	color:#fff;
	background-color: #00a2e9;
}
.pro_screen a{
	color:#aaa;
	/*padding:6px 16px;*/
	display: block;
}
.pro_screen span{
	display: block;
	color:#aaa;
	padding: 7.5px 19px;
}
.center:after, .clearfix:after, .container:after, .fbox:after, .news li:after, .row:after, .tag:after, ul:after{
	content:'';
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
.flex_between{
	display: flex;
	justify-content: space-between;
	-webkit-box-pack:justify;
}
.tfilter{
	padding:30px 0;
	color:#333;
}
.tfilter a{
	display: inline-block;
	vertical-align: middle;
	height:30px;
	line-height:30px;
	text-align: center;
	padding:0 10px;
	color:#333;
}
.tfilter a.active, .tfilter a:hover{
	color:white;
	background-color: #00a2e9;
}
.search{
	position: relative;
	padding-right:78px;
	width: auto;
	margin: 0;
}
.search input[type=text]{
	width:182px;
	height:36px;
	line-height:36px;
	border:1px solid #e6e6e6;
	border-right: 0;
	float:left;
	padding:0 10px;
}
.search input[type=submit]{
	position: absolute;
    right: 0;
    top: 0;
    width: 78px;
    float: right;
    color: #fff;
    height:36px;
    line-height:36px;
    background-color: #00a2e9;
}
.search input[type=submit]:hover{
	background-color: #1DBAFF;
	cursor: pointer;
}
.search input{
	border:0;
}
.ntlist .flex{
	display: flex;
	-webkit-box-pack:justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ntlist .flex:after{
	width:377px;
	height:0;
	content:'';
	display: block;
}
.ntlist .items{
	width:377px;
	height:389px;
	/*width:359px;
	height:371px;*/
	border:1px solid #eee;
	border-radius: 5px;
	padding:8px;
	margin-bottom: 20px;
}
.ntlist .pic{
	height:220px;
}
.scroll_pic{
	overflow: hidden;
}
.scroll_pic img{
	position: relative;
	width: 100%;
}
.scroll_pic .info{
	overflow: hidden;
	position: relative;
	height:100%;
}
.ntlist h6{
	line-height: 48px;
	border-bottom: 1px solid #f6f6f6;
	color:#555;
	padding: 0 5px;
}
.ntlist .items_c{
	padding:15px 5px;
}
.ntlist .c_f60{
	color:#f60;
}
.ntlist span{
	font-size:12px;
}
 .ntlist .money{
 	font-size:22px;
 }
 .ntlist .c_9{
 	color:#999;
 }
 .ntlist .link{
 	display: block;
 	width:92px;
 	height:34px;
 	border:1px solid #e5e5e5;
 	color:#555;
 	text-align: center;
 	line-height: 32px;
 	border-radius: 3px;
 }
.ntlist .link:hover{
	background-color: #00a2e9;
	color:white;
}
.ntlist .items_b{
	padding:10px 5px;
}
.ntlist .c_c{
	color:#ccc;
}
.ntlist .c_type{
	display: inline-block;
	/*height:20px;*/
	color:#66c7f2;
	border:1px solid #66c7f2;
	padding:3px 2px;
	/*line-height:1;*/
}

.pages {
    text-align: center;
    margin: 0px 0 50px;
}
.pages ul{
	width:100%;
	margin: 0px auto;
}
.pages ul li{
	display:-moz-inline-stack;
    display:inline-block;
    vertical-align:middle;
    *vertical-align:auto;
    zoom:1;
    *display:inline;
    text-align:center;
    border:1px solid transparent;
    padding:7px 14.5px;
    border-color:#e3e3e3;
    margin-left:8px;
    margin-right:0px;
    border-radius:5px;
    color:#333;
    transition:color .2s;
    background-color:transparent;
    transition:background-color .2s
}
.pages ul li.pages_solid,.pages ul li:hover{
	color: #fff;
    background-color: #00a2e9;
}
.pages ul li.pages_solid a,.pages ul li:hover a{
	color: #fff;
}
.pages ul li a{
	font-size:14px;
	color:inherit;
}
.pages ul li a:hover{
	color: #fff!important;
}