/**
 * ��ɫ����
 */
/**
 * ����class
 */
html,
body {
  width:100%;
  height: 100%;
  max-width:1920px;
}
a {
  text-decoration: none!important;
  color: #333;
}
a:hover {
  color: #999 !important;
}
small {
  color: #888;
}
pre {
  border: 0 none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  word-break: normal ;
}
.c_blue {
  color: #0e419c;
}
.bg_blue {
  background-color: #1770d6;
}
.bg_white {
  background-color: white;
}
.bg_f5 {
  background-color: #f6f6f6;
}
.border_b {
  border-bottom: 1px solid #e5e5e5;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.flex-row {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
html,
body {
  height: 100%;
}
header {
  background: url(../images/headerBG.jpg) no-repeat center top #0e419c;
}
header nav {
  margin-bottom: 0 !important;
  min-height: 40px !important;
}
.headerBox {
  position: relative;
  min-height: 203px;
}
.searchBox {
  height: 50px;
  padding-top: 10px;
}
.searchBox .inputBox {
  width: 200px;
  float: right;
  margin-right: 15px;
}
.searchBox .login {
  width: 200px;
  float: right;
}
.searchBox .login > a {
  display: inline-block;
  *display: inline;
  padding: 8px  5px 0px 5px;
  color: white
			;
}
.logoBox {
  display: block;
  width: 100%;
  height: 92px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
}
.logoBox > h1 {
  margin: 0;
}
footer {
  padding: 20px 0;
}
footer .erCodeImg {
  display: block;
  width: 99px;
  height: 99px;
  float: left;
}
footer address {
  line-height: 180%;
}
footer .textBox {
  color: white;
  margin-left: 150px;
  padding-top: 0px;
}
footer .rightTitle {
  margin: 0;
  color: white;
  margin-bottom: 5px;
}
footer .rightBox > a {
  display: inline-block;
  *display: inline;
  color: white;
  padding: 5px 15px 5px 0;
}
.menuNav {
  list-style: none;
  margin: 0;
  margin-top: 19px;
  padding: 0;
  border-top: 1px solid #428bca;
}
.menuNav > li {
  position: relative;
}
.menuNav > li a {
  text-decoration: none;
  color: white !important;
  padding: 10px 30px;
  display: inline-block;
  *
  display: inline;
  font-size: 14px;
}
.menuNav > li .secondUl {
  position: absolute;
  list-style: none;
  background-color: #0e419c;
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.menuNav > li .secondUl > li {
  width: 100%;
}
.menuNav > li .secondUl > li > a {
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.menuNav > li .secondUl > li > a:hover {
  background-color: #1770d6;
}
.menuNav > li.active {
  background-color: #1770d6 !important;
}
.menuNav > li.active > a {
  background-color: transparent !important;
}
.menuNav > li:hover {
  background-color: #1770d6 !important;
}
.menuNav > li:hover .secondUl {
  height: auto;
}
.Banner {
  position: relative;
}
.contentBox {
  position: relative;
  top: -40px;
}
.contentBox .rowBox {
  min-height: 100px;
  background-color: white;
  font-size: 1.5rem;
}
.contentBox .rowBox > div {
  height: 100%;
  padding-top: 20px;
  text-align: center;
  line-height: 200%;
}
.contentBox .rowBox span {
  font-size: 2rem;
}
.contentBox .rowBox2 {
  min-height: 80px;
  background-color: white;
  font-size: 16px;
}
.contentBox .rowBox2 > div {
  height: 100%;
  padding: 20px;
  text-align: center;
  line-height: 180%;
  color: white;
}
.contentBox .rowBox2 > div > i {
  font-size: 30px;
}
.mainBox2 {
  padding: 15px;
}
.title .title_h {
  line-height: 50px;
  position: relative;
  margin: 0;
}
/* .title .title_h:before {
  content: '';
  display: inline-block;
  *display: inline;
  width: 20px;
  height: 25px;
  background-image: url(../images/icon_01.gif);
  background-repeat: no-repeat;
  vertical-align: sub;
  background-position: left bottom;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
} */
.title .title_h .more {
  position: absolute;
  display: block;
  width: 30px;
  top: 2px;
  right: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #1770d6;
}
.title .title_h.icon02:before {
  /* background-image: url(../images/icon_02.gif); */
}
.title .title_h.icon03:before {
  /* background-image: url(../images/icon_03.gif); */
}
.figureImg {
  position: relative;
}
.figureImg figcaption {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
.news_title{
text-overflow:ellipsis;
-o-text-overflow: ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis'); 
white-space:nowrap;
overflow: hidden;
}

.newsUl {
  list-style: none;
  padding: 0;
  margin-top:15px;
  margin-bottom: 10px;
  min-height:222px
}
.newsUl > li {
  padding: 10px 0;
}
.newsUl > li a {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  color: #333;
}
.newsUl > li a:before {
  display: inline-block;
  *display: inline;
  content: '';
  width: 10px;
  height: 11px;
  background-image: url(../images/angle.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.newsUl.newsUl02 > li a:before {
  width: 0px;
  overflow: hidden;
}

.shortcut{
	height:104.5px;
	line-height:104.5px;
	vertical-align:middle;
	text-align:left;
	color: white;
	padding-left:15px;
	font-size: 16px;	
}
.noticesBox {
  display: block;
  padding: 10px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.noticesBox:hover {
  margin-top: -8px;
}
ul.eventUl {
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin-top: 15px; */
}
ul.eventUl > li {
  margin-bottom: 15px;
}
ul.eventUl > li figure {
  width: 75px;
  float: left;
}
ul.eventUl > li .rightBox {
  margin-left: 100px;
}
ul.eventUl > li .rightBox a:hover {
  color: #0e419c !important;
}
ul.eventUl > li .rightBox p {
  margin-bottom: 4px !important;
}


div.event  p{
	margin:4px 0px 15px 0px;
	width:100%;
	font-size:14px;
	
	
	
}
.fourImgBox a {
  display: block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.fourImgBox a:hover {
  margin-top: -5px;
  box-shadow: 1px 4px 4px #b5b5b5;
  -webkit-box-shadow: 1px 4px 4px #b5b5b5;
  -moz-box-shadow: 1px 4px 4px #b5b5b5;
  -ms-box-shadow: 1px 4px 4px #b5b5b5;
  -o-box-shadow: 1px 4px 4px #b5b5b5;
}
/**
 * ��ҳ��ʽ
 */
.nContentBox {
  position: relative;
  padding-bottom: 15px;
  min-height: 300px;
}
.nLeftBox {
  width: 245px ;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.nLeftBox .ntitle {
  color: white;
  padding: 15px 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 25px;
}
.nLeftBox .nLeftNav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nLeftBox .nLeftNav > li {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border: 1px solid #666;
  border-bottom: 0 none;
}
.nLeftBox .nLeftNav > li:last-child {
  border-bottom: 1px solid #666;
}
.nLeftBox .nLeftNav > li > a {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.nLeftBox .nLeftNav > li > a:after {
  display: block;
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/angle_gray.gif) no-repeat;
  position: absolute;
  right: 10px;
  top: 15px;
}
.nLeftBox .nLeftNav > li > a:hover {
  border-left: 4px solid #1770d6;
}
.nLeftBox .nLeftNav > li .secondUl {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  display: none;
}
.nLeftBox .nLeftNav > li .secondUl > li > a {
  display: block;
  padding: 5px 5px 5px 15px;
  position: relative;
  color: #777;
  cursor: pointer;
}
.nLeftBox .nLeftNav > li.active > a {
  border-left: 4px solid #1770d6;
  color: #1770d6;
}
.nLeftBox .nLeftNav > li.active > a:after {
  background: url(../images/angle.gif) no-repeat;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.nLeftBox .nLeftNav > li.active .secondUl {
  display: block;
}
.nRightBox {
  position: relative;
  padding-left: 280px;
  min-height: 700px;
}
.nRightBox .BreadcrumBox {
  padding: 13px 0;
  font-size: 16px;
  text-align: right;
  border-bottom: 1px solid #1770d6;
}
.nLeftBox2 {
  right: 0;
  left: auto;
}
.nLeftBox2 .newsUl {
  margin-top: 10px;
}
.nLeftBox2 .newsUl > li {
  padding: 7px 0;
}
.nRightBox2 {
  padding-left: 0px;
  padding-right: 280px;
}
.nListUl {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  list-style: none;
}
.nListUl > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  position: relative;
  text-indent: 20px;
}
.nListUl > li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 22px;
}

.faculty p{
	font-size:14px;
	margin:15px auto;
	
	
}



.teachsBox {
  display: block;
  border: 1px solid #999;
  padding: 2px;
  margin-bottom: 15px;
}
.teachsBox figure {
  width: 110px;
  height: 159px;
  overflow: hidden;
}
.teachsBox .rightBox {
  margin-left: 130px;
}
.teachsBox .rightBox p {
  border-bottom: 1px dashed #999;
  padding: 5px 0;
  margin-bottom: 0;
}
.teachsBox .rightBox p:last-child {
  border: 0 none;
}
.teachsBox.teachsBox2 {
  border: 0 none;
}
.teachsBox.teachsBox2 .rightBox p {
  border: 0 none;
}
.tabUl {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabUl > li {
  width: 13.333%;
  text-align: center;
  padding: 10px 0;
  color: #1770d6;
  float: left;
  border: 1px solid #999;
  border-right: 0 none;
  cursor: pointer;
}
.tabUl > li:last-child {
  border-right: 1px solid #999;
}
.tabUl > li.active {
  background-color: #1770d6;
  color: white;
}
.tabCon {
  margin-bottom: 40px;
}
.tabCon > div {
  display: none;
  padding: 15px 60px 0 5px;
  line-height: 200%;
  text-align: justify;
}
.tabCon .active {
  display: block;
}
/**
 * bootstrap
 */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.carousel-indicators {
  bottom: 40px;
}
.navbar-toggle {
  margin-top: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1770d6;
}
.nListUl_2 {
  list-style: none;
  padding: 0;
}
.nListUl_2 > li {
  padding: 15px 0;
}
.nListUl_2 > li a {
  display: block;
}
.nListUl_2 > li .ldImg {
  width: 170px;
}
.nListUl_2 > li .lingdaoBox {
  margin-left: 190px;
}
.nListUl_2 > li .lingdaoBox p {
  line-height: 200%;
}
.dsjUl {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dsjUl > li {
  background-color: white;
  padding: 10px;
}
.dsjUl > li:nth-child(odd) {
  background-color: #def3fb;
}
.timeAxis {
  position: relative;
}
.timeAxis .borderBox {
  width: 2px;
  height: 98%;
  position: absolute;
  top: 30px;
  left: 49%;
  background: -webkit-linear-gradient(#f0f0f0, #b5b5b5, #f0f0f0);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f0f0f0, #b5b5b5, #f0f0f0);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f0f0f0, #b5b5b5, #f0f0f0);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f0f0f0, #b5b5b5, #f0f0f0);
  /* ��׼���﷨ */
}
.timeAxis .timeAxisBox {
  width: 100%;
}
.timeAxis .timeAxisBox .conBox {
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  padding: 10px;
  width: 400px;
  margin-top: 50px;
  position: relative;
}
.timeAxis .timeAxisBox .conBox:after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: transparent transparent #b5b5b5 #b5b5b5;
  position: absolute;
  top: 25px;
  right: -7px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  background-color: white;
}
.timeAxis .timeAxisBox .conBox:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(./images/yuan.jpg) no-repeat;
  position: absolute;
  top: 25px;
  left: 0;
  right: -480px;
  margin: 0 auto;
}
.timeAxis .timeAxisBox .conBox > img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.timeAxis .timeAxisBox .conBox .titleBox {
  font-size: 16px;
  background-color: white;
  font-weight: 800;
  color: #1770d6;
  width: 180px;
  text-align: center;
  padding: 10px ;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: -70px;
  right: -28px;
}
.timeAxis .timeAxisBox .conBox .titleBox:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/yuan.png) no-repeat;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeAxis .timeAxisBox .conBox .title {
  display: block;
  color: #1770d6;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
}
.timeAxis .timeAxisBox .conBox .title small {
  color: #1770d6;
  position: absolute;
  top: 10px;
  right: 5px;
}
.timeAxis .timeAxisBox .conBox p.description {
  color: #888;
  line-height: 160%;
}
.timeAxis .timeAxisBox:nth-child(odd) .conBox {
  float: right;
}
.timeAxis .timeAxisBox:nth-child(odd) .conBox:after {
  right: 0;
  left: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.timeAxis .timeAxisBox:nth-child(odd) .conBox:before {
  left: -500px;
  right: 0px;
}
.timeAxis .timeAxisBox:nth-child(odd) .conBox .titleBox {
  right: 0;
  left: -272px;
}
/* page */
.pagination {
  margin: 50px 0;
  display: block;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li input {
  width: 50px;
  height: 20px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
@media screen and (min-width:1600px) and(max-width:1920px){
  .menuNav > li a {
    padding: 10px 32px;
  }
}
@media screen and (min-width:1440px) and (max-width:1600px){
  .menuNav > li a {
    padding: 10px 18px;
  }
}
@media screen and (min-width:1366px) and (max-width:1440px){
  .menuNav > li a {
    padding: 10px 12px;
  }
}
@media screen and (max-width:1366px){
  .menuNav > li a {
    padding: 10px 10px;
  }
  .news_title{
	  max-width:79%;
  }
}
@media screen and (max-width: 1024px) {
  .menuNav > li a {
    padding: 10px 9px;
  }
}
@media screen and (max-width: 768px) {
  .menuNav {
    border: none;
  }
  .menuNav > li a {
    padding: 10px 9px;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
}
@media screen and (max-width: 414px) {
  .nLeftBox {
    position: relative;
  }
  .nRightBox {
    padding-left: 0;
  }
}
