.main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.main_top{
	width: 100%;
	max-width: 1920px;
	min-height: 1000px;
	background-image: url(../img/anli_detail.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
	padding-top: 100px;
	display: flex;
	flex-flow: wrap;
	}
.main_left{
	width: 420px;
	margin-left: 110px;
}
.item_name{
	font-size: 28px;
	color: #ffffff;
}
.item_url{
	font-size: 14px;
	color: #ffffff;
	margin-top: 5px;
}
.item_url a{
	color: #fff;
}
.item_title{
	border-left: 3px solid #fff;
	padding-left: 20px;
	padding-bottom: 3px;
}
.item_cnt p{
	color:#fff;
	line-height:2;
	margin-top:20px
}
.p_title{
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
}
.p_con{
	font-size: 14px;
	color: #ffffff;
	margin-top: 25px;
	line-height: 1.8;
}
.c_detail{
	margin-top: 25px;
	font-size: 16px;
	color: #ffffff;
}
.p_user{
	margin-top: 30px;
}
.user_title{
	font-size: 16px;
	color: #ffffff;
}
.user_detail{
	font-size: 14px;
	margin-top: 18px;
	color: #ffffff;
	line-height: 1.8;
}
.item_img{
	margin-top: 25px;
	display: flex;
}
.erweima{
	margin-left: 25px;
}
.item_img img{
	width: 160px;
	height: 160px;
}
.user_img div{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}
.erweima div{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}
.item_button{
	display: flex;
	margin-top: 25px;
}
.item_button div{
	width: 110px;
	height: 40px;
	background-color: #fff;
}
.item_button a{
	display:flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.button_img2{
	display: none;
}

.button_next{
	margin-left: 10px;
}
.item_button div:hover .button_img1{
	display: none;
}
.item_button div:hover .button_img2{
	display: inherit;
}
.main_right{
	margin-left: 110px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.06);
}
.main_right img{
	max-width: 100%;
}
.left_item{
	background-image: url(../img/item_bj.jpg);
	width: 358px;
	height: 186px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;text-align: center;
}
.item_logo{
	padding-top: 25px;
}
.title_icon{
	margin-top: 20px;
	margin-bottom: 20px;
}
.left_item a{
	font-size: 14px;
	color: #fff;
	margin:0 15px;
}