﻿.listNews {
	background-color: #f7f7f7;
}

.listNews .list-img {
	position: relative;
	background-color: #000!important;
	overflow: hidden;
}

.listNews img {
	opacity: .6;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.listNews .list-img div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	height: 3.5em;
}

.listNews .list-img div h4 {
	font-size: .875em;
	font-weight: 400;
	height: 3.5em;
	line-height: 1.75em;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 50px 4px 10px;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.listNews h5 {
	font-size: .875em;
	font-weight: 400;
	color: #BBBBBB;
}

.icon_right {
	height: 2em;
	width: 2em;
	position: absolute;
	bottom: 0;
	color: transparent;
	background-image: url(../img/media-control_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	border-radius: 20px;
	background-color: transparent;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 2;
}

.listNews .list-card {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
}

.listNews .list-tit span {
	color: #BBBBBB;
}



.xmEye {
	float: right;
}

.xmEye:before {
	content: url(../img/blank.png);
	background-image: url(../img/eye2.png);
	background-position: center center;
	background-size: auto 85%;
	background-repeat: no-repeat;
}


.xmGood:before {
	content: url(../img/blank.png);
	background-image: url(../img/goodUable.png);
	background-position: center center;
	background-size: auto 70%;
	background-repeat: no-repeat;
}

.bgWhite {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0!important;
	background-color: #fff!important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
}

.list-padding-horizontal-xs:hover {
	cursor: pointer;
}

.list-padding-horizontal-xs:hover .icon_right {
	background-color: #293e86;
}

.list-padding-horizontal-xs:hover img {
	opacity: 1!important;
}

.list-padding-horizontal-xs:hover .bgWhite {
	height: 3.5em!important;
	border-bottom: 1px #ddd solid;
}

.list-padding-horizontal-xs:hover h4 {
	color: #293e86;
	margin-left: 15px!important;
}

.xmBox {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}


.list-padding-horizontal-xs:hover .list-card {
	background-color: #f9f9f9;
}





/*
 * 此处需设置不同情况下的h5高度和显示行数
 *am-avg-lg-2 am-avg-md-2 am-avg-sm-1 xm_hengTab
 * 
 */

.listNews .am-avg-lg-4 .list-card .list-tit {
	min-height: 11em;
}



.listNews .am-avg-md-2 .list-card .list-tit,
.listNews .am-avg-sm-1 .list-card .list-tit {
	min-height: 8em;
}



@media only screen and (min-width: 680px) and (max-width: 1024px) {
	.listNews .list-img div h4 {
		line-height: 3.5em;
	}
	

}

@media only screen and (min-width: 360px) and (max-width: 640px) {
	.listNews .list-img div h4 {
		line-height: 3.5em;
	}
	
}



.xmBlack {
	height: 100%!important;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}


/* title */

.listNews ul.am-g li {
	padding: 0 1em!important;
}

.listNews ul.am-g {
	margin: 0!important;
}

.listNews li .news2016-title a h2 {
	color: #4a4a51;
	font-size: 1.5em;
	line-height: 44px;
	float: left;
	border-bottom: 3px solid #ececec
}

.listNews li .news2016-title a.more {
	color: #979797;
	font-size: .875em;
	float: right;
	margin-top: 14px;
}

.listNews li .news2016-title a.more span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/more.png);
	margin-left: 4px;
	margin-bottom: -2px;
}

.listNews ul.am-g li .news2016-title {
	border-bottom: 1px solid #ececec;
	height: 47px;
}


/* listnews ?б?????*/

.listNews {
	background: #f5f5f5;
	padding-bottom: 2.75em;
}

.listNews ul li .list-card {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	background: #ffffff;
	margin-top: 1em
}

