@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "微软雅黑", Arial;
    background-color: #fff;
    background: url(../images/bg.jpg) no-repeat center top
}

a {
    text-decoration: none;
}

a:hover {
    color: #0E4691;
}


/*头部*/

.header {
    width: 100%;
    height: 165px;
}

.top {
    width: 100%;
    height: 127px;
    position: relative;
}

.top_nav {
    height: 77px;
    width: 250px;
    line-height: 29px;
    text-align: right;
    position: absolute;
    right: 50%;
    top: 30px;
    margin-right: -500px;
}

.top_nav a {
    display: inline-block;
    padding: 0 3px 0 10px;
    background: url(../images/top_nav_bg.png) no-repeat left center;
    color: #595858;
}

.top_nav a.nobg {
    background: none;
}

.logo {}

.logo_link {
    width: 1000px;
    height: 127px;
    display: block;
    margin: 0 auto;
}

.search {
    width: 300px;
    height: 29px;
    background: url(../images/search.png) no-repeat left center;
    z-index: 1000;
}

.search input {
    width: 255px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    padding: 0px;
}

.search input.notxt {
    color: #2F78B0;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 28px;
    height: 29px;
    left: 270px;
}


/*导航*/

.nav {
    width: 998px;
    height: 36px;
    padding: 1px 1px;
    margin: 0 auto;
    clear: both;
    background: url(../images/nav_bg.png) repeat-x;
}

.nav ul {
    width: 996px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #6E90BD;
}

.nav ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    background: url(../images/nav_libg.jpg) no-repeat right center;
}

.nav ul li a {
    height: 32px;
    color: #fff;
    display: inline-block;
    padding: 0px 28px;
}

.nav ul li a:hover {
    height: 32px;
    color: #0076CD;
    display: inline-block;
    /*background-color:#e8eef7;*/
    background-color: none;
}

.nav ul li.on a {
    background: url(../images/subnav_bg.png) repeat;
    color: #0076CD;
}

.nav ul li.on a dl {
    background-image: none;
}

.nav ul li .subNav {
    top: 32px;
    background: url(../images/subnav_bg.png) repeat;
    padding-bottom: 5px;
    background-color: none;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
    padding-bottom: 5px;
    /* width: 128px; */
    background-color: none;
}

.nav ul li.on .subNav dl dd {
    line-height: 20px;
    text-align: center;
    height: auto;
}

.nav ul li.on .subNav dl dd a {
    font-size: 14px;
    line-height: 20px;
    color: #609dda;
    text-align: center;
    font-weight: normal;
    padding: 5px;
    margin: 0 auto;
}

.nav ul li.on .subNav dl dd a:hover {
    font-weight: bolder;
    color: #2281d0;
    border-bottom: 1px solid #0076cd;
    margin: 0 auto;
}

.nav ul li .subNav a {
    color: #2281D0;
    line-height: 20px;
    border-bottom: 1px solid #abd2f0;
    /* width: 121px; */
    display: block;
    padding: 0 9px;
}

.nav ul li .subNav a:hover {
    color: #2281D0;
    background: none;
}

.content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.Banner {
    width: 1000px;
    height: 347px;
    margin: 0 auto;
}


/*图片轮播*/


/*FlexSlider默认样式*/

.Banner .flexslider {
    width: 988px;
    height: 335px;
    background: #fff;
    border: 6px solid #C0DBFF;
    position: relative;
    zoom: 1;
}

.Banner .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.Banner .loading .flex-viewport {
    max-height: 300px;
}

.Banner .flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    width: 296px;
    height: 179px;
}

.Banner .carousel li {
    margin-right: 5px;
}


/*icon小点*/

.Banner .flex-control-nav {
    width: 145px;
    position: absolute;
    bottom: 16px;
    right: 7px;
    text-align: center;
    z-index: 99999;
}

.Banner .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.Banner .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: url(../images/icon2.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

.Banner .flex-control-paging li a:hover {
    background: url(../images/icon1.png) no-repeat;
}

.Banner .flex-control-paging li a.flex-active {
    background: url(../images/icon1.png) no-repeat;
}

.Banner .slides h4 a {
    color: #fff;
    opacity: 1.0;
    font-size: 14px;
}

.Banner .slides h4 a:hover {
    color: #fff;
    font-size: 14px;
}


/*第一行*/

.mode01 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}


/*就业新闻*/

.mode01 .lf {
    width: 655px;
    height: 276px;
    overflow: hidden;
    margin-right: 30px;
    float: left
}

.mode01 .firstArticle {
    width: 45%;
    overflow: hidden;
    padding-top: 20px;
    float: left;
    position: relative;
}

.mode01 .articleList_firstImageSummary {
    width: 100%;
    overflow: hidden;
}

.mode01 .articleList_firstImageSummary_title {
    line-height: 36px;
    height: 36px;
    background: url(../images/title_bg.gif) repeat-x;
    border-bottom: 3px solid #3B69A7;
}

.mode01 .articleList_firstImageSummary_title h2 {
    color: #0E4691;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    padding-left: 0;
}


