
.panel_1{
    border: 1px solid #ccc;
}

.panel_1 .col_1{
     border-right: 1px solid #ccc;
}


.panel_1 .col_1 select::-ms-expand { display: none; }


.panel_1 .col_1 select{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 2px;
    border: none;
    background: transparent url("/_html/images/select.png") no-repeat right center;
    text-align-last:center; 
    font-size:16px;
    color: #014189;
   
}

.panel_1 .col_2 .input1{
     border: none;
     padding:0px 10px;
     width: 70%;
}

.panel_1 .col_2 .button1 {
    background: transparent url("/_html/images/btn_search.png") no-repeat top center;
    background-size: 100%;
    border: none;
     border-left: 1px solid #ccc;
     float: right;
    width:35px;
     height:34px;
}


.panel_5 ul{
    list-style-type: none;
    padding-left: 0px;

}

.panel_5 ul li{
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px;
   margin: 20px 0;
}

.panel_5 ul li dl{
    margin-left:3%;
}


.panel_5 ul li dl dt{
    font-size: 24px;
    font-weight: normal;
}

.panel_5 ul li dl .text1{
    font-size: 14px;
    font-weight: normal;
}

.panel_5 ul li dl dd{
    margin-top: 10px;
}

.panel_6 .col_1{
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
}
.panel_6  .col_1 a{
    color:#e14168;
}