﻿#common_cont ul {
    display: none;
    list-style:none;margin:0;padding:0;
}


/**************************************头部*/

header {
    width: 100%;
}


/*上部显示的是欢迎部分*/

.head_welcome {
    width: 100%;
    background: #212859;
}

.head_welcomeInfo {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.head_welcomeInfoLeft {
    float: left;
    color: #fff;
}

.head_welcomeInfoRight {
    float: right;
    color: #fff;
}

.head_welcomeInfoRight>img {
    vertical-align: -6px;
    margin-right: 10px;
}


/*logo和导航部分*/

.head_main {
    width: 100%;
    height: 110px;
    background: url("../images/headerlogobg.jpg") no-repeat 50% 50%;
}

.head_logoContent {
    width: 1200px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto; position:relative;
}
.head_logoContent .zscode{ 
position:absolute; top:0px; left:750px
}

.head_logoContent .zscode span{ font-size:24px; color:#FFFFFF; font-weight:bold;
}


.head_logoImg{
    width: 520px;
    height: 110px;
    display: block;
    background-size: cover!important;
}

.head_majorName {
    font-size: 16px;
    color: #fff;
    margin-left: 6px;
    font-weight: 600;
}


/*右侧的导航部分*/

.head_navList {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto; background:#0273B9;
}

.head_navList>li {
    float: left;
    margin-right: 5px;
}

.head_navList>li>a {
    display: block;
    width: 115px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.head_navList>li>a.active,
.head_navList>li>a:hover {
    background: #089bdb;
    color: #fff;
}

.head_navList span {
    display: none;
}


/***************************主体内容部分*/

section {
    width: 100%;
}


/*首页的banner部分*/

#swiperMain {
    width: 100%;
    min-width: 1200px;
}

#swiperMain img {
    display: block;
    width: 100%;
    height: 500px;
}

#swiperMain .swiper-pagination-bullet-active {
    background: #089bdb;
}


/*外部框部分*/

.home_outContent {
    width: 100%;
    background: #f3f3f3;
}


/*首页每一块的整体部分*/

.home_innerContent {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}


/*标题部分*/

.home_mainTitle {
    width: 100%;
    position: relative;
}

.home_mainTitleBg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 27px;
    margin-left: -400px;
    margin-top: -13.5px;
    background: url("../images/maintitlebg.png") 50% 50%;
}


/*标题的内容部分*/

.home_mainTitleInfo {
    width: 100%;
    text-align: center;
}

.home_mainTitleInfo>li:first-child {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
}

.home_mainTitleInfo>li:last-child {
    color: #999;
}

.myTitle {
    width: 100%;
    height: 50px;
    margin: 40px 0;
    position: relative;
}

.myTitle_myBorder {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999;
    left: 0;
    top: 25px;
    z-index: 800;
}

.myTitle_content {
    width: 300px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -25px;
    z-index: 900;
    background: #fff;
}

.home_outContent .myTitle_content {
    background: #f3f3f3;
}

.myTitle_icon {
    float: left;
    margin-top: 12px;
    width: 52px;
    height: 27px;
    background: url("../images/titleicon.png") no-repeat 50% 50%;
}

.myTitle_titleInfo {
    float: left;
    width: 196px;
    text-align: center;
}

.myTitle_titleInfo>li:first-child {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.myTitle_titleInfo>li:last-child {
    color: #999;
    width: 100%;
    height: 16px;
    line-height: 16px;
}


/*****************************新闻动态部分*/

.myHome_news {
    float: left;
    width: 800px;
    padding-right: 60px;
}

.myHome_notice {
    float: left;
    width: 400px;
}

.myHome_noticeContent {
    width: 100%;
}


/*主体内容部分*/

.myHome_noticeContent {
    width: 100%;
    padding-left: 59px;
    height: 380px;
    border-left: 1px solid #dcdcdc;
}

.myHome_noticeContent .home_newsListTitle {
    margin: 0 20px 0 0;
    width: 200px;
}


/* 图片新闻部分 */

.home_slideNewTitleLink {
    position: relative;
    display: block;
    width: 100%;
    height: 380px;
}

.home_slideNewTitle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*左边的图片新闻*/

#swiperNews {
    /* float: left; */
    width: 100%;
    height: 380px;
}

#swiperNews img {
    display: block;
    width: 100%;
    height: 100%;
}


/*右边的新闻列表部分*/

.home_newsListContent {
    float: left;
    margin-left: 40px;
    width: 390px;
}

.home_newsList {
    width: 100%;
}

.home_newsList>li {
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #efefef;
}


/*新闻列表左边的时间*/

.home_newsListTime {
    width: 120px;
    padding-top: 20px;
}

