/*证书查询的页面的样式*/

.list .list_right .content .con_div h2 {
    width: 100%;
   padding-left: 24px;
   background: url("../images/zshjlookicon.png") left center;
   background-repeat: no-repeat;
   background-size: 16px;
}
.list .list_right .content .con_div h2 span {

    margin: 0 12px 0 0;
}
.list .list_right .content .con_div:hover h2 {

   background: url("../images/zshjlookiconh.png") left center;
   background-repeat: no-repeat;
   background-size: 16px;
}
.zscxboxdiv{
      display: block;
    padding: 9px 10px;
    background: #f1f1f1;
    border-radius: 6px;
    margin: 0 0 17px 0;
}
 
 .sosoboxzscx{
    display: inline-block;
    width: 100%;
    border: 1px #77a61a solid;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 3px 0 0 0;
}
.sosoboxzscx input{
    width: 100%;
    padding: 0 60px 0 40px !important;
    background: url(../images/search.png) no-repeat 7px center;
    background-size: 21px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 38px;
    outline: none;
}
.sosoboxzscx .submitbtnzscxbtn{
    width: 75px;
    height: 48px;
    line-height: 48px;
    background-color: #77a61a;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    border-radius: 0 0 0 0;
}
.sosoboxzscx .submitbtnzscxbtn img{
    width: 15px;
    display: inline-block;
    vertical-align: text-top;
    margin: -2px 0 0 0;
}
.sosoboxzscx .submitbtnzscxbtn em{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 15px;
    margin: -12px 0 0 3px;
}
 








