p,
ul,
li,
div {
  color: #121515;
}
html,
body {
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.main-wrapper,
.news-content {
  flex: 1;
}
.footer-info .item {
  color: #fff;
}
/*新闻中心*/
.pull-title {
  width: 100%;
  padding: 0 120px;
  background: #fff;
  font-size: 32px;
  line-height: 64px;
  color: #1E54AB;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-content {
  padding: 0 120px 24px;
}
/*新闻中心列表*/
.news-list li {
  margin-top: 24px;
  border: 1px solid rgba(11, 56, 148, 0.08);
  transition: all 0.3s;
}
.news-list li a {
  color: #121515;
  text-decoration: none;
  display: flex;
  flex-direction: row;
}
.news-list li img {
  width: 260px;
  height: 132px;
}
.news-list li .news-right {
  flex: 1;
  padding: 5px 20px;
}
.news-list li h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.2;
  color: #1E54AB;
  transition: all 0.3s;
  text-align: left;
  padding-right: 100px;
}
.news-list li h2 .date {
  position: absolute;
  right: 0;
  top: 10px;
  /*float: right;*/
  font-size: 14px;
  font-weight: normal;
}
.news-list li p.details-info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #121515;
  transition: all 0.3s;
  text-indent: 32px;
  line-height: 2;
  font-size: 16px;
}
.news-list li:hover {
  background: #011F8F;
  box-shadow: 1px 8px 20px rgba(11, 56, 148, 0.5);
}
.news-list li:hover h2 {
  color: #fff;
}
.news-list li:hover p {
  color: #B7CFFF;
}
.news-detail-content {
  padding: 24px 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-detail-content .tab-header {
  width: 100%;
}
.news-detail-content.infos {
  padding-top: 0;
}
/*新闻详情页面*/
.new-details {
  flex: 1;
}
.new-details h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 82px;
  border-bottom: 1px solid rgba(11, 56, 148, 0.1);
}
.new-details .source {
  text-align: right;
  color: rgba(18, 21, 21, 0.7);
  margin: 15px 0 20px;
}
.new-details img {
  display: block;
  width: 524px;
  margin: 15px auto;
}
p.details-info {
  text-indent: 32px;
  line-height: 2;
  font-size: 16px;
}
p.text-infos,
p.text-default,
p.text-title {
  text-indent: 36px;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 10px;
}
p.text-default {
  text-indent: 0;
}
p.text-title {
  font-weight: bold;
}
.preview-list {
  display: none;
  margin-left: 24px;
  width: 420px;
}
.preview-list .title {
  font-size: 20px;
}
.preview-list .title img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.new-news-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.new-news-list li {
  border-left: 1px dashed #1E54AB;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.new-news-list li a {
  display: block;
  text-decoration: none;
  padding: 0 8px;
}
.new-news-list li .date {
  transition: all 0.3s;
}
.new-news-list li .date span {
  display: inline-block;
  line-height: 26px;
  padding: 0 10px;
  background: rgba(30, 84, 171, 0.15);
  transition: all 0.3s;
}
.new-news-list li .title {
  padding: 8px 0;
  font-size: 16px;
  color: #000;
}
.new-news-list li:hover {
  background: #011F8F;
}
.new-news-list li:hover .date span {
  color: #fff;
  background: rgba(64, 137, 255, 0.35);
}
.new-news-list li:hover .title {
  color: #fff;
}
/*科学研究及方向*/
.top-header {
  position: relative;
  width: 100%;
  min-height: 355px;
  overflow: hidden;
}
.top-header .banner-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top-header .banner-title h3 {
  font-size: 40px;
  font-weight: bold;
  color: #011F8F;
  margin-bottom: 30px;
}
.top-header .banner-title p {
  float: right;
  position: relative;
  right: -35px;
  font-size: 24px;
  font-weight: lighter;
  color: #011F8F;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px 15px;
  display: inline-block;
  width: auto;
  border-radius: 4px;
}
.top-header img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top-header .ps-right {
  right: 15%;
}
.top-header .ps-left {
  left: 15%;
}
.main-wrapper {
  width: 100%;
  padding: 0 120px;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}
