/* 轮播图 */
.focus {
  position: relative;
  width: 1200px;
  height: 400px;
  overflow: hidden;
}
.focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
}
.focus ul li {
  float: left;
}
.focus ul li a {
  display: inline-block;
}
.focus ul li img {
  width: 100%;
  height: 100%;
}
.arrow-l,
.arrow-r {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 74px;
  z-index: 2;
}
.arrow-l > img,
.arrow-r > img {
  width: 22px;
  height: 22px;
}
.arrow-r {
  right: 0;
}
.circle {
  position: absolute;
  bottom: 10px;
  left: 50px;
}
.circle li {
  position: relative;
  left: 500px;
  top: -6px;
  float: left;
  width: 18px;
  height: 18px;
  /*background-color: #fff;*/
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  border-radius: 50%;
  /*鼠标经过显示小手*/
  cursor: pointer;
  z-index: 3;
}
.current {
  background-color: #fff;
}

/* 动态&公告 */
.module1 {
  width: 100%;
  height: 367px;
  margin-top: 56px;
}
.module1_con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.module1_fl {
  width: 882px;
  height: 100%;
}

.module1_title {
  width: 100%;
  height: 21px;
}
.module1_title ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.module1_title h4 {
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  margin-right: 23px;
}
.module1_title P {
  font-size: 12px;
  color: #c8c8c8;
}
.module1_title .more {
  width: 52px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 12px;
  margin-left: 531px;
  color: #b6b6b6;
  font-size: 11px;
  text-align: center;
}
.module1_title ul li img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.module1_line {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background-color: #bfbfbf;
}
.module1_box {
  width: 100%;
  height: 329px;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
}
.module1_box_f {
  width: 100%;
  height: 100%;
}

.module1_box_f_img {
  width: 380px;
  height: 260px;
}
.module1_box_f_img a {
  display: inline-block;
}
.module1_box_f_img img {
  width: 100%;
  height: 100%;
}
.module1_box_f_text {
  width: 100%;
  margin-top: 10px;
}

.module1_box_f_text a span {
  color: #14398f;
}
.module1_box_f_text ul {
  display: flex;
  align-items: center;
}
.module1_box_f_text span {
  text-align: left;
  font-size: 15px;
  color: #509ed0 !important;
  margin-right: 10px;
}
.module1_box_f_line {
  width: 1px;
  height: 15px;
  background-color: #a0a0a0;
  margin-right: 13px;
}
.module1_box_f_text p {
  font-size: 15px;
  color: #292929;
}
.module1_box_r {
  width: 460px;
  height: 100%;
}
.module1_box_r ul {
  width: 100%;
  height: 100%;
}
.module1_box_r ul li:last-child {
  margin-bottom: 0;
}
.module1_box_r ul li span:first-child {
  font-size: 15px;
  color: #292929;
  display: inline-block;
  width: 313px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module1_box_r ul li a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.module1_box_r ul li a:hover span {
  color: #14398f;
}
.module1_box_r ul li span:first-child::before {
  content: "·";
  color: #292929;
  margin-right: 3px;
}
.module1_box_r ul li span:last-child {
  font-size: 15px;
  color: #a2a2a2;
}

/* 通知 */
.module1_fr {
  width: 280px;
  height: 100%;
}
.module1_fr_title {
  width: 100%;
  height: 21px;
}
.module1_fr .module1_fr_title ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.module1_fr_title h4 {
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  margin-right: 23px;
}
.module1_fr_title P {
  font-size: 12px;
  color: #c8c8c8;
}
.module1_fr_title li img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.module1_fr_title .more {
  width: 52px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 12px;
  margin-left: 54px;
  color: #b6b6b6;
  font-size: 11px;
  text-align: center;
}
.module1_fr_line {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background-color: #bfbfbf;
}
.module1_fr ul {
  width: 100%;
  height: 100%;
}
.module1_fr_title a {
  margin-bottom: 0;
}
.module1_fr ul li a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  font-size:15px;
}
.module1_fr ul li a:hover span {
  color: #14398f;
}
.module1_fr ul li span {
  font-size: 15px;
  color: #292929;
  display: inline-block;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module1_fr ul li span::before {
  content: "·";
  color: #292929;
  margin-right: 3px;
}
.module1_fr .module1_fr_title ul li a {
  margin-bottom: 0;
}
.module1_box_fr {
  width: 100%;
  height: 329px;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
}

/* 合作&学术 */
.module2 {
  width: 100%;
  height: 200px;
  margin-top: 44px;
}
.module2_con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
/* 合作交流 */
.module2_con_fl {
  width: 584px;
  height: 100%;
}

.module2_con_fr {
  width: 584px;
  height: 100%;
}
.module2_title {
  width: 100%;
  height: 21px;
}
.module2_title ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module2_title ul li img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.module2_title h4 {
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  margin-right: 23px;
}
.module2_title P {
  font-size: 12px;
  color: #c8c8c8;
}

.module2_title .more {
  width: 52px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 12px;
  margin-left: 307px;
  color: #b6b6b6;
  font-size: 11px;
  text-align: center;
}
.module2_con_fr .more {
  margin-left: 335px;
}

.module2_line {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background-color: #bfbfbf;
}
.module2_box {
  width: 100%;
  height: 160px;
  padding-top: 20px;
}
.module2_con ul {
  width: 100%;
  height: 100%;
}
.module2_box li{width:100%;display: flex;
  justify-content: space-between;
  font-size:15px;
  height:40px;
  line-height:40px;
}


.module2_con .module2_title ul li a {
  margin-bottom: 0;
}
.module2_con ul li a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.module2_con ul li a:hover span {
  color: #14398f;
}
.module2_con ul li span:first-child {
  font-size: 15px;
  color: #292929;
  display: inline-block;
  width: 453px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module2_con ul li span:last-child {
  font-size: 15px;
  color: #a2a2a2;
}
.module2_con ul li span:first-child::before {
  content: "·";
  color: #292929;
  margin-right: 3px;
}

.div_ztylb2{width:100%;}
.div_ztylb2 td{vertical-align: top}
.div_ztylb2_list{padding-left:15px;}
.articlelist2_tr{background:none;}
.articlelist2_tr td{font-size:15px;line-height:35px;height:35px;}
.news_icon_td{background:none;}

.tab_text .info {text-align: center;}