﻿@charset "utf-8";

/* Base Reset */

* {
    margin: 0;
    padding: 0;
    transition: all .5s;
    position: relative;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

:focus {
    outline: 0;
}

img {
    border: 0;
	
}

a img {
    vertical-align: middle;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

body,
p {
    font: 12px/1 Microsoft YaHei, Arial;
    color: #555555;
    font-family: "Microsoft YaHei";
}

body {
    background-color: #ffffff;
}


/* a:link {color: #FF0000}
 a:visited  {color: #00FF00}
 a:hover  {color: #FF00FF}
 a:active  {color: #0000FF}*/


/*-------------style css 样式  ----------------*/

a {
    color: #555555;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ff6600;
}


/*header*/

.inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


/*在这里作为共用的宽度限制*/

.header {
    width: 100%;
    height: 160px;
    position: relative;
    background: #ffffff;
}

.header .top {
    width: 1000px;
    height: 110px;
    background: url("../images/images_jjgl/topBg.png") no-repeat top center;
    margin: 0 auto;
    position: relative;
}

.top .logo {
    position: absolute;
    top: 21px;
    left: 0;
}

.top .tips {
    position: absolute;
    top: 32px;
    right: -6px\9;
    right: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666666;
}

.tips a {
    display: inline-block;
    line-height: 14px;
}

.tips a:hover {
    color: #ff6600;
}

.tips span {
    display: inline-block;
    padding: 0 10px;
    line-height: 14px;
}

.search {
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
}

.searchBox {
    display: inline-block;
    position: relative;
}

#keyword {
    float: left;
    border: 1px solid #dddddd;
    height: 28px;
    width: 208px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 12px;
    color: #888888;
    font-family: "Microsoft YaHei";
}

#searchBtn {
    float: right;
    height: 30px;
    width: 30px;
    background: #e67717 url("../images/images_jjgl/searchBtn.png") no-repeat 7px 7px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.header .nav {
    width: 100%;
    background-color: #57bd05;
    height: 50px;
}

.nav .navInner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.navInner ul li {
    float: left;
    position: relative;
    right: -2px\9;
}

.navInner ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.navInner ul li a span {
    display: inline-block;
    border-right: 1px solid #3d9e0a;
    padding: 0 32px;
    line-height: 15px;
    margin-top: 18px\9;
}

.navInner ul li a:hover span {
    color: #ff6600
}

.navInner ul li:last-child a span {
    border-right: none;
}

.navInner ul li.active a span {
    color: #ff6600
}


/*slider*/

.slider {
    background: #ffffff;
    width: 100%;
    padding: 15px 0 5px;
}

.slider .inner {}

.slider .inner img {
    border: 0;
}


/*main  主体栏目展示区*/

.main {}

.mainLeft {
    float: left;
}

.main .mainLeft {
    width: 700px;
}

.list .mainLeft {
    width: 260px;
}

.module {}

.moduleTitle {
    border-bottom: 2px solid #208e32;
}

.moduleTitle p {
    display: inline-block;
    ;
    line-height: 42px;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #60be00;
}


/*分院动态*/

.moduleList {
    position: relative;
}

.dynamic .moduleList {
    position: relative;
    padding-bottom: 20px;
}

.dynamic .listWithImg {
    float: left;
    width: 365px;
    margin-right: 25px;
}

.listWithImg ul {
    margin-top: 18px;
}

.listWithImg li {
    display: block;
    margin-bottom: 20px;
}

.listWithImg li img {
    float: left;
    display: inline-block;
    border: 0;
    margin-right: 15px;
}

.listWithImg li .lwiInfo {}

.listWithImg li .lwiInfo h4 {
    vertical-align: top;
    line-height: 20px;
    padding-bottom: 4px;
}

.listWithImg li .lwiInfo h4 a {
    display: block;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #333333;
}

.listWithImg li .lwiInfo h4 a:hover {
    color: #ff6600;
}

.listWithImg li .lwiInfo p {
    vertical-align: top;
    line-height: 20px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #999999;
}

.simpleList ul li {
    border-bottom: 1px dashed #c9c8be;
}

.simpleList ul li a {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #555555;
    line-height: 34px;
}

.simpleList ul li a:hover {
    color: #ff6600;
}

.dynamic .simpleList {
    overflow: hidden;
    padding-top: 8px;
}

.dynamic .simpleList ul li {
    padding-left: 15px;
    background: url("../images/images_jjgl/Alarrow.png") no-repeat 1px center;
}

.more {
    position: absolute;
    display: inline-block;
    font-size: 13px;
    line-height: 33px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #e18b00;
}

.more:hover {
    color: #99CC33;
}

.dynamic .moduleList .more {
    bottom: 2px;
    right: 0;
}


/*教学科研*/

.techAndResearch {}

