.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}


.fivebox {
	position: relative;
	width: 1200px;
}

.fivebox:after {
	content: '';
	position: absolute;
	left: 109px;
	width: 1px;
	height: calc(100% - 60px);
	background: #707276;
	top: 12px;
	z-index: -1;
}

.fivebox li {
	margin-bottom: 30px;
}
.fivebox li .lsyg_title_w{
	position: relative;
	float: left;
	width: 120px;
	color: #abaeaa;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding-right: 20px;
	box-sizing: border-box;
}
.fivebox li .lsyg_title_b {
	position: relative;
	float: left;
	width: 120px;
	color: #abaeaa;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding-right: 20px;
	box-sizing: border-box;
}

.fivebox li .lsyg_title_b:after {
	content: '';
	position: absolute;
	right: 1px;
	top: 4px;
	width: 19px;
	height: 19px;
	background-image: url(../image/jia.png);
	background-repeat: no-repeat;
	background-size: cover
}
.fivebox li.on .lsyg_title_b:after {
	content: '';
	position: absolute;
	right: 1px;
	top: 4px;
	width: 19px;
	height: 19px;
	background-image: url(../image/jian.png);
	background-repeat: no-repeat;
	background-size: cover
}
.fivebox li .lsyg_title_w:after {
	content: '';
	position: absolute;
	right: 1px;
	top: 4px;
	width: 19px;
	height: 19px;
	background-image: url(../image/jia.png);
	background-repeat: no-repeat;
	background-size: cover
}
.fivebox li.on .lsyg_title_w:after {
	content: '';
	position: absolute;
	right: 1px;
	top: 4px;
	width: 19px;
	height: 19px;
	background-image: url(../image/jian.png);
	background-repeat: no-repeat;
	background-size: cover
}

.fivebox li .dldl {
	position: relative;
	float: right;
	width: 1050px;
	display: none;
	transition: 0s;
	margin-top: 10px;
}

.fivebox li dl {
	margin-bottom: 12px;
}

.fivebox li dt {
	font-size: 20px;
	color: #3ec8a8;
	font-family: arial;
}

.fivebox li dd {
	color: #ffffff;
	line-height: 1.5;
}

.fivebox li.on .lsyg_title_b {
	color: #333333;
}

.fivebox li.on .lsyg_title_b:after {
	animation: rote 1s ease-in-out;
	animation-fill-mode: forwards;
}



.allList {
	width: 1200px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

.allList .title {
	color: #fff;
}

.dldl .left {
	width: 492px;
	height: 299px;
	display: inline-block;
	vertical-align: top;
}

.dldl .left img {
	width: 471px;
	height: 278px;
	padding: 10px;
	border: 1px solid #9b9a93;
}

.dldl .right {
	width: 540px;
	height: 299px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	/* text-indent: 2em!important; */
	font-size: 16px!important;
	/*color: #ffffff!important;*/
	line-height: 30px!important;
}
.dldl .right img{
	width:100%;
	height:auto;
	display:block;
	max-width:500px;
}
.dldl .right .line {
	width: 29px;
	height: 8px;
	background-color: #ff5b2b;
	margin: 10px 0 15px 0;
}
.index_lsyg .dldl .right p ,
.index_lsyg .dldl .right span,
.index_lsyg .dldl .right a {
	/* text-indent: 2em!important; */
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	color:#ffffff;
	font-style:normal;
}
.lsyg .dldl .right p,
.lsyg .dldl .right span,
.lsyg .dldl .right a {
	/* text-indent: 2em!important; */
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	color:#333333;
	font-style:normal;
}
/*.lsyg .dldl .right strong ,
.index_lsyg .dldl .right strong{
	font-weight:normal;
}*/
.dldl .right img {
	max-width: 540px;
}