/* 首页 */
.top_nav ul .nav_list:first-child a {
	color: #f87908 !important;
}

/* 轮播图 */
.content_box>.content {
	max-width: 1280px;
	/* background-color: #f7f7f7; */
	box-sizing: border-box;
}

.content_box>.bottom_box {
	max-width: 1280px;
	margin: 0 auto;
	background-color: #fff;
}

.content>.banner_top {
	display: flex;
	height: 400px;
	padding: 0;
	position: relative;
}

#index_searlist {
	display: block;
}

.swiper-wrapper {
	display: flex;
}

.swiper-container {
	position: relative;
	overflow: hidden;
}

.look {
	width: 280px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #000;
}

.defau_lobox {
	width: 280px;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.defau_lobox>ul {
	display: block;
	width: 100%;
	height: 350px;
}

.content>.banner2 {
	margin-top: 20px;
	background: white;
}

.content>.banner2 .swiper-container .swiper-wrapper .swiper-slide {
	padding: 10px 32px;
	border-right: 1px solid #f5f5f5;
}

.content>.banner2 .swiper-container .swiper-wrapper .swiper-slide a img {
	margin: 10px 0;
	height: 45px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	right: 10px;
}

#searchData_index li {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	line-height: 50px;
	border-bottom: 1px solid #636363;
	color: white;
}

/* 分类选项卡-start */
#category {
	pointer-events: auto;
	display: block;
	padding-left: 28px;
	box-sizing: border-box;
	width: 250px;
	height: 100%;
	background: rgb(255 255 255 / 96%);
}

#category #allsort {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

#category #allsort .item {
	width: 100%;
}

#category #allsort .item h3 {
	font-weight: normal;
	color: #000;
	/*width: 100%;
	float: left;
	 padding: 16px 0px;
	margin-top: 10px; 
	display: flex;
	align-items: center;*/
}

#category #allsort .item h3 img {
	width: 28px;
	margin: 0 15px 0 30px;
}

#category #allsort .item h3 a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 28px;
	/* padding: 0px 3px; */
	float: left;
	font-size: 18px;
}

#category #allsort .item h3 span {
	color: #333;
	font-size: 28px;
	padding: 0px 11px 0px 30px;
	float: left;
}

#category #allsort .item .i-mc {
	pointer-events: auto;
	display: none;
	width: 1022px;
	height: 100%;
	padding: 15px;
	background: #fffffff0;
	position: absolute;
	left: 250px;
	top: 0;
	z-index: 25;
	box-sizing: border-box;
}

#category #allsort .item .i-mc li {
	float: left;
	width: 17%;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#category #allsort .item .i-mc li a {
	color: #333;
	transition: all 0.3s;
}

#category #allsort .item .i-mc li a:hover {
	color: #0f58d6;
}

#category #allsort .item .i-mc li span {
	font-size: 12px;
	padding: 0 10px;
}

#category #allsort .on h3 {
	/* background: #0f58d6; */
	z-index: 40;
}

#category #allsort .on h3 a {
	/* color: #fff; */
}

#category.on #allsort .on .i-mc {
	display: block;
}

#iframe-wrap {
	pointer-events: none;
	width: 1280px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 9;
}

/* 分类选项卡-end */
/* 推荐产品 */
.recommend_pro {
	margin-top: 38px;
	background: #fff;
	/* padding: 27px 10px 32px; */
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.recommend_pro .hot_pro {
	background: #fff;
	margin-top: 18px;
	float: left;
	width: 100%;
	padding-bottom: 35px;
}

.list {
	margin-top: 29px;
	float: left;
	width: 100%;
}

.list .title,
.recommend_pro .title {
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	color: #636363;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 95%;
	margin-left: 30px;
	float: left;
	margin-top: 22px;
}

.recommend_pro .title span {
	color: #0f58d6;
	font-size: 28px;
	font-weight: bold;
	float: left;
}

.recommend_pro .title span a {
	font-size: 16px;
	font-weight: normal;
	color: #0f58d6;
	float: left;
	line-height: 49px;
}

.titlea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #636363;
	width: 100%;
	padding: 10px 0 20px;
	overflow: hidden;
}

.titlea .iconfont {
	line-height: 44px;
	margin-right: 10px;
	display: none;
}

.titlea span {
	color: #495A64;
	font-size: 35px;
	font-weight: bold;
	float: left;
}

.titlea span a {
	font-size: 16px;
	font-weight: 700;
	color: #0f58d6;
	float: left;
	line-height: 49px;
}

.icon_titlea {
	padding: 7px 11px 0px 0px;
}

/* .list .zlmc_box {
	margin: 15px 0;
	padding: 20px;
	background-color: #f7f7f7;
} */

