.hot-items{
	background: #eeeeee;
	padding-bottom: 100px;
}
.hot-items .container{
	width: 1140px !important;
}
.hot-item{
	width: 263px;
	height: 350px;
	display: block;
	border: 1px solid #dfdfdf;
	box-sizing: content-box;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hot-item:hover{
	box-shadow: 0 5px 15px rgba(45,50,55,.2);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hot-item .img{
	height: 160px;
	overflow: hidden;
}
.hot-item .img img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*.hot-item:hover .img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}*/
.hot-item .info{
	height: 190px;
	background: #ffffff;
	padding-top: 45px;
}
.hot-item .info h1{
	text-align: center;
	color: #313131;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 20px;
	position: relative;
}
.hot-item .info h1:after{
	display: none;
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	background: #8FA5CF;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.ent-hot-list-tag-div{
	padding-bottom: 0;
	margin: auto;
	text-align: center
}
.ent-hot-list-tag{
	margin: auto;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: auto;
	border-radius: 2px;
	border: 1px solid #5573AA;
	color: #5573AA;
	padding: 2px 13px;
	font-weight: 600;
}
.ent-hot-list-h1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hot-item .info ul{
	font-size: 0px;
	padding-top: 18px;
	width: 200px;
	margin: auto;
}
.hot-item .info ul li{
	text-align: center;
	font-size: 15px;
	display: inline-block;
	color: #999a9b;
}
.hot-item .info ul li:first-child{
	width: 70px;
	margin-right: 40px;
}
.hot-item .info ul li p{
	padding-bottom: 6px;
	color: #313131;
	font-weight: bold;
	font-size: 14px;
}
.hot-more{
	display: block;
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #30549A;
	color: #fff;
	border: 1px solid #30549A;
	margin: 50px auto 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hot-more:hover {
	color: black;
	background-color: white;
	border: 1px solid #30549A;
}