body{
min-width:1240px;
}
.header {
  width: 100%;
  height: 148px;
  background-image: url("/theme/default/jtysgcxy/image/header_yy.jpg");
  background-repeat: no-repeat;
}

.har {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  float: left;
}

.logo img {
  margin-top: 40px;
  width: 100%;
}

.header .lj {
  font-size: 12px;
  line-height: 40px;
  float: right;
}

.header .lj a {
  color: #fff;
  font-size: 14px;
}

.header .lj span {
  margin: 0 12px;
  color: #cccccc;
  width: 2px;
  height: 13px;
  background-color: #7B9CBF;
  display: inline-block;
}

.har-wb {
  float: left;
  /* width: 140px; */
  margin-left: 235px;
  margin-top: 10px;
}

.har-wb p {
  width: 30px;
  float: left;
  font-size: 28px;
  font-family: "隶书";
  color: #fff;
  padding-right: 30px;
}

/* 导航栏 */
.nav01 {
  width: 100%;
  height: 50px;
  background-color: #0761C1;
}

.nv-ct {
  width: 1200px;
  margin: 0 auto;
}

/* 本例子css */
.nav {
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}

.nav a {
  color: #ffffff;
  font-size: 16px;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

/* .nav .nLi1{margin-left: -15px;} */
.nav .nLi1 .sub {
  display: none;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 21px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.nav .sub {
  display: none;
  width: 100%;
  left: 0%;
  top: 50px;
  position: absolute;
  background: #1E5187;
  line-height: 50px;
}

.nav .sub li {
  zoom: 1;
}
.nav .sub li{
  border-top: 1px solid #587DA1;
  line-height: 40px;
}
.nav .sub li:first-child{
  border: 0;
}
.nav .sub a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.nav .sub a:hover {
  background: #1E5187;
  color: #fff;
}

.nav .on h3 a {
  background: #03488D;
  color: #fff;
}

/*banner*/
.banner {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

.slideBox {
  width: 1200px;
  margin: 0 auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
  height: 450px;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/theme/default/jtysgcxy/image/jiantou.png);
  background-repeat: no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 5px;
}

.slideBox .next {
  background: url(/theme/default/jtysgcxy/image/jiantou_you.png);
  background-repeat: no-repeat;
  /* background-color: rgba(0,0,0,.5); */
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev {
  /* background-color: rgba(0,0,0,.5); */
}

.slideBox .prev:hover,
.slideBox .next:hover {
  /* background-color: rgba(0,0,0,.5); */
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}
/* ------------------ */

/* BigBox */
.BigBox {
  width: 100%;
      /* background-color: #F5F5F5; */
      padding-top: 30px;
      padding-bottom: 40px;
      min-height: 247px;
      overflow: hidden;
}

.BigBox .wrt_cont {
  width: 1200px;
  margin: 0 auto;
  /* background-color: #fff; */
}

.BigBox .wrt_cont .wrt_top {
  width: 1200px;
  height: 385px;
  /* background-color: #f8f8f8; */
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 {
  width: 430px;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  float: left;
}

.BigBox .wrt_cont .wrt_top .wrt_top_3 {
  width: 260px;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  margin-left: 40px;
}


.BigBox .wrt_cont .wrt_top1 {
  padding-top: 30px
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi {
  font-size: 18px;
  font-weight: bold;
  color: #003399;
  /* background-image: url(/theme/default/jtysgcxy/images/zi_jiantou.png); */
  background-repeat: no-repeat;
  line-height: 45px;
  background-position-y: 41px;
  height: 50px;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi a{
    line-height: 45px;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi span a{
  background-image: url(/theme/default/jtysgcxy/image/more1.png);
  float: right;
  /* font-weight: normal; */
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-top: 22px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi i{
  background-image: url(/theme/default/jtysgcxy/image/xinwen.png);
  /* font-weight: normal; */
  display: inline-block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 5px;
  /* background-size: 20px 15px; */
  position: relative;
  top: 5px;
}
.BigBox .wrt_cont .wrt_top .wrt_top_2 .fit_zi i{
  background-image: url(/theme/default/jtysgcxy/image/huodong.png);
  /* font-weight: normal; */
  display: inline-block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 5px;
  /* background-size: 20px 15px; */
  position: relative;
  top: 5px;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li:first{
line-height: 15px;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li .date {
  text-align: center;
  float: left;
  margin-top: 8px;
  color: #ffffff;
  line-height: 21px;
  border: 1px solid #03488D;
  background-color: #03488D;
  font-size: 14px;
  box-shadow: 10px 10px 20px #fff;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li .date .p_t {
  line-height: 22px;
  text-align: center;
  padding: 0 12px;
  background-color: #fff;
  color: #003399;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li {
  overflow: hidden;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 .li_xian {
  /* margin-top: 18px;
  padding-top: 10px; */
  margin-top: 2px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_2 {
  margin-left: 40px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li .tb-lt {
  float: right;
  width: 330px;
  padding-top: 8px;
  margin-right: 20px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li .tb-lt a {
  font-size: 14px;
  color: #333;
    transition: 1s;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li:hover .tb-lt a{
  margin-left: 25px;
  transition: 1s;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .fit_zi1 li:hover .tb-lt a {
  color:#003399;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit {
  margin-top: 10px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit img {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 180px;
  height: 140px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .ZiJs p {
  text-indent: 2em;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia {
  margin-top: 10px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li:hover a {
  color: #003399;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li {
  line-height: 34px;
  overflow: hidden;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li a{
      transition: 1s;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li:hover a{
  margin-left: 25px;
  transition: 1s;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li p{
  float: right;
  font-size: 12px;
  color: #999;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first {
  width: 430px;
  height: 150px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first .xl-zi {
  width: 230px;
  float: right;
  height: 95px;
  line-height: 20px;
  /* margin-right: 15px; */
  margin-top: 14px;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first .xl-zi p {
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first:hover .xl-zi p{
  color: #003399;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first .xl-zi .jianyao{
  font-size: 14px;
  color: #999;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first:hover .xl-zi .jianyao {
  color: #666666;
}
.BigBox .wrt_cont .wrt_top .wrt_top_3 .ig_fit .fit_xia .tzgg{
  margin-top: 20px;
}
.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first .xl-zi .time {
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #006699;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia .xl-first:hover .xl-zi .time {
  color: #003399;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li i {
  width: 4px;
      height: 4px;
      background-color: #003399;
      display: inline-block;
      /* border-radius: 50%; */
}

.BigBox .wrt_cont .wrt_top .wrt_top_2 .ig_fit .fit_xia li b {
  background-image: url(http://eie.xjtu.edu.cn/xml/images/xiazai.png);
  width: 10px;
  height: 10px;
  /* background-size: 10px 10px; */
  display: inline-block;
}

.BigBox .wrt_cont .wrt_top .wrt_top_1 .ig_fit .fit_xia li a {
  font-size: 14px;
  margin-left: 13px;
  color: #333;
}

.BigBox .wrt_cont .wrt_btm {
  width: 1200px;
  height: 385px;
}
.btm_the2 {
  float: right;
  width: 260px;
  margin-top: 40px;
}
.btm_the2 .ziliao{
  width: 260px;
  height: 75px;
  /* overflow: hidden; */
  z-index: 1;
}
.btm_the2 .ziliao .zi-zuo{
  width: 120px;
  height: 75px;
  float: left;
}
.btm_the2 .ziliao .zi-zuo img{
  width: 120px;
  height: 75px;
}
.btm_the2 .ziliao .zi-you{
  width: 120px;
  height: 75px;
  float: right;
}
.btm_the2 .ziliao .zi-you img{
  width: 120px;
  height: 75px;
}
.btm_the2 .xinxiang {
  margin-top: 10px;
  height: 50px;
  position: relative;
}
.btm_the2 .xinxiang img{
  width: 100%;
  height: 50px;
}
 .btm_the2 .sousuo {
  width: 260px;
  height: 40px;
  background-color: #249EF1;
  margin-top: 10px;
}

.btm_the2 .sousuo input {
  font-size: 12px;
}

.btm_the2 .sousuo .ipt_1 {
  line-height: 32px;
  padding: 0 20px;
  margin-top: 4px;
  margin-left: 4px;
  border: 0px;
  width: 180px;
  height: 32px;
  outline: none;
}

.footer_lg{
  width: 100%;
  height: 150px;
  background-color: #005EAE;
}

.ftr{
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}

.ftr .ftr_lt{
  width: 340px;
      height: 90px;
      float: left;
      border-right: 1px solid #2576BA;
      /* padding: 10px 0; */
      margin-top: 35px;
}

.ftr .ftr_lt img{
  margin-top: 10px;
}

.ftr .ftr_ct{
  float: left;
  width: 613px;
  height: 90px;
  text-align: center;
  border-right: 1px solid #2576BA;
  /* padding: 10px 0; */
  margin-top: 35px;
}

.ftr .ftr_ct p{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  line-height: 20px;
}
.ftr .ftr_ct .ftr_ct_01{
    margin-top: 25px;
}

.ftr .ftr_ct .ftr_ct_02{
    margin-right: 145px;
}
.ftr .ftr_rt{
  width: 245px;
  height: 90px;
    margin-top: 45px;
    float: right;
position: relative;
}
.ftr .ftr_rt .ftr_img{
  float: right;
  margin-right: 40px;
}
.ftr .ftr_rt .ftr_img:nth-child(1){
  margin-right: 0px;
}
.ftr .ftr_rt .ftr_img img{
  width: 46px;
  height: 46px;
  /* opacity: 0.3; */
}

.ftr .ftr_rt .ftr_img p{
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
}
/* 列表页css  */
.list_bg {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  min-height: 557px;
  overflow: hidden;
  margin-bottom: 40px;
}

.list_bg .list_left_1 {
  width: 230px;
  float: left;
  /* position: absolute;
top: 360px; */
}

.list_bg .list_left_1 h4 {
  width: 230px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  /* background-color: #0075B5; */
  background-color: #1781BB;
  /* background-image: url(/theme/default/jtysgcxy/images/lmbj.png); */
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-repeat: no-repeat;
}

.list_bg .list_left_1 .sideMenu {
  width: 230px;
  display: inline-block;
}

.list_bg .list_left_1 .sideMenu ul {
  padding:  0 10px;
}
.list_bg .list_left_1 li {
  font-size: 16px;
  height: 40px;
  background-color: #F2F2F2;
  line-height: 40px;
  width:  100%;
}
.sideMenu {
  background-color: #F2F2F2;
  width: 230px;
  display: inline-block;
}
.list_bg .list_left_2 {
  margin-bottom: 50px;
}
.list_bg .list_left_1 .sideMenu h3 {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.sideMenu h3.active a{
  font-size: 16px;
  font-weight: bold;
  color: #003366;
}
.sideMenu h3.hover a{
  font-size: 16px;
  font-weight: bold;
  color: #003366;
}
.list_bg .list_left_1 .sideMenu li a{
  margin-left: 10px;
}
.sideMenu h3 a {
  font-size: 16px;
  color: #333;
}
.sideMenu h3 i {
  width: 20px;
  height: 20px;
  background-image: url(/theme/default/jtysgcxy/image/pq.png);
  background-repeat: no-repeat;
  border-radius: 5px;
  display: inline-block;
  float: left;
  margin-top: 22px;
  margin-left: 12px;
}
.list_bg .list_left_1 li a {
  margin-left: 10px;
  float: left;
  color: #333;
}
.list_bg .list_right_1 {
  width: 930px;
  float: right;
}
.list_bg .list_right_1 .list_right_lm {
  width: 930px;
  height: 35px;
  border-bottom: 1px solid #ccc;
  line-height: 35px;
}
.list_bg .list_right_1 .list_right_lm h4 {
  float: left;
  height: 35px;
  line-height: 25px;
  font-size:18px;
  color: #003366;
  border-bottom: 2px solid #003366;
  font-weight: bold;
}
.list_bg .list_right_1 .list_right_lm ul {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}
.list_bg .list_right_1 .list_right_lm ul li {
  float: left;
}
.list_bg .list_right_1 .list_right_lm ul span img {
  float: left;
  margin-top: 12px;
  margin-left: -20px;
}
.list_content_ct ul {
  margin-top: 5px;
}
.list_content_ct li {
  line-height: 50px;
  border-bottom: 1px solid #F4F4F4;
}
.list_content_ct li a{
  font-size: 16px;
  color: #333;
}
.list_content_ct li:hover a{
  margin-left: 15px;
  color: #003366;
}
.list_content_ct li .dian {
  width: 4px;
  height: 4px;
  background-color: #0e7dc3;
  display: inline-block;
  margin-right: 15px;
}
.list_content_ct li i {
  float: right;
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.list_content_ct_1 li{
  border: 1px solid #ccc !important;
  border-left: none;
  border-right: none;
  overflow: hidden;
  line-height: 25px;
  margin-bottom: 40px;
}
.list_content_ct_1 li:nth-child(1){
  margin-top: 30px;
}
.list_content_ct_1 li:hover a{
  margin-left: 20px;
}
.list_content_ct_1 li .fangda{
    width: 200px;
    height: 100px;
    float: left;
    overflow: hidden;
}
.list_content_ct_1 li .fangda img{
  width: 200px;
  height: 100px;
transition: 2.5s;
}
.list_content_ct_1 li img:hover{
  transform: scale(1.5);
    transition: 2.5s;
}
.list_content_ct_1 li a{
  float: left;
  margin-left: 20px;
}
.list_content_ct_1 li a h5{
  font-size: 16px;
  color: #333;
  margin-top: 12px;
}
.list_content_ct_1 li:hover a h5{
  color:#003366;
}
.list_content_ct_1 li:hover a i{
  color:#003366;
}
.list_content_ct_1 li a p{
  font-size: 14px;
  color: #666;
}
.list_content_ct_1 li i{
  font-size: 12px;
  color: #999;
  float: none;
}
.list_content_ct_1 li i::before{
  content: url(http://eie.xjtu.edu.cn/xml/images/time_1.png);
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
padding-right: 10px;
}
.list_content_ct1 {
  margin-top: 40px;
}

.list_content_ct1 .content_ct {
  padding: 0 30px;
  overflow: hidden;
}

.list_content_ct1 .content_ct h5 {
  text-align: center;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  
}

.list_content_ct1 .content_ct h6 {
  font-size: 15px;
  color: #999;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
}

.list_content_ct1 .content_ct h6 span {
  /* margin-left: 40px; */
}

.list_content_ct1 .content_ct .b {
  background-image: url(/theme/default/jtysgcxy/image/beijing_xian.png);
  width: 870px;
  height: 5px;
  /* display: inline-block; */
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}


.list_content_ct1 .content_ct p {
  font-size: 15px;
  line-height: 30px;
  /* text-indent: 2em; */
  margin-top: 1em;
  color: #666666;
}

.list_content_ct1 .content_ct .bt_next p {
  line-height: 1em;
  margin-left: -35px;
  margin-top: 1em;
  font-size: 16px;
  cursor: pointer;
}
.list_content_ct1 .content_ct .bt_next .bt_next_top{
    color: #006699;
}
.list_content_ct1 .content_ct .bt_next p:hover {
  /* color: #003069 */
}
.list_content_ct1 li{

}
.content_ct p img{max-width: 650px}

/* 首页弹出框 */
.order{
  width: 260px;
  background-color: #7587EB;
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 0px;
  opacity: 0.9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.order li{
  font-size: 14px;
  line-height: 30px;
}
.order li a{
  color: #fff;
  margin-left: 25px;
}
.order li a i{
  width: 5px;
  height: 5px;
}
.order li a i img{
  width: 6px !important;
  height: 10px !important;
  margin-right: 10px;
}
.list_bg .list_right_1 .list_right_lm ul  a{
    color: #999999;
}

/*列表页底部页码样式*/
.showpage{
  margin-top: 20px;
  text-align: center;
}
.showpage li{
  display: inline-block;
  margin-right: 20px;

}
.showpage li a{
  font-size: 14px;
}
.showpage li.active a{
  border: 1px solid #888888;
  padding:0 5px;
  background: #2576BA;
  color: white;

}