.award_banner{
    width: 100%;
    height: 167px;
    margin-top: 122px;
    background: url("../../images/index/award_banner.jpg") no-repeat center;
}
.award_center{
    width: 1100px;
    min-height: calc(100vh - 498px);
    padding: 50px;
    margin: 0 auto;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    border-radius: 10px;
    margin-bottom: 70px;
    margin-top: -100px;
}
.award_search{
    float: left;
    width: 599px;
    padding: 30px 0;
    padding-right: 50px;
    border-right: 2px #c63218 solid;
}
.as_title{
    width: 100%;
    color:#c63218;
    text-align: center;
    line-height: 36px;
}
#award_no,#awardInfo{
    width: 100%;
    margin-top: 30px;
}
#award_no h6,#awardInfo h6{
    width: 100%;
    text-align: center;
    color:#7b7b7b;
    margin-bottom: 15px;
}
#award_no h3{
    color:#c63218;
    text-align: center;
}
.confirm_back,.confirm_search{
    width: 100px;
    height: 42px;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 42px;
    border-radius: 6px;
    margin-top: 30px;
    background-color: lightcoral;
}
.confirm_search{
    width: 292px;
    margin-left: 193px;
    background-color: #c63218;
}
.award_container{
    width: 100%;
}
.award_container table{
    width: 72%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border:1px #ccc solid;
}
.award_container table tr td{
    padding:6px 10px;
    border:1px #ccc solid;
}
.award_container table tr td:first-child{
    font-weight: bold;
}

.info_item {
    width: 100%;
    margin-bottom: 27px;
    margin-left: 73px;
}
.info_title{
    float: left;
    width: 110px;
    height: 40px;
    color: #9fa0a0;
    text-align: right;
    line-height: 40px;
    font-size: 15px;
}
.info_input{
    float: left;
    width: 344px;
}
.info_input input{
    width: 249px;
    height: 40px;
    line-height: 40px;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    padding:0 20px;
    outline: none;
}
.info_input select {
    width: 290px;
    height: 42px;
    line-height: 40px;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    padding: 0 20px;
    outline: none;
}

.award_explain{
    float: left;
    width: 399px;
    padding: 30px 0;
    padding-left: 50px;
}
.award_explain p{
    font-size: 14px;
    color: #989898;
}