.row{margin-bottom: 20px;}
.table {
	margin-bottom: 0
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px 0;font-size: 12px;
	border-top:0;
	border-bottom: 1px solid #E3EBF3 }
.table-striped>tbody>tr img {
	margin-left: 5px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background: #fff
}
.table-responsive{margin-bottom: 0;}
.more {
	color: #aaa;
	font-size: 12px;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 30px
}
.data ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px 0;
	text-align: center;
}
.module h4 {
	font-size: 18px;
	font-weight: bold;
}
.module h4 a {
	color:#B8BAC0;
	font-size: 14px;
}
.module table th,.module table td {
	text-align: center
}
.box-left {
	width: 70%;
	float: left;
}
.box-left .row ul li p:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
	color: #30354F;
	margin: 3px auto 4px;
}
.box-left .row ul li img{width: 39px;height: 10px;}
.box-right {
	float: left;
	margin-left: 3%;
	width: 27%;
}
.box-right .module {
	padding:10px 20px;
	margin-bottom: 20px;
}
.box-right .module h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	margin-bottom: 7px
}
.box-right .community ul li {
	line-height: 25px;
	border-bottom: 2px solid #E3EBF3;
	color: #555555;
	overflow: hidden;
	white-space: pre-line;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 13px;
}
.box-right .community ul li:last-child {
	border-bottom: 0
}
.box-right .community ul li::before {
	content: "♦";
	display: inline-block;
	margin-right: 5px;
	color: #333;
}
.box-right .community:last-child ul li::before {
	contain: "";
}
.container_right .col-md-8 {
	margin-right: 15px;
}
.profit>p>p {
	display: flex;
	justify-content: space-between;
	padding: 0 8px;
	align-items: center;
}
.profit>p span:nth-of-type(2){
	width: 60px;
	height: 28px;
	background: rgba(46,104,234,1);
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	cursor: pointer;
}
.profit>p span:nth-of-type(1) {
	color:#333;
	font-size:30px;
	font-weight: bold
}
.profit>p i {
	font-size: 16px;
}
.profit ul p {
	display: flex;
	justify-content: space-between;
	line-height: 50px;
	align-items: center;
	font-size: 16px;
}
.profit ul p a {
	font-size: 14px;
	color: #B8BAC0
}
.profit ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #E3EBF3;
}
.profit ul li:last-child {
	border-bottom: 0
}
.profit ul li p img {
	width:27px;
	height:27px;
	border-radius:50%;
	display:block;
	margin-right: 19px;
}
.profit ul li>span {
	color:#2E68EA;
	font-size: 12px;
	font-weight: bold;
}
.box-right .profit {
	padding-bottom: 0
}

.banner{border-radius: 10px;margin-bottom: 20px;}
.banner img{width: 100%;height: 100%;border-radius: 10px;}
.banner .swiper-slide{text-align: center;}