﻿/**
body {
    font-family: 'microsoft yahei','PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','simsun','sans-serif' !important;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    min-width:75.2em;
filter: grayscale(1);网站变灰
}**/

body {
    font-family: 'microsoft yahei','PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','simsun','sans-serif' !important;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    min-width:75.2em;
}

div {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

    a:link {
        color: #000000;
        text-decoration: none;
    }

    a:visited {
        color: #000000;
        text-decoration: none;
    }

    a:hover {
        color: #000000;
        text-decoration: none;
    }

p {
    margin: 0;
}

.page-layout {
    width: 100%;
}

    .page-layout .layout-content {
        width: 75.2em;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

.page-main-content .layout-inner {
    width: 100%;
    margin-bottom: 1em;
}

.layout-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 37.5em;
    overflow: hidden;
}

.background-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 37.5em;
    overflow: hidden;
}

.unslider {
    overflow: hidden;
}

    .unslider li {
        height: 600px;
    }

    .unslider img {
        width: 100%;
        height: 100%;
    }

.unslider-nav {
    height: 0;
}

.background-slide ul li {
    float: left;
    overflow: hidden;
}

.layout-header .common-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    font-size: 1em;
    width: 100%;
    padding-top: 5em;
}

.common-top .top-content {
    width: 75.2em;
    margin: 0 auto;
    overflow: hidden;
}

.common-top .common-topbar {
    padding: 1em 0;
    background-color: rgb(0,108,191);
    background-color: rgba(0,108,191,0.7); /* 半透明 */
}

.topbar-left {
    float: left;
    margin-left: 2em;
    opacity: 1;
}

.topbar-right {
    float: right;
    width: 17em;
    margin-right: 2em;
    opacity: 1;
}

.topbar-logo {
    width: 27em;
    height: 4.8em;
}

.topbar-right .language-column {
    float: right;
    font-size: 0.875em;
    margin-bottom: 1em;
    color: rgb(217, 217, 217);
}

.language-column > a {
    margin: 0 0.5em;
    color: rgb(217, 217, 217);
}

.language-column > caption:hover {
    color: rgb(255, 255, 255);
}

.topbar-search {
    width: 16em;
    height: 1.5em;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    padding-left: 1em;
    padding-right: 0.5em;
}

    .topbar-search input {
        float: left;
        width: 15em;
        height: 1.5em;
        border: none;
        font-size: 0.875em;
        background-color: transparent;
        color: rgb(255, 255, 255);
    }

    .topbar-search :focus {
        background-color: rgb(217, 217, 217);
        background-color: rgba(217, 217, 217,0.1); /* 半透明 */
    }

    .topbar-search input::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: rgb(217, 217, 217);
        /* placeholder字体大小  */
        font-size: 0.875em;
        /* placeholder位置  */
        text-align: left;
    }


