.ten_hot{
	background: url(../image/ten_bg.jpg) center top no-repeat;
	background-size: cover;
}

.ten_page_title{
	padding-top: 136px;
	
}

.ten_page_signtu{
	width: 22%;
	float: left;
	text-align: center;
	margin-left: 7%;
}


.ten_title_box{
	width: 60%;
	float: left;
	text-align: center;
}

.ten_title_box img{
	height: 133px;
}



.ten_title_box h1{
	font-size: 48px;
	line-height: 56px;
	background: linear-gradient(to top, #eabf7b, #fff4dc);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #f6dcb0;
  	position: relative;
  	display: inline-block;
	letter-spacing: 0;
}

.ten_title_box h1:before{
	position: absolute;
	right: -80px;
	top: 3px;
	width: 55px;
	height: 53px;
	background: url(../image/ten_icon.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
}

.ten_title_box h2{
	display: none;
}


.ten_title_box p{
	font-size: 14px;
	line-height: 26px;
	color: rgba(255,255,255,.8);
	margin-top: 24px;
}



.ten_hot_item{
	display: flex;
	align-items: flex-end;
	justify-content:center;
	justify-content: space-between;
	padding: 136px 0 88px 0 ;
}

.ten_hot_item .box{
	width: 32.6%;
	background: url(../image/ten_item_bg.png) center 40px no-repeat;
	background-size: 100% auto;
}

.ten_hot_item .box .num{
	position: relative;
	font-size: 0;
}

.ten_hot_item .box .num .num_digit{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -46px;
	z-index: 9;
}

.ten_hot_item .pic_box{
	text-align: center;
	position: relative;
}

.ten_hot_item .num_pic{
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
}

.ten_hot_item .pic_box .pic{
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.ten_hot_item .pic_box .pic:hover:before{
	opacity: 0;
}

/*
.ten_hot_item .pic_box .pic:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ten_hot_line.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
	transition: all 0.3s;
	transform: initial;
}*/

.ten_hot_item .pic_box .pic img{
	height: 116px;
}

.ten_hot_item .top_podium{
	margin-top: 32px;
	padding: 0 20px;
	text-align: center;
}

.ten_hot_item .top_podium h3{
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top_three_icon{
	display: flex;
	justify-content: center;
}

.top_three_icon a{
	background: linear-gradient(to left,#eabf7b, #fff4dc);
	color: #c11920;
	border-radius: 2px;
	font-size: 14px;
	height: 20px;
	line-height: 19px;
	padding: 0 4px;
	margin: 0 5px;
	margin-top: 10px;
}

.top_three_icon a:last-child{
	background: initial;
  	color: #f6dcb0;
  	border: 1px solid #f6dcb0;
	height: 18px;
	line-height: 17px;
	padding: 0 3px;
}


.top_three_describe{
	margin-top: 20px;
	line-height: 22px;
	max-height: 44px;
	font-size: 12px;
	color: rgba(255,255,255,.7);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.check_detail{
	margin-top: 16px;
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	color: #f6dcb0;
  	border: 1px solid #f6dcb0;
  	border-radius: 16px;
  	line-height: 30px;
  	font-size: 14px;
}

.check_detail:hover{
	color: #d4212a;
	font-weight: bold;
  	border: 1px solid #f6dcb0;
  	background: linear-gradient(to left,#eabf7b, #fff4dc);
}

.ten_hot_item .hot_top1.box{
	padding-bottom: 64px;
}





.ten_last_list{
	background: url(../image/ten_list_bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	padding: 70px 0 56px;
}

.ten_last_list li{
	width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    align-items: center;
    background: #d4212a;
    margin-bottom: 24px;
    position: relative;
}

.ten_last_list li:hover .company_logo img{
	transform: scale(1.2);
    transition: all 0.3s;
}

.ten_last_list li>.serial_num {
    position: relative;
    margin: 0 40px 0 50px;
    width: 45px;
    height: 45px;
}

.ten_last_list li>.serial_num>img {
    width: 45px;
    height: 45px;
}

.ten_last_list li>.serial_num>span {
    position: absolute;
    top: 0;
    display: block;
    width: 45px;
    color: #d4212a;
    line-height: 45px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.ten_last_list .company_logo{
	position: relative;
}

.ten_last_list .company_logo a{
	display: inline-block;
	overflow: hidden;
}

.ten_last_list .company_logo img{
	height: 144px;
	position: relative;
	z-index: 9;
	transition: all 0.3s;
}

.ten_last_list .company_logo:before{
	position: absolute;
	right: -5px;
	bottom: -5px;
	display: block;
	content: "";
	background: #b41c24;
	width: 100%;
	height: 100%;
}

.list_middle_box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 60px 0 36px;
    width: 42%;
}

.list_middle_box .top_three_icon a:first-child{
	margin-left: 0;
}

.list_middle_box h3{
	font-size: 20px;
  	color: #f6dcb0;
}

.list_middle_box .corporate_name{
	margin-top: 6px;
	font-size: 14px;
  	color: #ffffff;
}

.list_middle_box .list_company_describe{
	margin-top: 8px;
	font-size: 14px;
	line-height: 24px;
  	color: rgba(255,255,255,.8);
  	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ten_last_list li .check_detail{
	margin-top: 0;
}

.ten_last_list li:hover .check_detail{
	color: #d4212a;
	font-weight: bold;
  	border: 1px solid #f6dcb0;
  	background: linear-gradient(to left,#eabf7b, #fff4dc);
}



.list-description p{
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}




.related_industry{
	padding: 64px 0;
	background: #b6141b;
}



.rel_ind_but{
	padding-top: 10px;
}

.rel_ind_but li{
	margin-top: 25px;
	width: 24%;
	margin-left: 1.33%;
	float: left;
}

.rel_ind_but li:nth-child(4N+1){
	margin-left: 0;
}

.rel_ind_but li a{
	display: block;
	text-align: center;
	border: 2px solid #eddbb7;
	height: 46px;
	line-height: 44px;
	font-size: 20px;
	color: #eddbb7;
	border-radius: 24px;
	transition: all 0.3s;
}

.rel_ind_but li a:hover{
	color: #b6141b;
	background: #eddbb7;
}



.brand_recom{
	padding: 64px 0;
}

.brand_recommended_logo{
	padding-top: 15px;
}

.brand_recommended_logo li{
	margin-top: 28px;
	width: 25%;
	float: left;
	text-align: center;
}

.brand_recommended_logo li img{
	box-shadow: 0 0 1px #999;
	height: 100px;
	transition: all 0.3s;
}

.brand_recommended_logo li img:hover{
	box-shadow: 0 3px 10px #ddd;
}

.brand_recommended_logo li h3{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: initial;
	margin-top: 12px;
}









@media only screen and (max-width:1280px) {

.ten_page_title{
	padding-top: 120px;
}

.ten_page_signtu{
	width: 24%;
	float: left;
	margin-left: 6%;
}


.ten_title_box{
	width: 54%;
	float: left;
}

.ten_title_box img{
	height: 104px;
}



.ten_title_box h1{
	font-size: 36px;
	line-height: 48px;
}

.ten_title_box h1:before{
	right: -60px;
	top: 4px;
	width: 44px;
	height: 44px;
}


.ten_title_box p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
}



.ten_hot_item{
	display: flex;
	align-items: flex-end;
	justify-content:center;
	justify-content: space-between;
	padding: 104px 0 64px 0 ;
}

.ten_hot_item .box{
	width: 32.6%;
}

.ten_hot_item .box .num .num_digit{
	top: -40px;
	height: 56px;
}


.ten_hot_item .num_pic{
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	height: 114px;
}


.ten_hot_item .pic_box .pic{
	border-radius: 8px;
}

.ten_hot_item .pic_box .pic img{
	height: 100px;
}

.ten_hot_item .top_podium{
	margin-top: 24px;
	padding: 0 20px;
}

.ten_hot_item .top_podium h3{
	font-size: 22px;
	line-height: 32px;
}

.top_three_icon{
	display: flex;
	justify-content: center;
}

.top_three_icon a{
	border-radius: 2px;
	font-size: 12px;
	height: 20px;
	line-height: 19px;
	padding: 0 4px;
	margin: 0 3px;
	margin-top: 10px;
}

.top_three_icon a:last-child{
	height: 18px;
	line-height: 17px;
	padding: 0 3px;
}


.top_three_describe{
	margin-top: 16px;
	line-height: 22px;
	max-height: 44px;
	font-size: 12px;
	-webkit-line-clamp: 2;
}


.check_detail{
	margin-top: 14px;
	height: 28px;
	padding: 0 16px;
  	border-radius: 16px;
  	line-height: 26px;
  	font-size: 12px;
}


.ten_hot_item .hot_top1.box{
	padding-bottom: 48px;
}





.ten_last_list{
	padding: 50px 0 48px;
}

.ten_last_list li{
	width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ten_last_list li>.serial_num {
    position: relative;
    margin: 0 30px 0 40px;
    width: 40px;
    height: 40px;
}

.ten_last_list li>.serial_num>img {
    width: 40px;
    height: 40px;
}

.ten_last_list li>.serial_num>span {
    position: absolute;
    top: 0;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
}

.ten_last_list .company_logo img{
	height: 100px;
}

.ten_last_list .company_logo:before{
	right: -4px;
	bottom: -4px;
}

.list_middle_box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 50px 0 30px;
    width: 42%;
}

.list_middle_box .top_three_icon a:first-child{
	margin-left: 0;
}

.list_middle_box h3{
	font-size: 18px;
}

.list_middle_box .corporate_name{
	margin-top: 6px;
	font-size: 14px;
}

.list_middle_box .list_company_describe{
	margin-top: 8px;
	font-size: 12px;
	line-height: 20px;
}




.list-description p{
	font-size: 12px;
	line-height: 22px;
}




.related_industry{
	padding: 64px 0;
}




.rel_ind_but{
	padding-top: 10px;
}

.rel_ind_but li{
	margin-top: 20px;
	width: 24%;
	margin-left: 1.33%;
	float: left;
}

.rel_ind_but li:nth-child(4N+1){
	margin-left: 0;
}

.rel_ind_but li a{
	border: 2px solid #eddbb7;
	height: 42px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 24px;
	transition: all 0.3s;
}




.brand_recom{
	padding: 56px 0;
}

.brand_recommended_logo{
	padding-top: 15px;
}

.brand_recommended_logo li{
	margin-top: 28px;
	width: 25%;
	float: left;
}

.brand_recommended_logo li img{
	height: 88px;
}


.brand_recommended_logo li h3{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}




}




@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
.ten_page_title{
	padding-top: 80px;
}

.ten_page_signtu{
	width: 22%;
	float: left;
	margin-left: 5%;
}


.ten_title_box{
	width: 60%;
	float: left;
	margin-left: 2%;
}

.ten_title_box img{
	height: 104px;
}



.ten_title_box h1{
	font-size: 30px;
	line-height: 36px;
}

.ten_title_box h1:before{
	right: -60px;
	top: 0px;
	width: 40px;
	height: 40px;
}


.ten_title_box p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
}



.ten_hot_item{
	display: flex;
	align-items: flex-end;
	justify-content:center;
	justify-content: space-between;
	padding: 72px 0 56px 0 ;
}

.ten_hot_item .box{
	width: 32.6%;
	background-position: center 32px;
}

.ten_hot_item .box .num .num_digit{
	top: -40px;
	height: 56px;
}


.ten_hot_item .num_pic{
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	height: 90px;
}


.ten_hot_item .pic_box .pic{
	border-radius: 8px;
}

.ten_hot_item .pic_box .pic img{
	height: 80px;
}

.ten_hot_item .top_podium{
	margin-top: 20px;
	padding: 0 20px;
}

.ten_hot_item .top_podium h3{
	font-size: 18px;
	line-height: 28px;
}

.top_three_icon{
	display: flex;
	justify-content: center;
}

.top_three_icon a{
	border-radius: 2px;
	font-size: 12px;
	height: 18px;
	line-height: 17px;
	padding: 0 2px;
	margin: 0 2px;
	letter-spacing: 0;
	margin-top: 10px;
}

.top_three_icon a:last-child{
	height: 16px;
	line-height: 15px;
	padding: 0 2px;
}


.top_three_describe{
	margin-top: 10px;
	line-height: 22px;
	max-height: 44px;
	font-size: 12px;
	-webkit-line-clamp: 2;
}


.check_detail{
	margin-top: 14px;
	height: 28px;
	padding: 0 16px;
  	border-radius: 16px;
  	line-height: 26px;
  	font-size: 12px;
}


.ten_hot_item .hot_top1.box{
	padding-bottom: 40px;
	background-position: center 46px;
}





.ten_last_list{
	padding: 40px 0 40px;
}

.ten_last_list li{
	width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ten_last_list li>.serial_num {
    position: relative;
    margin: 0 20px 0 20px;
    width: 36px;
    height: 36px;
}

.ten_last_list li>.serial_num>img {
    width: 36px;
    height: 36px;
}

.ten_last_list li>.serial_num>span {
    position: absolute;
    top: 0;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
}

.ten_last_list .company_logo img{
	height: 80px;
}

.ten_last_list .company_logo:before{
	right: -3px;
	bottom: -3px;
}

.list_middle_box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 20px 0 20px;
    width: 44%;
}

.list_middle_box .top_three_icon a:first-child{
	margin-left: 0;
}

.list_middle_box h3{
	font-size: 18px;
}

.list_middle_box .corporate_name{
	margin-top: 6px;
	font-size: 14px;
}

.list_middle_box .list_company_describe{
	margin-top: 8px;
	font-size: 12px;
	line-height: 20px;
}




.list-description p{
	font-size: 12px;
	line-height: 22px;
}




.related_industry{
	padding: 48px 0;
}




.rel_ind_but{
	padding-top: 10px;
}

.rel_ind_but li{
	margin-top: 15px;
	width: 24%;
	margin-left: 1.33%;
	float: left;
}

.rel_ind_but li:nth-child(4N+1){
	margin-left: 0;
}

.rel_ind_but li a{
	border: 2px solid #eddbb7;
	height: 38px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 24px;
}




.brand_recom{
	padding: 48px 0;
}

.rel_ind_title.red{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rel_ind_title.red a{
	font-size: 14px;
}

.brand_recommended_logo{
	padding-top: 10px;
}

.brand_recommended_logo li{
	margin-top: 20px;
	width: 24%;
	float: left;
	margin-left: 1.33%;
}

.brand_recommended_logo li:nth-child(4N+1){
	margin-left: 0;
}

.brand_recommended_logo li img{
	height: auto;
}


.brand_recommended_logo li h3{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}


}



@media only screen and (max-width: 768px) {
	
.ten_page_title{
	padding-top: 40px;
}

.ten_page_signtu{
	display: none;
}


.ten_title_box{
	width: 100%;
	float: left;
	margin-left: 0;
}

.ten_title_box img{
	height: 104px;
}



.ten_title_box h1{
	font-size: 28px;
	line-height: 30px;
}

.ten_title_box h1:before{
	right: -44px;
	top: 0px;
	width: 34px;
	height: 34px;
}


.ten_title_box p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 14px;
}



.ten_hot_item{
	display: flex;
	align-items: flex-end;
	justify-content:center;
	justify-content: space-between;
	padding: 50px 0 36px 0 ;
}

.ten_hot_item .box{
	width: 32.6%;
	background-position: center 32px;
}

.ten_hot_item .box .num .num_digit{
	top: -32px;
	height: 44px;
}


.ten_hot_item .num_pic{
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
	height: 68px;
}


.ten_hot_item .pic_box .pic{
	border-radius: 8px;
}

.ten_hot_item .pic_box .pic img{
	height: 60px;
}

.ten_hot_item .top_podium{
	margin-top: 10px;
	padding: 0 10px;
}

.ten_hot_item .top_podium h3{
	font-size: 16px;
	line-height: 28px;
}

.top_three_icon{
	display: block;
	justify-content: initial;
}

.top_three_icon a{
	border-radius: 2px;
	font-size: 12px;
	height: 18px;
	line-height: 17px;
	padding: 0 2px;
	margin: 0 2px;
	letter-spacing: 0;
	display: inline-block;
	margin-top: 5px;
}

.top_three_icon a:last-child{
	height: 16px;
	line-height: 15px;
	padding: 0 2px;
}


.top_three_describe{
	margin-top: 10px;
	line-height: 22px;
	max-height: 44px;
	font-size: 12px;
	-webkit-line-clamp: 2;
	display: none;
}


.check_detail{
	margin-top: 16px;
	height: 24px;
	padding: 0 12px;
  	border-radius: 16px;
  	line-height: 22px;
  	font-size: 12px;
}


.ten_hot_item .hot_top1.box{
	padding-bottom: 30px;
}





.ten_last_list{
	padding: 30px 0 30px;
}

.ten_last_list li{
	width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ten_last_list li>.serial_num {
    position: relative;
    margin: 0 20px 0 20px;
    width: 36px;
    height: 36px;
}

.ten_last_list li>.serial_num>img {
    width: 36px;
    height: 36px;
}

.ten_last_list li>.serial_num>span {
    position: absolute;
    top: 0;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
}

.ten_last_list .company_logo img{
	height: 60px;
}

.ten_last_list .company_logo:before{
	right: -3px;
	bottom: -3px;
}

.list_middle_box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 20px 0 20px;
    width: 40%;
}

.list_middle_box .top_three_icon a:first-child{
	margin-left: 0;
}

.list_middle_box h3{
	font-size: 18px;
}

.list_middle_box .corporate_name{
	margin-top: 6px;
	font-size: 14px;
}

.list_middle_box .list_company_describe{
	margin-top: 8px;
	font-size: 12px;
	line-height: 20px;
	display: none;
}


.list-description p{
	font-size: 12px;
	line-height: 22px;
}





.related_industry{
	padding: 40px 0;
}

.rel_ind_title h3{
	font-size: 26px;
}


.rel_ind_but{
	padding-top: 10px;
}

.rel_ind_but li{
	margin-top: 15px;
	width: 32.26%;
	margin-left: 1.6%;
	float: left;
}

.rel_ind_but li:nth-child(4N+1){
	margin-left: 1.6%;
}

.rel_ind_but li:nth-child(3N+1){
	margin-left: 0;
}

.rel_ind_but li a{
	border: 1px solid #eddbb7;
	height: 34px;
	line-height: 32px;
	font-size: 14px;
	border-radius: 24px;
}




.brand_recom{
	padding: 40px 0;
}


.brand_recommended_logo{
	padding-top: 10px;
}

.brand_recommended_logo li{
	margin-top: 15px;
	width: 32.26%;
	float: left;
	margin-left: 1.6%;
}

.brand_recommended_logo li:nth-child(4N+1){
	margin-left: 1.6%;
}

.brand_recommended_logo li:nth-child(3N+1){
	margin-left: 0;
}

.brand_recommended_logo li img{
	height: auto;
}


.brand_recommended_logo li h3{
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}




}


@media only screen and (max-width:630px ) {
	.list_middle_box{
    width: 56%;
}
.ten_last_list li .check_detail{
	display: none;
}
}




@media only screen and (max-width: 480px) {
	
.ten_page_title{
	padding-top: 30px;
}

.ten_page_signtu{
	display: none;
}


.ten_title_box{
	width: 100%;
	float: left;
}

.ten_title_box img{
	height: 104px;
}



.ten_title_box h1{
	font-size: 22px;
	line-height: 30px;
}

.ten_title_box h1:before{
	right: -34px;
	top: 2px;
	width: 28px;
	height: 28px;
}


.ten_title_box p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 6px;
	transform: scale(.9);
	color: rgba(255,255,255,.6);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.ten_hot_item{
	display: flex;
	align-items: flex-end;
	justify-content:center;
	justify-content: space-between;
	padding: 40px 0 24px 0 ;
}

.ten_hot_item .box{
	width: 32.6%;
	background-position: center 15px;
}

.ten_hot_item .box .num .num_digit{
	top: -28px;
	height: 40px;
}


.ten_hot_item .num_pic{
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	height: 46px;
}


.ten_hot_item .pic_box .pic{
	border-radius: 3px;
}

.ten_hot_item .pic_box .pic img{
	height: 40px;
}

.ten_hot_item .top_podium{
	margin-top: 6px;
	padding: 0 6px;
}

.ten_hot_item .top_podium h3{
	font-size: 14px;
	line-height: 20px;
}

.top_three_icon{
	display: block;
	justify-content: initial;
	display: none;
}

.top_three_icon a{
	border-radius: 2px;
	font-size: 12px;
	height: 18px;
	line-height: 17px;
	padding: 0 2px;
	margin: 0 0px;
	letter-spacing: 0;
	margin-top: 5px;
}

.top_three_icon a:last-child{
	height: 16px;
	line-height: 15px;
	padding: 0 2px;
}


.top_three_describe{
	margin-top: 0px;
	line-height: 20px;
	max-height: 40px;
	font-size: 12px;
	-webkit-line-clamp: 2;
	display: block;
	letter-spacing: 0;
	transform: scale(.9);
}


.check_detail{
	margin-top: 6px;
	height: 24px;
	padding: 0 12px;
  	border-radius: 16px;
  	line-height: 22px;
  	font-size: 12px;
  	transform: scale(.72);
}


.ten_hot_item .hot_top1.box{
	padding-bottom: 30px;
}





.ten_last_list{
	padding: 20px 0 20px;
}

.ten_last_list li{
	width: 100%;
    padding: 15px 0 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.ten_last_list li>.serial_num {
    position: relative;
    margin: 0 10px 0 10px;
    width: 26px;
    height: 26px;
}

.ten_last_list li>.serial_num>img {
    width: 26px;
    height: 26px;
}

.ten_last_list li>.serial_num>span {
    position: absolute;
    top: 0;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
}

.ten_last_list .company_logo img{
	height: 36px;
}

.ten_last_list .company_logo:before{
	right: -2px;
	bottom: -2px;
}

.list_middle_box{
	display: block;
    flex-direction: initial;
    align-items: initial;
    margin: 0 0px 0 12px;
    width: 50%;
}

.list_middle_box .top_three_icon a:first-child{
	margin-left: 0;
}

.list_middle_box h3{
	font-size: 15px;
	line-height: 18px;
}

.list_middle_box .corporate_name{
	margin-top: 6px;
	font-size: 12px;
	color: rgba(255,255,255,.8);
}


.list_middle_box .top_three_icon{
	display: none;
	justify-content: initial;
	margin-top: 5px;
}

.list_middle_box .list_company_describe{
	margin-top: 8px;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	position: absolute;
	left: 0;
	bottom: 10px;
	width:100%;
	letter-spacing: 0;
	 transform: scale(.92);
}


.list-description p{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
}





.related_industry{
	padding: 30px 0;
}



.rel_ind_but{
	padding-top: 10px;
}

.rel_ind_but li{
	margin-top: 15px;
	width: 32.26%;
	margin-left: 1.6%;
	float: left;
}

.rel_ind_but li:nth-child(4N+1){
	margin-left: 1.6%;
}

.rel_ind_but li:nth-child(3N+1){
	margin-left: 0;
}

.rel_ind_but li a{
	border: 1px solid #eddbb7;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	border-radius: 24px;
}




.brand_recom{
	padding: 30px 0;
}



.brand_recommended_logo{
	padding-top: 10px;
}

.brand_recommended_logo li{
	margin-top: 15px;
	width: 48.5%;
	float: left;
	margin-left: 3%;
}

.brand_recommended_logo li:nth-child(4N+1){
	margin-left: 3%;
}

.brand_recommended_logo li:nth-child(3N+1){
	margin-left: 3%;
}

.brand_recommended_logo li:nth-child(2N+1){
	margin-left: 0;
}

.brand_recommended_logo li img{
	height: auto;
}


.brand_recommended_logo li h3{
	font-size: 14px;
	line-height: 24px;
	margin-top: 6px;
}




}