.content{
    width: 1000px;
    margin: 10px auto 0;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.left{
    width: 180px;
}

.left_name{
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3A67A1;
    color: #fff;
    font-weight: 700;
}

.navlist{
    margin: 10px 0 12px;
    padding: 0 10px 10px;
    box-sizing: border-box;
    border: 1px solid #3A67A1;
}

.navlist p{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 25px;
    line-height: 25px;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    background: #EDF2F5;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    font-family: SimSun;
    color:#444444;
    font-size: 12px;
}

.navlist p span:first-child{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
}

.right{
    margin-left: 20px;
    width: 60%;
    flex: 1;
}

.location{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

.table_tit {
    margin-top: 10px;
}

.table_tit p{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.table_tit p span:first-child{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #eee;
    border: 1px solid #e5e5e5;
    margin-right: 6px;
}

table{
    margin-top: 10px;
    width: 100%;
    border-top: 2px solid #3A67A1;
    border-left: 1px solid #e5e5e5;
}

table tr td{
    padding: 5px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    text-align: center;
}

.thead td{
    background-color: #ececec;
    border-top: 2px solid #3A67A1;
}

.table_jbqk tr .t_l{
    width: 25%;
}

.table_jfjl tr td:first-child {
    width: 10%;
}

.table_jfjl tr td{
    width: 30%;
}

table tr .t_r{
    text-align: left;
}

.path {
    line-height: 30px;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 5px;
    background: url(../img/rlist.gif) no-repeat right center;
    cursor: pointer;
}
.path:hover{
    color:#cd620b;
}

.menu_box:hover{
    color:#be1414;
}

input[type="text"] {
    float: left;
    height: 30px;
}

select {
    float: left;
    height: 30px;
    margin-right: 5px;
    font-size:14px;
}

.content_tit {
    height: 60px;
    line-height: 30px;
    border-bottom: 1px dashed #eee;
    text-align: center;
    font-size: 16px;
}

.content_subtit {
    text-align: center;
    font-size: 13px;
    color:#666;
}