.sec {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 30px;
	float: left;
}

.poster {
	width: 100%;
	height: auto;
	border: 1px solid #eeeeee;
}

.poster-list img {
	width: 100%
}

.poster-list .poster-txt {
	position: relative;
	overflow: hidden;
	transition: height .24s;
	min-height: 190px;
}

.poster-txt-title{
	width: calc(100% - 80px);
	padding: 0 40px;
	font-size: 22px;
	color: #343434;
	margin-top: 32px;
}
.poster-txt-more{
	width: 111px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border-radius: 12px;
	display: inline-block;
	position: absolute;
	background: #c7010c;
	margin-top: -31px;
	margin-left: 1055px;
}

.poster-txt-text{
	width: calc(100% - 40px);
	padding: 0 20px;
	float: left;
}

.poster-txt-text>div{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.poster-txt-text>div:nth-child(1){
	margin-top: 43px;
}
.poster-txt-text>div>img{
	width: 16px;
	height: 12px;
	float: left;
}
.poster-txt-text>div>span{
	display: inline-block;
	float: left;
	line-height: 15px;
	margin-left: 8px;
	height: auto;
	width: calc(820px - 34px);
	font-size: 14px;
	color: #797979;
}

.poster-txt-foot{
	width: calc(870px - 40px);
	padding: 0 20px;
	margin-top: 23px;
	font-size: 14px;
	color: #535353;
	line-height: 24px;
	float: left;
	margin-bottom: 42px;
}
.poster-list .poster-txt.xg:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 180px;
}

.poster-btn {
	outline: none;
	display: block;
	width: calc(100% - 80px);
	margin: 0 40px;
	height: 70px;
	line-height: 70px;
	color: #1c1c1c;
	font-size: 18px;
	border-top: 1px solid #eeeeee;
	text-align: center;
}

.current-menu {
	content: '';
	display: block
}
@media screen and (min-width: 0px) and (max-width: 1240px) {
	.poster-txt-text{
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.poster-txt-text>div>span{
		display: inline-block;
		float: left;
		height: auto;
		line-height: 15px;
		width: calc(450px - 20px);
		font-size: 14px;
		color: #797979;
	}
	.poster-list .poster-txt {
		position: relative;
		overflow: hidden;
		transition: height .24s;
		min-height: 210px;
	}
	.poster-txt-foot{
		width: calc(530px - 40px);
		padding: 0 20px;
		margin-top: 23px;
		font-size: 14px;
		color: #535353;
		line-height: 24px;
		float: left;
		margin-bottom: 42px;
	}
}