.list .zlmc_box ul li {
	display: inline-block;
	padding: 5px 15px 5px 0;

}

.list .zlmc_box ul li span a {
	color: #666;
}

.list .zlmc_box ul li span a:hover {
	color: #0f58d6;
}

/* .list .body .right,
.hot_pro .right {
	width: 96%;
	flex-wrap: nowrap;
	margin: 0px 26px;
} */

.hot_pro .flzs_box {
	display: flex;
	justify-content: space-between;
}

.hot_pro .flzs_box .list_tit {
	width: 18%;
	background: #f5f5f5;
	text-align: center;
}

.hot_pro .right {
	width: 95%;
	flex-wrap: nowrap;
	margin: 0px 29px;
	display: flex;
}

.list .body .right li,
.hot_pro .right li {
	box-sizing: border-box;
	transition: all 0.5s;
	background-color: #fff;
}

.list .body .right li:nth-child(1) {
	padding: 50px 30px;
	text-align: left;
	color: #fff;
	width: 49%;
	line-height: 26px;
	font-size: 16px;
}

.list .body .right li:nth-child(1) p {
	width: 50%;
	font-size: 18px;
	line-height: 36px;
}

.list .body .right li:nth-child(-n+3) {
	margin-bottom: 30px;
}

.list .body .right li {
	border: 1px solid #eee;
	text-align: center;
}

.hot_pro .right li {
	flex-grow: 1;
	margin-right: 20px;
	text-align: left;
	width: 23.73%;
	float: left;
}


.hot_pro .right li:nth-child(4),
.hot_pro .right li:nth-child(8) {
	margin-right: 0;
}


.list .body .right li .price,
.hot_pro .right li .price {
	margin: 10px 0;
	text-align: center;
}

.list .body .right li .price a:nth-child(2),
.hot_pro .right li .price a:nth-child(2) {
	border: 1px solid #666666;
	display: inline-block;
	padding: 20px 0;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	transition: all 0.5s;
}

.list .body .right li .price a:hover {
	color: #0f58d6;
	border: 1px solid #0f58d6;
	transition: all 0.5s;
}

.list .body .right li .remake {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	/*要显示的行数*/
	-webkit-box-orient: vertical;
	color: #0f58d6;
	float: right;
	width: 14%;
	margin-top: 9px;
	text-align: center;
}

.list .body .right li .remake span {
	font-size: 18px;
}

.hot_pro .right li .xl_box,
.list .right li .xl_box {
	padding: 0 10px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.hot_pro .right li .zlmc_box,
.list .right li .zlmc_box {
	padding: 0 10px;
	color: #000;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hot_pro .right li .remake {
	display: flex;
	justify-content: space-between;
	color: #636363;
}

.list .body .right li .imgs,
.hot_pro .right li .imgs {
	height: 220px;
	overflow: hidden;
	margin-bottom: 5px;
}

.list .body .right li .imgs img,
.hot_pro .right li .imgs img {
	width: 80%;
	display: block;
	margin: auto;
	overflow: hidden;
	transition: all 0.5s;
	padding: 22px 0px;
}

.list .body .right li:hover .imgs img,
.hot_pro .right li:hover .imgs img {
	transform: scale(1.02);
}

.list .body .right li:hover,
.hot_pro .right li:hover {
	/* border: 1px solid #f87908; */
}

.discount-float {
	position: relative;
	left: -13px;
	top: -13px;
	width: 61px;
	height: 34px;
	background-color: #fbc810;
	text-align: center;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
}

.cybox {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}

.cybox img {
	width: 100%;
}

.about_us_wrapper {
	width: 100%;
	background-color: #fff;
	float: left;
}

.about_us_wrapper .about_us {
	max-width: 1280px;
	margin: 0px auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_us_wrapper .about_us .lef {
	width: 55%;
}

.about_us_wrapper .about_us .lef h1 {
	margin-bottom: 30px;
}

.about_us_wrapper .about_us .lef p {
	line-height: 30px;
	text-indent: 2em;
}

.about_us_wrapper .about_us .lef a {
	display: inline-block;
	font-weight: 700;
	color: #0f58d6;
	margin: 40px 0;
}

.about_us_wrapper .about_us .rig {
	width: 43%;
}

.about_us_wrapper .about_us .rig img {
	width: 550px;
}

/*登录提醒弹窗*/
#dl_box {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 100;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	display: none;
}

.dl_content {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 580px;
	padding: 40px 20px;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}

.dl_content .min_title {
	padding: 40px 0;
	font-size: 20px;
	color: #333;
}

.dl_content .dl_text {
	width: 100%;
	border-top: 1px solid #cccccc;
}

.dl_content .dl_text .dl_msg {
	padding: 30px 0 0;
	cursor: pointer;
	color: #ff0000;
}

/* 分类 */
.ban_box {
	position: relative;
}

.ban_box .swiper-banner .swiper-pagination {
	bottom: 40px;
}

.ban_box .swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 90px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}