.techAndResearch .moduleList .more {
    bottom: -2px;
    right: 0;
}

.angleList {
    padding-top: 13px;
    padding-bottom: 30px;
}

.angleList ul {
    margin-left: -10px;
    margin-left: 0\9;
    overflow: hidden;
    position: relative;
    left: 10px;
    left: 0\9;
}

.angleList ul li {
    float: left;
}

.angleList ul li .ngItem {
    border: 1px solid #e0e0d4;
    margin: 5px;
    padding: 16px 14px;
    width: 310px;
    width: 308px\9;
    position: relative;
}

.angle {
    text-indent: -999em;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    background: url("../images/images_jjgl/angle.png") no-repeat center;
}

.alDate {
    float: left;
    display: block;
    width: 42px;
    height: 100%;
    line-height: 100%;
    padding-right: 18px;
}

.alInfo {
    margin-left: 60px;
    margin-left: 0\9;
    padding-right: 6px;
    overflow: hidden;
}

.alInfo h4 {
    line-height: 15px;
    padding-bottom: 8px;
}

.alInfo h4 a {
    display: block;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #333333;
}

.alInfo h4 a:hover {
    color: #ff6600;
}

.alInfo p {
    vertical-align: top;
    line-height: 20px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #999999;
}


/*date*/

.alDate {}

.alDate b {
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: #f7ad00;
    text-align: center;
    line-height: 15px;
}

.alDate span {
    display: block;
    text-align: center;
    line-height: 29px;
    background: #f0f0f0 url("../images/images_jjgl/dateBg.png");
    font-size: 18px;
    font-family: Georgia;
    line-height: 29px;
}


/*右侧边栏*/

.mainRight {
    float: right;
}

.main .mainRight {
    width: 260px;
}

.list .mainRight {
    width: 700px;
	
}
.list .mainRight img {
	max-width:700px;
	height:auto !important;
	display:block;
	margin:0 auto;
}


/*国际交流*/

.internationalCommunicate .simpleList {
    padding-top: 8px;
    padding-bottom: 40px;
    position: relative;
}

.internationalCommunicate .simpleList ul li {}

.internationalCommunicate .simpleList ul li .date {
    display: inline-block;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #007f3a;
    padding-right: 10px;
}

.internationalCommunicate .simpleList .more {
    bottom: 2px;
    right: 0;
}


/*实习实训*/

.practice {}

.practice .moduleContent img {
    margin-top: 18px;
}

.practice .moduleContent .noBorderSimpleList {
    position: relative;
    padding-top: 10px;
    padding-bottom: 32px;
}

.practice .moduleContent .noBorderSimpleList ul li {
    padding-left: 15px;
    background: url("../images/images_jjgl/Alarrow.png") no-repeat 1px center;
}

.noBorderSimpleList ul li a {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #555555;
    line-height: 31px;
}

.noBorderSimpleList ul li a:hover {
    color: #ff6600;
}

.practice .more {
    bottom: 2px;
    right: 0;
}


/*页尾区域*/

.footer {
    margin-top: 20px;
    background: #4cbb04;
}

.footerTop {
    width: 100%;
    background: #3da104;
}

.slogan {
    width: 1000px;
    margin: 0 auto;
    background: #3da104 url("../images/images_jjgl/sloganBg.png") no-repeat top center;
    box-shadow: 0 0 10px 10px #3da104 inset;
}

.sloganTxt {
    width: 100%;
    background: url("../images/images_jjgl/sloganTxt.png") no-repeat center;
    height: 66px;
}

.footerBottom {
    width: 100%;
    border-bottom: 1px solid #3ca905;
}

.footerBottom .siteInfo {
    padding: 16px 0 26px;
    width: 1000px;
    margin: 0 auto;
}

.footerBottom .siteInfo p {
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
}

.footerBottom .siteInfo a {
    color: #ffffff;
}


/*轮播图*/

