.con1{
	margin-top: 20px;
	height: 210px;
	background: #FFFFFF;
	padding: 20px;
	width: 100%;
}

.con1 .top{

	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}
.con1 .top h4{
	font-size: 16px;
	color: #000000;
	height: 60px;
	/* border-bottom:2px solid   #0ABA8C; */
	line-height: 50px;
	display: flex;
	align-items: center;
}
.con1 .top h4 img {
    width: 30px;
    height: 30px;
    margin: 0px 10px 0px 0px;
}
.con1 .con1-box{
	display: flex;align-items: center;justify-content: space-between;
	margin-top: 20px;
}
.con1 .con1-box .left{
	display: flex;align-items: center;
}
.con1 .con1-box .left .pic{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.con1 .con1-box .left .title{
	display: flex;align-items: center;
}
.con1 .con1-box .left .title h5{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-right: 10px;
}
.con1 .con1-box .left .title a{
	padding: 0 10px;
	height: 20px;
	background: rgba(10,186,140,0.05);
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(10,186,140,0.5);
	font-size: 12px;
	color: #0ABA8C;
	display: flex;align-items: center;justify-content: center;
	margin-right: 5px;
	
}
.con1 .con1-box .left .title a:nth-child(3){
	background: rgba(255,109,0,0.05);
	border: 1px solid rgba(255,109,0,0.5);
	color: #FF6D00;
}
.con1 .con1-box .left .small{
	display: flex;align-items: center;
	
}
.con1 .con1-box .left .small p{
	font-size: 12px;
	color: #000000;
	margin-right: 20px;
	
}
.con1 .con1-box .left .small p span{
	color: #999999;
	
}



.con1 ul{
	display: flex;justify-content: space-between;align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	width: 70%;
}
.con1 ul li{
	padding: 15px 20px;
	width: 200px;
	height: 100px;
	background: #EEF9E8;
	border-radius: 5px 5px 5px 5px;
}
.con1 ul li:nth-child(2){
	background: #F2EDFD;
}
.con1 ul li:nth-child(2){
	background: #FFF7E7;
}
.con1 ul li p{
	display: flex;align-items: center;
	font-size: 14px;
	color: #000000;
}
.con1 ul li p img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.con1 ul li h4{
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	margin-top: 10px;
}

.con2{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
}
.con2 .top{
	display: flex;align-items: center;justify-content: space-between;
	height: 50px;
	background: #FFFFFF;
	border-bottom:1px solid  #EEEEEE;
	padding-bottom: 10px;
}
.con2 .top .left{
	display: flex;
}
.con2 .top .left h4{
	font-size: 16px;
	color: #000000;
	height: 60px;
	border-bottom:2px solid   #0ABA8C;
	line-height: 50px;
}
.con2 .top .left p{
	font-size: 12px;
	color: #999999;
	height: 50px;
	margin-left: 20px;
	line-height: 50px;
}
.con2 .top .left p span{
	color: #E52900;
}
.con2 .top .right{
	display: flex;align-items: center;
}
.con2 .top .right input{
	width: 200px;
	height: 40px;
	background: #EFF4F8;
	padding-left: 10px;
	outline: 0;border:0;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
}
.con2 .top .right button{
	width: 100px;
	height: 40px;
	background: #0ABA8C;
	display: flex;align-items: center;justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0;
}
.con2 .list .text{
	display: flex;align-items: center;
	height: 30px;
	background: #F6F8FA;
	
}
.con2 .list .text li{
	font-size: 12px;
	color: #666666;
}
.con2 .list{
	margin-top: 20px;
}
.con2 .list  .item1{
	width: 100px;
	padding-left: 20px;
}
.con2 .list  .item2{
	width: 600px;
}

.con2 .list  .item3{
	width: 80px;
}
.con2 .list  .item4{
	width: 80px;
}
.con2 .list  .item5{
	width: 80px;
}
.con2 .list  .item6{
	width: 80px;
}
.con2 .list  .item7{
	width: 80px;
}
.con2 .list  .item8{
	width: 150px;
}
.con2 .list  .item9{
	width: 150px;
}
.con2 .list  .item10{
	width: 300px;
}
.con2 .list  .item11{
	width: 100px;
	text-align: center;
}
.con2 .list  .table{
	display: flex;align-items: center;
	height: 110px;
	border-bottom: 1px solid #EEEEEE;
}
.con2 .list  .table li{
	
	
	font-size: 12px;
	color: #000000;
}
.con2 .list .table  .item2 p{
	width: 500px;
	display:-webkit-box  ;-webkit-line-clamp:2 ; -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;
}
.con2 .list .table  .item2 .tag{
	display: flex;align-items: center;
	margin-top: 10px;
}
.con2 .list .table  .item2 .tag a{
	font-size: 12px;
	color: #0ABA8C;
	line-height: 20px;
	margin-right: 20px;
}
.con2 .list .table  .item9 img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.con2 .list .table  .item9{
	display: flex;align-items: center;
}
.con2 .list .table  .item11 .btn{
	display: flex;align-items: center;justify-content: center;
	font-size: 12px;
	color: #0ABA8C;
	height: 40px;
	background: rgba(10,186,140,0.1);
}



@media (max-width: 630px){




}