.main-wrapper h3 {
  font-size: 24px;
  text-align: center;
  margin: 10px 0 20px;
  font-weight: bold;
}
.tab-box {
  width: 100%;
  overflow: visible;
}
.tab-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 60px;
}
.tab-header .title {
  margin-right: 24px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
  height: 120px;
  min-width: 260px;
  text-align: center;
  padding: 0 30px;
  background: url("../fonts/light.svg") no-repeat bottom -2px center #1E54AB;
  background-size: 81%;
  z-index: 9;
}
.tab-header .tab-title-list {
  display: flex;
  flex-direction: row;
  margin-right: 24px;
}
.tab-header .tab-title-list li {
  min-width: 118px;
  height: 40px;
  text-align: center;
  background: url("../images/tab-bg.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 24px;
  transition: all 0.3s;
  padding: 0 10px;
}
.tab-header .tab-title-list li a {
  display: block;
  text-decoration: none;
  color: #0766FE;
}
.tab-header .tab-title-list li:not(.active):hover {
  text-underline: none;
  background: #0766FE;
}
.tab-header .tab-title-list li:not(.active):hover a {
  color: #fff;
}
.tab-header .tab-title-list li.active {
  background: url("../images/tab-bg-active.png") no-repeat center center;
  background-size: 100%;
}
.tab-header .tab-title-list li.active a {
  color: #fff;
}
.tab-content {
  padding: 24px 0;
}
.tab-content .tab-list > li {
  display: none;
}
.tab-content .tab-list > li.active {
  display: block;
}
.tab-contents-list > li {
  display: none;
}
.tab-contents-list > li.active {
  display: block;
}
.tab-sub-list {
  text-align: center;
  margin-bottom: 24px;
}
.tab-sub-list li {
  display: inline-block;
  margin-right: 50px;
}
.tab-sub-list li a {
  display: block;
  text-decoration: none;
  color: rgba(18, 21, 21, 0.7);
  padding: 0 10px;
  line-height: 2.4;
  font-size: 24px;
  border-bottom: 3px solid transparent;
}
.tab-sub-list li:hover a {
  color: #0766FE;
}
.tab-sub-list li.active a {
  font-weight: bold;
  color: #0766FE;
  border-color: #0766FE;
}
/*all团队*/
.team-person-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 24px);
}
.team-person-list li {
  margin-right: 24px;
  margin-bottom: 40px;
  width: calc((100% - 24 * 3px)/3);
  height: 255px;
  transition: all 0.3s;
  /*&:nth-child(3n) {
      margin-right: 0;
    }*/
}
.team-person-list li a {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.team-person-list li .left-photo {
  position: relative;
}
.team-person-list li .left-photo img {
  width: 180px;
  height: 240px;
}
.team-person-list li .left-photo:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #011F8F;
  width: 180px;
  height: 240px;
  z-index: -1;
}
.team-person-list li .right-detail {
  flex: 1;
  padding: 30px 25px 30px;
}
.team-person-list li .right-detail .title {
  font-size: 24px;
  color: #1E54AB;
  font-weight: bold;
  margin-bottom: 15px;
}
.team-person-list li .right-detail .positional {
  color: rgba(18, 21, 21, 0.65);
  font-size: 16px;
  margin-bottom: 15px;
}
.team-person-list li .right-detail .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #121515;
  font-size: 16px;
  line-height: 2;
}
.team-person-list li .right-detail .info p {
  text-indent: 32px;
}
.team-person-list li:hover {
  background: #011F8F;
}
.team-person-list li:hover .right-detail .title,
.team-person-list li:hover .right-detail .info p {
  color: #fff;
}
.team-person-list li:hover .right-detail .positional {
  color: rgba(255, 255, 255, 0.65);
}
.table {
  width: 900px;
  margin: 24px auto;
  font-size: 16px;
  border-collapse: collapse;
}
.table > colgroup + thead > tr:first-child > th {
  border-top: 1px solid #ddd;
}
.table thead th {
  background: rgba(30, 84, 171, 0.05);
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 12px;
}
.talent-table {
  width: 1200px;
  border-collapse: collapse;
}
.talent-table > colgroup + thead > tr:first-child > th {
  border-top: 2px solid #ddd;
}
.talent-table.table-condensed > tbody > tr > td,
.talent-table.table-condensed > tbody > tr > th,
.talent-table.table-condensed > tfoot > tr > td,
.talent-table.table-condensed > tfoot > tr > th,
.talent-table.table-condensed > thead > tr > td,
.talent-table.table-condensed > thead > tr > th {
  border: 2px solid #ddd;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2;
}
/*人才招聘*/
.recruitment-list {
  display: flex;
  flex-direction: column;
}
.recruitment-list > li {
  margin: 20px 0;
}
.recruitment-list .list-tit {
  overflow: hidden;
  padding-right: 25px;
  text-align: left;
}
.recruitment-list .list-h2 {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recruitment-list .list-p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #989898;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recruitment-list .list-h5 {
  width: 120px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #1a58ab;
  line-height: 18px;
  font-weight: normal;
  font-family: Arial;
}
.recruitment-list .news {
  color: #333;
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  border: #dedede 1px solid;
  margin-left: 5px;
  background: #fff;
  transition: all 0.6s ease;
}
.recruitment-list .news:hover {
  background: url(../images/list-hover.png) no-repeat center center;
  color: #fff;
  background-size: 100% 100%;
}
.recruitment-list .news:hover h2 {
  color: #fff;
  font-weight: bold;
}
.recruitment-list .news:hover .list-p {
  color: #fff;
}
.recruitment-list .news:hover h5 {
  color: #fff;
  font-weight: bold;
}
.recruitment-list .news:hover b {
  color: #fff;
}
/*搜索结果*/
.results-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.results-list li {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(11, 56, 148, 0.12);
}
.results-list li .new-type {
  color: #1E54AB;
  margin-right: 20px;
}
.results-list li .date {
  color: #1E54AB;
}
.results-list li a {
  padding: 0 20px;
  border-left: 1px solid #1E54AB;
  border-right: 1px solid #1E54AB;
  text-decoration: none;
  color: #0e0e0e;
  transition: all 0.3s;
  flex: 1;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.results-list li a:hover {
  color: #1E54AB;
}
.search-group {
  position: relative;
  margin-left: 40px;
  height: 32px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid #458FFF;
  overflow: hidden;
  padding: 0 15px;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  width: 200px;
  line-height: 0;
}
.search-group .search-inputs {
  background: transparent;
  border: none;
  color: #1E54AB;
  font-size: 16px;
  line-height: 30px;
  outline: none;
  width: calc(100% - 22px);
  font-weight: normal;
}
.search-group .clear-btn {
  width: 20px;
  cursor: pointer;
  margin-top: 4px;
  margin-left: -6px;
}
.news-banner {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 120px;
  align-items: flex-end;
  height: 126px;
}
.news-banner .pull-title {
  margin-right: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
  height: 120px;
  width: 260px;
  text-align: center;
  padding: 0 30px;
  background: url(../images/light.svg) no-repeat bottom -2px center #1E54AB;
  background-size: 81%;
  z-index: 9;
  display: inline-block;
  margin-top: 6px;
}
.news-banner img {
  width: calc(100% - 240px);
  object-fit: cover;
  max-height: 126px;
}
.news-banner .tab-title-list {
  position: absolute;
  bottom: 0px;
  left: 390px;
  z-index: 99;
  display: flex;
  flex-direction: row;
  margin-right: 24px;
}
.news-banner .tab-title-list li {
  min-width: 118px;
  height: 40px;
  text-align: center;
  background: url("../images/tab-bg.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 24px;
  transition: all 0.3s;
  padding: 0 10px;
}
.news-banner .tab-title-list li a {
  display: block;
  text-decoration: none;
  color: #0766FE;
}
.news-banner .tab-title-list li:not(.active):hover {
  text-underline: none;
  background: #0766FE;
}
.news-banner .tab-title-list li:not(.active):hover a {
  color: #fff;
}
.news-banner .tab-title-list li.active {
  background: url("../images/tab-bg-active.png") no-repeat center center;
  background-size: 100%;
}
.news-banner .tab-title-list li.active a {
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .news-banner img {
    height: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .top-header {
    min-height: 309px;
  }
}
@media screen and (max-width: 1440px) {
  .pull-title {
    font-size: 26px;
  }
  .news-list li h2 {
    font-size: 20px;
  }
  .new-details h2 {
    font-size: 22px;
  }
  .preview-list {
    width: 280px;
  }
  .search-group .search-inputs,
  .results-list li,
  p.details-info,
  .new-news-list .title,
  .team-person-list li .right-detail .info,
  .team-person-list li .right-detail .positional,
  .table {
    font-size: 14px !important;
  }
  p.text-infos,
  p.text-default,
  p.text-title {
    font-size: 14px;
  }
  .talent-table.table-condensed > tbody > tr > td,
  .talent-table.table-condensed > tbody > tr > th,
  .talent-table.table-condensed > tfoot > tr > td,
  .talent-table.table-condensed > tfoot > tr > th,
  .talent-table.table-condensed > thead > tr > td,
  .talent-table.table-condensed > thead > tr > th {
    font-size: 14px;
  }
  .team-person-list li .right-detail .title {
    font-size: 18px;
  }
  .main-wrapper h3 {
    font-size: 20px;
  }
  .top-header {
    min-height: 273px;
  }
  .top-header .banner-title h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .top-header .banner-title p {
    font-size: 20px;
  }
  .tab-header .title {
    font-size: 24px;
    line-height: 80px;
    height: 80px;
  }
  .tab-header .tab-title-list li {
    font-size: 14px;
  }
  .tab-sub-list {
    margin-bottom: 20px;
  }
  .tab-sub-list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .news-content,
  .news-detail-content,
  .main-wrapper,
  .news-banner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .news-banner .tab-title-list {
    left: 320px;
  }
  .news-banner img {
    width: calc(100% - 220px);
  }
  /* .tab-content {
     padding: 24px 60px;
   }*/
  .pull-title {
    padding: 0 60px;
    font-size: 24px;
    line-height: 50px;
  }
  .top-header {
    min-height: 273px;
  }
}
@media screen and (min-width: 2560px) {
  p.details-info,
  .new-news-list .title {
    font-size: 18px !important;
  }
  p.text-infos {
    font-size: 20px;
  }
  .top-header {
    min-height: 533px;
  }
}