.ban_box .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
	border-radius: 0;
	background-color: #1057D5;
}

.icon_img {
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}

.icon_img .icon_img_inner {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.icon_img .icon_img_inner ul {
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 0 auto;
}

.icon_img .icon_img_inner ul>a {
	width: 18%;
	display: block;
}

.icon_img .icon_img_inner ul li {
	text-align: center;
}

.icon_img .icon_img_inner ul li img {
	width: 70px;
}

.icon_img .icon_img_inner ul li p {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #495964;
	line-height: 45px;
}

.fl_box {
	width: 245px;
	background: #fff;
}

.fl_box ul li a {
	display: block;
	line-height: 37px;
	padding: 0 20px;
	color: #495964;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #e5e5e5;
	transition: all 0.8s;
}

.fl_box ul li a:hover {
	background: #fbc810;
	color: #fff;
}

/* banner轮播 */
.c-banner {
	position: relative;
	top: 10px;
	margin: 0 auto;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 410px;
	overflow: hidden;
}

.c-banner .banner ul {
	position: relative;
	list-style: none;
	width: 3750px;
	height: 100%;
	/* 	left: -750px; */
}

.c-banner .banner ul li {
	position: relative;
	width: 980px;
	height: 100%;
	float: left;
}

.c-banner .banner ul li img {
	width: 100%;
	height: 100%;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.6;
	z-index: 10;

}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 1;
}

.c-banner .nexImg {
	right: 0px;
}

.preImg img,
.nexImg img {
	width: 15px;
}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: inline-block;
	background-color: #0f58d6;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}

/*右侧注册登录start */
.right_login {
	width: 230px;
	height: 420px;
	background: #fff;
	float: right;
	margin-top: 10px;
	border-radius: 6px;
}

.user_tit {
	width: 24%;
	float: left;
}

.user_tit img {
	margin: 13px 6px;
}

.login_box {
	width: 72%;
	overflow: hidden;
	padding: 11px 0;
	float: left;
}

.login_box img {
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.login_box h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 7px;
}

.session_jb {
	font-size: 14px !important;
	color: #fbc810;
}

.login_box p {
	color: #888888;
	margin: 0 0 0 10px;
}

