body{
    background-color: #f6f7f9;
}
.crumbs{
    background: #fff;
}
.titbig{
    text-align: center;
    padding-top: 30px;
}
.topwhite{
    background-color: #fff;
    padding-bottom: 30px;
}
.titbig h1{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.titbig p{
	font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.seachselect{
    width: 240px;
    border-bottom: 1px solid #aaa;
    background:  no-repeat 100% 50%;
    background-size:14px auto;
    height: 50px;
}
.seachwarp{
    margin-top: 30px;
}
.seachwarp{
    display: flex;
    justify-content: space-between;
}
.seachinput{
    width: 640px;
    border-bottom: 1px solid #aaa;
    height: 50px;
}
.seachbutton{
	width: 100px;
	height: 50px;
	background-color: #1076d5;
    border-radius: 4px;
    border: none;
}
.seachbutton:hover{
    background-color: #09569e;
}
.seachbutton img {
	width: 19px;
	height: 18px;
}
.tip{
    padding: 32px 34px;
    background-color: #fff;
    margin: 30px 0;
}
.certificate{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 36px 40px;
    margin-bottom: 60px;
}
.certificate li{
   width: 30%;
   margin-bottom: 0;
}
.certificate li:nth-child(-n 3){
   
    margin-bottom: 30px;
}
.certificate li.tit{
	font-size: 22px;
	color: #333333;
}
.certificate li .black{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.certificate li .gary{
	font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.nodata{
    text-align: center;
    padding:152px 0 179px ;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
}

.search_result{
    width: 100% !important;
}
.per_right{
    background-color: initial !important;
    padding: 0px !important;
}
.topwhite{
    width: 100%;
    padding: 40px !important;
}
.titbig {
    padding-top: 0px;
}



.nodata{
    margin-top: 30px !important;
}

.search_result_list{
    padding: 0px !important;
}

