﻿@charset 'utf-8';
/* CSS Document */

.contentP p {
    padding: 7px 0;
}

.contentP ol, .contentP ul {
    margin-left: 20px;
    line-height: 23px;
}

.contentP ul {
    list-style: disc;
}

.contentP a {
    color: #0e746b;
}


html, body, div, h1, h2, h3, h4, h5, h6, p, form, ul, li, dl, dt, dd, ol, table {
    margin: 0;
    padding: 0;
    font-family: Myriad Pro,Microsoft YaHei;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #f2f2f2;
}

.clear {
    clear: both;
}
/** 教职员工详情页 */
.jxky {
    margin-bottom: 16px;
    overflow: hidden;
}

    .jxky dl {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

    .jxky dt {
        width: 180px;
        float: left;
    }

    .jxky dd {
        width: 690px;
        float: left;
        line-height: 18px;
    }

        .jxky dd .jsxm {
            float: left;
            font-size: 18px;
            color: #333333;
            height: 18px;
            line-height: 18px;
            margin-bottom: 16px;
            margin-top: 6px;
            font-weight: bold;
        }

        .jxky dd .dslb {
            float: left;
            font-size: 12px;
            color: #ffffff;
            background: #ffb840;
            border-radius: 2px;
            padding: 0px 3px;
            margin-left: 5px;
            margin-top: 13px;
        }

        .jxky dd .lefttext {
            float: left;
            width: 350px;
            font-size: 14px;
            color: #333333;
            letter-spacing: 0;
            height: 32px;
            line-height: 32px;
        }

        .jxky dd .lxdhinfo {
            float: left;
            width: 164px;
            height: 28px;
            line-height: 28px;
            background: url('img-phone.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }

        .jxky dd .emailinfo {
            float: left;
            width: 164px;
            height: 28px;
            line-height: 28px;
            background: url('img-email.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }

        .jxky dd .homeinfo {
            float: left;
            width: 164px;
            height: 28px;
            line-height: 28px;
            background: url('img-url.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }
       .jxky dd .zzmminfo {
            float: left;
            width: 164px;
            height: 28px;
            line-height: 28px;
            background: url('img-zzmm.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }
        .jxky dd .dslbinfo {
            float: left;
            width: 350px;
            height: 28px;
            line-height: 28px;
            background: url('img-dslb.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }
        .jxky dd .zcinfo {
            float: left;
            width: 350px;
            height: 28px;
            line-height: 28px;
            background: url('img-zc.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }
         .jxky dd .yxinfo {
            float: left;
            width: 350px;
            height: 28px;
            line-height: 28px;
            background: url('img-yx.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }
        .jxky dd .yjfxinfo {
            float: left;
            width: 510px;
            flex-wrap: wrap;
            line-height: 28px;
            background: url('img-yjfx.png') left no-repeat;
            padding-left: 25px;
            font-size: 14px;
            color: #666666;
            border-bottom: 1px #dddddd;
            border-bottom-style: dotted;
        }
        
        .jxky dd p {
            color: #c7b299;
            line-height: 25px;
            font-size: 13px;
        }

fieldset, img {
    border: 0;
}

:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

abbr, acronym {
    font-variant: normal;
    border: 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    font-size: 100%;
}

body {
    line-height: 1.8;
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
}

:link, :visited, ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    transition: color 500ms ease-out;
    color: #f7931e;
}

    a:hover {
        text-decoration: underline;
    }



.wrap {
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}


.section08 {
    position: fixed;
    height: 44px;
    top: 0px;
    left: 0px;
    background: #fff;
    border: solid #286fb7;
    border-width: 0 0 1px 0;
    width: 100%;
    z-index: 9999;
    padding-top: 20px;
    /**text-shadow: 0 0 3px #d0a658;**/
}

    .section08 .breadBox {
        position: absolute;
        top: 100px;
        right: 0;
        color: #fff;
    }

        .section08 .breadBox a {
            color: #fff;
        }

        .section08 .breadBox h2 {
            font-size: 45px;
            font-weight: normal;
            color: #fff;
        }

    .section08 .breadBox {
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
    }



.section10 {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 90px;
    width: 100%;
}




.block15 {
    overflow: hidden;
    width: 100%;
}

    .block15 a {
        font-size: 18px;
        color: #333333;
        letter-spacing: 0;
    }

    .block15 .eachNum {
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        line-height: 18px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .block15 .innerBox {
        width: 120%;
    }

    .block15 .block {
        float: left;
        margin: 0 20px 10px 0;
        background: #ffffff;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
        border-radius: 4px;
        width: 228px;
        height: 350px;
    }

    .block15 .img, .block15 .img img, .block15 .img a {
        display: block;
        font-size: 18px;
        color: #333333;
        letter-spacing: 0;
    }

    .block15 .img {
        overflow: hidden;
        margin-bottom: 12px;
        padding-left: 75px;
        height: 100px;
        margin-top: 30px;
    }

        .block15 .img img {
            width: 78px;
            height: 100px
        }

.en .block15 .img {
    margin-bottom: 20px;
}

.block15 .name {
    font-size: 1.45em;
    font-weight: bold;
    color: #14a69a;
}

    .block15 .name a:hover {
        text-decoration: none;
        font-size: 18px;
        color: #333333;
        letter-spacing: 0;
    }

.block15 .typ {
    margin-bottom: 7px;
    color: #c7b299;
}

.block15 .oth {
    line-height: 23px;
    color: #808080;
}

.block15 .name, .block15 .typ, .block15 .oth {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    line-height: 18px;
}



.block30 {
    position: relative;
    padding-bottom: 20px;
}

    .block30 .border {
        display: block;
        position: absolute;
        top: -7px;
        left: 0;
        width: 100%;
        height: 7px;
        background: url(../../images/dsfc/p50.png);
    }

    .block30 .inner {
        margin: 0 24px;
    }

    .block30 .tit {
        margin-bottom: 10px;
        padding: 10px 0 5px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

        .block30 .tit h2 {
            font-weight: normal;
        }

    .block30 .txt01 {
        margin-bottom: 20px;
    }

        .block30 .txt01 .t {
            margin-bottom: 2px;
            font-size: 13px;
            color: #fff;
        }

        .block30 .txt01 .d {
            font-size: 14px;
            line-height: 22px;
            color: #fff;
        }

            .block30 .txt01 .d a {
                color: #f15a24;
            }

    .block30 .rss {
        margin-bottom: 26px;
        color: #f15a24;
    }

block30 .rss .text {
    display: block;
    width: 150px;
    height: 25px;
    margin: 0;
    margin: 0 auto 10px;
    padding: 0;
    text-indent: 5px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #f7931e;
}

.block30 .rss .text::-webkit-input-placeholder {
    text-indent: 5px;
    color: #f15a24;
}

.block30 .rss .submit {
    display: block;
    height: 20px;
    margin: 0 auto;
    padding: 0 1em;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #f15a24;
}

.block30 .log {
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid #f15a24;
}


.boxL, .boxR {
    display: inline;
}

.boxL {
    float: left;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
    border-radius: 4px;
    width: 944px;
    margin: 30px 20px;
}

.boxR {
    float: right;
    background: #286fb7;
    width: 216px;
    position: fixed;
    top: 0px;
}

.title_grxx {
    display: block;
    height: 76px;
    background: url('bg_grxx.png') left bottom no-repeat;
}

.title_grjl {
    display: block;
    height: 76px;
    background: url('bg_grjl.png') left bottom no-repeat;
}

.title_kzsxk {
    display: block;
    height: 76px;
    background: url('bg_kzsxk.png') left bottom no-repeat;
}

.content_grxx {
    padding: 40px 0 10px 60px;
}

.content_xmnr {
    padding: 30px 30px 30px 30px;
}

    .content_xmnr .xmnr_title {
        font-size: 20px;
        font-weight: bold;
        color: #286fb7;
        height: 40px;
        line-height: 40px;
        background-color: lightcyan;
    }

.lxdh {
    padding-left: 20px;
    margin-top: 10px;
    clear: both;
}

.lxdhtext {
    width: 164px;
    height: 28px;
    line-height: 28px;
    background: url('img-phone.png') left no-repeat;
    padding-left: 25px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px #dddddd;
    border-bottom-style: dotted;
}

.dzyx {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 5px;
    clear: both;
}

.dzyxtext {
    width: 164px;
    height: 28px;
    line-height: 28px;
    background: url('img-email.png') left no-repeat;
    padding-left: 25px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px #dddddd;
    border-bottom-style: dotted;
}

.xxck {
    height: 48px;
    line-height: 48px;
    text-align: right;
    padding-right: 20px;
}

    .xxck a {
        font-size: 12px;
        color: #286fb7
    }

.datagrid-header
{
    border-bottom: none;
}