html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;

}
.jllist_head{
	width:1200px;
	height:auto;
	margin:0 auto;
	/*min-height: 199px;*/
	background: #F3F5F7;
	border: 1px solid #DDDDDD;
}
.jllist_heads{
	position: relative;
	width:100%;
	height:auto;
	border-bottom:1px solid #e6e6e6;
	overflow:hidden; 
}
.jllist_zk{
	position: absolute;
	bottom:25px;
	right:25px;
	color: #FF6C00;
	cursor: pointer;
}
.jllist_title{
	/* padding-top: 25px; */
	width: 65px;
	height: 35px;
	text-align: center;
	color:#333;
	line-height: 35px;
	font-size: 16px;
	display: inline-block;
	margin-top: 25px;
    padding-top: 0px;
    margin-left: 15px;
}
.jllist_tap{
	display: inline-block;
	padding-top: 25px;
	width:1100px;
	height:auto;
	vertical-align: top;
}
.jllist_li{
	display: inline-block;
	/* height: 35px; */
	line-height: 35px;
	font-size: 16px;
	padding: 0 18px;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	margin-bottom: 10px;
}
.jllist_li:hover{
	color:#fff;
	background: #FF6C00;
}



.jllist_fl{
	width:100%;
	height:auto;
}
.jllist_taps{
	display: inline-block;
	padding-top: 25px;
	width:1100px;
	/* height:93px; */
	vertical-align: top;
}
.jllist_lis{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 18px;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	margin-bottom: 10px;
}
.jllist_lis:hover{
	color:#fff;
	background: #FF6C00;
}
.jllist_list{
	width:1200px;
	height:auto;
	margin: 0 auto;
}
.jllist_list .jllist_lb{
	padding-top: 40px;
	background-color: #fff;
	font-size: 0;
}
.jllist_lbs{
	display: inline-block;
	width: 275px;
	height: 436px;
	background: #F6F6F6;
	border: 1px solid rgba(229, 229, 229, 0.58);
	box-shadow: -2px 0px 10px 1px rgba(115, 115, 115, 0.22);
	border-radius: 2px;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 32px;
}
.jllist_lbs:nth-child(4n){
	margin-right: 0px;
}
.jllist_lbs:hover{
  box-shadow: -2px 0px 12px 1px rgba(115, 115, 115, 0.54);
}
.jllist_img{
	position: relative;
	width: 234px;
	height: 331px;
	margin: 20px 20px;
	/* box-shadow: 0px 0px 5px 0px rgba(115, 115, 115, 0.2); */
}
.jllist_img p{
	opacity: 1;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0px;
	line-height: 57px;
	font-size: 16px;
	/* animation: name 2s; */
	text-align: center;
	color:#fff;
	background-color:#FF6C00;
}
@keyframes name{
	from{height:0px;}
	to{height:57px;}
}
.jllist_img:hover p{
	/* opacity: 1; */
	animation: name 1s;
	animation-fill-mode: forwards;
}
.jllist_img img{
	width: 234px;
	height: 331px;
}
.jllist_text{
	width: 255px;
	height: 62px;
	background: #FFFFFF;
	border-radius: 2px;
	font-size: 16px;
	color: #333;
	line-height: 62px;
	padding-left: 20px;
	display: -webkit-box;
	-webkit-box-orient:vertical ;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.jllist_bt{
	width:1200px;
	height:60px;
	line-height: 60px;
	margin: 0 auto;
	background-color: #fff;
}
.jllist_bt span{
	font-size: 14px;
	color:#999;
	
}