﻿@charset "utf-8";

/* CSS Document */

.titt img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: bottom;
}

.inner {
    width: 1200px;
    margin: 0 auto;

}

.mao {
    position: relative;
    top: -60px;
}


/*top start*/

#top {
    height: 50px;
    background: url(../images/topbg.png) center;
    text-align: center;
}

#top a {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 15px;
    display: block;
    width: 100%;
}

#top a i {
    font-size: 18px;
}

.hj_top {
    background: url(../images/top/toplinkbg.jpg);
    padding: 12px 0;
}

.hj_top_lt,
.hj_top_rt,
.hj_topjx,
.hj_topky {
    float: left;
}

.hj_top_lt {
    background: url(../images/top/topblock.jpg) no-repeat;
    width: 575px;
    height: 190px;
    border: solid 1px #c5d7f0;
    border-radius: 3px;
}

.hj_top_lt ul li {
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    box-shadow: 0 0 4px #92a9d7;
}

.hj_top_lt ul li:hover {
    box-shadow: 0 0 6px #6585c4;
}

.hj_top_yd {
    font-size: 18px;
    float: left;
    color: #003888;
    height: 46px;
    width: 18px;
    font-weight: 600;
    margin: 71px 10px;
}

.hj_topjx {
    background: url(../images/top/topblock01.jpg) no-repeat;
    width: 309px;
    height: 190px;
    border: solid 1px #c5d7f0;
    border-radius: 3px;
    margin: 0 5px;
}

.hj_topky {
    background: url(../images/top/topblock02.jpg) no-repeat;
    width: 299px;
    height: 190px;
    border: solid 1px #c5d7f0;
    border-radius: 3px;
}

.hj_top_rt ul li {
    float: left;
    margin-top: 5px;
    box-shadow: 0 0 4px #92a9d7;
}

.hj_top_rt ul li:hover {
    box-shadow: 0 0 6px #6585c4;
}


/*top end*/


/*header start*/

#header {
    height: 100px;
    background: url(../images/headerbg.png) no-repeat center #29a36b;
}

#header .inner {
    display: table;
    height: 100px;
}

.logo {
    float: left;
    margin-top: 26px;
}

.logo img {
    display: block;
    float: left;
    height: 45px;
}

.logospan {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 34px;
}

.search {
    vertical-align: middle;
    width: 466px;
    padding: 3px;
    margin-top: 34px;
    margin-left: 20px;
    border-radius: 20px;
    float: left;
    background: #fff;
}

.search form {
    width: 466px;
    padding: 3px;
    border-radius: 20px;
    background: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 11px 11px 11px 18px;
}

.dropdown button {
    border: none;
    background: #fff;
}

.dropdown .dropbtn {
    font-size: 13px;
    color: #333;
}

.dropdown .dropbtn i {
    font-size: 12px;
}


/* 下拉内容 (默认隐藏) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}


/* 下拉菜单的链接 */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 13px;
}


/* 鼠标移上去后修改下拉菜单链接颜色 */

.dropdown-content a:hover {
    background-color: #f1f1f1;
}


/* 在鼠标移上去后显示下拉菜单 */

.dropdown:hover .dropdown-content {
    display: block;
}


/* 当下拉内容显示后修改下拉按钮的背景颜色 */

.dropdown:hover .dropbtn {
    color: #162e5f;
}

.login {
    display: table-cell;
    vertical-align: middle;
}

.loginbtn {
    border-radius: 12px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 4px 12px;
}

.loginbtn:hover {
    background: #fff;
    color: #162e5f;
}

.search input[type=text] {
    width: 280px;
    height: 33px;
    border: none;
}

.searchbtn {
    font-size: 28px;
    color: #019e93;
    vertical-align: middle;
}

.advanced_search {
    font-size: 13px;
    color: #888;
    margin-top: -25px;
    margin-right: 20px;
    float: right;
}


/*header end*/


/*nav start*/

#nav {
    height: 60px;
    background: #fff;
    width: 100%;
    min-width: 1200px;
    z-index: 99;
    box-shadow: 0 0 4px #cecece;
}

#nav ul {}

#nav li {
    line-height: 60px;
    float: left;
    margin: 0 30px;
}

#nav li:last-child {
    margin-right: 0;
}

#nav li a {
    padding: 8px 25px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

#nav li a:hover,
#nav li.cur a {
    background: #ffaa00;
    color: #fff;
    border-radius: 15px;
}


/*nav end*/


/*main start*/


/*item_01 start*/

#main {}

#main .inner {
    overflow: hidden;
}

.iteam_01 {
    min-height: 560px;
}

.titt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.titt a {
    color: #29a36b;
}

.titt i {
    color: #0046a9;
    font-size: 20px;
}