.login_btn {
	width: 85%;
	margin: 7px auto 10px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.login_btn a {
	line-height: 28px;
	display: block;
	background: #fbc810;
	border: 1px solid #fbc810;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	transition: all 0.3s;
	padding: 0px 9px;
	height: 28px;
}

.login_btn a:hover {
	background: #fff;
	color: #fbc810;
	border: 1px solid #fbc810;
}

.login_btn a:last-child {
	background: #ffffff;
	color: #fbc810;
	border: 1px solid #fbc810;
	line-height: 28px;
	height: 28px;
}

.login_btn a:last-child:hover {
	background: #fbc810;
	color: #fff;
}

.login_server {
	width: 92%;
	display: flex;
	justify-content: space-between;
	padding: 15px 4%;
	border-bottom: 1px solid #efefef;
}

.login_server li {
	text-align: center;
}

.login_server li a>div {
	width: 48px;
	height: 48px;
	background: #fbc810;
	border-radius: 50%;
}

.login_server li a>div img {
	width: 32px;
	height: 32px;
	margin-top: 8px;
}

.login_server li a p {
	color: #333333;
	line-height: 26px;
	font-size: 13px;
}

.login_server li a:hover p {
	color: #fbc810;
}

.login_new {
	overflow: hidden;
	padding: 5px;
	margin: 6px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	width: 88%;
}

.login_new .new_tit {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 10px;
	align-items: baseline;
}

.login_new .new_tit h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.login_new .new_tit a {
	font-size: 12px;
	color: #999999;
	position: relative;
	top: 2px;
}

.login_new li {
	line-height: 27px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.login_new li span {
	padding: 5px 0px;
	color: #fbc810;
	border-radius: 3px;
	margin-right: 5px;
}

.login_new li a {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.5s;
}

.login_new li a:hover {
	color: #f87908;
	font-weight: bold;
}

/*右侧注册登录end */

/* 最新交易查询公告 */
.jyss_box {
	width: 230px;
	float: left;
}

.jyss_box .zxdt {
	max-height: 200px;
	overflow: hidden;
}

.jyss_box .zxdt .left_bar {
	color: #ffffff;
	width: 100%;
	display: flex;
	cursor: pointer;
}

.jyss_box .zxdt .left_bar p {
	width: 86%;
	margin: 0px;
	text-align: left;
	height: 30px;
	line-height: 29px;
	text-indent: 0.5em;
	font-weight: bold;
}

.jyss_box .zxdt .left_bar .jy_active {
	background: -moz-linear-gradient(left, #fbc810, #fff);
	background: -ms-linear-gradient(left, #fbc810, #fff);
	background: -o-linear-gradient(left, #fbc810, #fff);
	background: -webkit-linear-gradient(left, #fbc810, #fff) !important;
	margin-left: 10px;
	border-radius: 6px;
}

.jyss_box .jyxx {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	/* background: rgba(0, 0, 0, .7); */

}

.jyss_box .djdzz {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	/* background: rgba(0, 0, 0, .7); */
	display: none;
}

.jyss_box .l-o-guang ul li {
	display: flex;
	text-align: left;
	padding: 0 12px;
	justify-content: space-between;
	line-height: 26px;
}

.jyss_box .l-o-guang ul li span {
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin: 5px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jyss_box .l-o-guang ul li span:first-child {
	max-width: 56%;
}

.jyss_box .l-o-guang ul li a {
	color: #fff;
}

/*游客登录弹框 */
.alertBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	background: #000000a1;
	z-index: 9999;
}

.alertBox2 {
	width: 640px;
	height: 320px;
	position: absolute;
	top: 30%;
	left: 50%;
	text-align: center;
	background: #fff;
	z-index: 99999;
	transform: translateX(-50%);
	background: url(/assets/image/special.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.g_btn {
	color: #424242;
	font-size: 31px;
	border: none;
	/* position: absolute;
	right: 15px;
	top: -5px; */
	cursor: pointer;
	display: block;
	font-weight: 400;
}

.alertBox2 h3 {
	font-size: 28px;
	text-align: center;
	margin: 120px 0 0;
}

.alertBox2 p {
	margin: 6px auto;
	width: 100%;
	margin: 140px 0 39px;
	line-height: 38px;
	font-size: 16px;
}

.tjbut {
	width: 64%;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.tjbut a {
	width: 47%;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	background: #0f58d6;
}

.tjbut input {
	width: 110px;
	line-height: 34px !important;
	display: block;
	color: #fff;
	text-align: center;
	background: #9c9c9c;
	font-size: 14px !important;
	right: 0;
	height: 34px;
	top: 0;
}


@media (max-width: 768px) {
	.icon_img .icon_img_inner ul {
	    display: flex;
	    justify-content: space-between;
	    width: 96%;
	    margin: 0 auto;
	    flex-wrap: wrap;
	}
	.icon_img .icon_img_inner ul>a {
	    width: 33%;
	    display: block;
	}
	.content_box>.content {
	    max-width: 1280px;
	    /* background-color: #f7f7f7; */
	    box-sizing: border-box;
	    padding: 8px;
	}
	.titlea span {
	    color: #495A64;
	    font-size: 30px;
	    font-weight: bold;
	    float: left;
	}
	#iframe-wrap {
		height: 100%;
		overflow: visible;
		position: relative;
		top: 10px;
		background-color: #0f58d6;
		display: none;
	}

	.about_us_wrapper .about_us {
    max-width: 1280px;
    margin: 0px auto;
    padding: 40px 8px;
    display: block;
    justify-content: space-between;

	}

	.about_us_wrapper .about_us .lef {
		width: 100%;
	}

	.about_us_wrapper .about_us .rig {
		width: 100%;
	}

	.about_us_wrapper .about_us .rig img {
		width: 100%;
	}

	.list .body .right li:nth-child(1) p {
		width: 80%;
		font-size: 14px;
		line-height: 30px;
	}

	.list .body .right li:nth-child(1) {
    padding: 38px 19px;
    text-align: left;
    color: #fff;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    height: 194px;
	}

	.list .body .right li {
		flex-grow: 1;
		margin: 0px;
		text-align: left;
		width: 50%;
		float: left;
		height: 307px;
	}

.hot_pro .right li .zlmc_box, .list .right li .zlmc_box {
    padding: 0px;
    color: #000;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
		    text-align: center;
}

	.list .body .right li .imgs img,
	.hot_pro .right li .imgs img {
		width: 100%;
		display: block;
		margin: auto;
		overflow: hidden;
		transition: all 0.5s;
	}

	.list .body .right li .imgs,
	.hot_pro .right li .imgs {
		height: 180px;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.hot_pro .right li .xl_box,
	.list .right li .xl_box {
		padding: 0px;
		color: #666;
		line-height: 30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		text-align: center;
	}

	.list .body .right li:nth-child(-n+3) {
		margin-bottom: 0px;
	}
}