/*FlexSlider默认样式*/

.mode01 .flexslider {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    zoom: 1;
    border: none;
}

.mode01 .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.mode01 .loading .flex-viewport {
    max-height: 300px;
}

.mode01 .flexslider .slides {
    zoom: 1;
    padding-bottom: 30px;
}

.mode01 .carousel li {
    margin-right: 5px;
}

.mode01 .slides li {
    padding-left: 0;
}

.mode01 .flex-direction-nav {
    width: 296px;
}


/*icon小点*/

.mode01 .flex-control-nav {
    width: 81px;
    height: 14px;
    position: absolute;
    bottom: 45px;
    right: 7px;
    text-align: center;
    z-index: 99999;
}

.mode01 .flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.mode01 .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: url(../images/icon4.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0;
}

.mode01 .flex-control-paging li a:hover {
    background: url(../images/icon3.png) no-repeat;
}

.mode01 .flex-control-paging li a.flex-active {
    background: url(../images/icon3.png) no-repeat;
}

.mode01 .slides h4 a {
    color: #494949;
    opacity: 1.0;
    font-size: 12px;
}

.mode01 .slides h4 a:hover {
    color: #494949;
    font-size: 12px;
}

.mode01 .flex-direction-nav a {
    top: 42%;
}

.list01 {
    width: 48%;
    float: left;
}

.more {
    float: right;
    float: right;
}

.more a {
    color: #0E4691;
    font-size: 14px;
}

.listTitle {
    background: url(../images/title_bg.gif) repeat-x;
    border-bottom: 3px solid #3B69A7;
    height: 36px;
    line-height: 36px;
}

.listTitle h2 {
    color: #0E4691;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 0;
}

.articleList {}

.articleList ul li {
    background: url(../images/libg.gif) no-repeat left center;
    height: 30px;
    line-height: 30px;
}

.list01 {
    padding: 20px 0 0 20px;
}

.list01 li {
    height: 55px;
    line-height: 20px;
    background: url(../images/icon3.jpg) no-repeat 0 8px;
    padding-left: 15px;
}

.list01 li span {
    margin-left: 10px;
    float: none;
}


/*通知公告*/

.mode01 .rt {
    width: 305px;
    height: 262px;
    overflow: hidden;
    float: right
}

.listTitle02 {
    width: 100px;
    background: #e60012;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    margin-bottom: 3px;
}

.listTitle02 h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 0;
    text-align: center;
}

.list02 li {
    height: 60px;
    padding-top: 15px;
    line-height: 20px;
    border-bottom: 1px dashed #737475
}

.list02 strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.list02 span {
    width: 13%;
    line-height: 20px;
    padding-right: 10px;
    float: left;
    border-right: 1px solid #DDE8F6;
    color: #0E4691;
    margin: 0px 15px 0px 5px;
    font-family: Arial;
    font-size: 14px;
}


/*学院简介*/

.articleList02 {
    width: 99%;
    height: 200px;
    margin-top: 30px;
    border: #ccc 1px solid;
}

.article_con {
    width: 92%;
    margin: 0 auto;
}

.article_con p {
    line-height: 30px;
    text-indent: 2em;
}

.article_con p a {
    color: #e60012;
}


/*第二行*/

.mode02 {
    width: 1000px;
    margin: 15px auto 15px;
    overflow: hidden;
    clear: both;
}


/*优秀成果*/

.mode02 .lf {
    width: 300px;
    height: 268px;
    float: left;
    overflow: hidden;
    margin-right: 52px;
}

.articleImageList_title {
    height: 30px;
    padding-top: 9px;
    border-top: 3px solid #3E6BA7;
    border-bottom: 1px solid #CACACA;
}

.articleImageList_title h2 {
    height: 20px;
    font-size: 16px;
    border-left: 2px solid #0E4691;
    color: #0E4691;
    padding-left: 8px;
}

.list03 li {
    height: 63px;
    padding-top: 10px;
    border-bottom: 1px dashed #D8D8D8
}

.list03 .leftImage {
    width: 28%;
    float: left;
}

.list03 .articleTitle {
    width: 62%;
    padding-left: 15px;
    float: right;
    line-height: 20px;
    background: url(../images/icon3.jpg) no-repeat left 8px;
}

.list03 .articleTitle {
    text-align: left;
}

.list03 li:last-child {
    border-bottom: none;
}


/*师生风采*/

.mode02 .md {
    width: 300px;
    height: 268px;
    float: left;
    overflow: hidden;
    margin-right: 52px;
}


/*服务指南*/

.mode02 .rt {
    width: 296px;
    height: 268px;
    float: right;
    overflow: hidden;
}

.articleImageList {
    height: 200px;
}

.list04 {
    width: auto;
    overflow: hidden;
    margin-top: 10px;
}

.list04 li {
    display: block;
    width: 116px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: url(../images/icon3.jpg) no-repeat left center;
    padding: 0 15px;
}


/*友情链接*/

