.lorelist-wrap .nav-wrap .navlist.active{
	border-bottom: 5px solid white;
}

.lorelist-wrap .contmain{
	margin-top:25px;
}
.lorelist-wrap .nav-wrap{
	height:66px;
}
.lorelist-wrap .nav-wrap .logo-wrap{
	justify-content: space-around;
}
.lorelist-wrap .nav-wrap .navlist{
	font-size:16px;
	height:66px;
	line-height: 66px;
	box-sizing: border-box;
	padding:0 15px;
	border-bottom: 5px solid rgb(69,140,222);
}
.lorelist-wrap .nav-wrap .navlist:hover{
	border-bottom: 5px solid white;
}
.lorelist-wrap .brd-bottom.acttitle{
	border-bottom: 1px solid #e0e0e0;
}

.lorelist-box{
	width:1000px;
	margin:25px auto;
	font-size:14px;
	line-height:28px;
	border:1px solid #DDDDDD;
}
.lorelist-box .loretype-box{
	padding:18px 0;
/*	border:1px solid #DDDDDD;*/
	border-bottom:1px solid #DDDDDD;
}

.lorelist-box .loretype-box li{
	display: inline-block;
	margin-left:20px;
}
.lorelist-box .loretype-box li select{
	width:140px;
	height:26px;
	padding-left: 6px;
	border:1px solid #DDDDDD;
}
.lorelist-box .loretype-box li input{
	width:140px;
	height:26px;
	padding-left: 6px;
	border:1px solid #DDDDDD;
}
.lorelist-box .loretype-box li .search-btn{
	padding:6px 20px;
	font-size:14px;
	line-height:28px;
	background:rgb(69,140,222);
	color:white;
	border-radius: 2px;
	margin-left: 10px;
}

.lorelist-box  .lorelist-content{
/*	border:1px solid #DDDDDD;*/
	border-top: none;
}
.lorelist-title{
    font-weight:600;
	font-size:14px;
	line-height:28px;
	height:28px;
	padding:9px 0;
	background:rgba(230,230,230,0.6);
}
.lorelist-title span{
	display: inline-block;
	min-width:110px;
	width:110px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left:-3px;
}
.lorelist-title span.lore-title{
	min-width:420px;
}

.lorelist-box  .lorelist-content li{
	font-size:14px;
	line-height:28px;
	height:28px;
	padding:9px 0;
}
.lorelist-box  .lorelist-content li#noresult-box{
    text-align: center;
    padding:60px 0;
}
.lorelist-box  .lorelist-content li:nth-child(even){
	background:rgba(230,230,230,0.6);
}
.lorelist-box  .lorelist-content li:nth-child(odd){
}
.lorelist-box  .lorelist-content li span{
	display: inline-block;
	min-width:110px;
	width:110px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lorelist-box  .lorelist-content li span.lore-title{
	min-width:420px;
}

.lorelist-wrap .pages{
	width:1000px;
	margin: 25px auto;
	text-align: center;
	font-size:12px;
	line-height:28px;
}
.lorelist-wrap .pages span a{
	padding:6px 10px;
	border:1px solid #DDDDDD;
	border-radius: 2px;
	margin-left: 10px;
}
.lorelist-wrap .pages span a.on{
	background:rgb(69,140,222);
	color: white;
	border:1px solid rgb(69,140,222);
}


/*分页*/
.PageCode{
	width:1000px;
	margin: 25px auto;
	text-align: center;
	font-size:12px;
	line-height:28px;
}
.PageCode a {
    color: #fff;
    background: #3f4649;
}
.PageCode .page-item {
	padding:6px 10px;
	border:1px solid #DDDDDD;
	border-radius: 2px;
	margin-left: 10px;
	background:white;
	color:#333;
    /* min-width: 43px; */
}
.PageCode span.current {
	background:rgb(69,140,222);
	color: white;
	border:1px solid rgb(69,140,222);
}
.PageCode span.disabled {
    color: #bfbfbf;
    /* background: #3f4649; */
    background: #999;
}