.home_newsListTime>p {
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home_newsListTime>p:first-child {
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #089bdb;
}

.home_newsListTime>p:last-child {
    color: #666;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.home_newsListTime>p>span:first-child {
    margin-right: 5px;
}


/*中间的标题*/

.home_newsListTitle {
    float: left;
    width: 250px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 94px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home_newsListTitle>a {
    color: #333;
    font-size: 16px;
}

.home_newsListTitle>a:hover {
    color: #089bdb;
}


/*右边的按钮*/

.home_newsListLink {
    float: right;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 35px;
}

.home_newsListLink>i {
    font-size: 20px;
    vertical-align: -2px;
}

.home_newsListLink:hover {
    color: #089bdb;
}

.myHome_trainContent {
    width: 1200px;
    margin: 0 auto;
    padding: 1px 0;
}

.myHome_train {
    display: block;
    width: 100%;
    height: 310px;
    background: url("../images/hometrain.png") no-repeat 50% 50%;
}


/* z职教动态等三块 */

.home_myList {
    width: 100%;
}

.home_myList>li {
    float: Left;
    width: 340px;
}

.home_myList>li:nth-child(2) {
    width: 402px;
    margin: 0 44px;
    width: 432px;
}

.home_myList>li .home_noticeMore {
    margin: 15px auto 25px;
}

.home_myListItem {
    width: 100%;
    height: 200px;
}

.home_myList>li:nth-child(2) .home_myListItem {
    padding: 0 45px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.home_myListItem>li {
    width: 100%;
    height: 50px;
    line-height: 32px;
}

.home_myListItemTitle {
    float: left;
    width: 300px;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home_myListItemTitle:hover {
    color: #089bdb;
}

.home_myListItemTime {
    float: right;
    width: 40px;
    color: #089bdb;
    font-size: 14px;
}

.home_myNewsList {
    width: 100%;
    height: 380px;
}

.home_myNewsList>li {
    width: 100%;
    height: 70px;
    line-height: 32px;
}

.home_myNewsListTitle {
    float: left;
   /* width: 270px;*/
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home_myNewsListTitle:hover {
    color: #089bdb;
}

.home_myNewsListTime {
    float: right;
    width: 84px;
    color: #089bdb;
    font-size: 14px;
}


/******************************学校公告*/

.home_noticeList {
    width: 100%;
    margin-top: 35px;
}

.home_noticeList>li {
    float: left;
    width: 284px;
    margin-left: 21px;
}

.home_noticeList>li:first-child {
    margin-left: 0;
}


/*上部图片*/

.home_noticeImg {
    display: block;
    width: 100%;
    height: 284px;
}

.home_noticeImg>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.home_noticeImg:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*标题部分*/

.home_noticeTitle {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home_noticeTitle:hover {
    color: #089bdb;
}


/*公告详细部分*/

.home_noticeDetail {
    width: 100%;
    padding: 0 30px;
    height: 72px;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*底部的按钮*/

.home_noticeMore {
    display: block;
    margin: 25px auto;
    width: 100px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border: 1px solid #bbb;
    color: #999;
    font-size: 14px;
    border-radius: 17px;
}

.home_noticeMore:hover {
    color: #089bdb;
    border: 1px solid #089bdb;
}


/* ******************媒体关注 */

.home_media {
    width: 100%;
    margin-top: 50px;
}

.home_educationList {
    width: 100%;
}

.home_educationList>li {
    float: left;
    width: 350px;
    height: 80px;
    margin: 50px 0 0 75px;
}

.home_educationList>li:nth-child(3n+1) {
    margin-left: 0;
}


/*左边的图片信息*/

.home_eductionLogo {
    float: left;
    width: 55px;
    height: 80px;
    margin-right: 15px;
    background: url('../images/homeedu.png') no-repeat 50% 50%;
}

.home_educationList>li:hover .home_eductionLogo {
    background: url('../images/homeeduhover.png') no-repeat 50% 50%;
}

.home_educationList>li:hover .home_educationTitle {
    color: #089bdb;
}

.home_eductionLogo>p {
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 15px;
}

.home_eductionLogo>p.home_eductionId {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}


/*右边的信息*/

.home_educationContent {
    float: left;
    width: 280px;
}

.home_educationTitle {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home_educationDetail {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 2px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/***左边*/

.home_mediaLeft {
    float: left;
    width: 550px;
}


/*图片*/

.home_mediaLeftPic {
    float: left;
    width: 240px;
    height: 370px;
}

.home_mediaRightPic {
    float: left;
    width: 170px;
    height: 160px;
}


/*图片大小部分*/

.home_mediaLeftPic>img,
.home_mediaRightPic>img {
    display: block;
    width: 100%;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.home_mediaLeftPic>img:hover,
.home_mediaRightPic>img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/*信息介绍部分*/

.home_mediaLeftInfo {
    float: left;
    margin-left: 30px;
    width: 280px;
}


/*标题部分*/

.home_mediaTitle {
    display: inline-block;
    max-width: 100%;
}

.home_mediaTitle>span {
    display: block;
    max-width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.home_mediaTitle>span:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #1f3a93;
}

.home_mediaTitle:hover span {
    color: #1f3a93;
}


/*下部的详细信息*/

.home_mediaLeftDetail,
.home_mediaRightDetail {
    width: 100%;
    line-height: 28px;
    height: 168px;
    margin-top: 15px;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_mediaRightDetail {
    -webkit-line-clamp: 3;
    height: 84px;
}


/*右边的列表部分*/

.home_mediaList {
    float: right;
    width: 600px;
}

.home_mediaList>li {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.home_mediaList>li:last-child {
    margin-bottom: 0;
}

.home_mediaRightInfo {
    float: left;
    margin-left: 30px;
    width: 400px;
}


/**********************职教动态部分*/

.home_teachingList {
    width: 100%;
    margin-top: 35px;
}

.home_teachingList>li {
    float: left;
    width: 300px;
    padding: 0 45px;
    border-right: 1px solid #bbb;
}

.home_teachingList>li:first-child {
    border-left: 1px solid #bbb;
}


/*上部logo*/

.home_teachingImg {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

.home_teachingImg>img {
    display: block;
    width: 100%;
}


/*日期部分*/

.home_teachingDate {
    width: 100%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin: 20px 0 10px 0;
    color: #089bdb;
    font-weight: 600;
}


/*标题部分*/

.home_teachingTitle {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*详细部分*/

.home_teachingDetail {
    width: 100%;
    margin: 10px 0;
    height: 80px;
    line-height: 20px;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*底部的按钮*/

.home_teachingLink {
    display: block;
    width: 100px;
    text-align: right;
    margin: 0 0 10px 108px;
    height: 24px;
    line-height: 24px;
    color: #000;
}

.home_teachingLink>i {
    font-size: 20px;
    vertical-align: -2px;
}

.home_teachingLink:hover {
    color: #089bdb;
}


/**********************实训条件部分*/

.home_studentList {
    margin-top: 35px;
}

.home_studentList>li {
    float: left;
    width: 284px;
    height: 255px;
    margin-left: 21px;
}

.home_studentList>li:first-child {
    margin-left: 0;
}

.home_studentList>li>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}


/*图片展示时*/

.home_studentList>li img {
    display: block;
    width: 100%;
    height: 100%;
}


/*背面的样式*/

.home_stuBack {
    position: absolute;
    top: 255px;
    left: 0;
    width: 100%;
    height: 255px;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    transition: all linear .7s;
    -webkit-transition: all linear .7s;
    -o-transition: all linear .7s;
    -moz-transition: all linear .7s;
}

.home_stuOutBorder {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #089bdb;
}

.home_stuInnerBorder {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    border: 1px solid #fff;
}

.home_stuInnerBorder>P {
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*上面的文字描述*/

.home_stuTitle {
    font-size: 14px;
    color: #089bdb;
    font-weight: 600;
}

.home_stuTitleEn {
    color: #666;
    margin-top: 10px;
}

.home_stuLink {
    display: block;
    margin: 20px auto 0;
    width: 100px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    background: #eee;
    color: #666;
    border-radius: 17px;
}


/*鼠标移入图片时*/

.home_studentList>li>a:hover .home_stuBack {
    top: 0;
}

.home_trainingList {
    width: 100%;
    margin-top: 35px;
}

.home_trainingList>li {
    float: left;
    width: 284px;
  /*  margin-left: 21px;*/
margin-top:8px;
}

.home_trainingList>li:first-child {
    margin-left: 0;
}

.home_trainingList>li>a {
    display: block;
    width: 100%;
    border: 1px solid #bbb;
}


/*图片部分*/

.home_trainingImg {
    width: 100%;
    padding: 6px 6px 0 6px;
}

.home_trainingImg>img {
    display: block;
    width: 100%;
}


/*下部的文字描述*/

.home_trainingInfo {
    width: 100%;
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}


/*鼠标移入时的样式*/

.home_trainingList>li>a:hover {
    border: 1px solid #089bdb;
}

.home_trainingList>li>a:hover .home_trainingInfo {
    color: #089bdb;
}


/********联系我们*/

.home_contactContent {
    width: 100%;
    margin-top: 50px;
}


/* 左边的联系方式 */

.home_contactList {
    float: left;
    width: 480px;
}

.home_contactList>li {
    height: 32px;
    width: 100%;
    margin-bottom: 18px;
}


/*左边的图标*/

.home_contactIcon {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #089bdb;
    color: #089bdb;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}

.home_contactIcon>i {
    font-size: 20px;
}


/*右边的文字描述*/

.home_contactInfo {
    float: left;
    margin-left: 28px;
    line-height: 32px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*地图部分*/

#home_mapContent {
    float: left;
    width: 700px;
    height: auto;
}


/*平安校园*/

#home_campusSwiper {
    width: 1200px;
    margin-top: 50px;
}


/*****************友情链接部分*/

.home_linkList {
    width: 100%;
    margin-top: 35px;
}

.home_linkList>li {
    float: left;
    width: 350px;
    height: 60px;
    margin-left: 75px;
    position: relative;
}

.home_linkList>li:first-child {
    margin-left: 0;
}


/*链接的内容部分*/

.home_linkContent {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #bbb;
    cursor: pointer;
}


/*左边的logo*/

.home_linkLogo {
    float: left;
    width: 50px;
    height: 58px;
    text-align: center;
}

.home_linkLogo>i {
    font-size: 26px;
    vertical-align: -2px;
}


/*右边的箭头*/

.home_linkIcon {
    float: right;
    width: 50px;
    height: 58px;
    text-align: center;
}

.home_linkIcon>i {
    font-size: 22px;
    vertical-align: -2px;
}


/*内容部分*/

.home_linkTitle {
    float: left;
    width: 180px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*下拉部分*/

.home_linkItem {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 350px;
    height: 0;
    border: 0;
    background: #fff;
    overflow: hidden;
    z-index: 1000;
    transition: height linear .5s;
    -webkit-transition: height linear .5s;
    -o-transition: height linear .5s;
    -moz-transition: height linear .5s;
}

.home_linkItem a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #333;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_linkItem a:hover {
    color: #089bdb;
}


/*鼠标移入时*/

.home_linkList>li:hover .home_linkContent {
    color: #089bdb;
    border: 1px solid #089bdb;
}

.home_linkList>li:hover .home_linkItem {
    border: 1px solid #bbb;
    border-bottom: none;
    height: 121px;
    overflow-y: auto;
}


/*******************************************************二级页面部分*/


/*************************背景图*/

.common_bgContent {
    width: 100%;
    min-width: 1200px;
    height: 0px;/*382px*/
}


/*学校概况*/

.common_bgContentBrief {
    background: url("../images/schoolbriefbg.jpg") no-repeat center top;
}


/*教育教学*/

.common_bgContentEducation {
    background: url("../images/exchangebg.jpg") no-repeat center top;
}


/*招生就业*/

.common_bgContentAdmissions {
    background: url("../images/admissionsbg.jpg") no-repeat center top;
}


/*电信专业部*/

.common_bgContentTelecom {
    background: url("../images/majorslider01.jpg") no-repeat center top;
}


/**********面包屑导航*/

.common_breadNav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.common_breadNavInfo {
    width: 1200px;
    margin: 0 auto;
    line-height: 39px;
    font-size: 14px;
    color: #089bdb;
}

.common_breadNavInfo>span:first-child {
    color: #000;
}

.common_breadNavInfo>a {
    color: #333;
}

.common_breadNavInfo>a:hover {
    color: #089bdb;
}


/*****************************内容展示的区域*/

.common_mainContent {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    min-height: 357px;
}


/******************左边部分*/

.common_leftContent {
    float: left;
    width: 200px;
}


/*上部导航部分*/

.common_subNav {
    width: 100%;
}


/*标题*/

.common_subNavTitle {
    width: 100%;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    color: #000;
    background: #f0f0fa;
}


/*标题*/

.common_subGoodTitle {
    width: 100%;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    color: #000;
    margin-top: 22px;
    background: #f0f0fa;
}


/*下部的导航列表*/

.common_subGoodList {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.common_subGoodList>li>a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 49px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-right: 3px solid transparent;
    color: #333;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.common_subGoodList>li>a>i.icon-fangkuai {
    margin-right: 5px;
    font-size: 12px;
}

.common_subGoodList>li>a.active,
.common_subGoodList>li>a:hover {
    color: #089bdb;
    border-right: 3px solid #089bdb;
}


/*下部的导航列表*/

.common_subNavList {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.common_subNavList>li>a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-right: 3px solid transparent;
    color: #333;
}

.common_subNavList>li>a.active,
.common_subNavList>li>a:hover {
    color: #089bdb;
    border-right: 3px solid #089bdb;
}


/**********************下部的系部直达*/

.common_linkContent {
    width: 100%;
}


/*标题*/

.common_linkTitle {
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #089bdb;
}


/*下部的列表*/

.common_linkList {
    width: 100%;
}

.common_linkList>li>a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 49px;
    padding-left: 45px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-top: none;
}

.common_linkList>li>a>i {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 10px;
}

.common_linkList>li>a:hover,
.common_linkList>li>a.active {
    color: #089bdb;
}


/*************************右边部分*/

.common_rightContent {
    float: right;
    width: 965px;
}


/*切换tab的部分*/

.common_tabList {
    width: 100%;
    padding: 20px 0 0 182px;
}

.common_tabListTwo {
    padding: 20px 0 0 290px;
}

.common_tabList>li {
    float: left;
    width: 100px;
    margin-left: 150px;
    cursor: pointer;
}

.common_tabList>li:first-child {
    margin-left: 0;
}


/*上部的icon*/

.common_tabIconContent {
    width: 100%;
    height: 100px;
    padding: 25px;
    background: #eef6f6;
    border-radius: 50%;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.common_tabIcon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 59%;
    text-align: center;
    background: #089bdb;
    color: #fff;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.common_tabIcon>i {
    font-size: 30px;
}

.common_tabIcon>i.icon-zhengce {
    font-size: 32px;
}


/*下部的文字*/

.common_tabInfo {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}


/*当选中或者鼠标移入时*/

.common_tabList>li:hover .common_tabInfo,
.common_tabList>li.active .common_tabInfo {
    color: #089bdb;
}

.common_tabList>li:hover .common_tabIconContent,
.common_tabList>li.active .common_tabIconContent {
    background: #089bdb;
}

.common_tabList>li:hover .common_tabIcon,
.common_tabList>li.active .common_tabIcon {
    background: #fff;
    color: #089bdb;
}

.common_tabList>li:hover .common_tabIcon {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}


/*每个tab下对应一个内容*/

.common_tabContent {
    width: 100%;
}


/*标题部分*/

.common_rightTitle {
    width: 100%;
    height: 37px;
    padding-top: 15px;
    line-height: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 14px;
}

.common_rightTitle>span {
    color: #089bdb;
    font-size: 16px;
}


/*文字内容*/

.common_rightInfo {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
}

.common_rightInfo div,
.common_rightInfo p,
.common_rightInfo span {
    word-break: break-all !important;
    white-space: normal !important;
}
.common_rightInfo img{ text-align:center;max-width:100%;}


/*二级标题部分*/

.common_secondTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*图片区域*/

.common_rightPic {
    width: 100%;
    height: 200px;
    margin: 20px 0 10px 0;
}

.common_rightPic>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    cursor: pointer;
}


/*大图片展示的样式*/

.showBigPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0d0d0d;
    z-index: 99999 !important;
    overflow: hidden;
}

.showBigPic>img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.closeBigPic {
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 24px;
    top: 5px;
    background: url('../images/icons.png') no-repeat;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.closeBigPic:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/**************文字信息部分*/


/*文字标题*/

.common_rightInfoTitle {
    width: 100%;
    height: 30px;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #c7e9f8;
}

.common_rightBorder {
    float: left;
    width: 5px;
    height: 27px;
    background: #089bdb;
    margin-right: 10px;
}

.common_rightInfoTitle>p {
    float: left;
    width: 950px;
    height: 29px;
    line-height: 24px;
    color: #089bdb;
    font-size: 16px;
}


/*主标题部分*/

.common_totalTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*标题下部的发表时间*/

.bdsharebuttonbox>a {
    float: left !important;
}

.common_publishDate {
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #c3c3c3;
    color: #666
}

.publishDate {
    line-height: 28px;
    font-size: 14px;
    float: right;
}

.common_publisher {
    margin-right: 30px;
    line-height: 28px;
    font-size: 14px;
    float: right;
}


/*二级标题部分*/

.common_secondTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.common_rightIcon {
    float: left;
    height: 30px;
    width: 30px;
    color: #089bdb;
}

.common_rightIcon>i {
    font-size: 20px;
}

.common_secondTitle>p {
    float: left;
    width: 935px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*文字内容*/

.common_rightInfo {
    width: 100%;
    line-height: 28px;
   
    font-size: 16px;
}


/*大的图片展示*/

.common_detailLargePic {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}


/****************信息列表部分*/

.common_infoList {
    width: 100%;
    margin-top: 35px;
}

.common_infoList>li {
    width: 100%;
    padding-left: 10px;
    height: 91px;
    border-bottom: 1px solid #ddd;
}

.common_infoList>li:last-child {
    margin-bottom: 20px;
}


/*左边的logo*/

.common_infoListLogo {
    float: left;
    width: 26px;
    height: 100%;
    background: url("../images/commoninfolist.jpg") no-repeat 50% 50%;
}


/*左边的logo*/

.common_xzjgListLogo {
    float: left;
    width: 26px;
    height: 100%;
    background: url("../images/xzjg.png") no-repeat 50% 50%;
}


/*时间部分*/

.common_infoListDate {
    float: left;
    width: 100px;
    margin: 0 20px 0 40px;
    height: 100%;
    padding-top: 21px;
}

.common_infoListDate>p {
    float: left;
    height: 24px;
    line-height: 24px;
    width: 100%;
    color: #089bdb;
    font-size: 14px;
}

.common_infoListDate>p>span {
    color: #089bdb;
    font-size: 18px;
    margin-right: 5px;
}

.common_infoListDate>p:last-child {
    font-size: 14px;
    color: #666;
}


/*标题部分*/

.common_infoListTitle {
    float: left;
    max-width: 680px;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.common_infoListTitle>a {
    color: #333;
    font-size: 16px;
}

.common_infoListTitle>a:hover {
    color: #089bdb;
}


/*右侧的按钮*/

.common_infoListBtn {
    float: right;
    width: 70px;
    margin-top: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #aaa;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.common_infoListBtn:hover {
    color: #089bdb;
    border: 1px solid #089bdb;
}


/*********************表格部分*/

.common_tableContent {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}


/*表格的区域*/

.main_publicTable {
    width: 100%;
    border-collapse: collapse !important;
}

.main_publicTable th,
.main_publicTable td {
    border: 1px solid #ddd;
    text-align: center;
}

.main_publicTable tr {
    height: 50px;
    line-height: 24px;
}

.table_linkContent {
    cursor: pointer;
}

.table_linkContent:hover {
    color: #089bdb;
}


/*表头部分*/

.main_publicTable thead {
    background: #f1f1fa;
}


/*表主体部分*/

.main_publicTable tbody tr:nth-child(odd) {
    background: #fff;
}

.main_publicTable tbody tr:nth-child(even) {
    background: #f7f7fb;
}

.main_publicTable td.teacherPosition {
    color: #212859;
}


/*************************************三级页面底部的切换以及返回列表的部分*/


/*底部切换的按钮*/

.common_changeDetail {
    width: 100%;
    margin-top: 30px;
}


/*上部一个返回的按钮*/

.common_changeReturnContent {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: right;
}

.common_changeReturn {
    color: #333;
    font-size: 14px;
}

.common_changeReturn>i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -1px;
}


/*鼠标移入时*/

.common_changeReturn:hover {
    color: #089bdb;
}


/*上下篇切换的按钮*/

.common_changePage {
    margin-top: 20px;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

.common_changePageContent {
    font-size: 14px;
    cursor: pointer
}


/*小图标*/

.common_changePageContent>i {
    font-size: 18px;
}


/*切换的内容部分*/

.common_changePageContent>span.common_changePageInfo {
    max-width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*当没有内容时*/

.common_changePageContent.noPage {
    cursor: default;
    color: #333 !important;
}


/*鼠标移入时*/

.common_changePageContent:hover {
    color: #089bdb;
}


/**********************************1.学校概况*/


/*地图部分*/

#brief_campusMap {
    width: 100%;
    height: 650px;
    margin-top: 20px;
}


/*校园风光的图片*/

.brief_campusSceneryList {
    width: 100%;
    margin-top: 20px;
}

.brief_campusSceneryList>li {
    float: left;
    width: 308px;
    margin: 0 0 20px 20px;
}

.brief_campusSceneryList>li:nth-child(3n+1) {
    margin: 0 0 20px 0;
}


/*图片区域*/

.brief_campusSceneryPic {
    width: 100%;
    height: 255px;
}

.brief_campusSceneryPic>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.brief_campusSceneryPic>img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/*下部的文字描述*/

.brief_campusSceneryInfo {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/************************************2.教育教学----名师风采*/

.education_teacherList {
    width: 100%;
    margin-top: 20px;
}

.education_teacherList>li {
    float: left;
    width: 305px;
    height: 310px;
    padding: 39px 0;
    border: 1px solid #ddd;
    margin: 0 0 25px 25px;
    cursor: pointer;
}

.education_teacherList>li:nth-child(3n+1) {
    margin: 0 0 25px 0;
}


/*图片*/

.education_teacherPic {
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.education_teacherPic>img {
    display: block;
    width: 100%;
}


/*姓名*/

.education_teacherName {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 16px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.education_teacherNameEn {
    width: 100%;
    color: #666;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.education_teacherStatus {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.education_teacherStatus>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.education_teacherStatus>span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    height: 3px;
    width: 70px;
    background: #212859;
}


/*鼠标移入时的效果*/

.education_teacherList>li:hover {
    background: #089bdb;
}

.education_teacherList>li:hover p {
    color: #fff;
}


/**************名师风采的三级页面*/

.education_teacherDetail {
    width: 100%;
    margin: 20px 0;
}


/*左边老师的图片*/

.education_teacherDetailPic {
    float: left;
    width: 120px;
    height: 170px;
}

.education_teacherDetailPic>img {
    display: block;
    width: 100%;
    height: 100%;
}


/*右边老师的信息列表*/

.education_teacherDetailList {
    float: right;
    width: 825px;
}

.education_teacherDetailList>li {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
}

.education_teacherDetailList>li>span:first-child {
    color: #000;
    font-weight: 600;
}


/************************************2.教育教学----专业介绍*/

.education_majorLinks {
    width: 965px;
    margin: 30px auto 0;
}

.education_majorLinks>li {
    width: 100%;
    height: 152px;
    margin-bottom: 68px;
    cursor: pointer;
}

.education_majorLinks>li:last-child {
    margin-bottom: 0;
}


/*左边的logo*/

.education_majorLinkIcon {
    float: left;
    width: 152px;
    height: 152px;
}

.education_majorLinks>li:nth-child(1) .education_majorLinkIcon {
    background: url('../images/majorlist01.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(2) .education_majorLinkIcon {
    background: url('../images/majorlist02.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(3) .education_majorLinkIcon {
    background: url('../images/majorlist03.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(4) .education_majorLinkIcon {
    background: url('../images/majorlist04.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(5) .education_majorLinkIcon {
    background: url('../images/majorlist05.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(1):hover .education_majorLinkIcon {
    background: url('../images/majorlist01h.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(2):hover .education_majorLinkIcon {
    background: url('../images/majorlist02h.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(3):hover .education_majorLinkIcon {
    background: url('../images/majorlist03h.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(4):hover .education_majorLinkIcon {
    background: url('../images/majorlist04h.png') no-repeat 50% 50%;
}

.education_majorLinks>li:nth-child(5):hover .education_majorLinkIcon {
    background: url('../images/majorlist05h.png') no-repeat 50% 50%;
}

.education_majorLinkIcon>span {
    display: block;
    margin: 0 auto;
    width: 142px;
    height: 142px;
    line-height: 142px;
    text-align: center;
    background: #999;
    color: #fff;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.education_majorLinkIcon>span>i {
    font-size: 60px;
}


/*下部文字*/

.education_majorLinkInfo {
    float: right;
    width: 780px;
    font-size: 16px;
}

.education_majorLinkInfoTitle {
    line-height: 48px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.education_majorLinkInfoDetaile {
    width: 100%;
    line-height: 32px;
    height: 96px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*显示行数*/
    -webkit-box-orient: vertical;
}


/*鼠标移入时*/

.education_majorLinks>li.active .education_majorLinkIcon,
.education_majorLinks>li:hover .education_majorLinkIcon {
    border: 2px solid #089bdb;
}

.education_majorLinks>li.active .education_majorLinkIcon>span,
.education_majorLinks>li:hover .education_majorLinkIcon>span {
    background: #089bdb;
}

.education_majorLinks>li.active .education_majorLinkInfoTitle,
.education_majorLinks>li:hover .education_majorLinkInfoTitle {
    color: #089bdb;
}


/*********************************************就业招生*/

.admissions_tailList {
    width: 100%;
    margin-top: 30px;
}

.admissions_tailList>li {
    float: left;
    width: 305px;
    margin: 75px 0 30px 25px;
    position: relative;
    /*padding-top:75px;*/
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.admissions_tailList>li:nth-child(3n+1) {
    margin: 75px 0 30px 0;
}


/*图片部分*/

.admissions_tailPic {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
}

.admissions_tailPic>img {
    display: block;
    width: 100%;
}


/*信息部分*/

.admissions_tailInfo {
    width: 100%;
    height: 300px;
    padding-top: 100px;
    border: 1px solid #ddd;
}

.admissions_tailName {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.admissions_tailName>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.admissions_tailName>span:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #212859;
}

.admissions_tailInfo>p {
    height: 28px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.admissions_tailInfo>p.admissions_tailStatus {
    color: #089bdb;
}


/*鼠标移入的效果*/

.admissions_tailList>li:hover {
    transform: scale(1.09);
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
}

.admissions_tailList>li:hover .admissions_tailInfo {
    box-shadow: 0 0 2px 2px #ddd;
    -moz-box-shadow: 0 0 2px 2px #ddd;
    -webkit-box-shadow: 0 0 2px 2px #ddd;
}


/* 录取查询部分 */

.admissions_searchList {
    width: 500px;
    margin: 40px auto 0;
}

.admissions_searchList>li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 35px;
}

.admissions_searchList>li>span {
    float: left;
    font-size: 14px;
    width: 80px;
    text-align: right;
}

.admissions_searchList>li>input,
.admissions_searchList>li>select {
    float: left;
    width: 400px;
    height: 36px;
    border: 1px solid #c3c3c3;
    padding: 0 0 0 10px;
    line-height: 34px;
}

.admissions_searchBtn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    background: #318ab1;
    cursor: Pointer;
}

.admissions_searchBtn:hover {
    background: #089bdb;
}


/* ***********************系部介绍页面-----师生荣誉 */

.major_honorList {
    width: 100%;
    padding: 15px 0;
}

.major_honorList>li {
    float: left;
    margin-left: 35px;
    width: 465px;
}

.major_honorList>li:first-child {
    margin: 0;
}


/*图片展示区域*/

.major_honorListPic {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #ddd;
}

.major_honorListPic>img {
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    -moz-transition: all linear .5s;
}


/*鼠标移入时*/

.major_honorListPic:hover {
    border: 1px solid #089bdb;
}

.major_honorListPic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*下部的文字介绍*/

.major_honorListInfo {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}


/*招生留言部分的样式*/


/*上部tabbar部分*/

.recruit_recruitTab {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}

.recruit_recruitTab>li {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.recruit_recruitTab>li:first-child {
    margin: 0;
}

.recruit_recruitTab>li.active,
.recruit_recruitTab>li:hover {
    color: #089bdb;
}

.recruit_recruitTab>li.recruit_recruitTab_border {
    position: absolute;
    height: 2px;
    content: '';
    line-height: 2px;
    margin: 0;
    left: 0;
    bottom: -1px;
    background-color: #089bdb;
}

.recruit_recruitTab>li.recruit_recruitTab_border_01 {
    left: 90px;
}

.recruit_recruitTab>li.recruit_recruitTab_border_02 {
    left: 180px;
}

.recruit_messageList {
    width: 100%;
}

.recruit_messageList>li {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}


/*表单的列表部分*/

.recruit_formList {
    width: 100%;
}

.recruit_formList>li {
    width: 100%;
    min-height: 32px;
    margin-top: 20px;
}

.recruit_formList>li>label {
    float: left;
    width: 106px;
    text-align: right;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.recruit_formList>li>label>span {
    color: red;
}

.recruit_formList>li>.recruit_formList_content {
    float: left;
    width: 400px;
    height: 32px;
}

.recruit_formList>li>.recruit_formList_content>input,
.recruit_formList>li>.recruit_formList_content>select {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
}

.recruit_formList>li>.recruit_formList_error {
    float: left;
    height: 32px;
    line-height: 32px;
    color: red;
    margin-left: 10px;
    font-size: 14px;
    display: f;
}


/*多行时*/

.recruit_formList>li>.recruit_formList_content_textarea {
    height: auto;
    width: 750px;
}

.recruit_formList>li>.recruit_formList_content_textarea>textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 140px;
    font-size: 14px;
    text-indent: 20px;
}


/*获取验证码的按钮*/

.recruit_formList_button {
    float: left;
    width: 100px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #089bdb;
    cursor: pointer;
    color: #fff;
    margin-left: 20px;
}

.recruit_formList_button:hover {
    background-color: #0676a7;
}

.recruit_formList_button_disbaled {
    background-color: #7b7d7d;
    cursor: not-allowed;
}

.recruit_formList_button_disbaled:hover {
    background-color: #7b7d7d;
}


/*底部提交的按钮*/

.recruit_formButton {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    transform: translateX(-20%);
}

.recruit_formButton>button {
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    background-color: #089bdb;
    border: none;
    cursor: pointer;
    color: #fff;
}

.recruit_formButton>button:hover {
    background-color: #0676a7;
}


/*上部信息部分*/

.recruit_messageList_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.recruit_messageList_title>p {
    float: left;
}

.recruit_messageList_title>p:last-child {
    float: right;
}


/*留言的内容部分*/

.recruit_messageList_content {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 24px;
}

.recruit_messageList_content>b {
    float: left;
}

.recruit_messageList_content>div {
    margin-left: 70px;
}


/*自定义的弹窗部分*/

.self_modelBox {
    position: fixed;
    width: 400px;
    height: 40px;
    left: 50%;
    top: 40px;
    margin-left: -200px;
    transition: opacity .3s, transform .4s, -webkit-transform .4s;
}

.self_modelBox>div {
    line-height: 28px;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    overflow: hidden;
}

.self_modelBox>div>img {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
}

.self_modelBox>.self_modelBox_success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}

.self_modelBox>.self_modelBox_warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}


/**************页码的样式*/

.page_outContent {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    position: relative;
}

.page_noitems {
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}


/*页码样式需要居中*/

.page_innerContent {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.page_innerContent>p {
    float: left;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
}


/*上下页切换*/

.page_previousPage,
.page_nextPage {
    width: 60px;
    margin-right: 10px;
    cursor: pointer;
}

.page_previousPage:hover,
.page_nextPage:hover {
    background: #089bdb;
    color: #fff;
    border: 1px solid #089bdb;
}


/*页码部分*/

.page_pageList {
    float: left;
}

.page_pageList>li {
    float: left;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.page_pageList>li.active,
.page_pageList>li:hover {
    background: #089bdb;
    color: #fff;
    border: 1px solid #089bdb;
}

.page_previousPage.disabled,
.page_previousPage.disabled:hover,
.page_nextPage.disabled,
.page_nextPage.disabled:hover {
    background: #fff;
    color: #333;
    border: 1px solid #dcdcdc;
    cursor: not-allowed;
}


/*页码总数部分*/

.page_innerContent>p.page_totalPage {
    line-height: 30px;
    border: none;
    margin-right: 10px;
}


/*到第几页的部分*/

.page_innerContent>p.page_changePage {
    line-height: 30px;
    border: none;
    margin: 0 15px 0 5px;
}

.page_inputPage {
    height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 0 0 5px;
    width: 40px;
    margin: 0 5px;
}

.page_setPage {
    float: left;
    height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 0 0 5px;
    width: 50px;
    margin: 0 5px 0 -5px;
}


/*确定的按钮*/

.page_submitBtn {
    width: 48px;
    cursor: pointer;
}

.page_submitBtn:hover {
    background: #089bdb;
    color: #fff;
    border: 1px solid #089bdb;
}


/*****************************页面底部*/


/*******************返回顶部的样式*/

.toTop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    color: #fff;
    display: none;
    z-index: 1000;
}

.toTop>i {
    font-size: 30px;
}

.toTop:hover {
    background: #089bdb;
}


/*页面底部*/

footer {
    width: 100%;
}

.myFooter {
    width: 100%;
    height: 250px;
    background: url('../images/footerbg.jpg') no-repeat 50% 50%;
	margin:0 auto;
}

.myFooter_content {
    width: 1200px;
    height: 250px;
    padding-top: 42px;
    margin: 0 auto;
}

.myFooter_contact_title{ font-size:20px; font-weight:bold; color:#333333;}
.myFooter_contact_text{ display:flex;justify-content: space-between; margin-top:20px; color:#323232; font-size:16px }


/* 左边导航部分 */

.myFooter_nav {
    float: left;
    width: 400px;
    height: 144px;
    padding: 0 30px;
}

.myFooter_nav>li {
    float: left;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.myFooter_nav>li:nth-child(2),
.myFooter_nav>li:nth-child(8) {
    margin: 0 35px;
}

.myFooter_nav>li:nth-child(5) {
    margin: 24px 35px;
}

.myFooter_nav>li:nth-child(4),
.myFooter_nav>li:nth-child(6) {
    margin: 24px 0;
}

.myFooter_nav>li>a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.myFooter_nav>li>a:hover {
    color: #00F8F9;
}


/* 中间一个背景图片 */

.myFooter_bgText {
    float: left;
    width: 500px;
    height: 155px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
}


/* 右侧的二维码部分 */

.myFooter_code {
    float: right;
    width: 300px;
}

.myFooter_codeQQ {
    float: left;
    width: 140px;
    height: 147px;
    padding-top: 7px;
    margin-left: 10px;
}

.myFooter_codeNewImg {
    width: 100%;
    height: 100px;
    text-align: center;
}

.myFooter_codeNewInfo {
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.myFooter_codeNewInfo>a {
    display: block;
    color: #fff;
}

.myFooter_codeNewInfo>a:hover {
    color: #00F8F9;
}

.myFooter_codeContent {
    width: 100%;
    height: 126px;
    padding-left: 58px;
}

.myFooter_codeText {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 21px;
    padding: 0 15px 0 14px;
    font-size: 14px;
    color: #fff;
}

.myFooter_codeImg {
    float: left;
    width: 126px;
    height: 126px;
}

.myFooter_codeImg>img {
    display: block;
    width: 100%;
    height: 100%;
}

.myFooter_qqContent {
    display: block;
    width: 100%;
    height: 31px;
    text-align: center;
    line-height: 31px;
    margin-top: 9px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.myFooter_qqContent:hover {
    color: #00F8F9;
}


/* 底部的文字描述 */

.footerInfo {
    width: 100%;
    height: 90px;
    background: #212859;
    color: #fff;
}

.footerInfo_content {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    padding-top: 21px;
}

.footerInfo_content>p {
    width: 100%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.footerInfo_content>p>span {
    margin-right: 20px;
}

.footerInfo_content>p:last-child>span {
    margin-right: 6px;
}

.footerInfo_content>p>span:last-child {
    margin: 0;
}

.footerInfo_content>p>a {
    color: #fff;
}

.footerInfo_content>p>a:hover {
    color: #00F8F9;
}

.cx {
    width: 700px;
    line-height: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.cx label {
    float: left;
    font-size: 14px;
}

.cx .recruit_formList_content input {
    height: 30px;
    line-height: 30px;
    border: 1px solid lightseagreen;
    outline: none;
}

.cx button {
    height: 30px;
    width: 80px;
    color: #fff;
    background-color: lightseagreen;
    border: none;
}

.biaog tr {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.biaog th {
    line-height: 30px;
    margin: 0;
    width: 100%;
}

.biaog td {
    line-height: 30px;
    margin: 0;
    width: 100%;
    word-break: break-all;
    vertical-align: middle;
}

.biaog {
    width: 100%;
    text-align: center;
    border: none !important;
    justify-content: center;
    margin: 0 auto;
    display: none;
}

.biaog tbody {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.cx button {
    outline: none;
    cursor: pointer;
    margin-left: 45px;
}

.cx .recruit_formList_content {
    position: relative;
    float: left;
    margin-right: 15px;
}

.cx .getyzm {
    position: absolute;
    padding: 0 2px;
    height: 24px;
    line-height: 24px;
    background: #ddd;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    right: 4px;
    top: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .head_welcome,
    .head_main {
        display: none;
    }
    .head_navList {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        background-color: #0F6CB2;
        padding-top: 35px;
        display: none;
    }
    .head_navList span {
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 1;
        font-size: 30px;
    }
    .head_navList>li {
        float: none;
        line-height: 50px;
    }
    .head_navList>li>a {
        width: 100%;
    }
    .head_navList>li>a.active,
    .head_navList>li>a:hover {
        background: none;
        color: #000;
    }
    .headwap {
        width: 100%;
        display: flex!important;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
        padding: 3px 0;
        background: url("../images/headerlogobg.jpg") no-repeat 50% 50%;
    }
    .headwap a {
        color: #333;
        font-size: 14px;
        width: 80%;
        background-size: cover!important;
        height: 4.5em;
    }
    .headwap a img {
        width: 100%;
    }
    .img {
        padding: 9px 10px;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none;
        margin-top: -3px;
    }
    .icon-bar {
        display: block;
        margin-top: 4px;
        width: 22px;
        height: 3px;
        background: #fff;
        border-radius: 1px;
    }
    #swiperMain {
        min-width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .home_innerContent {
        width: 95%;
        padding: 0;
    }
    .yqlink {
        /* 友情链接 */
        display: none;
    }
    .myTitle {
        display: flex;
        justify-content: center;
    }
    .myHome_news {
        width: 100%;
        padding-right: 0;
    }
    #swiperNews,
    .home_slideNewTitleLink {
        height: auto;
    }
    .myHome_notice {
        width: 100%;
    }
    .myHome_noticeContent {
        border: none;
        padding-left: 0!important;
        height: auto;
    }
    .home_myNewsList {
        height: auto;
    }
    .myHome_trainContent {
        width: 100%;
    }
    .myHome_train {
        overflow-x: auto;
        background: none!important;
    }
    .myHome_train img {
        display: block!important;
    }
    .home_myListItemTitle {
      /*  width: auto;*/
    }
    .home_myList>li {
        width: 100%;
    }
    .home_myListItem {
        height: auto;
    }
    .home_myList>li:nth-child(2) {
        width: 100%;
        margin: auto;
    }
    .home_myList>li:nth-child(2) .home_myListItem {
        padding: 0;
        border: none;
    }
    .home_contactList {
        width: 100%;
    }
    .home_contactList>li {
        display: flex;
    }
    .home_linkList>li {
        width: 100%;
        margin-left: 0;
    }
    .home_trainingList>li {
        width: 100%;
    }
    #home_mapContent {
        width: 100%!important;
        display: none;
    }
    .myFooter_content {
        width: 100%;
    }
    .myFooter_nav,
    .myFooter_bgText {
        display: none;
    }
    .myFooter_code {
        width: 100%;
    }
    .myFooter_codeQQ {
        width: 100%!important;
        margin-left: 0;
    }
    .footerInfo {
        height: auto;
    }
    .footerInfo_content {
        width: 100%;
        height: auto;
        padding: 21px 0;
    }
    .footerInfo_content>p {
        height: auto;
    }
    .footerInfo_content p span {
        display: block;
    }
    /* 首页结束 */
    .common_bgContent {
        min-width: 100%;
        height: auto;
    }
    .common_bgContent img {
        width: 100%;
    }
    .common_mainContent {
        width: 100%;
    }
    .common_leftContent {
        width: 85%;
        float: none;
        margin: 0 auto;
    }
    .common_rightContent {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    /* 推荐信息 */
    .common_leftContent .common_subGoodTitle,
    .common_leftContent .common_subGoodList {
        display: none;
    }
    .tjnews {
        display: block!important;
    }
    .common_subGoodTitle {
        background: #f1f1f1;
        height: auto;
        line-height: 45px;
    }
    /* 推荐信息end */
    .common_breadNavInfo {
        width: 100%;
        display: flex;
        padding-left: 15px;
    }
    .common_subNavTitle {
        text-align: left;
        height: auto;
        line-height: 35px;
        font-size: 16px;
        color: #fff;
        padding-left: 15px;
        background: #212859;
    }
    .common_subNavTitle::after {
        content: '▼';
        color: #fff;
        float: right;
        margin-right: 15px;
    }
    .common_subNavList>li>a {
        height: auto;
        line-height: 30px;
    }
    .common_subNavList>li>a.active,
    .common_subNavList>li>a:hover {
        border-right: none;
    }
    .education_majorLinks {
        width: 100%;
        margin: 0;
    }
    .education_majorLinks>li {
        height: auto;
        margin-bottom: 30px;
    }
    .education_majorLinkInfo {
        float: none;
        width: 100%;
    }
    .education_majorLinkIcon {
        display: none;
    }
    /* 学校概况结束 */
    .common_infoList {
        margin-top: 0;
    }
    .common_infoList>li {
        display: flex;
        align-items: center;
    }
    .common_infoListTitle>a {
        margin-left: 10px!important;
    }
    .common_infoListBtn {
        display: none!important;
    }
    .education_teacherList>li {
        width: 46%;
        height: auto;
        padding: 0;
        margin-left: 7%;
    }
    /* .education_teacherName {
        color: #fff;
    } */
    .education_teacherStatus {
        padding-bottom: 10px;
    }
    #common_cont .education_teacherList>li{
        margin-right: 0!important;
    }
    /* 教学管理结束 */
    .recruit_formList>li>label {
        float: none;
        width: auto;
    }
    .recruit_formList>li>.recruit_formList_content,
    .recruit_formList>li>.recruit_formList_content_textarea {
        width: 100%;
    }
    .recruit_formList>li>.recruit_formList_error {
        float: none;
        text-align: right;
    }
    .cx {
        width: 100%;
        flex-direction: column;
        float: none;
        margin-left: 0;
        transform: translateX(0);
        justify-content: center;
        text-align: center;
    }
    .cx label {
        display: none;
    }
    .cx .recruit_formList_content {
        margin-top: 15px;
    }
    .cx .recruit_formList_content input {
        width: 100%;
    }
    .cx button {
        margin-top: 15px;
        margin-left: 48%;
        transform: translateX(-50%);
    }
    .recruit_formButton {
        transform: translateX(0);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {}

.contxt p{ font-size:16px; line-height:28px }
.contxt p img{ width:100%; max-width:750px;}