.friendLink {
    width: 1000px;
    border-top: 2px solid #3E6BA7;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.linkTitle {
    width: 100px;
    font-size: 16px;
    color: #0E4691;
    float: left;
}

.linkList {
    width: 900px;
    float: left
}

.linkList li {
    float: left;
    margin: 0 15px;
}

.linkList li a {
    color: #575757;
}

.linkList span {
    display: block;
    float: left;
    margin: 13px 10px 0 0;
}


/* 图片链接*/

.bg_link {
    margin-bottom: 10px;
    background: url(../images/link.png) no-repeat center;
    width: 295px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.bg_link2 {
    margin-bottom: 10px;
    background: url(../images/link2.png) no-repeat center;
    width: 295px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.bg_link a {
    font-size: 16px;
    font-weight: bold;
    color: #1755a9;
    padding-left: 40px;
}

.bg_link2 a {
    font-size: 16px;
    font-weight: bold;
    color: #1755a9;
    padding-left: 40px;
}


/*底部开始*/

.footer {
    height: 55px;
    padding-top: 24px;
    background: url(../images/footer_bg.jpg) repeat-x;
    color: #333333;
}

.copyRight {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    height: 55px;
    line-height: 28px;
}


/*二级页*/

.subPage {
    width: 1000px;
    margin: 0px auto;
    background-color: #F6FAFF;
    overflow: hidden;
}

.pageBanner {
    width: 1000px;
}

.Bread {
    width: 985px;
    height: 39px;
    line-height: 39px;
    background-color: #F6FAFF;
    padding-left: 15px;
    font-size: 13px;
    color: #3E6BA7;
    margin-top: 5px;
    border-bottom: #3E6BA7 2px solid;
}

.Bread a {
    color: #3E6BA7;
}

.articleList2 {}

.articleList2 ul {
    padding-top: 15px;
}

.articleList2 ul li {
    background: url(../images/list_lig.gif) no-repeat left center;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url(../images/icon3.jpg) no-repeat 2px 10px;
}

.listTitle2 {
    padding-left: 0px;
    border-bottom: 1px solid #CCD7E0;
    margin-bottom: 10px;
}

.listTitle2 h2 {
    color: #065895;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0px;
    margin: 5px 0px;
}

.subPage .articleList2 {
    margin: 10px 0px 20px;
}

.listTitle2 a {
    float: right;
    margin-right: 10px;
}

.page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
    margin: 20px 0px 30px;
}

.page a {
    padding: 0 5px;
}

.pageList {
    padding: 0 15px;
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 18px;
    color: #065895;
    line-height: 20px;
    padding: 10px 0;
}

.articleTitle h3 {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    border-bottom: 1px dashed #ccc;
    color: #666;
}

.article {
    overflow: hidden;
    margin: 20px 10px;
    font-size: 12px;
    line-height: 26px;
    text-indent: 2em;
}

.Annex {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #065895;
    padding-left: 5px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/icon3.jpg) no-repeat 10px center;
    padding-left: 28px;
}

.Annex ul li a {
    font-size: 12px;
    line-height: 24px;
    color: #656464;
}

.Annex ul li a:hover {
    color: #065895;
}


/*二级页左右分栏开始*/

.con {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.con .con_left {
    width: 200px;
    float: left;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    margin: 5px 0 0 0;
}

.con .con_left .left_title {
    text-align: center;
    height: 39px;
    line-height: 39px;
    background: #005bac;
}

.con .con_left .left_title h2 {}

.con .con_left .left_title h2 a {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    font-weight: bold;
}

.con .con_left ul li.current a {
    text-align: center;
    color: #005bac;
    background: url(../images/left_arrow_right.png) no-repeat 162px 14px;
}

.con .con_left ul li a {
    text-align: center;
    font-size: 14px;
    padding: 10px 30px 10px 20px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.con .con_left ul li a:hover {
    background: url(../images/left_arrow_right.png) no-repeat 162px 14px;
    color: #005bac;
}

.con .con_right {
    width: 780px;
    height: auto;
    float: right;
}

.pictureList ul {
    width: 800px;
    overflow: hidden;
}

.pictureList ul li {
    width: 165px;
    height: 165px;
    float: left;
    text-align: center;
    margin: 0 18px 0 0;
}

.pictureList ul li img {
    width: 145px;
    height: 130px;
    display: block;
}

.pictureList ul li p {
    height: 20px;
    line-height: 20px;
}

.pictureList ul li a:hover {
    color: #005bac;
}


/*通栏图片页开始*/

.pictureList_tl2 ul {
    overflow: hidden;
}

.pictureList_tl2 ul li {
    width: 180px;
    height: 165px;
    float: left;
    text-align: center;
    margin: 0 30px;
}

.pictureList_tl2 ul li img {
    width: 180px;
    height: 140px;
    display: block;
}

.pictureList_tl2 ul li p {
    height: 20px;
    line-height: 20px;
}

.pictureList_tl2 ul li a:hover {
    color: #005bac;
}


/*通栏图片页结束*/