.ico {
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.search-input-ico {
    float: right;
    width: 1em;
    height: 1em;
    margin: 0.3em;
}

.topbar-nav {
    width: 100%;
    background-color: rgb(0,108,191);
    background-color: rgba(0,108,191,0.9); /* 半透明 */
    border-top: 2px solid rgb(255, 255, 255);
}

    .topbar-nav .nav-left {
        display: block;
    }

        .topbar-nav .nav-left > li {
            float: left;
        }

    .topbar-nav .home-menu {
        display: block;
        height: 3em;
        line-height: 3em;
        color: rgb(255, 255, 255);
        font-size: 1em;
        padding: 0 1em;
        margin-top: -0.125em;
        border-top: 2px solid rgb(255, 255, 255);
        float:left;
    }

        .topbar-nav .home-menu:hover,
        .topbar-nav .active-menu {
            background-color: #004173;
            border-top: 2px solid #ff5716;
            color: rgb(217, 217, 217);
        }

.two-level-menu {
    display: none;
    position: absolute;
    z-index: 1000;
}

    .two-level-menu > ul {
        background-color: #195481;
    }

        .two-level-menu > ul > li > a {
            display: block;
            -moz-box-sizing: border-box; /*Firefox3.5+*/
            -webkit-box-sizing: border-box; /*Safari3.2+*/
            -o-box-sizing: border-box; /*Opera9.6*/
            -ms-box-sizing: border-box; /*IE8*/
            box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
            width: 100%;
            height: 1.8em;
            line-height: 1.8em;
            color: rgb(255, 255, 255);
            padding: 0 1em;
        }

            .two-level-menu > ul > li > a:hover {
                background-color: #006cbf;
                color: rgb(217, 217, 217);
            }

.drop-down .ico-drop-down,
.drop-down .ico-up {
    display: inline-block;
    width: 1em;
    height: 0.5em;
    margin: auto 0;
}

.layout-centre {
    width: 75.2em;
    margin: 0 auto;
}

.layout-centre-1 .layout-inner-left,
.layout-centre-1 .layout-inner-right {
    width: 50%;
}

.layout-centre-1 .layout-inner-left {
    float: left;
}

.layout-centre-1 .layout-inner-right {
    float: right;
    padding-left: 1em;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

.layout-inner-right .plate-content {
    height: 100%;
    margin: auto 0;
}

.plate-content .plate-item {
    display: block;
}

.plate-item .plate-title {
    float: left;
    width: 6em;
    height: 6em;
    margin-right: 1.5em;
}

.plate-item .plate-abstract {
    display: table;
    height: 6em;
}

.plate-abstract a {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    height: 6em;
    text-decoration: none;
}

    .plate-abstract a:hover {
        color: #1878c2;
    }

.plate-item .plate-abstract:hover {
    color: #1878c2;
}

.plate-title div {
    display: block;
    width: 3.6em;
    margin: 1.4em auto;
}

    .plate-title div p {
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        color: rgb(255, 255, 255);
        margin: 0.1em 0;
    }

.layout-centre-2 .layout-inner-left {
    width: 70%;
    float: left;
}

.layout-centre-2 .layout-inner-right {
    width: 30%;
    float: right;
}

.layout-centre-2 .layout-inner-left .column-item {
    float: left;
    width: 24em;
    margin-right: 2em;
}

.column-item .column-header {
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.column-header .column-title {
    height: 100%;
    float: left;
    padding-left: 0.8em;
    border-left: 2px solid #0e71c0;
    font-size: 1.375em;
}

.column-header .column-more {
    height: 100%;
    float: right;
    font-size: 0.875em;
    color: #a6a6a6;
}

.column-item .column-more:hover {
    color: #1878c2;
}

.column-item .column-image-text {
    display: block;
    cursor: pointer;
    margin-bottom: 1.4em;
}

    .column-item .column-image-text:hover {
        color: #1878c2;
    }

.column-image-text .image-text-column-image {
    float: left;
    width: 8.875em;
    height: 5.5625em;
}

.column-image-text .image-text-column-text {
    float: right;
    width: 13.3125em;
    height: 100%;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding-left: 1em;
}

.ico-column-text {
    float: left;
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.25em;
    margin-right: 0.6em;
}

.column-item .column-text {
    display: block;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1em;
    color: #898989;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

    .column-item .column-text:hover {
        color: #1878c2;
    }

.column-text span {
    display: block;
    width: 21.7em;
}

.column-item .btn-column {
    text-align: center;
    display: block;
    width: 100%;
    height: 5em;
    color: rgb(255, 255, 255);
    margin: 1em 0;
}

.column-item .btn-enroll {
    background-color: #006cbf;
}

.column-item .btn-recruit {
    background-color: #0094d9;
}

.column-item .btn-column:hover {
    background-color: #ff5716;
}

.btn-column .btn-column-text-top {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    margin-top: 1.15em;
}

.btn-column .btn-column-text-bottom {
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
}

.layout-centre .layout-inner-bottom {
    width: 100%;
}

.layout-inner-bottom .partner-content {
    width: 100%;
    border-top: 1px solid #999999;
    margin-top: 3em;
    padding-top: 3em;
}

.layout-inner-bottom .partner-item {
    float: left;
    width: 23.6875em;
    height: 3.625em;
}

.partner-item img {
    width: 100%;
    height: 100%;
}

.layout-inner .layout-footer {
    text-align: center;
    font-size: 0.875em;
    color: #f1f1f1;
    padding: 2em 0;
}

.layout-footer p {
    margin-bottom: 0.8em;
}

.layout-content .subject-header {
    display: inline-block;
    width: 100%;
    margin-top: 0.625em;
    border-bottom: 1px solid #dddddd;
}

.subject-header .location-path {
    font-size: 0.75em;
    height: 2.5em;
    line-height: 2.5em;
    font-family: 微软雅黑;
    color: #999999;
    float: left;
}

.location-path a {
    color: #999999;
}

.lmdh {
    float: left;
    width: 14.125em;
    min-height: 12.5em;
    border-width: 2px 1px 1px 1px;
    border-color: #036ebf #e1e1e1 #e1e1e1 #e1e1e1;
    border-style: solid;
    margin: 0.2em;
    border-top:1px solid #fff; margin-top:0rem;
}

    .lmdh .head .title-ico {
        width: 1.4em;
        height: 1.4em;
    }

    .lmdh .head {
        width: 14.125em;
        height: 2.625em;
    }

        .lmdh .head img {
            float: left;
            margin: 0.5em 0px 0px 0.3em;
        }

        .lmdh .head span {
            float: left;
            font-size: 0.9em;
            color: #036ebf;
            font-weight: bolder;
            line-height: 2.625em;
            margin-left: 0.3em;
            display: inline;
        }

        .lmdh .head a {
            float: right;
            margin-right: 0.625em;
            font-size: 0.75em;
            color: #989898;
            line-height: 2.625em;
        }

    .lmdh .Item {
        width: 12.5em;
        margin: 1.25em auto;
    }

        .lmdh .Item ul {
        }

            .lmdh .Item ul li {
                width: 12.5em;
                margin-top: 0.625em;
            }

                .lmdh .Item ul li a {
                    text-align: left;
                    padding-left: 5px;
                    width: 193px;
                    border: 1px solid #e1e1e1;
                    display: inline-block;
                    font-size: 0.875em;
                    color: #595957;
                    background-color: #f9f9f9;
                    line-height: 1.93em;
                }

                .lmdh .Item ul li .current {
                    text-align: left;
                    padding-left: 5px;
                    width: 193px;
                    height: 1.93em;
                    border: 1px solid #e1e1e1;
                    display: inline-block;
                    font-size: 0.875em;
                    color: #ff8e18;
                    background-color: #f9f9f9;
                    line-height: 1.93em;
                }

                .lmdh .Item ul li .other {
                    text-align: left;
                    padding-left: 5px;
                    width: 193px;
                    height: 1.93em;
                    border: 1px solid #e1e1e1;
                    display: inline-block;
                    font-size: 0.875em;
                    color: #595957;
                    background-color: #f9f9f9;
                    line-height: 1.93em;
                }

                .lmdh .Item ul li a:hover {
                    color: #036ebf;
                }


.layout-content .subject-content {
    width: 100%;
}

.subject-content .article-panel {
    float: right;
    width: 59.515em;
}


.article-panel .article-item {
    display: block;
    height: 6.25em;
    border-bottom: 1px dashed #999999;
    margin: 0.95em;
}
    .article-panel .article-item:hover .subject-title {
        color: #1878c2;
    }

    .article-panel .article-item:hover .subject-text {
        color: #62aee9;
    }

.article-item .subject-title {
    color: #555555;
    font-size: 1.06em;
    font-weight: bold;
    text-align: left;
}

.subject-title span {
    float: left;
    width: 49.3em;
    display: block;
    overflow: hidden;
}

.subject-title .subject-time {
    float: right;
    width: 6em;
    color: #999999;
    font-size: 0.8em;
    font-weight: 500;
}

.article-item .subject-text {
    padding-top: 1.1em;
    overflow: hidden;
    color: #8f8e8e;
    font-size: 0.8em;
    font-family: 微软雅黑;
    word-break: break-all;
    height: 3.75em;
    overflow: hidden;
    line-height: 25px;
    margin: 0 1em;
}

.PageInfo {
    height: 2.5em;
    float: left;
    border-style: none;
    margin: 0.625em 1.25em 0.625em 0px;
    margin-left: 17.375em;
}

    .PageInfo a:hover {
        background-color: #ff6600;
        color: #ffffff;
        text-decoration: none;
    }

    .PageInfo .Previous {
        width: 6.25em;
        height: 1.875em;
        border: 1px solid #dde6ed;
        text-align: center;
        margin-left: 0.625em;
        line-height: 1.875em;
        font-size: 0.81em;
        color: #666666;
        float: left;
    }

    .PageInfo .Next {
        width: 6.25em;
        height: 1.875em;
        border: 1px solid #dde6ed;
        margin-left: 0.625em;
        text-align: center;
        line-height: 1.875em;
        font-size: 0.81em;
        color: #666666;
        float: left;
    }

    .PageInfo .Number {
        width: 1.875em;
        height: 1.875em;
        border: 1px solid #dde6ed;
        margin-left: 0.625em;
        text-align: center;
        line-height: 1.875em;
        font-size: 0.81em;
        color: #666666;
        float: left;
    }

    .PageInfo .CurrentPage {
        width: 1.875em;
        height: 1.875em;
        border: 0px solid #dde6ed;
        text-align: center;
        margin-left: 0.625em;
        line-height: 1.875em;
        font-size: 0.81em;
        color: #ffffff;
        float: left;
        background-color: #ff6600;
    }

    .PageInfo span {
        width: 1.875em;
        height: 1.875em;
        border: 0px solid #dde6ed;
        margin-left: 0.625em;
        line-height: 1.875em;
        font-size: 0.81em;
        color: #666666;
        float: left;
    }

.layout-content .current-location {
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    margin: 1.25em 0;
    border-bottom: 1px solid #dddddd;
}

.current-location .subjectHead {
    font-size: 1.1875em;
    font-weight: bold;
    height: 2.09em;
    line-height: 2.09em;
    color: #439d9d;
    float: left;
    border-bottom: 2px solid #439d9d;
}

.current-location .locationPath {
    font-size: 0.75em;
    height: 3.5em;
    line-height: 3.5em;
    color: #999999;
    float: right;
}

    .current-location .locationPath a {
        color: #999999;
    }

.article-content {
    width: 1200px;
    float: left;
    margin: 15px 0px;
}


    .article-content .title {
        margin-top: 20px;
        float: left;
        width: 1200px;
        font-size: 30px;
        font-family: 宋体;
        color: #000000;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
    }

        .article-content .title span {
            width: 1150px;
            display: inline-block;
            font-size: 30px;
            font-family: 宋体;
            color: #000000;
            font-weight: bold;
            text-align: center;
            line-height: 40px;
        }

    .article-content .sub-title {
        float: left;
        width: 1100px;
        font-size: 25px;
        font-family: 宋体;
        color: #000000;
        font-weight: normal;
        text-align: center;
        line-height: 30px;
        margin-top: 20px;
    }

        .article-content .sub-title span {
            width: 1000px;
            font-size: 25px;
            font-family: 宋体;
            color: #000000;
            font-weight: normal;
            text-align: center;
            line-height: 30px;
            margin-top: 20px;
            display: inline;
        }

    .article-content .articleinfo {
        float: left;
        width: 1170px;
        height: 30px;
        margin-top: 10px;
        text-align: center;
        line-height: 30px;
        border-top: 1px dashed #cccccc;
    }

        .article-content .articleinfo span {
            font-size: 13px;
            font-family: 宋体;
            color: #afafaf;
            font-weight: normal;
            margin-left: 20px;
        }

    .article-content .content {
        float: left;
        width: 1170px;
        overflow: auto;
        text-align: left;
        margin: 20px 0px 30px 0px;
        display: inline;
        min-height: 200px;
        color: #000;
        line-height: 35px;
    }

        .article-content .content p {
            text-indent: 30px;
            display: block;
            overflow: hidden;
        }

            .article-content .content p img {
                text-indent: 0em;
            }

            .article-content .content p span strong {
                height: 45px;
                line-height: 45px;
            }


.article-contentLM {
    width: 59.515em;
    float: left;
    margin: 0px 0px;
}

    .article-contentLM .content {
        float: left;
        width: 100%;
        overflow: auto;
        text-align: left;
        margin: 0px 0px 30px 0px;
        display: inline;
        min-height: 200px;
        color: #000;
        line-height: 35px;
    }

        .article-contentLM .content p {
            text-indent: 30px;
            display: block;
            overflow: hidden;
        }

            .article-contentLM .content p img {
                text-indent: 0em;
            }

            .article-contentLM .content p span strong {
                height: 45px;
                line-height: 45px;
            }


.linksSite {
    width: 75.2em;
    margin: 0 auto;
    padding: 3em 0px;
    overflow: hidden;
}

.linkSiteItem1 {
    width: 8.3333em;
    float: left;
    height: 120px;
    text-align: center;
    background-color: #75bf4c;
    cursor: pointer;
}

.linkSiteItem2 {
    width: 8.3333em;
    float: left;
    height: 120px;
    text-align: center;
    background-color: #00a69b;
    cursor: pointer;
}

.linkSiteItem3 {
    width: 8.3333em;
    float: left;
    height: 120px;
    text-align: center;
    background-color: #0094d9;
    cursor: pointer;
}

.linksSite div {
}

.linksSite img {
    margin: 20px auto 10px auto;
    height: 48px;
}

.linksSite .linkLabel {
    font-size: 14px;
    color: #fff;
}

.linkSiteItem1:hover .linkLabel {
    color: red;
}

.linkSiteItem2:hover .linkLabel {
    color: red;
}

.linkSiteItem3:hover .linkLabel {
    color: red;
}

.subNewsPanel {
    width: 75.2em;
    margin: 0 auto;
    padding: 3em 0rem 0rem 0rem;
    overflow: hidden;
}

    .subNewsPanel .subNewsItem {
        float: left;
        position: relative;
    }

        .subNewsPanel .subNewsItem .GJJL {
            height: 258px;
            width: 387px;
            background-image: url('../img/gljl_bg.png');
            background-repeat: no-repeat;
            overflow: hidden;
        }

        .subNewsPanel .subNewsItem .TSGDZZY {
            height: 258px;
            width: 387px;
            background-image: url('../img/tsg_bg.png');
            background-repeat: no-repeat;
            overflow: hidden;
        }

        .subNewsPanel .subNewsItem .JYCY {
            height: 258px;
            width: 387px;
            background-image: url('../img/jycy_bg.png');
            background-repeat: no-repeat;
            overflow: hidden;
            background-position: top left;
        }

        .subNewsPanel .subNewsItem .infoLabel1 {
            width: 367px;
            height: 60px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background-color: #006cbf;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            padding-left: 20px;
            line-height: 60px;
            cursor: pointer;
        }

        .subNewsPanel .subNewsItem .infoLabel2 {
            width: 367px;
            height: 60px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background-color: #0094d9;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            padding-left: 20px;
            line-height: 60px;
            cursor: pointer;
        }

        .subNewsPanel .subNewsItem .infoLabel3 {
            width: 367px;
            height: 60px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background-color: #00a69b;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            padding-left: 20px;
            line-height: 60px;
            cursor: pointer;
        }

        .subNewsPanel .subNewsItem .subNewsList {
            width: 347px;
            height: 108px;
            position: absolute;
            left: 0px;
            top: 0px;
            padding: 50px 20px;
            overflow: hidden;
            display: none;
            z-index: 999;
        }

        .subNewsPanel .subNewsItem .gjjlBg {
            background-color: rgba(0,108,191,0.6);
        }

        .subNewsPanel .subNewsItem .tsgdzzyBG {
            background-color: rgba(64,152,194,0.6);
        }

        .subNewsPanel .subNewsItem .jycybg {
            background-color: rgba(0,166,155,0.6);
        }

        .subNewsPanel .subNewsItem .subNewsList li {
            width: 347px;
            overflow: hidden;
            line-height: 30px;
        }

            .subNewsPanel .subNewsItem .subNewsList li a {
                font-size: 18px;
                width: 245px;
                color: #fff;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                float: left;
            }

            /*.subNewsPanel .subNewsItem .subNewsList li:hover a {
                    color: #1878c2;
                }

                .subNewsPanel .subNewsItem .subNewsList li:hover span {
                    color: #1878c2;
                }*/

            .subNewsPanel .subNewsItem .subNewsList li span {
                font-size: 18px;
                width: 100px;
                color: #fff;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                float: right;
            }

        .subNewsPanel .subNewsItem .subNewsList .linkMore {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
            line-height: 30px;
            cursor: pointer;
        }

    .subNewsPanel .subNewsSep {
        width: 20px;
        float: left;
    }

.ImgScrollList {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    padding: 3em 0rem 0rem 0rem;
    overflow: hidden;
}

    .ImgScrollList .ImgScrollHead {
        height: 50px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
    }

        .ImgScrollList .ImgScrollHead ul {
            overflow: hidden;
            /*width: 300px;*/
            display: table;
            margin-left: auto;
            margin-right: auto;
        }

        .ImgScrollList .ImgScrollHead li {
            font-size: 22px;
            color: #999999;
            float: left;
            padding: 0px 25px;
            width: auto;
        }

            .ImgScrollList .ImgScrollHead li:hover {
                border-bottom: 2px solid #006cbf;
                color: #006cbf;
            }

        .ImgScrollList .ImgScrollHead .mouseover {
            border-bottom: 2px solid #006cbf;
            color: #006cbf;
        }

        .ImgScrollList .ImgScrollHead .mouseout {
            border-bottom: 0px;
            color: #999999;
        }

.showbox {
    position: relative;
    left: 0;
    width: 4800px;
    height: 300px;
    background: #fff;
    float: left;
}

    .showbox ul li {
        float: left;
        width: 300px;
        display: inline;
    }

        .showbox ul li img {
            width: 300px;
            height: 300px;
        }

        .showbox ul li a {
            font-family: 宋体;
            color: #666666;
            font-size: 13px;
            line-height: 30px;
            width: 300px;
            display: inline-block;
            text-align: center;
        }

.num {
    position: relative;
    background-color: Red;
    line-height: 18px;
    height: 18px;
    width: 200px;
    bottom: 0px;
    left: 50%;
    display: inline;
}

    .num li {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        background-image: url('../Images/ygfc-ico-2.png');
        float: left;
    }

    .num .numcur {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        background-image: url('../Images/ygfc-1.png');
    }

.rightNotice1{
    background-color:#006cbf;
    color:white;
    font-size:14px;
    line-height:25px;
    margin-bottom:20px;
    width:345px;
}
.rightNotice2{
    background-color:#0094d9;
    color:white;
    font-size:14px;
    line-height:25px;
    margin-bottom:20px;
    width:345px;
}
.rightNotice3{
    background-color:#00a69b;
    color:white;
    font-size:14px;
    line-height:25px;
    margin-bottom:20px;
    width:345px;
}
.line-style1{
    height:1px;
    border:none;
    border-top:1px solid #e6e6e6;
    margin-bottom:30px;
}
.rightNotice-p{
    margin-left:5%;
	width:90%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.rightNotice-p-title{
   font-size:18px;
   text-align:center;
   margin:0 atuo;
   padding:5px 0px 5px 0px;
}
.fontColor{
    color:white;
}
.bottom-a{
    color:#b3b3b3;
    font-size:15px;
}
.bottom-a:hover{
    color:white;
}
.picture-new{
    margin-right:10px;
}
.picture-new:hover{
  filter:alpha(Opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
}
.picture-college{
    border:solid 3px #999999;
}
.picture-college:hover{
    border:solid 3px #dde6ed;
}
.college-name{
    text-align:center;
    font-family: "微软雅黑";
    color:#666666;
    font-size:15px;
}
.peopleContent {
    float: left;
    width: 100%;
    overflow: auto;
    text-align: left;
    margin: 0px 0px 30px 0px;
    display: inline;
    /*min-height: 200px;*/
    color: #000;
    line-height: 35px;
}

    .peopleContent .summary {
        padding: 20px;
        border-bottom: 1px dashed #a6a0a0;
        text-indent: 2em;
    }

    .peopleContent .item {
        padding: 20px;
        border-bottom: 1px dashed #a6a0a0;
    }

        .peopleContent .item img {
            float: left;
            border: 3px solid #fabe75;
            border-radius: 5px;
            width:220px;
            height:180px;
        }

        .peopleContent .item .info {
            margin: 0px 0px 0px 30px;
            float: left;
        }

        .peopleContent .item .infoItem {
            line-height: 40px;
            width: 638px;
            background-color: #eeecec;
            border: 1px solid #fff;
            border-radius: 5px;
            padding-left: 10px;
        }

            .peopleContent .item .infoItem .labelHead {
                font-weight: bold;
                float: left;
            }

            .peopleContent .item .infoItem .label {
                float: left;
            }