.titt:before {
    display: block;
    position: absolute;
    content: '';
    width: 500px;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    top: 50%;
}

.titt:after {
    display: block;
    position: absolute;
    content: '';
    width: 500px;
    height: 1px;
    background: #e5e5e5;
    right: 0;
    top: 50%;
}

.item_01_lt {
    float: left;
}

.item_01_lt h3 {
    font-size: 16px;
    color: #00562f;
    margin-bottom: 25px;
}

.item_01_zt {
    float: left;
    margin-left: 50px;
    width: 320px;
    position: relative;
    height: 220px;
}

.item_01_zt h3 {
    font-size: 16px;
    color: #00562f;
    margin-bottom: 25px;
}

.item_01_lt {
    width: 360px;
}

.itemlt li {
    line-height: 44px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 20px;
}

.itemlt li a {
    line-height: 36px;
    width: 100%;
    display: inline-block;
    background-color: #0046a9;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    background: url(../images/hover_03.png) no-repeat center;
}

.itemlt li a:hover {
    background: #ffaa00;
    color: #fff;
}

.itemzt li {
    position: relative;
}

.itemzt li a {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    color: #333;
}

.itemzt li i {
    width: 4px;
    height: 4px;
    background-color: #29a36b;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 8px;
}

.itemzt li a:hover {
    /* background-color: #ff7700; */
    text-decoration: underline !important;
    color: #fa0;
}

.itemzt li:hover i {
    background-color: #ff7700;
}

.itemzt01 {}

.moreg {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.moreg:hover {
    color: #ff7700;
}

.item_01_rt {
    float: right;
    margin-top: 40px;
}


/* 专业课教学  E */


/* 技能教学 f */


/* 职业技能 f */

.zyjn {
    position: relative;
    border-bottom: solid 1px #dcdcdc;
    /* height: 220px; */
    margin-bottom: 25px;
}

.zyjn h3 {
    font-size: 16px;
    color: #00562f;
}

#tag {
    overflow: hidden;
    padding-left: 100px;
    margin-top: -18px;
    position: absolute;
}

#tag li {
    list-style: none;
    float: left;
    margin-right: 0px;
    color: #333;
    float: left;
    padding: 0px 20px;
    cursor: pointer;
    height: 21px;
    font-size: 14px;
    position: relative;
}

#tag li:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    position: absolute;
    top: 3px;
    left: 0px;
}

#tag li:first-child:after {
    display: none;
}

#tag .current {
    color: #019e93;
    font-weight: 600;
    display: block;
}

#tagContent {
    padding-top: 30px;
    padding-bottom: 10px;
}

#tagContent div {
    width: 1200px;
    /* min-height: 130px; */
    display: none;
}

.zyjn_con01 {}

.zyjn_con01 ul {}

.zyjn_con01 ul li {
    float: left;
    margin: 0 20px 10px 0;
}

.zyjn_con01 ul li a {
    font-size: 16px;
    display: inline-block;
    color: #333;
    background-color: #e8f6f3;
    border-radius: 6px;
    padding: 10px 20px;
}

.zyjn_con01 ul li a:hover {
    color: #fff;
    background-color: #fa0;
}

.bzwj {
    height: 220px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bzwj_lt {
    float: left;
    background: url(../images/jnjx_bg01.png) no-repeat right;
    width: 600px;
}

.bzwj_rt {
    float: left;
    width: 500px;
    margin-left: 50px;
    position: relative;
    height: 218px;
    background: url(../images/jnjx_bg.png) no-repeat left 100px top -125px;
}

.bzwj_lt h3,
.bzwj_rt h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #00562f;
    font-weight: 600;
}

.bzwj_con01 {
    position: relative;
    height: 170px;
}

.bzwj_con01 ul {}

.bzwj_con01 ul li {
    position: relative;
}

.bzwj_con01 ul li a {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    color: #333;
}

.bzwj_con01 li i {
    width: 4px;
    height: 4px;
    background-color: #29a36b;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 8px;
}

.bzwj_con01 li a:hover {
    /* background-color: #dee7f8; */
    color: #fa0;
    text-decoration: underline !important;
}

.bzwj_con01 li:hover i {
    background-color: #ff7700;
}


/* #tag01 */


/* 技能教学 e */


/* 职业技能 e*/


/*item_03 start*/

.sjbt {
    margin-bottom: 20px;
    font-size: 16px;
    color: #00562f;
    font-weight: 600;
}

