.anli .list_img {
	float: left;
	width: 54%;
}

.anli .big {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}

.anli .intro {
	float: right;
	width: 43%;
	margin-right: 0%;

}

.anli .intro h3 {
	font-size: 24px;
	color: #1cb451;
	margin: 0;
	padding-bottom: 40px;
	line-height: 26px;
}
.anli .intro table{
    border-collapse: collapse;
}
.anli .intro table td{
    line-height: initial;
    box-sizing: unset;
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.anli .intro p,.anli .intro p span{
font-size:18px;
}

.anli .list_img .scroll {
	padding: 0 10%;
	position: relative;
	overflow: hidden;
}

.anli .list_img .scroll a {
	position: absolute;
	height: 100%;
	top: 0;
	width: 8%;
	z-index: 10;
	cursor: pointer;
}

.anli .list_img .scroll a span {
	position: absolute;
	font-size: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	color: #ccc;
}

.anli .list_img .scroll a.next {
	right: 0;
}

.anli .list_img .scroll a.prev {
	left: 0;
}

.anli .list_img .scroll li {
	border: 1px solid #e5e5e5;
    max-height: 138px;
}

.anli .list_img .scroll li.swiper-slide-thumb-active {
	border: 1px solid #1cb451;
}

.flipto-prev,
.flipto-next {
	position: absolute;
	font-family: 宋体;
	font-size: 24px;
	border-radius: 100px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	top: 45%;
	z-index: 100;
	display: block;
	background-color: #1cb451;
	color: #fff;
	-ms-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.flipto-prev:hover,
.flipto-next:hover {
	background-color: #FFF;
	color: #da0d25;
}

.flipto-prev {
	left: 2%;
}

.flipto-next {
	right: 2%;
}

.item5 .flipsterlist {
	max-width: 1200px;
	margin: 0 auto;
}
