﻿.html_banner
{
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
    height: 150px;
}

.div_sort
{
    width: 1200px;
    margin: 8px 0;
    float: left;
    border: #39A4F2 1px solid;
    border-radius: 3px;
    _padding-bottom: 5px;
    background: #fff;
}
.div_title
{
    width: 100%;
    overflow: hidden;
    background: #39A4F2;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-indent: 25px;
}
.div_title a
{
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.div_title a:hover
{
    color: #FFF;
    font-size: 14px;
}
.mq_img
{
    margin: 0 auto;
    padding: 5px 5px;
}
.mq_img li a
{
    display: block;
}

.mq_img li
{
    width: 16.66%;
    float: left;
    text-align: center;
    margin: 10px 0;
}
.mq_img li img
{
    width: 158px;
    height: 60px;
    border: 1px solid #dedede;
    padding: 8px;
    background: #f5f5f5;
}
.mq_img li img:hover
{
    background: #dedede;
}

.clear
{
    clear: both;
}


.mq_text
{
    margin: 0 auto;
    padding: 0 15px 15px 15px;
}
.mq_text li
{
    width: 50%;
    line-height: 25px;
    height: 25px;
    float: left;
    overflow: hidden; /*新增*/
    background: url(/images/xjt_03.jpg) no-repeat left center;
    text-indent: 15px;
    margin-top: 10px;
}
.mq_text a:hover
{
    text-decoration: underline;
}
.mq_text .jobs_list a
{
    color: #F60;
    margin-left: 18px;
}
.newcom_head
{
    text-align: left;
    width: 1200px;
    margin-top: 10px;
    float: left;
}
.newcom_head li
{
    text-align: center;
    width: 16.66%;
    margin-bottom: 5px;
    float: left;
}
.newcom_head li a
{
    color: #ce3e00;
    background: #FEF7DD;
    border: 1px solid #FFB53A;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    margin: 5px 5px;
}
.newcom_head li a:hover
{
    color: #0685e6;
    border-color: #0685e6;
    background-color: #fff;
    text-decoration: none;
}