.listNews ul li .list-card:hover {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.listNews ul li .list-card.label {
	margin: 2em auto 0;
	padding: 1.5em;
	overflow: auto;
}

.listNews ul li .list-card.label .label-title {
	display: block;
	font-size: 1.125em;
	font-weight: normal;
	color: black;
	line-height: 36px;
}

.listNews ul li .list-card.label .label-title span.am-icon-tags {
	color: #293e86
}

.listNews ul li .list-card.label .label-span {
	max-height: -webkit-calc(100% - 3em);
	max-height: -moz-calc(100% - 3em);
	max-height: -ms-calc(100% - 3em);
	max-height: -o-calc(100% - 3em);
	max-height: calc(100% - 3em);
	overflow: auto;
}

.listNews ul table tbody tr td a {
	color: #666666
}

.listNews ul table tbody tr td a:hover {
	color: #000000
}

.listNews ul li .list-card a.list-img {
	width: 100%;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	background: #dddddd
}

.listNews ul li .list-card a.list-img img {

}

.listNews ul li .list-card div.list-img {
	width: 100%;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	background: #dddddd
}

.listNews img {
	max-width: 200%!important;
	width: 135%;
	position: absolute;
	top:0;
	left: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	transform: translatex(-50%);
}

.listNews ul li .list-card div.list-img a.list-label {
	position: absolute;
	top: 1.125em;
	left: 1.375em;
	width: 98px;
	height: 32px;
	background: rgba(65, 140, 223, .88);
	color: #ffffff;
	line-height: 32px;
	font-size: .875em;
	letter-spacing: 2px;
	text-align: center;
}

.listNews ul li .list-card a.list-img span.list-label {
	display: block;
	width: 98px;
	height: 32px;
	position: absolute;
	top: 1.125em;
	left: 1.375em;
	background: rgba(65, 140, 223, .88);
	color: #ffffff;
	line-height: 32px;
	font-size: .875em;
	letter-spacing: 2px;
	text-align: center;
}

.listNews ul li .list-card:hover a.list-img span.list-label {
	background: rgba(41, 62, 134, .88);
}

.listNews ul li .list-card .list-tit {
	padding: .25em .875em .75em;
	position: relative;
}

.listNews ul li .list-card:hover .list-tit {
	background: #f9f9f9
}

.listNews ul li .list-card .list-tit a.mainTitle {
	font-size: 1.125em;
	color: black;
	line-height: 3em;
	display: block;
	white-space: nowrap !important;
	word-wrap: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.listNews ul li .list-card .list-tit p.subTitle {
	margin-bottom: .5em;
	font-size: .75em;
	line-height: 20px;
	margin-bottom: 25px;
}

.listNews ul li .list-card .list-tit{
	height: 10em;
}

.listNews ul li .list-card .list-tit p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.75em;
	color: #999999;
}

.listNews ul li .list-card .list-tit p.am-fl {}

.listNews ul li .list-card .list-tit p.am-fr {
	color: #dddddd
}

.listNews ul li .list-card .list-tit p.am-fr span {
	color: #999999;
	margin: 0 0.5em;
}

.listNews ul li .list-card .list-tit p.am-fr a span.am-icon-thumbs-o-up {
	color: #999999;
	margin: 0 0.5em;
}

.listNews ul li .list-card .list-tit p.am-fr a:hover span.am-icon-thumbs-o-up {
	color: #e87750;
}

.listNews ul li .list-card .list-tit p span.list-icon-eye {
	width: 16px;
	height: 10px;
	background: url(../img/rel-icon-eye.png);
	display: inline-block;
}


/*
 * this is new things
 */
.listNews .mainTitle{
	position: absolute;
	left: 0;
	display: block;
	z-index: 9;
	top: 50%;
	padding-left: 10px;
	padding-right: 35px;
	overflow: hidden;
	height: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xmBar{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background-color: #FFFFFF;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.list-padding-horizontal-xs:hover img{
	width: 120%!important;
}
.xm_hengTab .list-padding-horizontal-xs:hover img{
	width: 145%!important; 
}
.list-padding-horizontal-xs:hover .xmBar{
	height: 100%;
}
.list-padding-horizontal-xs:hover .mainTitle{
	color: #293e86;
}
/*
 * tab
 */
.xm_hengTab .mainTitle{
	padding: 10px!important;
	margin-left: 10px;
	max-height: 100%!important;
	height:4em;
	top: 0;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333!important;
}
.xm_hengTab .list-padding-horizontal-xs:hover .mainTitle{
	color: #293e86!important;
	
}
@media only screen and (max-width: 400px) {
	.xm_hengTab .mainTitle{-webkit-line-clamp: 1!important;height:2em;}
}
.xm_hengTab li{
	position: relative;
	margin-top: 1em;
}
.xm_hengTab .list-card{
	margin-top: 0!important;
}
.xm_hengTab .list-tit{
	position: absolute!important;
	top: 0;
	left: 0;
	width: 70%;
	min-height: 0!important;
	height: 100%!important;
	padding: 10px;
}
.xm_hengTab a.list-img{
	float: right;
	width: 30%!important;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 22.5%!important;
}
.am-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.listNews .am-fl,.listNews .am-fr{
	position: absolute;
	bottom: 0;
}
.listNews .am-fl{
	left: 10px;
}
.listNews .am-fr{
	right: 10px;
}
.am-ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
