.application_left.hall_left {
    padding: 0;
}
.overview_btm .ov_inbox {
    width: 97%;
    background: #f1f1f1;
    display: table;
    margin: 0 auto;
}
.ov_title {
    font-weight: bold;
    margin-left: 1.5%;
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
.ov_title img {
    width: 38px;
    margin-top: -12px;
}
.ov_inbox > p {
    color: #f39700;
    font-weight: bold;
    margin-left: 1.5%;
    font-size: 18px;
}
.ov_inbox ul {
    display: inline-block;
    width: 100%;
}
.ov_inbox li {
    padding: 5px 1.5%;
    float: left;
    margin: 10px 7px;
    background: white;
    text-align: center;
    font-size: 15px;
}
.overview_btm .ov_inbox li a:hover, .ofl_t2 a:hover {
    color: #f39700;
}
.overview_btm .ov_imgbox {
    width: 100%;
    margin: 0 auto;
}
.overview_btm .ov_imgbox li {
    width: 24%;
    float: left;
    margin-right: 1.3%;
    margin-bottom: 25px;
    border: 1px solid #f1f1f1;
}
.overview_btm .ov_imgbox .in {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.overview_btm .ov_imgbox .in img {
    min-width: 100%;
    max-height: 100%;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ov_imgbox h3 {
    background: #f1f1f1;
    text-align: center;
    padding: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.ov_imgbox p {
    padding: 7px;
    opacity: 0.8;
}
.ov_imgbox p > a {
    float: right;
    color: #ff0000;
}
.pagebox .page {
    display: none;
}
.press_btm_left {
    float: left;
}
.press_btm_right {
    float: right;
    padding: 5px 60px 0 0;
}
.press_btm_right a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e0e0e0;
    margin-left: 6px;
    font-size: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.hall_left img {
    max-width: 100%;
}
.overview_btm .ov_imgbox li:nth-child(4n) {
    margin-right: 0;
}
.mainsub {
    border: 1px solid #aeaeae;
}
.selected {
    color: #f39700 !important;
}
