body{
    min-width: 1200px;
}
.mainBox{
    width: 1200px;
    margin: 20px auto;
}
.detailMsg{
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    color: #0B316E;
}
.infoBox{
    width: 1160px;
    margin-left: 20px;
    margin-top: 15px;
}
.title{
    font-size: 16px;
    font-weight: bold;
}
.detailCon{
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
}
.detailConBox{
    margin-bottom: 15px;
}
.search_f{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.search_f .searchBox {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
}
.search_f .searchBox .search_txt {
    width: 90%;
    border: 1px solid #cccccc;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
    background-color: #f9f9f9;
}
.search_f .searchBox .search_btn {
    width: 10%;
    background-color: #0B316E;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
}