/* 内容区 */

/* 轮播图 */
.banner {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-right: 35px;
}

.banner ul li a {
  display: block;
  width: 100%;
  height: 379px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner ul li h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 47px;
  line-height: 47px;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  padding: 0 120px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.banner ul li h4 span {
  font-size: 18px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 100%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1193b4;
}

.banner .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 6px;
  width: 115px;
  right: 0;
}

/* 中心新闻 */
.news-right {
  float: left;
  width: 46.3%;
}

.news-title {
  float: left;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 2px solid #a5dae6;
  margin-top: 35px;
  margin-bottom: 2px;
}

.news-title h4 {
  float: left;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.news-title a {
  float: right;
  font-size: 12px;
  color: #666;
}

.news-title a:hover {
  color: #0358a9;
}

.news-list1 li {
  border-bottom: 1px dashed #e5e5e5;
}

.news-list1 li a {
  display: block;
}

.news-list1 .list-F {
  padding-left: 85px;
  padding-bottom: 13px;
}

.news-list1 .list-F h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #454545;
  margin-bottom: 15px;
}

.news-list1 .list-F p {
  text-indent: 2em;
  font-size: 12px;
  color: #666;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}

.news-list1 .list-F p a {
  display: inline;
  color: #1d8cc0;
}

.news-list1 .list-S a {
  position: relative;
  padding: 17px 0 17px 77px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}

.news-list1 .list-S a span {
  width: 62px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  color: #1193b4;
  background: #cee8ef;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
}

/* <!-- 中间导航栏 开始 --> */
.tab-content {
  margin: 40px 0;
}

.invest_card {
  width: 23%;
}

/* js添加样式 */
.activer {
  margin-right: 30px;
}

.invest_item {
  height: 88px;
  display: flex;
  text-align: center;
  line-height: 88px;
}

.invest_left {
  flex: 1.5;
}

.invest_right {
  flex: 3;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

/* 科学前沿 */
.research-left {
  float: left;
  width: 63%;
  margin-right: 72px;
}

.research-title {
  float: left;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 2px solid #a5dae6;
  margin-top: 35px;
  margin-bottom: 2px;
}

.research-title h4 {
  float: left;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.research-title a {
  float: right;
  font-size: 12px;
  color: #666;
}

.research-title a:hover {
  color: #0358a9;
}

.research-list2 {
  margin-top: 15px;
}

.research-list2 li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 11px 85px 11px 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.research-list2 .lis-a1 {
  display: flex;
  padding: 0;
}

.research-list2 .lis-a1 .list-left {
  flex: 2;
  margin-right: 30px;
}

.research-list2 .lis-a1 .list-left img {
  width: 100%;
  height: 100%;
}

.research-list2 .lis-a1 .list-right {
  flex: 3;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px solid #eeeeee;
}

.research-list2 .lis-a1 .list-right .top {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.research-list2 .lis-a1 .list-right .content {
  text-indent: 30px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
}

.research-list2 .lis-a1 .list-right .right-sp {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #999;
  margin-top: -7.5px;
}

.research-list2 li .lis-a:before {
  content: '';
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 6px solid #1193b4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}

.research-list2 li a span {
  font-size: 12px;
  color: #999;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}

.research-list2 li a:hover {
  color: #0358a9;
}

/* 通知公告 */
.notice-right {
  float: left;
  width: 30%;
  flex: 5;
  font-size: 16px;
  color: #000;
}

.notice-title {
  float: left;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 2px solid #a5dae6;
  margin-top: 35px;
  margin-bottom: 2px;
}

.notice-title h4 {
  float: left;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.notice-title a {
  float: right;
  font-size: 12px;
  color: #666;
}

.notice-title a:hover {
  color: #0358a9;
}

.notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 282px; */
  height: 51px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.notice-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 50px;
  margin-right: 12px;
}

.notice-left .top {
  width: 100%;
  height: 22px;
  background-color: #1193b4;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.notice-left .btm {
  width: 100%;
  height: 27px;
  background-color: #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #1193b4;
}


/* 底部样式 */
.footer {
  background: #1193b4;
  background-size: cover;
  display: none;
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  margin-top: 38px;
}

/* 友情链接 */
.footer-link {
  width: 100%;
  padding: 10px 0;
  background: #eee;
}



.link-left {
  margin-top: 3px;
}

.footer-link h4 {
  font-size: 14px;
  display: inline-block;
  color: #1193b4;
  padding-right: 18px;
  position: relative;
  padding-left: 14px;
  border-right: 2px solid #666;
}

.footer-link .link-left h4:before {
  content: '';
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 6px solid #1193b4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}

.friend-link a {
  font-size: 14px;
  color: #696868;
  padding: 0 28px;
  display: inline-block;
  margin: 3px 0;
}


/* 地址邮编 */
.footer-all {
  display: flex;
  padding-top: 28px;
}

.container-information {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container-left {
  float: left;
  width: 20%;
  font-size: 20px;
}

.container-left .left-us {
  color: #ffffff;
  opacity: 0.4;
  font-size: 18px;
}

.container-center {
  float: left;
  width: 60%;
  font-size: 14px;
}

.footer-center {
  margin-top: 30px;
}

.container-right {
  display: flex;
  float: right;
  width: 20%;
}

.right-qq {
  margin-right: 15px;
  position: relative;
}

.right-qq .contact {
  position: relative;
  position: absolute;
  top: -160px;
  left: -55px;
  width: 150px;
  height: 150px;
  background-color: #fff;
  box-shadow: 1px 0px 7px 0px rgba(84, 84, 84, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 14px;
}

.contact p:nth-child(1) {
  color: #1193b4;
  font-weight: 800;
}

.right-qq .contact:before {
  content: '';
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 62px;
  bottom: -10px;
}

.right-wechat {
  position: relative;
}

.right-wechat .qrcode {
  position: relative;
  position: absolute;
  top: -160px;
  left: -55px;
  width: 150px;
  height: 150px;
  background-color: #fff;
  text-align: center;
  line-height: 150px;
  box-shadow: 1px 0px 7px 0px rgba(84, 84, 84, 0.2);
  border-radius: 5px;
}

.right-wechat .qrcode:before {
  content: '';
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 62px;
  bottom: -10px;
}

.footer-s {
  width: 100%;
  height: 32px;
  background-color: #0a7f9d;
}



/* 响应式 */

/* 大屏幕 */
@media(max-width:1920px) {

  /* 科研前沿 */
  .research-list2 .lis-a1 .list-right .top {
    margin-bottom: 30px;
  }
}

/* 普通屏幕 */
@media (max-width: 1199px) {

  /* 首页中间导航栏 */
  .invest_card {
    width: 23%;
  }

  .activer {
    margin-right: 25px;
  }

  .invest_item {
    display: flex;
    text-align: center;
    height: 82px;
    line-height: 82px;
  }

  .invest_left {
    flex: 1.5;
  }

  .invest_right {
    flex: 3;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
  }

  /* 科研前沿 */
  .research-list2 .lis-a1 .list-right .top {
    margin-bottom: 9px;
  }

  .research-list2 li .lis-a1 .list-right .content {
    text-indent: 30px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .notice-right {
    width: 29%;
  }

  /* 通知公告 */
  .notice-left .top {
    width: 115%;
  }

  .notice-left .btm {
    width: 115%;
  }
}


/* 小屏幕 */
@media (max-width: 991px) {

  .banner,
  .news-right,
  .tab-content,
  .research-left,
  .notice-right {
    width: 100%;
  }

  .banner ul li a {
    height: auto;
    padding-bottom: 64%;
  }

  /* 首页中间导航栏 */
  .invest_card {
    width: 45%;
  }

  .activer {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .invest_item {
    height: 88px;
    display: flex;
    text-align: center;
    line-height: 88px;
  }

  .invest_left {
    flex: 1.5;
  }

  .invest_right {
    flex: 3;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
  }


  /* 通知公告 */
  .notice-left .top {
    width: 100%;
  }

  .notice-left .btm {
    width: 100%;
  }

  .notice-left {
    margin-right: 35px;
  }
}

/* 极小屏幕 */
@media (max-width: 768px) {
  .main-list3 {
    margin-top: 0;
    padding: 0 15px 0;
  }

  .main-title2 {
    margin-top: 30px;
    position: static;
    background: #0358a9;
    left: 0;
    padding: 10px 15px;
  }

  .main-list3 li a .media-left {
    height: auto;
    padding-bottom: 75%;
  }

  .main-list3 li.list-F a .media-left {
    margin-bottom: 15px;
  }

  .main-list3 li.list-S a .media-left {
    margin-top: 15px;
  }

  .main-list3 li a .media-left,
  .main-list3 li a .media-right {
    width: 100%;
  }


  /* <!-- 中间导航栏 --> */
  .tab-content {
    margin-top: 20px;
  }

  .invest_card {
    width: 45%;
  }

  .activer {
    margin-right: 14px;
    margin-bottom: 16px;
  }

  .invest_item {
    height: 65px;
    display: flex;
    text-align: center;
    line-height: 65px;
  }

  .invest_left {
    flex: 1.5;
  }

  .invest_right {
    flex: 3;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }

  /* 科研前沿 */
  .lis-a1 {
    display: flex;
    flex-direction: column;
  }

  .list-left {
    width: 100%;
  }

  .research-list2 li .lis-a1 .list-right .top {
    font-size: 16px;
    color: #000;
    padding-right: 75px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .research-list2 li .lis-a1 .list-right .content {
    display: none;
  }

  /* 底部 二维码 QQ */
  .container-right {
    margin-right: 26px;
  }

  .right-wechat .qrcode {
    position: relative;
    position: absolute;
    top: -160px;
    left: -100px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    text-align: center;
    line-height: 150px;
    box-shadow: 1px 0px 7px 0px rgb(84 84 84 / 20%);
    border-radius: 5px;
  }

  .right-wechat .qrcode:before {
    content: '';
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 108px;
    bottom: -10px;
  }
}

@media (max-width:373px) {
  .invest_right {
    font-size: 13px;
  }
}

@media (max-width:395px) {
  .invest_right {
    font-size: 13px;
  }

  /* 轮播图 */
  .banner ul li h4 {
    height: 36px;
    line-height: 36px;
  }

  .banner ul li h4 span {
    font-size: 16px;
  }

  /* 轮播图 点点 */
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }

  /* 中心新闻 */
  .news-title {
    margin-top: 17px;
  }

  .news-title h4 {
    font-size: 17px;
  }

  .news-list1 .list-S a {
    padding: 10px 0 10px 77px;
  }

  /* 卡片 */
  .invest_item {
    height: 55px;
    line-height: 55px;
  }

  /* 科研前沿 */
  .research-title {
    margin-top: 8px;
  }

  .research-title h4 {
    font-size: 18px;
  }

  .research-list2 li {
    border-bottom: 1px solid #eeeeee;
  }

  /* 通知公告 */
  .notice-title {
    margin-top: 12px;
  }

  .notice-title h4 {
    font-size: 18px;
  }

  .notice {
    margin-top: 12px;
    margin-bottom: 15px;
  }
}

@media (max-width:760px) {
  .research-list2 .lis-a1 .list-right .content {
    display: none !important;
  }

  .research-list2 .lis-a1 .list-right .top {
    margin-bottom: 3px;
    padding-right: 88px;
  }
}

.list-title{
    border-bottom: 1px solid #0A7C99;
    float: left;
    width: 100%;
}

.list-show {
    color: #0A7C99;
    margin-top: 17px;
    font-size: 15px;
    cursor: pointer;
}
.list-title h4 {
    font-size: 16px;
    background-color: #0A7C99;
    padding: 8px;
    color: #fff;
}

.list-left img {
  width: 100%;
}
