.con1{
	margin-top: 60px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	width: 100%;
}
.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;
}
.con1 ul li{
	padding: 15px 20px;
	width: 445px;
	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: 24px;
	color: #000000;
	line-height: 40px;
	margin-top: 10px;
}

.con2{
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
}
.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: 62px;
	background: #F6F8FA;
}
.con2 .list .text li{
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.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: 80px;
}
.con2 .list  .item9{
	width: 80px;
}
.con2 .list  .item10{
	width: 300px;
}
.con2 .list  .item11{
	width: 80px;
	text-align: center;
}
.con2 .list  .table{
	display: flex;
	align-items: center;
	height: 110px;
	border-bottom: 1px solid #EEEEEE;
	border: 1px solid  #EEEEEE;
}
.con2 .list  .table li{
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.con2 .list .table  .item2 p{
	width: 500px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	margin: 0px 10px;
	text-align: left;
}
.con2 .list .table  .item2 .tag{
	display: flex;align-items: center;
	margin-top: 10px;
}
.con2 .list .table  .item2 .tag a{
	font-size: 14px;
	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);
}


.page {
    width: 586px;
    height: 40px;
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .start,
.page .end {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .start .shou,
.page .end .wei {
    display: block;
    width: 60px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.page .start .last,
.page .end .next {
    display: block;
    width: 70px;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.page-list {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-list a {
    display: block;
    width: 40px !important;
    height: 40px;
    background: #FFFFFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.page .start a:hover,
.page .end a:hover,
.page-list a:hover {
    background: #7D3CEB;
    color: #FEFEFE;
}

.page {
    /*width: 280px;*/
    height: 40px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.page a {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgb(178, 178, 178);
    margin: 0 5px;
}

/*.page a:nth-child(1) {
    background-color: #8657FF;
    color: #FFFFFF;
}*/


@media (max-width: 630px){




}