.item_03,
.item_02,
.item_04,
.item_05 {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.item_05 {
    border-bottom: 0;
}


/*item_03 e*/


/*item_04 start*/

.item_04 ul {
    margin-bottom: 10px;
}

.item_04 ul li {
    float: left;
    margin-right: 20px;
    width: 183px;
}

.mqtp {
    text-align: center;
    height: 80px;
    background: #e8f6f3;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

.item_04 ul li a {
    position: relative;
}

.item_04 ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.item_04 ul li:nth-child(6n) {
    margin-right: 0px;
}

.mqmz {
    width: 183px;
    text-align: center;
    display: inline-block;
}

.mqmz:hover {
    color: #fa0;
    text-decoration: underline !important;
}


/*item_04 end*/


/*item_05 start*/

.item_05 {
    height: 293px;
}

.item_05 .danwei {
    margin-left: 80px;
    color: #333;
    width: 466px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
}


/*item_05 end*/

.zysy {
    position: relative;
}


/*item_06 start*/

.item_06_lt {
    float: left;
    width: 320px;
    position: relative;
    height: 220px;
}

.item_06_zt {
    float: left;
    margin-left: 50px;
    width: 430px;
    position: relative;
    height: 220px;
}


/*item_06 end*/


/*人才培养 f*/

.zyjszt {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.guankan {
    position: relative;
    height: 268px;
}

.guankan li {
    background: url(../images/guankan_03.png) no-repeat right;
    width: 374px;
    border: solid 1px #dee7f8;
    border-radius: 4px;
    padding: 10px 10px 0;
    background-position: 278px 12px;
    float: left;
    height: 238px;
    box-sizing: border-box;
    margin-left: 38px;
}

.guankan li:first-child {
    margin-left: 0px;
}

.guankan li img {
    width: 123px;
    height: 162px;
    float: left;
}

.guankan li h4 {
    margin-left: 10px;
    float: left;
    margin-top: 10px;
    line-height: 16px;
    font-size: 16px;
    width: 216px;
    color: #333;
}

.guankan li span {
    float: left;
    width: 216px;
    margin-left: 10px;
    margin-top: 16px;
    height: 80px;
    line-height: 20px;
}

.guankan li a {
    float: right;
    color: #00562f;
    border: 1px solid #00562f;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 16px;
    margin-top: 4px;
}

.guankan li a:hover {
    color: #fff;
    background-color: #00562f;
}

.guankan li p {
    float: left;
    box-sizing: border-box;
    margin-top: 10px;
    color: #fff;
    margin-left: -10px;
    background-color: #d1ede0;
    width: 372px;
    height: 54px;
    font-size: 14px;
    padding: 8px 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #000;
    display: flex;
    align-items: center;
}

.guankan li p em {
    word-break: break-all;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*人才培养 e*/


/* 专业建设经验 f */

.zysz_lt,
.zyjx_zt,
.jxtj_zt {
    width: 400px;
    float: left;
}

.zyjx_zt .mod-artlist-field1 .article-name {
    width: 350px;
}

.jxtj_zt {
    position: relative;
    height: 209px;
}


/* 专业建设经验 e */


/*item_07 start*/

.item_07 {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    height: 200px;
}

#tag02 {
    overflow: hidden;
    padding-left: 100px;
    margin-top: -40px;
    position: absolute;
}

#tag02 li {
    list-style: none;
    float: left;
    margin-right: 0px;
    color: #333;
    float: left;
    padding: 0px 20px;
    cursor: pointer;
    height: 21px;
    font-size: 14px;
    position: relative;
}

#tag02 li:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    position: absolute;
    top: 3px;
    left: 0px;
}

#tag02 li:first-child:after {
    display: none;
}

#tag02 .current {
    color: #019e93;
    font-weight: 600;
    display: block;
}

#tagContent02 {}

#tagContent02 div {
    width: 1200px;
    display: none;
}

.item_07_con01 {}

