
/*
* 列表公共部分 ycj
*/
.list_a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.pic {
	position: relative;
	overflow: hidden;
	z-index: 3;
	background: #fff url(../images/loading.gif) no-repeat center center;
}

.pic:after {
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 66.666666%;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	object-fit: cover;
}

.listDeta {
	overflow: hidden;
	position: relative;
}

.listName {
	display: block;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	line-height: 20px;
}

.listTit {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	line-height: 25px;
}

.listIntr {
	overflow: hidden;
	font-size: 13px;
	color: #888;
	overflow: hidden;
	line-height: 30px;
	padding-top: 10px;
}

.listTime {
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	color: #999;
}

.ayuedIcon {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 5;
}

/*.eyes{
    display: none;
    background: rgba(0,0,0,0.5) url(../images/icon/eyes_fff.png) no-repeat center center;
}*/
.play {
	display: none;
	background: rgba(0, 0, 0, 0.5) url(../images/icon/play_fff.png) no-repeat center center;
}

.default {
	background: rgba(0, 0, 0, 0.3);
}

.autoImg {
	position: relative;
	overflow: hidden;
	padding-top: 66.66666667%;
	background: url(../images/defaultBg.jpg) repeat;
}

.autoImg img {
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.txt-c {
	text-align: center;
}













/**
 * 图文列表1(左右结构)
 * @author ycj
 * @return
 */
.textImg1 {
	position: relative;
	z-index: 9;
	margin: 0px -10px;
}

.textImg1:after {
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

.textImg1 dd {
	padding: 10px 0;
	position: relative;
	z-index: 3;
	float: left;
	display: inline;
	transition: width 0.15s linear;
}

.textImg1 .list_a {
	margin: 0px 10px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s linear;
	padding: 15px;
	border-radius: 4px;
	position: relative;
}

.textImg1 .list_a:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.textImg1 .list_a:after {
	display: block;
	content: "";
	width: 0px;
	height: 100%;
	overflow: hidden;
	background: #fcfcfc;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s linear;
	z-index: 1;
}

.textImg1 .list_a:hover:after {
	width: 100%;
}

.txtImg {
	width: 328px;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
	z-index: 5;
}

.txtImg .pic:after {
	padding-top: 0px;
}

.textImg1 .listTit {
	height: 25px;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*.textImg1 .list_a:hover .listTit{
    color:#16559d;
}*/
.textImg1 .listIntr {
	height: 150px;
}

.textImg1 .listDeta {
	padding: 1px 15px;
	z-index: 3;
}

.textImg1 .listTime {
	padding-left: 20px;
	background: url(../images/time.png) left center no-repeat;
}

.textImg1 .listNum {
	margin-left: 20px;
	padding-left: 25px;
	background: url(../images/eye.png) left center no-repeat;
}

.animate1 dd:before {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	/*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 2;
}

.animate1 dd:after {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0px;
	/*-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 2;
}

.animate1 dd:hover:before,
.animate1 dd:hover:after {
	width: 50%;
	opacity: 1;
}

.animate2 dd:before {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0px;
	bottom: 50%;
	/*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}

.animate2 dd:after {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	/*-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}

.animate2 dd:hover:before,
.animate2 dd:hover:after {
	height: 50%;
	opacity: 1;
}

.animate3 dt {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ddd;
	z-index: 1;
}








/**
 * 全图列表1
 * @author ycj
 * @return
 */
.imgList1 {
	margin: 0px -10px;
}

.imgList1 dd {
	float: left;
	padding: 10px 0px;
	transition: width 0.3s linear;
}

.imgList1 .list_a {
	display: block;
	margin: 0px 10px;
	transition: all 0.3s linear;
	border-radius: 4px;
}

.imgList1 .pic:after {
	padding-top: 0px;
}

.imgList1 .list_a:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.imgList1 .listTit {
	/*font-weight: bold;*/
}

/*.imgList1 .list_a:hover .listTit{
    color:#16559d;
}*/
.imgList1 .listDeta {
	padding: 20px;
	background: #fff;
}

.imgList1 .listIntr {
	height: 60px;
}

.listOther {
	overflow: hidden;
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding-top: 10px;
}

/*.listType{
    padding-left: 25px;
    background: url(../images/icon/type_999.png) no-repeat left center;
    background-size: auto 15px;
}
.listNum{
    padding-left: 25px;
    background: url(../images/icon/eyes_999.png) no-repeat left center;
    background-size: auto 12px;
    margin-left: 10px;
}
.date{
    padding-left: 25px;
    background: url(../images/icon/date.png) no-repeat left center;
    background-size: auto 15px;
}*/
.listH {
	height: 95px;
	overflow: hidden;
}

.listTag {
	overflow: hidden;
}

.listTagL {
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	color: #999;
}

.listTagC {
	overflow: hidden;
}

.listTagC span {
	display: block;
	overflow: hidden;
	margin: 0px 3px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #999;
	padding: 0px 5px;
	border-radius: 3px;
	float: left;
}

.case_dl .listIntr {
	height: 60px;
}

