.table-america button{
	width: 214px;
    height: 44px;
    background: rgba(255,113,52,1);
    opacity: 1;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 44px;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 30px auto;
}
.banner{
	height:268px;
	background:url(/static/home/img/success/usbannerss.jpg) no-repeat top center;
}
.banner-tit{
	display:flex;
	padding:21px 24px;
}
.banner-tit a{
	display:flex;
	font-size:18px;
	line-height:23px;
	color:rgba(255,255,255,1);
}
.banner-info{
	display:flex;
	padding-top:26px;
}
.banner-info .info-img{
	width:115px;
	height:115px;
	border-radius: 50%;
	background: #fff;
}
.banner-info .info-img img{
	padding:20px 19px 21px 22px;	
}
.info-con{
	width:700px;
	margin-left:21px;
	color:rgba(255,255,255,1);
}
.banner-info .info-con h2{
	font-size:40px;
	
}
.banner-info .info-con p{
	font-size:24px;
	margin:8px 0px;
}
.banner-info .banner-info-button{
	margin-left:19.5%;
}
.banner-info .banner-info-button p{
	width:192px;
	height:40px;
	line-height: 40px;
	color:#fff;
	text-align: center;
	margin:20px 0px;
	cursor: pointer;
}
.banner-info .banner-info-button p:first-child{
	border:1px solid rgba(219,219,219,1);
}
.banner-info .banner-info-button p:hover{
	background:rgba(236,73,73,1);
}

.fess-detail{
	display:flex;
	margin:41px auto;
	position:relative;
}
.detail-total{
	display:flex;
}
.detail-left{
	width:1030px;
}
.detail-right{
	width:292px;
	margin-left: 37px;
}

/* 左侧 */
.fess-detail-left{
	width:1070px;
	border:1px solid rgba(230,230,230,1);
	margin:30px 30px 30px 0;
}
.fess-detail-left h5{
	font-size:18px;
	height:44px;
	line-height:44px;
	padding-left:23px;
	color: #333;
	background:rgba(243,243,243,1);
	border:1px solid rgba(230,230,230,1);
}
.fess-detail-left div{
	font-family:Microsoft YaHei;
	font-size: 14px;
	padding:25px 28px 25px 23px;
	line-height:26px;
}


/* 右侧 */
.fess-detail-right{
	width:292px;
	border:1px solid rgba(230,230,230,1);
	margin:30px 37px;
}
/* 右侧标题 */
.fess-detail-right .detail-rigth-tit{
	height:44px;
	line-height: 44px;
	display:flex;
	padding:0px 24px;
	background:rgba(243,243,243,1);
	position: relative;
	cursor: pointer;
}
.fess-detail-right .detail-rigth-tit h3{
	cursor: pointer;
	font-size:18px;
}
.detail-rigth-tit img{
	width:7px;
	height:14px;
	position: absolute;
	top:15px;
	left:93%;
}
/* 右侧信息 */
.fess-detail-right .detail-right-info{
	background:rgba(255,255,255,1);
	display:flex;
	font-size:14px;
	margin:15px 23px;
	cursor: pointer;
}
.detail-right-info .right-info-img img{
	width:64px;
	height:64px;
	border-radius: 50%;
	border-radius: 50%;
}
.detail-right-info .right-info-txt{
	margin-left:12px;
	cursor: pointer;
}
.detail-right-info .right-info-txt h4 {
	font-size:16px;
	color:#000;
	width:125px;
	height:19px;
}
.detail-right-info .right-info-txt h4 ,.detail-right-info .right-info-txt p{
	white-space: nowrap;
	overflow: hidden; 
	text-overflow:ellipsis;
}
.detail-right-info .right-info-txt h4 a:hover , .detail-right-info ul li a:hover{
	cursor: pointer;
	color:#ff7134;
}
.detail-right-info .right-info-txt p{
	margin:2px;
	width:124px;
	height:19px;
	font-size:14px;
	line-height:19px;
	color:rgba(102,102,102,1);
}
.detail-right-info ul li{
	margin:5px auto;
}
.detail-right-info ul li a{
	cursor: pointer;
	width: 226px;
	display: inline-block; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow:ellipsis;
}