.focus {
    width: 1000px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.focus .focus_imgs_wrap {
    float: left;
    position: relative;
    width: 730px;
}

.focus .focus_imgs_wrap .focus_imgs {
    height: 99999em;
    width: 730px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.focus .focus_imgs_wrap .focus_imgs li {
    height: 360px;
    overflow: hidden;
}

.focus .focus_imgs_wrap .focus_imgs li img {
    height: 360px;
    width: 730px;
}

.focus_desc {
    margin-left: 730px;
    overflow: hidden;
    width: auto;
    background: #5cbb00 url("../images/images_jjgl/sliderColumnBg.png") no-repeat left center;
    height: 346px;
    overflow: hidden;
    padding: 14px 20px 0 28px;
}

.focus_desc h2 {
    line-height: 50px;
    border-bottom: 1px dashed #83ca40;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
}

.focus_nav {}

.focus_desc .focus_nav li {
    line-height: 39px;
    height: 39px;
    border-bottom: 1px dashed #84c840;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.focus_desc .focus_nav li b a,
.focus_desc .focus_nav li p {
    display: inline-block;
    line-height: 39px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #ffffff;
}

.focus_nav li.cur {
    left: 0px;
    word-break: break-all;
    color: red;
    font-weight: bold;
    overflow: hidden;
}

.focus_nav li b a {
    display: none
}

.focus_nav li p {
    display: block;
    width: 100%;
    line-height: 39px;
    height: 39px;
}

.focus_nav li.cur b a {
    display: block;
    vertical-align: middle;
    display: table-cell;
    color: red;
    font-weight: bold;
}

.focus_nav li.cur p {
    display: none
}


/*list sidebar*/

.side_nav h2 {
    display: block;
    line-height: 42px;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #ffffff;
    padding-left: 15px;
    background: #60be00;
    border-bottom: 2px solid #208e32;
}

.sideBar li {
    line-height: 39px;
    height: 39px;
    border-bottom: 1px solid #84c840;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    background: url(../images/images_jjgl/focus_nav_listArrow.png) no-repeat 10px center #57bd05;
}

.sideBar li a {
    display: block;
    padding-left: 15px;
    font-size: 15px;
    color: #FFFFFF;
}

.sideBar li:hover {
    background: url(../images/images_jjgl/focus_nav_listArrow.png) no-repeat 10px center #0DA024;
}

.sideBar li:hover a {
    color: #FFFFFF;
}

.sideBar li.active {
    background: url(../images/images_jjgl/focus_nav_listArrow.png) no-repeat 10px center #0DA024;
}

.sideBar li.active a {
    color: #FFFFFF;
}


/*list*/

.list {
    padding-top: 15px;
}

.list .techAndResearch .moduleTitle h2 {
    float: left;
    display: inline-block;
    line-height: 42px;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #60be00;
}

.position {
    float: right;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}

.list .techAndResearch .moduleTitle p {
    font-size: 12px;
    color: #999999;
}

.list .techAndResearch .moduleTitle p a {
    font-size: 12px;
    color: #999999;
}

.list .techAndResearch .moduleTitle p a:hover {
    color: #005ca1;
}

.itemList {
    padding-top: 14px;
}

.itemList .itemListUl {
    padding-bottom: 20px;
}

.itemList .itemListUl li {
    border-bottom: 1px solid #eff1f4;
    height: 34px;
    line-height: 34px;
    padding-left: 26px;
    background: url("../images/images_jjgl/listLi.png") no-repeat 5px center;
}

.itemList .itemListUl li a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #505050;
}

.itemList .itemListUl li .dateTime {
    float: right;
    color: #afafa7;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

.pages {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 3px;
    padding-top: 3px;
    text-align: center
}

.pages a {
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #88af3f;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none
}

.pages a:hover {
    border-right: #85bd1e 1px solid;
    border-top: #85bd1e 1px solid;
    border-left: #85bd1e 1px solid;
    color: #638425;
    border-bottom: #85bd1e 1px solid;
    background-color: #f1ffd6
}

.pages a:active {
    border-right: #85bd1e 1px solid;
    border-top: #85bd1e 1px solid;
    border-left: #85bd1e 1px solid;
    color: #638425;
    border-bottom: #85bd1e 1px solid;
    background-color: #f1ffd6
}

.pages span {
    border-right: #b2e05d 1px solid;
    padding-right: 5px;
    border-top: #b2e05d 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: #b2e05d 1px solid;
    color: #fff;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #b2e05d 1px solid;
    background-color: #b2e05d
}


/*article*/

.articleTitle {
    padding: 20px 0 12px;
    border-bottom: 1px dashed #bfbfbf;
}

.articleTitle h1 {
    color: #a41a12;
    font-size: 25px;
    font-family: "Microsoft YaHei";
    text-align: center;
    height: auto;
    line-height: 44px;
}

.articleTitle p {
    text-align: center;
    margin: 0 auto;
    heigth: 32px;
    line-height: 32px;
}

.articleContent {
    text-indent: 2em;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 20px;
    min-height: 500px;
    word-break: break-all;
}

.articleContent p {
    line-height: 24px;
}


/*imgList  图片列表页*/

.imgItemList {
    padding: 20px 0;
}

.imgItemListUl {
    margin-left: -20px;
    position: relative;
    left: 10px;
}

.imgItemListUl li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding-top: 8px;
}

.imgItemListUl li a {
    display: block;
}

.imgItemListUl li img {
    border: 4px solid #c1d1dd;
    padding: 1px;
}

.imgItemListUl li a:hover img {
    border: 4px solid #4595eb;
}

.imgItemListUl li p {
    height: 30px;
    line-height: 30px;
}