/*主内容*/
.main{
	width: 100%;
	height: auto;
	clear: both;
}
.main .container{
	margin: 0 auto;
	width: 1400px;
	height: auto;
	/*background: #eee;*/
}
.main .container .level{
	width: 1400px;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	color: #333;
	/*background: #ddd;*/
}
.main .container .level a:hover{
	color: #0c64fd;  /*蓝*/
}
/*搜索*/
.main .container .search{
	width: 1400px;
	height: 60px;
	border-left: 4px solid #0c64fd;  /*蓝*/
	background: #f1f2f3;
	position: relative;
}
.main .container .search span{
	display: inline-block;
	margin-left: 12px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 22px;
	color: #0c64fd;  /*蓝*/
	letter-spacing: 1px;
}
.main .container .search input.keyword{
	display: inline-block;
	outline: none;
	width: 360px;
	height: 42px;
	background: #fff;
	border: 1px solid #228DEC;	
	padding: 0 10px;
    font-size: 15px;
    color: #333;
    border-radius: 5px 0  0 5px;
	background: #fff;
	position: absolute;
	top: 9px;
	right: 100px;
}
.main .container .search input.button{
	width: 81px;
	height: 42px;
	border: none;
	font-size: 15px;
	color: #fff;
	background: #0c64fd;  /*蓝*/
	cursor: pointer;
	border-radius: 0  5px 5px 0;
	position: absolute;
	top: 9px;
    right: 20px;
}
.main .container .classify{
	width: 100%;
	margin-top: 20px;
}
.main .container .classify .flbox{
	width: 100%;
	height: 190px;
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}
.main .container .classify .flbox .active{
	color: #fff;
	background: #0c64fd;  /*蓝*/
	cursor: pointer;
}
.main .container .classify .fls{
	height: 80px;
}
.main .container .classify .flbox p{
	float: left;
	margin-top: 3px;
	width: 110px;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.main .container .classify .flbox ul{
	float: right;
	width: 1290px;
}
.main .container .classify .flbox ul li{
	float: left;
	width: 145px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
	padding: 0 10px;
	margin-bottom: 15px;
	margin-right: 15px;
	background: #f1f2f3;
	border-radius: 5px;
}
.main .container .classify .flbox ul li:hover{
	color: #fff;
	background: #0c64fd;  /*蓝*/
	cursor: pointer;
}

/*列表*/
.main .container .datalis{
	width: 100%;
	height: auto;
	margin-top: 25px;
	padding: 20px 20px 30px 20px;
	border: 1px solid #eee;
	border-top: 2px solid #0c64fd;  /*蓝*/
}
.main .container .datalis ul{
	width: 100%;
	height: 140px;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.main .container .datalis ul:hover{
	background: #f0f7ff;
}
.main .container .datalis ul li{
	float: left;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #555;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/

}
.main .container .datalis ul li:nth-child(1){
	width: 8%;
	height: 35px;
	line-height: 35px;
}
.main .container .datalis ul li:nth-child(2){
	width: 92%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	color: #111;
}
.main .container .datalis ul li:nth-child(3){
	width: 100%;
}
.main .container .datalis ul li:nth-child(4){
	width: 20%;
}
.main .container .datalis ul li:nth-child(5){
	width: 23%;
}
.main .container .datalis ul li:nth-child(6){
	width: 17%;
}
.main .container .datalis ul li:nth-child(7){
	width: 20%;
}
.main .container .datalis ul li:nth-child(8){
	width: 20%;
}
.main .container .datalis ul li:nth-child(9){
	width: 100%;
}
.main .container .datalis ul li.null{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #111;
}

/*标签*/
.main .container .datalis ul li .license{
        padding: 4px;
        border-radius: 5px;
        font-size: 15px;
        color: #fff;
        background: #0c64fd;  /*蓝*/
}
.main .container .datalis ul li .prohibit{
        padding: 4px;
        border-radius: 5px;
        font-size: 15px;
        color: #fff;
        background: #f96211;
}

/*分页*/
.navbar{
    clear: both;
    width: 100%;
    height: 160px;
}
