﻿@charset "utf-8";
/* CSS Document */
*{ font-family: "微软雅黑"}
.body_bg{ background-color: #ececec;}
.search_div{width:80%; height: auto;background-color: #fff; padding:10px 20px 30px 20px; margin: 10px auto 30px auto; color: black;border-radius:10px;box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2); }
.jb_logo{ width:180px; height: 70px; margin: 0px auto; /* background: url( ../images/logo.png) no-repeat*/}
.search_title{text-align: center; font-size: 24px;color: #353535; padding: 10px 0px; margin-bottom: 30px; border-bottom: 1px solid #dbdbdb}
.search_h{ width: 100%; height: 45px; margin: 20px 0px;}
.search_t_name{ width:80px;height: 45px; line-height: 45px; text-align: right;color: #666; margin-bottom: 20px;}
.search_t_input input{width: 100%;height:40px;border-radius:5px;padding: 0px 5px;  border: 1px solid #b5b5b5;}
.s_btn a{background-color: #C51C1F;border: 1px solid #C51C1F ;width: 100%;height: 40px; line-height: 40px;padding: 0px 5px;  border-radius:5px;color: #fff; font-size: 16px; text-align: center; text-decoration: none; display: block;}
.s_btn a:hover{text-decoration: none}

.jb_footer{ text-align: center; color: #999;font-size: 14px;display:none}


/*查询结果*/
.search_jg_tit{ font-weight: bolder;color: #000;font-size: 16px;}
.search_jg_text{ color: #2068a5;font-size: 16px;}

.no_res{width:500px; height: 375px; background: url(../images/no_res.png) no-repeat; margin: 0px auto;}
