﻿

/****************
 * @description : Cascading Style Sheets
 * @author   : WangYaming 
 * @date     : 2017-7-2
 ****************/
.wrap {
	width: 1022px;
}
.zxxx-list {
	margin: 43px 0 20px 0;
}
.zxxx-list h3.titles,
.zxxx-main h3.titles{
	font-size: 20px;
	margin-bottom: 15px;
	color:#333;
}
.zxxx-list .zxxx-list-item {
	position: relative;
	float: left;
	display: block;
	margin-right: 40px;
	margin-bottom: 30px;
	width: 464px;
	height: 307px;
}
.zxxx-list-item .videoIcon{
	width:60px;
	height: 60px;
	display: inline-block;
	background: url(../image/videoIcon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	margin:-30px 0 0 -30px;
}
.zxxx-list-item .zxxx-list-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 65px 0 18px;
	width: 100%;
	height: 44px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(47,20,5,0.5);
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.zxxx-list-info i {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 25px;
	height: 25px;
	background: url(../image/zxxx_core_bg.png) no-repeat;
}
/*.zxxx-list-item:hover .zxxx-list-info {
	background-color: rgba(47,20,5,0.7);
	color: #fff;
}
.zxxx-list-item:hover .zxxx-list-info i {
	background-image: url(../img/zxxx_core_active_bg.png);
}*/
.zxxx-main-list .zxxx-main-item {
	display: block;
	overflow: hidden;
   	border-bottom: 1px solid #dbdbdb;
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;
}
.zxxx-main-item .zxxx-main-item-l,.zxxx-main-item .zxxx-main-item-r {
	position: relative;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	color: #5a5a5a;
}
.zxxx-main-item .zxxx-main-item-l {	
	width: 80%;		
}
.zxxx-main-item .zxxx-main-item-r {
	padding-right: 58px;
	width: 20%;
	text-align: right;
} 
.zxxx-main-item-r i {
	position: absolute;
	right: 0;
	top: 21px;
	width: 38px;
	height: 15px;
	background: url(../image/zxxx_main_icon.png) no-repeat;
}
.zxxx-main-item:hover .zxxx-main-item-l,.zxxx-main-item:hover .zxxx-main-item-r {	
	color: #41210f;
}
.zxxx-main-item:hover .zxxx-main-item-r i {
	background-image: url(../image/zxxx_main_active_icon.png);
}
.zxxx-main-page {
	margin: 50px 0 60px;
	text-align: center;
}
.zxxx-main-page a {
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	color: #341010;
	font-size: 14px;
	/*font-weight: bold;*/
}
.zxxx-main-page .zxxx-main-page-btn {
	margin-left: 22px;
}
.zxxx-main-page a:hover,.zxxx-main-page a:active {
	color: #f8b62b;
}
