@charset "utf-8";

/* CSS Document */
/*轮播样式ʽ*/
.contents {
	float: left;
	height: 435px;
}

.poster_box {
	overflow: hidden;
	height: 435px;
}

.poster_box h2 {
	font-size: 30px;
	color: #015293;
	font-weight: bold;
	text-align: center;
}

.poster_box h3 {
	font-size: 16px;
	color: #015293;
	margin: 10px 0 35px;
	text-align: center;
}

.poster-main {
	position: relative;
	width: 100%;
	/* height: 340px !important; */
	margin-left: auto;
	margin-right: auto;
}

.poster-main img {
	display: block;
	box-shadow: 0px 0px 10px #222222;
	-webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 30px 0px #5E5E5E;
}

.poster-main .poster-list .poster-item .item {
	position: relative;
	width: 100%;
	height: 100%
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.poster-item-title {
	background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=80);
	background: #2a2a2a;

	color: #FFF;
	width: 100%;
	height: 52px;
	line-height: 52px;
	position: absolute;
	bottom: 0;
	text-indent: 29px
}

.lunbo_btn {
	height: 15px;
	width: 100%;
	margin: 0px auto;
	position: absolute;
	z-index: 3;
	text-align: center;
	bottom: 0px
}

.lunbo_btn li {
	width: 40px;
	height: 6px;
	/* font-size: 96px; */
	font-family: Microsoft YaHei;
	font-weight: 400;
	background-color: #6CCAF6;
	display: inline-block;
	cursor: pointer;
	margin: 0 10px;
}

.lunbo_btn li.poster-btn-active {
	background-color: #0b518a;
}


.showList {
	height: 420px;
	width: 310px;
	float: right;
}

.showList li {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding-top: 50px;
	display: none;
}

.showList li.on{
	display: block;
}

.showList li h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #296397;
	line-height: 32px;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.showList li p {
	font-size: 16px;
	color: #454343;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.showList li span {
	width: 170px;
	height: 44px;
	background: #2574CB;
	border: 1px solid #2574CB;
	float: right;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 10px;
}


.showList li span a {
	line-height: 44px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

