﻿/*public*/
.list-case{
    margin-top: 20px;
}

.list-box{
    float: right;
    width: 920px;
    min-height: 790px;
    background: #fff;
}
.list-border{
    border: 1px solid #eee;
    border-top: none;
    min-height: 759px;
    overflow: hidden;
}

/*table01*/
.table-box{
    padding: 10px 20px;
}
.table01{
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.table01 th,tr{
    line-height: 42px;
}
.table01 th{
    background: #076FD0;
    color: white;
    font-weight: normal;
    text-align: center;
}
.table-sp th{
    background: white;
    color: #444;
    font-weight: bold;
   
}

.table01 tr{
    border-bottom: 1px dashed #eee; 
    text-align: center;
}
.table-sp .thd{
    border-bottom: 1px solid #ddd;   
}
.table01 .tb-tl{
    text-align: left;
    padding-left: 20px;
}
/**/
.form-pb{
    padding: 20px 70px;
}
.form-pb table{
    width: 100%;
}
.form-pb table tr{
    line-height: 35px;
}
.form-pb table td{
    padding: 7px 0;
}
.form-pb table input{
    width: 95%;
    line-height: 35px;
    padding: 0 0.5em;
    border: 1px solid #eee;
}
.form-pb .lybt input{
    width: 95%;
}
.form-pb .lynr textarea{
    width: 95%;
    height: 100px;
    padding: 0.5em;
    border: 1px solid #eee;
    line-height: 1.8em;
}
.form-pb .lynr .kp-wz{
    vertical-align: top;
    line-height: 30px;
}
.form-pb .kp-wz{
    width: 86px;
    text-align: center;
}
.form-pb .kp-wz span{
    color: red;
}
.form-pb .fj input{
    width: auto;
    border: none;
    line-height: 30px;
}
/*kp-submit*/
.kp-submit{
    text-align: center;
    padding-top: 20px;
}
.kp-submit input{
    width: 130px;
    height: 40px;
    margin: 0 20px;
    border: none;
    border-radius: 3px;
    background: #eee;
    font-size: 16px;
}
.kp-submit .on{
    color: white;
    background: #076FD0;
}
.kp-submit  input:hover{
    background: rgb(5, 86, 161);
    color: white;
    cursor: pointer;
}
/**/
.notice{
    margin:  20px;
    padding: 0 20px;
    padding-bottom: 20px;
    background: #F3FAFF;
}
.notice .tl{
    padding-bottom: 10px;
    color: #076FD0;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}
.notice  .ct{
    line-height: 2.2em;
    color: #555;
}