.ppt_moreg {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.ppt_moreg:hover {
    color: #f70;
}

.item_07_con01 ul {}

.item_07_con01 ul li {
    float: left;
    margin-right: 20px;
    height: 70px;
    width: 224px;
    text-align: center;
}

.item_07_con01 ul li:nth-child(5n) {
    margin-right: 0px;
}

.item_07_con01 ul li a {
    height: 70px;
    width: 224px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    background: #e8f6f3 url(../images/jxscBg.png) no-repeat right bottom;
    display: table-cell;
    vertical-align: middle;
}

.item_07_con01 ul li a:hover {
    box-shadow: 2px 2px 4px #dbdfe7;
}

.aa01 img {
    position: absolute;
    left: 18px;
    top: 16px;
}

.aa02 img {
    position: absolute;
    left: 18px;
    top: 24px;
}

.item_07_con01 ul li span {
    display: inline-block;
    width: 180px;
    padding-left: 45px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}


/*item_07 end*/


/*item_08 start*/

.item_08 {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sjbt.btt {}

.item_08 .tit:before {
    left: 30px;
}

.item_08 .tit:after {
    right: 30px;
}

.con08 .mod-imgs-slider-s2 .mod-tab-head {
    position: absolute;
    padding-left: 120px;
    margin-top: -50px;
}

.con08 .mod-imgs-slider-s2 .mod-tab-head li {
    margin-right: 0px;
    color: #333;
    float: left;
    padding: 0px 20px;
    cursor: pointer;
    height: 21px;
    font-size: 14px;
    position: relative;
}

.con08 .mod-imgs-slider-s2 .mod-tab-head li.cur {
    color: #019e93;
    font-weight: 600;
    display: block;
}

.con08 .mod-imgs-slider-s2 .mod-tab-head li:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    position: absolute;
    top: 3px;
    left: 0px;
}

.con08 .mod-imgs-slider-s2 .mod-tab-head li:first-child:after {
    display: none;
}


/*item_08 end*/


/*item_09 start*/

.item_09 {}

.item_09 ul {}

.item_09 ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.item_09 ul li:nth-child(3n) {
    margin-right: 0;
}

.item_09 ul li a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    background-color: #efefef;
    display: inline-block;
    width: 386px;
    height: 76px;
    border-radius: 6px;
    text-align: center;
    line-height: 76px;
    color: #29a36b;
}

.item_09 ul li a:hover {
    box-shadow: 2px 2px 4px #dbdfe7;
    background-color: #fa0;
    color: #fff;
}


/*item_09 end*/


/*main end*/


/*footer start*/

.footer {
    width: 100%;
    height: 379px;
    color: #a4acb7;
    font-family: "Microsoft Yahei";
    line-height: 22px;
    background-color: #1c2b40;
    margin-top: 60px;
}

.footer a {
    color: #66758d;
    font-family: "Microsoft Yahei";
}

.foot-top {
    width: 100%;
    height: 181px;
    padding-top: 28px;
    clear: both;
    background: url(../images/foot_bg.png) top center #e6e9ee;
}

.foot-top .content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.foot-top li {
    float: left;
}

.foot-top li+li {
    margin-left: 105px;
}

.foot-top b {
    display: block;
    font-size: 14px;
    color: #54627a;
    line-height: 44px;
}

.foot-top a,
.foot-top span {
    display: block;
    color: #66758d;
    font-size: 12px;
}

.foot-top span a {
    display: inline;
}

.foot-top .weibo {
    width: 290px;
    height: 90px;
    padding-top: 30px;
    padding-left: 20px;
    margin-top: 17px;
    text-align: center;
    border-left: 1px solid #506581;
}

.foot-top .weibo a {
    display: inline-block;
    line-height: 40px;
}

.foot-top .weibo a+a {
    margin-left: 35px;
}

.foot-top .weibo img {
    width: 40px;
    height: 40px;
    background: url(../images/skin_icons_sprite.png) no-repeat -39px -58px;
}

.foot-top .weibo a:hover img {
    background-position: -80px -58px;
}

.foot-bot {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    color: #a4acb7;
}

.foot-bot .t {
    height: 60px;
    padding-top: 27px;
    border-bottom: 1px solid #2e435e;
}

.foot-bot .t a {
    color: #a4acb7;
    font-size: 12px;
}

.foot-bot .t>img {
    float: left;
    width: 110px;
}

.foot-bot .t .mid {
    float: left;
    margin-left: 20px;
}

.foot-bot .t .mid span {
    display: block;
    font-size: 12px;
}

.foot-bot .t .mid a+a {
    margin-left: 24px;
}

.foot-bot .t .right {
    float: right;
}

.foot-bot .t .right img {
    height: 32px;
    margin-left: 17px;
}

.foot-bot .b a {
    margin-left: 5px;
}

.foot-bot .b a,
.foot-bot .b span {
    color: #6a7481;
    white-space: nowrap;
    margin-right: 5px;
    font-size: 12px;
}

.footer a:hover,
.foot-top a:hover span {
    color: #2f8bd6;
}


/*footer end*/

body .mod-artlist-tab2-default .mod-tab-head-out li:hover,
body .mod-artlist-tab2-default .mod-tab-head-out li.cur {
    background-color: #fa0;
    color: #fff;
}

body .mod-artlist-tab-default .mod-tab-head li:hover,
body .mod-artlist-tab-default .mod-tab-head li.cur {
    background-color: #fa0;
    color: #fff;
}

body .mod-artlist .item .icon {
    background-color: #00562f;
}

body .mod-artlist-tab2-default .mod-tab-head-in li.cur {
    color: #00562f;
}


/* 数据补充 */

.item_03 .mod-artlist-tab-default .mod-artlist .mod-artlist-field1 .danwei {
    width: 400px;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    margin-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #333;
}