.container {
  background-color: #f5f5f5;
}
/*1.关于我们-研究院简介*/
.main-section {
  position: relative;
  background-color: #f5f5f5;
}
.main-section .w-full-nav {
  width: 100%;
  background-color: #fff;
}
.main-section .w-full-nav .content {
  width: 1400px;
  margin: 0 auto;
}
.main-section .w-full-nav .content ul li {
  margin: 0 120px;
}
.main-section .w-full-nav .content ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0;
  color: #333;
}
.main-section .w-full-nav .content ul li.selected {
  position: relative;
}
.main-section .w-full-nav .content ul li.selected a {
  color: #194097;
}
.main-section .w-full-nav .content ul li.selected::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #194097;
}
.main-section .w-full-nav .content.research-content ul li {
  margin: 0 90px;
}
.main-section .details-box {
  margin-top: 20px;
}
.main-section .details-box .content {
  width: 1400px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}
.main-section .details-box .content .title {
  height: 100px;
  line-height: 100px;
  padding-left: 36px;
  background: #F2F6FF;
  margin-bottom: 25px;
}
.main-section .details-box .content .title h2 {
  font-size: 30px;
  color: #333;
}
.main-section .details-box .content p {
  font-size: 16px;
  color: #666666;
  line-height: 44px;
}
.main-section .details-box .content p img {
  display: block;
  max-width: 100%;
  margin: 0 auto 25px;
}
/*2.关于我们-领导团队*/
.details-box .structure-content {
  padding: 0 40px !important;
}
.details-box .structure-content .items {
  border-bottom: solid 1px #EAEAEA;
}
.details-box .structure-content .items .child {
  width: 50%;
  padding: 40px 0;
  box-sizing: border-box;
}
.details-box .structure-content .items .child .tag {
  width: 180px;
  border-left: solid 4px #194097;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  box-sizing: border-box;
}
.details-box .structure-content .items .child .zhiwei {
  width: calc(100% - 180px);
}
.details-box .structure-content .items .child .zhiwei .value {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #666666;
}
.details-box .structure-content .items .child .zhiwei.zhiwei2 .value {
  margin-right: 75px;
}
/*3.信息公告-人才招聘*/
.details-hire-box .hire-content {
  width: 1400px;
  padding: 40px;
  margin: 20px auto 0;
  box-sizing: border-box;
  background-color: #fff;
}
.details-hire-box .hire-content ul.hire-ul li {
  width: 100%;
  padding: 40px;
  border: 2px solid #EAEAEA;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.details-hire-box .hire-content ul.hire-ul li:hover {
  border-color: #194097;
}
.details-hire-box .hire-content ul.hire-ul li .top .ft-box .title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.details-hire-box .hire-content ul.hire-ul li .top .ft-box .tags .tag {
  margin-right: 50px;
}
.details-hire-box .hire-content ul.hire-ul li .top .ft-box .tags .tag img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.details-hire-box .hire-content ul.hire-ul li .top .ft-box .tags .tag span {
  display: block;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  color: #666666;
}
.details-hire-box .hire-content ul.hire-ul li .top .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
}
.details-hire-box .hire-content ul.hire-ul li .top .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.details-hire-box .hire-content ul.hire-ul li .top .arrow img.gray {
  display: block;
}
.details-hire-box .hire-content ul.hire-ul li .top .arrow img.white {
  display: none;
}
.details-hire-box .hire-content ul.hire-ul li .bottom {
  display: none;
  margin-top: 35px;
}
.details-hire-box .hire-content ul.hire-ul li .bottom .zhize {
  margin-bottom: 30px;
}
.details-hire-box .hire-content ul.hire-ul li .bottom .zhize .title,
.details-hire-box .hire-content ul.hire-ul li .bottom .yaoqiu .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.details-hire-box .hire-content ul.hire-ul li .bottom .zhize p,
.details-hire-box .hire-content ul.hire-ul li .bottom .yaoqiu p {
  font-size: 18px;
  color: #666666;
  line-height: 40px;
}
.details-hire-box .hire-content ul.hire-ul li.selected .bottom {
  display: block;
}
.details-hire-box .hire-content ul.hire-ul li.selected .top .arrow {
  border-color: #194097;
  background: #194097;
}
.details-hire-box .hire-content ul.hire-ul li.selected .top .arrow img.gray {
  display: none;
}
.details-hire-box .hire-content ul.hire-ul li.selected .top .arrow img.white {
  display: block;
}
/*4.信息公告-公告详情*/
.details-information-box .content {
  width: 1400px;
  padding: 40px;
  margin: 20px auto 0;
  box-sizing: border-box;
  background-color: #fff;
}
.details-information-box .content .title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 54px;
}
.details-information-box .content .time {
  font-size: 24px;
  color: #CCCCCC;
  margin-top: 10px;
}
.details-information-box .content .html {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #efefef;
}
.details-information-box .content .html p {
  font-size: 18px;
  color: #666666;
  line-height: 42px;
  text-indent: 36px;
}
.details-information-box .content .html p img {
  display: block;
  max-width: 100%;
  margin: 25px auto 25px;
}
/*5.信息公告-新闻动态*/
.details-news-box > .content {
  width: 1400px;
  padding: 40px 30px;
  margin: 20px auto 0;
  box-sizing: border-box;
  background-color: #fff;
}
.details-news-box > .content .notice-ul li {
  width: 320px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.details-news-box > .content .notice-ul li .imgs-cover {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.details-news-box > .content .notice-ul li .imgs-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.details-news-box > .content .notice-ul li .text-infos {
  padding-top: 10px;
}
.details-news-box > .content .notice-ul li .text-infos h3 {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.details-news-box > .content .notice-ul li .text-infos h3 a {
  color: #333333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.details-news-box > .content .notice-ul li .text-infos .time {
  font-size: 16px;
  color: #999999;
}
.details-news-box > .content .notice-ul li:hover .imgs-cover img {
  transform: scale(1.1);
}
.details-news-box > .content .notice-ul li:hover .text-infos h3 a {
  color: #194097;
}
.details-news-box > .content .notice-ul li:nth-child(4n) {
  margin-right: 0;
}
/*6.信息公告-通知公告*/
.details-notice-box > .content {
  width: 1400px;
  padding: 30px 30px 40px;
  margin: 20px auto 0;
  box-sizing: border-box;
  background-color: #fff;
}
.details-notice-box > .content .notice-ul {
  margin-bottom: 20px;
}
.details-notice-box > .content .notice-ul li {
  margin-bottom: 10px;
}
.details-notice-box > .content .notice-ul li img.arrow {
  display: block;
  width: 9px;
  height: 15px;
  margin-right: 5px;
}
.details-notice-box > .content .notice-ul li a {
  display: block;
  width: 900px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.details-notice-box > .content .notice-ul li a:hover {
  color: #194097;
}
.details-notice-box > .content .notice-ul li .time {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  color: #CCCCCC;
}
/*7.师资队伍-专任师资*/
.details-staff-box > .content {
  width: 1400px;
  padding: 30px 30px 40px;
  margin: 20px auto 0;
  box-sizing: border-box;
  background-color: #fff;
}
.details-staff-box > .content .staff-ul li {
  width: 290px;
  margin-right: 54px;
  margin-bottom: 30px;
}
.details-staff-box > .content .staff-ul li .imgs-cover {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.details-staff-box > .content .staff-ul li .imgs-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.details-staff-box > .content .staff-ul li .text-infos {
  padding-top: 10px;
}
.details-staff-box > .content .staff-ul li .text-infos h3 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 12px;
  text-align: center;
}
.details-staff-box > .content .staff-ul li .text-infos h3 a {
  color: #333333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.details-staff-box > .content .staff-ul li .text-infos .zhiwei {
  font-size: 18px;
  color: #cccccc;
  text-align: center;
}
.details-staff-box > .content .staff-ul li:hover .imgs-cover img {
  transform: scale(1.1);
}
.details-staff-box > .content .staff-ul li:hover .text-infos h3 a {
  color: #194097;
}
.details-staff-box > .content .staff-ul li:nth-child(4n) {
  margin-right: 0;
}
/*8.关于我们-组织结构*/
.details-structure-box > .content {
  width: 1400px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.details-structure-box > .content .structure-ul li {
  border-left: solid 4px #194097;
  padding: 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.details-structure-box > .content .structure-ul li .label-title {
  padding: 30px 0;
  font-size: 24px;
  color: #333333;
  border-bottom: solid 1px #efefef;
}
.details-structure-box > .content .structure-ul li .dept {
  padding: 30px 0;
}
.details-structure-box > .content .structure-ul li .dept .dept-item {
  width: 180px;
  margin-right: 190px;
}
.details-structure-box > .content .structure-ul li .dept .dept-item:nth-child(4n of .dept-item) {
  margin-right: 0;
}
.details-structure-box > .content .structure-ul li .dept .dept-item img {
  display: block;
  width: 16px;
  margin-right: 5px;
}
.details-structure-box > .content .structure-ul li .dept .dept-item span {
  display: block;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #333333;
}
/*9.搜索*/
.details-search-box > .content {
  width: 1400px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.details-search-box > .content .title {
  font-size: 20px;
  color: #333333;
  padding: 20px 0;
  border-bottom: solid 1px #dedede;
}
.details-search-box > .content .search-ul {
  margin-bottom: 30px;
}
.details-search-box > .content .search-ul li {
  padding: 30px 0;
  border-bottom: solid 1px #dedede;
}
.details-search-box > .content .search-ul li .ft {
  text-align: center;
  width: 70px;
  margin-right: 80px;
}
.details-search-box > .content .search-ul li .ft .day {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}
.details-search-box > .content .search-ul li .ft .mouth {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}
.details-search-box > .content .search-ul li .rt {
  width: calc(100% - 150px);
}
.details-search-box > .content .search-ul li .rt h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.details-search-box > .content .search-ul li .rt h3 a {
  color: #333333;
}
.details-search-box > .content .search-ul li .rt p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
/*10.智库成果-研究著作*/
.details-research-box > .content {
  width: 1400px;
  margin: 20px auto 0;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.details-research-box > .content .research-ul {
  padding: 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.details-research-box > .content .research-ul li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: solid 1px #dedede;
}
.details-research-box > .content .research-ul li .ft {
  width: calc(100% - 175px);
}
.details-research-box > .content .research-ul li .news-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 10px;
}
.details-research-box > .content .research-ul li .news-title a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.details-research-box > .content .research-ul li .news-title:hover a {
  color: #194097;
}
.details-research-box > .content .research-ul li p {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  margin-bottom: 25px;
}
.details-research-box > .content .research-ul li .tag {
  width: 90px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #194097;
  text-align: center;
  margin-right: 20px;
  background: #EFF3FF;
  border-radius: 6px;
}
.details-research-box > .content .research-ul li .time img {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.details-research-box > .content .research-ul li .time span {
  font-size: 16px;
  color: #194097;
}
.details-research-box > .content .research-ul li .img-cover {
  width: 255px;
  height: 180px;
  margin-left: 30px;
}
.details-research-box > .content .research-ul li .img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}