﻿body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    #topBanner{
        /*background:url(/style/img/topBanner.jpg) no-repeat left bottom;*/
    }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner-container {
    position: relative;
    height: 169px;
    overflow: hidden;
}

    .banner-container img {
        position: absolute;
        left: 50%;
        margin-left: -960px;
        display: block;
    }

/*顶部二维码*/
.qrcode-group {
    float: left;
    margin-top: 21px;
    *width: 300px;
}

    .qrcode-group .qrcode {
        position: relative;
        display: inline-block;
        *float: left;
        margin-left: 1px;
        *margin-right:2px;
    }

        .qrcode-group .qrcode img {
            width: 75px;
            height: 75px;
        }

        .qrcode-group .qrcode span {
            display: inline-block;
            width: 75px;
            text-align: center;
        }
/*PC首页 开始*/

.Department {
    margin-top: 20px;
}

    .Department ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        background: #2a82cc;
        padding-top: 10px;
        overflow: hidden;
    }

        .Department ul li {
            display: block;
            float: left;
            height: 40px;
            line-height: 40px;
            margin-left: 20px;
            width: 110px;
            text-align: center;
        }

            .Department ul li a {
                color: #f2f2f2;
                font-size: 16px;
            }

    .Department .ui-tabs-panel {
        /*min-height: 500px;*/
        min-height:200px;
        /*background: #f2f2f2;*/
        padding: 20px;
        overflow:hidden;
    }

    .Department .ui-tabs-nav .ui-tabs-active, .Department .ui-tabs-nav .ui-state-active {
        background: #ffffff;
    }

        .Department .ui-tabs-nav .ui-tabs-active a, .Department .ui-tabs-nav .ui-state-active a {
            color: #333333;
        }

    .Department .ui-tabs-nav .ui-tabs-tab a:hover {
        cursor: pointer;
    }

.tab-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 400px;
    padding: 5px 20px 0 20px;
    overflow: hidden;
    float: left;
    background:#fff;
}

    .tab-news ul li {
        display: block;
        float: left;
        height: 33px;
        line-height: 33px;
        width: 80px;
        text-align: center;
    }

        .tab-news ul li a {
            color: #333333;
            font-size: 16px;
        }

.tab-news .ui-tabs-panel {
    /*height: 234px;*/
    height:195px;
    /*background: #f2f2f2;*/
    padding: 10px 20px;
    overflow: hidden;
}

.tab-news .ui-tabs-nav .ui-tabs-active, .tab-news .ui-tabs-nav .ui-state-active {
    /*background: #f2f2f2;*/
    border-bottom: 2px solid #2a82cc;
}

    .tab-news .ui-tabs-nav .ui-tabs-active a, .tab-news .ui-tabs-nav .ui-state-active a {
        color: #2a82cc;
    }

.tab-news .ui-tabs-nav .ui-tabs-tab a:hover {
    cursor: pointer;
}

.tab-news .newslist {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom:1px dashed #9c9c9c;
}

    .tab-news .newslist a {
        color: #333333;
        float: left;
    }

        .tab-news .newslist a:hover {
            /*text-decoration: underline;*/
        }

    .tab-news .newslist span {
        float: right;
        color: #666666;
    }

#MoreNews {
    float: right;
    font-size: 14px;
    position: relative;
    top: 6px;
    padding-right: 20px;
    color:#9c9c9c;
}
/*PC首页 结束*/
/*分页*/
.alignCenter {
    text-align: center;
    padding: 20px 0;
}

.mypager {
    display: inline-block;
    overflow: hidden;
}


/*二级菜单条*/

.default-menu {
    /*background-color: #f1f1f1;*/
    font-size: 14px;
    position: relative;
    z-index: 100;
    height: 52px;
    width: 665px;
    float: right;
    top: 61px;
    *top: -54px;
}

