.xkimg{
    display: flex;
    align-items: center;
}
.xkimg img{
    height: 22px;
    width: 22px;
    cursor: pointer;
}
.cx{
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}
.searchdiv{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:15px;
}
.searchdiv input{
    width:1010px;
    border: 1px solid #B3B5B7;
    height: 50px;
    box-sizing: border-box;
    padding-left: 18px;
}
.searchdiv label{
    display: inline-block;
    width: 150px;
    text-align: center;
    background: #31A9F4;
    color: #fff;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}    
.three_div{
    box-shadow: 0 7px 11px 1px #ddd;
    box-sizing: border-box;
    padding: 12px 20px 50px 20px;
    margin-bottom: 60px;
}
.top{
    padding: 26px 0 35px 0;
}
.top ul{
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.allresult{
    /* position: absolute; */
    width: 1010px ;
    /* height: 40px; */
    line-height: 40px;
    /* top: 49px; */
}
.allresult li{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
}
.jg{ 
    font-size: 16px;
    font-weight: 400;
    color: #68696C;
    border-top: 1px solid #E8EAED;
    padding: 16px 0;
}
.result_logo{
    text-align: center;
    margin-bottom: 30px;
}
.logo{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 16px;
    cursor: pointer;
}
.s_name{
    font-size: 21px;
    color: #303133;
    margin-bottom: 8px;
}
.s_lable{
    font-size: 14px;
    color: #B3B5B7;
}
table{
    width: 100%;
    border-collapse:collapse; 
    border-spacing:0px;  	
    /* border: 1px solid #E8EAED; */
}
table tr{
    height: 44px;
    line-height: 44px;
    /* border: 1px solid #E8EAED; */
}
table tr th:nth-child(1){
    width: 63%;
    background: #F5F7FA;
    border: 1px solid #E8EAED;
}
table tr th:nth-child(2){
    width: 37%;
    background: #F5F7FA;
    border: 1px solid #E8EAED;
}
table tr td{
    border: 1px solid #E8EAED;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 12px;
}
table tr td span{
    background: #31A9F4;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.num{
    font-size: 16px;
    font-weight: 400;
    color: #68696C;
    padding: 16px 0;
}
.cxjg{
    display: none;
}
.his_title{
    font-size: 17px;
}
.his_list{
    width: 100%;
}
.his_list{
    margin-top: 15px;
    display: flex;
}
.his_list li{
    line-height: 40px;
    padding: 0px 15px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-right: 8px;
    cursor: pointer;
}
.tzzyinfo{
    cursor: pointer;
}
.fourimgs {
    width:282px;
    height:120px;
}
.all_pro {
    width: 100%;
    border-bottom: 1px solid #E8EAED;
    display:flex;
    padding-top:10px;
    /* box-shadow: 0 7px 11px 1px #ddd;
    padding: 30px 0 50px 0; */
}

.all_title {
    width:10%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.each_pro {
    color: #B3B5B7;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    box-sizing: border-box;
    /* padding: 0 86px; */
    margin-bottom: 24px;
}

    .each_pro li {
        width: 128px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        border: 1px solid #B3B5B7;
        margin-right: 19px;
        margin-bottom: 24px;
        cursor: pointer;
    }

        .each_pro li:nth-child(7n) {
            margin-right: 0;
        }

.a_active {
    background: rgba(49, 169, 244, 0.25);
    border: 1px solid #31A9F4 !important;
    color: #007AC5 !important;
}

.yearli {
    width: 128px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #B3B5B7;
    margin-right: 19px;
    margin-bottom: 24px;
    cursor: pointer;
    background: rgba(49, 169, 244, 0.25);
    border: 1px solid #31A9F4 !important;
    color: #007AC5 !important;

}