.headerbox {
  position: relative;
  height: 750px;
  overflow: hidden;
}
.headerbox .top_box {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 160px;
  background: url(../images/top_bg.png) center top repeat-x;
}
.headerbox .top_box .topbox .logo {
  margin-top: 42px;
}
.headerbox .top_box .topbox .t_rbox {
  width: 790px;
}
.headerbox .top_box .topbox .t_rbox .searchbox {
  height: 77px;
  line-height: 77px;
  float: right;
}
.headerbox .top_box .topbox .t_rbox .searchbox form input.search_txt {
  height: 47px;
  line-height: 47px;
  width: 120px;
  margin: 15px 0;
}
.headerbox .top_box .topbox .t_rbox .searchbox form .search_btn {
  background: url(../images/search_ico.png) center no-repeat;
  width: 30px;
  height: 47px;
  margin: 15px 0;
}
.headerbox .top_box .topbox .t_rbox .searchbox li {
  float: left;
  margin-left: 30px;
}
.headerbox .top_box .topbox .t_rbox .searchbox li a {
  color: #fff;
  font-size: 14px;
margin-left:20px;
}
.headerbox .top_box .topbox .t_rbox .searchbox li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.headerbox .top_box .topbox .t_rbox .nav_list ul {
  width: 790px;
  border-top: 2px solid #e49600;
}
.headerbox .top_box .topbox .t_rbox .nav_list ul li {
  float: left;
}
.headerbox .top_box .topbox .t_rbox .nav_list ul li a {
  color: #fff;
  padding: 0 18px;
  line-height: 80px;
  font-size: 20px;

}
.ej_box {
  height: 450px !important;
}
.ej_box .ej_banner {
  background: url(../images/ej_banner.png) center top no-repeat;
  height: 450px !important;
}
.m_tt {
  font-size: 40px;
  color: #222;
  font-family: "times new roman";
  text-align: center;
}
.m_tt a:hover {
  color: #222;
}
.m_03 {
  background: url(../images/m_tt_bg.png) center bottom no-repeat;
  padding-bottom: 20px;
}
.m_more {
  height: 30px;
  line-height: 30px;
  width: 130px;
  margin: 15px auto;
  background: #0e419c;
  border-radius: 3px;
  text-align: center;
}
.m_more a {
  color: #fff;
  background: url(../images/more_ico.png) right center no-repeat;
  padding-right: 15px;
  font-family: "Arial";
  font-size: 16px;
}
.m_more.m_02 {
  background: #e49600;
}
.m_more.m_02 a {
  background: url(../images/more_ico2.png) right center no-repeat;
}
.newsbox {
  margin: 35px auto;
}
.newsbox .new_pic_list {
  width: 780px;
  margin: 20px 0;
}
.newsbox .new_pic_list li {
  float: left;
  width: 350px;
  margin-right: 40px;
}
.newsbox .new_pic_list li a.pic_img {
  display: block;
  width: 350px;
  height: 230px;
  overflow: hidden;
  background-color: #fdfdfd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.7s ease;
}
.newsbox .new_pic_list li b {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #de9404;
}
.newsbox .new_pic_list li b a.new_tt {
  font-size: 18px;
  line-height: 35px;
}
.newsbox .new_pic_list li p {
  padding: 15px 0;
  color: #505050;
  font-size: 15px;
  line-height: 32px;
}
.newsbox .new_pic_list li span {
  display: block;
  float: right;
  color: #0e419c;
  font-size: 15px;
  line-height: 32px;
  background: url(../images/time_ico.png) left center no-repeat;
  padding-left: 20px;
}
.newsbox .new_pic_list li:hover a.pic_img {
  background-size: 110% auto;
}
.newsbox .new_list {
  width: 540px;
  margin: 20px 0;
  background: #f3f3f3;
  padding: 20px 15px;
}
.newsbox .new_list ul li {
  background: url(../images/tzgg_line.png) center bottom no-repeat;
  height: 102px;
  padding: 0 15px;
}
.newsbox .new_list ul li a {
  display: block;
  height: 70px;
  padding: 14px 15px;
  font-size: 17px;
  line-height: 35px;
}
.newsbox .new_list ul li span {
  float: right;
  color: #0e419c;
  font-size: 15px;
  line-height: 35px;
  background: url(../images/time_ico.png) left center no-repeat;
  padding-left: 20px;
}
.newsbox .new_list ul li a:hover {
  background: #fdfdfd;
  transition: background 2s ease, transform 2s linear 1s;
}
.campus_list {
  margin: 20px 0;
}
.campus_list ul li {
  background: url(../images/campus_item_bg.png) center top no-repeat;
  width: 390px;
  height: 260px;
  padding: 8px;
  float: left;
  margin: 25px 26px;
  position: relative;
}
.campus_list ul li a img {
  width: 390px;
  height: 260px;
}
.campus_list ul li a:hover p {
  display: block;
text-align:center;
  background: rgba(0, 0, 0, 0.65);
  *background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  position: absolute;
  overflow: hidden;
  top: 8px;
  left: 8px;
  z-index: 5;
  width: 340px;
  height: 70px;
  padding: 95px 25px;
  -moz-animation: showHide 2.5s ease-in alternate;
  -webkit-animation: showHide 2.5s ease-in alternate;
  -ms-animation: showHide 2.5s ease-in alternate;
  -o-animation: showHide 2.5s ease-in alternate;
  animation: showHide 2.5s ease-in alternate;
}
.campus_list ul li:first-child {
  margin-left: 0;
}
.campus_list ul li:last-child {
  margin-right: 0;
}
@-webkit-keyframes showHide {
  0% {
    width: 0%;
  }
  40% {
    width: 90%;
  }
}
@-moz-keyframes showHide {
  0% {
    width: 0%;
  }
  40% {
    width: 90%;
  }
}
@-ms-keyframes showHide {
  0% {
    width: 0%;
  }
  40% {
    width: 90%;
  }
}
@-o-keyframes showHide {
  0% {
    width: 0%;
  }
  40% {
    width: 90%;
  }
}
@keyframes showHide {
  0% {
    width: 0%;
  }
  40% {
    width: 90%;
  }
}
.link_list {
  margin: 35px auto 50px auto;
}
.link_list li {
  float: left;
  padding: 15px 65px;
  height: 110px;
  margin: 0 20px;
  transition: all 0.7s ease;
}
.link_list li a {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.link_list li a img {
  max-height: 35px;
  width: auto;
  display: block;
  margin: 15px auto;
}
.link_list li:hover {
  transform: scale(1.05, 1.05);
}
.link_list li.ico1 {
  background: #006ec0;
  margin-left: 0;
}
.link_list li.ico2 {
  background: #00ada1;
}
.link_list li.ico3 {
  background: #2782bf;
  margin-right: 0;
}
.lxfs {
  margin-top: 80px;
  font-size: 17px;
  line-height: 45px;
  color: #222222;
}
.lxfs span {
  margin-right: 15px;
}
.e_share {
  margin-top: 95px;
}
.e_share .bshare-custom {
  height: 25px !important;
  line-height: 25px !important;
}
.e_share .bshare-custom a {
  width: 30px !important;
  height: 25px !important;
}
.bshare-weixin {
  background: url(../images/f_weixin.png) center no-repeat !important;
}
.bshare-sinaminiblog {
  background: url(../images/f_weibo.png) center no-repeat !important;
}
.bshare-facebook {
  background: url(../images/f_facebook.png) center no-repeat !important;
}
.bshare-twitter {
  background: url(../images/f_twitter.png) center no-repeat !important;
}
.ej_main {
  margin: 30px auto;
}
.ej_leftbox {
  width: 300px;
  background: url(../images/ej_nav.png) center top no-repeat;
  padding: 10px 0;
  height: 480px;
}
.ej_leftbox .menu_name {
  font-size: 40px;
  text-align: center;
  font-family: "times new roman";
  color: #fff;
  line-height: 80px;
}
.ej_leftbox .ej_nav_list ul li {
  padding: 0 30px;
  font-size: 18px;
  line-height: 80px;
  margin-left: 50px;
}
.ej_leftbox .ej_nav_list ul li a {
  display: block;
  width: 160px;
  color: #fff;
  background: url(../images/ej_nav_item.png) right center no-repeat;
  padding-right: 30px;
}
.ej_leftbox .ej_nav_list ul li:hover {
  background: #2d59a9;
}
.ej_rightbox {
  width: 1000px;
}
.ej_rightbox .ej_list_info ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f3f3f3;
}
.ej_rightbox .ej_list_info ul li a {
  background: url(../images/ej_list_ico.png) left center no-repeat;
  line-height: 60px;
  float: left;
  padding-left: 15px;
}
.ej_rightbox .ej_list_info ul li span {
  float: right;
  color: #0e419c;
  font-size: 15px;
  background: url(../images/time_ico.png) left center no-repeat;
  padding-left: 20px;
}
.ej_addrbox {
  border-bottom: 2px solid #eeca80;
}
.ej_addrbox .ej_addr_list {
  background: url(../images/ej_home.png) left center no-repeat;
  font-size: 15px;
  color: #525252;
  padding-left: 15px;
  line-height: 45px;
}
.ej_addrbox .ej_addr_list a {
  margin: 0 10px;
}
.ej_info_box {
  padding: 20px 0;
}
.ej_info_box .ej_content_info {
  color: #222;
}
.ej_info_box .ej_content_info h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.ej_info_box .ej_content_info .ej_remark {
  font-size: 14px;
  line-height: 45px;
  color: #999;
  text-align: center;
  margin: 10px 0;
}
.ej_info_box .ej_content_info .ej_remark span {
  margin: 0 20px;
  color: #0e419c;
  font-size: 15px;
}
.ej_info_box .ej_content_info .content_info {
  font-size: 15px;
  line-height: 42px;
}
.ej_info_box .ej_content_info .content_info p {
  margin: 5px auto;

}
.ej_info_box .ej_content_info .content_info p img {
  text-indent: 0;
  margin: 10px auto;
  max-width: 90%;
  height: auto;
  text-align: center;
  display: block;
}