.default-menu>ul>li>a{
    font-weight:bold;
}

    .default-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .default-menu li {
        float: left;
        position: relative;
    }

    .default-menu ul ul {
        visibility: hidden;
        position: absolute;
        left: 0px;
        top: 52px;
    }

    .default-menu table {
        position: absolute;
        top: 0;
        left: 0;
    }

    .default-menu ul li:hover ul,
    .default-menu ul a:hover ul {
        visibility: visible;
    }

    .default-menu a {
        display: block;
        line-height: 52px;
        width: 85px;
        text-align: center;
        color: #333;
        font-size:16px;
        font-family:'微软雅黑','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

        .default-menu>ul>li>a:hover {
            /*background: #e5e5e5;*/
            color:#2a82cc;
        }

    .default-menu ul ul {
    }

        .default-menu ul ul li {
            clear: both;
            text-align: left;
            font-size: 14px;
        }

            .default-menu ul ul li a {
                display: block;
                width: 85px;
                height: 40px;
                line-height: 40px;
                background: #2b6ada;
                margin: 0;
                color:#ffffff;
            }

                .default-menu ul ul li a:hover {
                    background: #4281d0;
                }

.default-content {
    padding: 45px 0;
    overflow: hidden;
}

    .default-content .left {
        width: 230px;
        float: left;
    }

        .default-content .left .block {
            /*margin-bottom: 38px;*/
            margin-bottom:10px;
            /*background-color: #f2f2f2;*/
        }

        .default-content .left .title {
            background-color: #2a82cc;
            height: 35px;
            line-height: 35px;
            color: #FFFFFF;
            font-size: 16px;
            padding-left: 15px;
        }

        .default-content .left .content {
            padding: 10px 15px 5px 15px;
        }

            .default-content .left .content p {
                padding: 0;
                margin: 0;
                line-height: 1.8em;
                color: #333333;
            }
            .default-content .left .content p:hover{
                text-decoration:underline;
            }

            .default-content .left .content a.nav {
                display: block;
                margin: 0 auto;
                margin-bottom: 5px;
                /*width: 178px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #ffffff;*/
            }
            .default-content .left .content a.nav img{
                width: 200px;
                height:57px;
            }

    .default-content .right {
        margin-left: 280px;
    }

        .default-content .right .tab-news .title {
            background-color: #efefef;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            color: #333333;
            border-left:5px solid #2a82cc;
        }


.newslist {
    padding: 0;
    margin: 0;
    list-style: none;
    /*background-color: #f2f2f2;*/
    padding: 20px 40px;
    height: 303px;
    overflow: hidden;
}

    .newslist li {
        height: 38px;
        line-height: 38px;
        overflow: hidden;
    }

        .newslist li a:hover {
            text-decoration: underline;
        }

        .newslist li span {
            float: right;
            color: #666666;
        }

.page-footer {
    overflow: hidden;
    /*background-color: #333333;*/
    background-color:#1267ab;
    height: 140px;
}

    .page-footer .links {
        text-align: center;
        padding-top: 30px;
    }

        .page-footer .links p a i {
            display: inline-block;
            width: 14px;
            height: 16px;
            margin-right: 6px;
            background: url(img/icon-police.png) 0 0 no-repeat;
            vertical-align: middle;
            margin-top: -4px;
        }

.links a {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0 10px;
    margin-left: -3px;
}

.links p {
    color: #f3f3f3;
}

.page-footer img {
    float: right;
    width: 80px;
    height: 80px;
    margin-top: 20px;
}

/*新闻列表*/
.navbar {
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
}

.content-middle {
    padding: 45px 0;
}

    .content-middle .left {
        float: left;
        width: 200px;
    }

        .content-middle .left dl {
            padding: 0;
            margin: 0;
            overflow: hidden;
        }

.left dl dt {
    background-color: #2a82cc;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}

.left dl dd {
    padding: 0;
    margin: 0;
    background-color: #e1e1e1;
    margin-top: 1px;
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
}

.left dl dd.selected,.left dl dd:hover{
    /*background:#2a82cc;*/
    background:url(/style/img/tip_03.png) 25px center no-repeat #1896e3;
}

    .left dl dd.selected a, .left dl dd:hover a {
        color:#ffffff;
    }

    .left dl dd a{
        display:block;
    }

    /*.left dl dd a {
        border-left: 3px solid #e1e1e1;
        padding-left: 15px;
    }*/

        .left dl dd a.selected {
            border-left: 3px solid #eb1b1b;
        }

.content-middle {
    overflow: hidden;
}

    .content-middle .right {
        margin-left: 260px;
        min-height: 500px;
    }

        .content-middle .right .title {
            overflow: hidden;
            background-color: #eaeaea;
        }

.shape {
    float: left;
    height: 0;
    width: 100px;
    border-top: 38px solid #1755b3;
    border-right: 20px solid transparent;
    color: #FFFFFF;
}

    .shape span {
        display: block;
        font-size: 16px;
        position: relative;
        bottom: 30px;
        left: 20px;
    }

.job {
    border-top: 38px solid #11ac3d;
}

.listblock {
    background-color: #f6f6f6;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 20px 30px;
}

    .listblock img {
        display: block;
        float: left;
        border: 1px solid #6e6e6e;
        margin-right: 30px;
        width: 184px;
        height: 131px;
    }

    .listblock .list-title {
        font-size: 18px;
        color: #333333;
    }

.list-title a:hover {
    text-decoration: underline;
}

.listblock p {
    margin: 20px 0;
    color: #666666;
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    height: 50px;
}

/*新闻详情*/
.detail-title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.detail-time {
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
}

.img-hr {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.detail-p {
    margin: 0;
    padding: 0;
    font-size: 1pc;
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    width:800px;
    margin:0 auto;
}

    .detail-p img {
        max-width: 100%;
    }

.sixblock {
    overflow: hidden;
    margin-left: -70px;
}

.aboutblock {
    position: relative;
    width: 250px;
    float: left;
    margin-left: 70px;
    margin-bottom: 40px;
}

    .aboutblock img {
        display: block;
        width: 250px;
        height: 190px;
    }

    .aboutblock .shade {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        background-color: #19a8e1;
        color: #FFFFFF;
        padding: 10px;
    }

/*招聘-职业要求*/
.job-ask {
    padding: 15px 10px;
    margin-bottom: 20px;
}

    .job-ask table {
        width: 100%;
    }

        .job-ask table th {
            font-weight: normal;
            width: 80px;
            height: 30px;
        }

    .job-ask p {
        padding: 0;
        margin: 0;
        margin-left: 15px;
        font-size: 14px;
        line-height: 2em;
    }

/*部门页面*/
.department_head {
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .department_head img {
        width: 200px;
        height: 200px;
        float: left;
    }

    .department_head .des {
        width: 650px;
        height: 180px;
        float: right;
        background: #f5f5f5;
        padding: 10px 20px;
    }

        .department_head .des div {
            color: #333333;
            font-size: 18px;
            border-left: 5px solid #e62121;
            padding-left: 10px;
        }

        .department_head .des p {
            padding: 0;
            margin-right: 0;
            color: #666666;
            font-size: 12px;
            line-height: 2em;
        }

.department_tab {
    clear: right;
}

    .department_tab .tab span {
        display: inline-block;
        background: #e1e1e1;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

        .department_tab .tab span.selected {
            background: #ef4a4a;
            color: #ffffff;
        }

    .department_tab .list {
        border: 3px solid #ef4a4a;
        min-height: 400px;
        background: #f5f5f5;
        padding: 20px 30px 20px 0;
    }

        .department_tab .list li {
            list-style: square;
            color: #bfbfbf;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #e1e1e1;
        }

            .department_tab .list li:hover a {
                color: #0f97cc;
                text-decoration: underline;
            }

            .department_tab .list li .title {
                background: none;
                display: inline-block;
                width: 700px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .department_tab .list li .time {
                float: right;
            }

        .department_tab .list .detail-p {
            padding: 0 20px;
            text-align: justify;
        }

