.content{
	width: 100%;
}
.content .banner{
	width: 100%;
	position: relative;
}
.content .banner .img img{
	width: 100%;
	min-width: 1440px;
}
.content .details{
	width: 1440px;
	margin: 0 auto;
}
.content .details .bor{
	width: 1204px;
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 71px;
	border-top: 1px solid #DADADA;
	display: flex;
}
.content .details .bor .left .li{
	width: 526px;
	font-size: 30px;
	margin-bottom: 50px;
}
.content .details .bor .left .time{
	color: #999999;
	margin-bottom: 10px;
}
.content .details .bor .left .tit{
	color: #333333;
	margin-bottom: 8px;
}
.content .details .bor .left .con{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.content .details .bor .img img{
	width: 596px;
	height: 333px;
	margin-left: 80px;
}
.content .bg{
	margin-top: 160px;
	width: 100%;
	position: relative;
}
.content .bg img{
	width: 100%;
}
.content .position{
	width: 1206px;
	background: #FFFFFF;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	left: 117px;
}
@media only screen and (min-width: 1440px) {
    .content .position{
	   left: 50%;
	   margin-left: -603px;
    }
}
.content .position .box{
	width: 1145px;
	height: 269px;
	border: 1px solid #ED6E03;
	margin: 30px;
	padding: 45px 90px;
}
.content .position .box .tit{
	font-size: 36px;
	color: #333333;
}
.content .position .box .user{
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}
.content .position .box .con{
	font-size: 22px;
	color: rgba(51, 51, 51, 0.61);
	margin-top: 30px;
}
.content .details .bottom{
	width: 1205px;
	height: 432px;
	margin: 3px auto 200px;
	display: flex;
}
.content .details .bottom .li .text{
	height: 216px;
}
.content .details .bottom .tit{
	font-size: 28px;
	color: #000000;
	padding: 17px 20px;
	line-height: 30px;
}
.content .details .bottom .con{
	font-size: 22px;
	color: rgba(51, 51, 51, 0.61);
	padding: 6px 17px;
}



.mobile .details .bor{
	padding: .4rem .2rem;
	display: flex;
	justify-content: space-between;
	margin-top: .4rem;
	border-top: 1px solid #DADADA;
}
.mobile .details .bor .left{
	width: 3.7rem;
}
.mobile .details .bor .left .time{
	font-size: .3rem;
	color: #999999;
}
.mobile .details .bor .left .tit{
	font-size: .3rem;
	color: #333333;
	margin: .1rem 0 .2rem;
}
.mobile .details .bor .left .con{
	font-size: .22rem;
	color: #666666;
}
.mobile .details .bor .img img{
	width: 3.2rem;
}
.mobile .details .bottom{
	border-top: 1px solid #DADADA;
	padding: .2rem 0 .8rem;
}
.mobile .details .bottom .li{
	display: flex;
	justify-content: space-between;
	padding: .2rem;
}
.mobile .details .bottom .li .text .tit{
	font-size: .28rem;
	color: #000000;
}
.mobile .details .bottom .li .text .con{
	font-size: .22rem;
	color: rgba(51, 51, 51, 0.61);
	margin-top: .1rem;
}
.mobile .details .bottom .li img{
	width: 2.5rem;
}
.mobile .details .bottom .li .text{
	width: 4.5rem;
	margin-top: .2rem;
}
.mobile .details .bottom .li:first-child img{
	width: 4.5rem;
}
.mobile .details .bottom .li:first-child .text{
	width: 2.5rem;
	margin-top: 0;
}