.level{
		width: 1200px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.level .left{
		width: 240px;
		background-color: #659ae8;
	}
	.level .right{
		width: 950px;
	}
	.level .right .list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.level .right .list li{
		width: 200px;
	    height: 250px;
	    background: url(image/company_back.jpg)  no-repeat;
	    background-color: #fbfbfb;
	    margin-bottom: 10px;
	    padding: 10px 15px;
	    border: 1px solid #e0e0e0;
	    position: relative;
	    margin-right: 7px;
	}
	.level .right .list li:nth-child(4n){
		margin-right: 0px;
	}
	.level .right .list li:hover{
		box-shadow: 0px 2px 6px 0px #d7dbdf;
	}

	.level .right .list:hover{
		background: none;
	}
	.left{text-align: center;color: white;height: 554px;}
	.line{border-bottom: 1px solid white;width: 100%;}
	.bot{margin-top: 15px}
	.cate{display: flex;justify-content: space-between; width: 220px;margin: auto; height: 200px; flex-wrap: wrap;align-content: flex-start;}
	.cate li{width: 98px; background-color: #eef1f575; margin-bottom: 10px; padding: 4px 4px;}
	.left .more{margin: auto;margin-top: 110px;background-color:#eef1f575;padding: 8px 3px;font-size: 16px;border-radius: 15px;width: 160px;}
	.list li .c-title{font-size: 18px;margin-top: 20px;height: 50px; overflow: hidden;color: black;}
	.list li .des{margin-top: 30px;height: 80px;overflow: hidden; text-overflow: ellipsis;word-break: break-all;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
	.list li .l-line{border-bottom: 1px solid #e0e0e0;margin-top: 10px;}
	.list li .shop{color: white;background: #0252CC; margin-top: 20px; text-align: center; padding: 4px 10px;}
	.list li .dot {
	    width: 10px;
	    height: 15px;
	    display: block;
	    overflow: hidden;
	    position: absolute;
	    left: -1px;
	    top: 35px;
	    background-color: #83b7f1;
	}
	.list li .flag {
	    width: 50px;
	    height: 50px;
	    display: block;
	    overflow: hidden;
	    position: absolute;
	    right: 0px;
	    top: 0px;
	}
	.list .flag i {
	    color: #fff;
	    width: 134px;
	    height: 45px;
	    line-height: 90px;
	    text-align: center;
	    position: absolute;
	    font-style: normal;
	    font-size: 16px;
	    padding-bottom: 14px;
	    top: -27px;
	    left: -19px;
	    transform: rotate( 
	46deg
	 );
	    background: #e85656;
	}
	.b2{background: #34c19a !important;}
	.b3{background: #ff821f !important;}
	.level a{color: white;}
	.level a:hover{text-decoration: none;}
	.gray{margin-top: 20px;}
	.shop:hover{background-color: #0065ff !important;}
	.cate .c-li1:hover{background-color: #0067ff !important;}
	.cate .c-li2:hover{background-color: #008c65 !important;}
	.cate .c-li3:hover{background-color: #ac4c00 !important;}
	.left .more1:hover{background-color: #0067ff !important;}
	.left .more2:hover{background-color: #008c65 !important;}
	.left .more3:hover{background-color: #ac4c00 !important;}
	.l-title{font-size: 30px;}
	.l-des{font-size: 30px;}
	.list li .c-title:hover{color:#ff0000;}
	.des a{color: black;cursor: pointer;}
	.c-title a{color: black;}