/*
1.组织框架
2.研究院领导
3.研究院简介
4.研究团队
5.学术成果
6.新闻动态
7.公共平台
*/
.banner {
  position: relative;
  width: 100%;
}
.banner .img {
  width: 100%;
}
.banner .img img {
  display: block;
  width: 100%;
}
.banner .texts {
  position: absolute;
  left: 50%;
  bottom: calc((100% - 184px) / 2);
  width: 1200px;
  margin-left: -600px;
}
.banner .texts h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  margin: 0 0 10px;
}
.banner .texts h5 {
  font-family: 'RobotoCondensedBold';
  font-size: 19px;
  color: #EEEEEE;
  line-height: 32px;
}
.wp_entry p{
margin-bottom: 0px;
}
.main {
  width: 100%;
  background: url(../img/image/sec-newsBg.jpg) no-repeat left center;
  background-size: cover;
}
.wp_editor_art_table td{
  background:none !important;
  color:#fff ;
vertical-align: middle;
}
.organization .content .rt-infobox .abstract p{
  font-family:"微软雅黑"  !important;
  color:#fff  !important;
  background:none !important;
}
.organization .content .rt-infobox .abstract p span{
  font-family:"微软雅黑"  !important;
  color:#fff  !important;
  background:none !important;
}
.organization {
  padding: 50px 0;
}
.organization .content {
  width: 1200px;
  margin: 0 auto;
}
.organization .content .ft-menu {
  float: left;
  width: 270px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 10px;
  overflow: hidden;
}
.organization .content .ft-menu .item {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.organization .content .ft-menu .item:last-child {
  border: none;
}
.organization .content .ft-menu .item a {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #bcbcbc;
  padding: 25px 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.organization .content .ft-menu .item a::after {
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 18px;
  background: url(../img/icon/menu-arrow.png) no-repeat 0 -18px;
  overflow: hidden;
}
.organization .content .ft-menu .item:hover a {
  color: #fff;
}
.organization .content .ft-menu .item:hover a::after {
  background-position: 0 0;
}
.organization .content .ft-menu .item.selected a {
  color: #fff !important;
}
.organization .content .ft-menu .item.selected a::after {
  background-position: 0 0;
}
.organization .content .rt-infobox {
  float: right;
  width: 890px;
  padding: 30px 45px;
  min-height: 600px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 10px;
}
.organization .content .rt-infobox .item {
  margin-bottom: 60px;
}
.organization .content .rt-infobox .item:last-child {
  margin-bottom: 0;
}
.organization .content .rt-infobox .item h1 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  margin-bottom: 20px;
}
.organization .content .rt-infobox .item p {
  font-size: 18px;
  font-weight: 400;
  color: #eaeaea;
  line-height: 36px;
}
.organization .content .rt-infobox .leadership h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-bottom: 30px;
}
.organization .content .rt-infobox .leadership .item {
  width: 160px;
  margin: 0 auto;
}
.organization .content .rt-infobox .leadership .item .thumb {
  width: 160px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.organization .content .rt-infobox .leadership .item .thumb img {
  display: block;
  width: 100%;
  height:213px;
  border-radius: 10px;
}
.organization .content .rt-infobox .leadership .item .text {
  width: 100%;
  text-align: center;
}
.organization .content .rt-infobox .leadership .item .text .name {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 10px;
}
.organization .content .rt-infobox .leadership .item .text .position {
  font-size: 16px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 32px;
}
.organization .content .rt-infobox .deans {
  width: 100%;
  margin-top: 45px;
  display: flex;
}
.organization .content .rt-infobox .deans .item {
  width: 160px;
  margin: 0 auto;
}
.organization .content .rt-infobox .deans .item .thumb {
  width: 160px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.organization .content .rt-infobox .deans .item .thumb img {
  display: block;
  width: 100%;
  height:213px;
  border-radius: 10px;
}
.organization .content .rt-infobox .deans .item .text {
  width: 100%;
  text-align: center;
}
.organization .content .rt-infobox .deans .item .text .name {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 10px;
}
.organization .content .rt-infobox .deans .item .text .position {
  font-size: 16px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 32px;
}
.organization .content .rt-infobox .abstract {
  width: 100%;
}
.organization .content .rt-infobox .abstract h1 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.organization .content .rt-infobox .abstract  {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  background:none !important;
}
.MsoNormalTable tbody tr td{
  vertical-align: middle;
}
.organization .content .rt-infobox .abstract p img {
  display: block;
  width: 100%;
}
.team {
  width: 100%;
  padding-top: 50px;
}
.team .content {
  width: 1200px;
  margin: 0 auto;
}
.team .content .teambox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team .content .teambox .item {
  position: relative;
  display: block;
  width: 580px;
  height: 220px;
  padding: 5px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.team .content .teambox .item .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.team .content .teambox .item img.teambg {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.team .content .teambox .item .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 3px #484848;
  color: #FFFFFF;
  z-index: 9;
}
.team .content .teambox .item:hover img.teambg {
  transform: scale(1.1);
}
.research {
  width: 100%;
  padding: 50px 0;
}
.research .content {
  width: 1200px;
  margin: 0 auto;
}
.research .content .ft-menu {
  float: left;
  width: 270px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 10px;
  overflow: hidden;
}
.research .content .ft-menu .item {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.research .content .ft-menu .item:last-child {
  border: none;
}
.research .content .ft-menu .item a {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #bcbcbc;
  padding: 25px 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.research .content .ft-menu .item a::after {
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 18px;
  background: url(../img/icon/menu-arrow.png) no-repeat 0 -18px;
  overflow: hidden;
}
.research .content .ft-menu .item:hover a {
  color: #fff;
}
.research .content .ft-menu .item:hover a::after {
  background-position: 0 0;
}
.research .content .ft-menu .item.selected a {
  color: #fff;
}
.research .content .ft-menu .item.selected a::after {
  background-position: 0 0;
}
.research .content .rt-infobox {
  float: right;
  width: 890px;
  min-height: 600px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 10px;
}
.research .content .rt-infobox .research-ul {
  width: 100%;
  padding: 10px 0;
}
.research .content .rt-infobox .research-ul li {
  display: flex;
  align-items: center;
  padding: 20px 35px;
}
.research .content .rt-infobox .research-ul li span.tag {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background: url(../img/icon/111.png) no-repeat 0 0;
}
.research .content .rt-infobox .research-ul li a.title {
  display: block;
  width: calc(100% - 115px);
  font-size: 18px;
  white-space: nowarp;
  text-overflow: ellipsis;
  color: #FFFFFF;
  overflow: hidden;
}
.research .content .rt-infobox .research-ul li span.time {
  width: 84px;
  text-align: right;
  font-size: 14px;
  color: #CCCCCC;
}
.news {
  width: 100%;
  padding-bottom: 10px;
}
.news .content {
  width: 1200px;
  margin: 0 auto;
}
.news .content ul.newsList {
  display: flex;
  flex-wrap: wrap;
}
.news .content ul.newsList li.list {
  width: 370px;
  margin-right: 45px;
  margin-bottom: 40px;
}
.news .content ul.newsList li.list:nth-child(3n) {
  margin-right: 0;
}
.news .content ul.newsList li.list .thumb {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.news .content ul.newsList li.list .thumb img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.news .content ul.newsList li.list .text {
  margin-top: 15px;
}
.news .content ul.newsList li.list .text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  height: 72px;
  line-height: 36px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .content ul.newsList li.list .text h3 a {
  color: #fff;
}
.news .content ul.newsList li.list .text p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .content ul.newsList li.list .text .time {
  font-size: 18px;
  font-family: Alternate;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}
.platform {
  width: 100%;
  padding: 50px 0 10px;
}
.platform .content {
  width: 1200px;
  margin: 0 auto;
}
.platform .content .platformList {
  width: 100%;
}
.platform .content .platformList a.list {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  padding: 10px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.platform .content .platformList a.list .bg {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.platform .content .platformList a.list .bg img {
  display: block;
  width: 100%;
}
.platform .content .platformList a.list .text {
  position: absolute;
  top: 50px;
  left: 50px;
}
.platform .content .platformList a.list .text .cn {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.platform .content .platformList a.list .text .en {
  font-family: Alternate;
  font-size: 14px;
  color: #CCCCCC;
}
.platform .content .platformList a.list .icon {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  background: url(../img/icon/icon-enter.png) no-repeat center;
}
.newsDetail {
  width: 100%;
  padding: 50px 0;
}
.newsDetail .content {
  width: 1200px;
  margin: 0 auto;
}
.newsDetail .content .details {
  width: 100%;
  padding: 30px 40px 1px;
  min-height:400px;
  border-radius: 10px;
  background-color: rgba(0, 82, 171, 0.6);
}
.newsDetail .content .details .top-infos {
  width: 100%;
  text-align:center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.newsDetail .content .details .top-infos h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.newsDetail .content .details .top-infos .infos {
  display: flex;
  align-items: center;
}
.newsDetail .content .details .top-infos .infos span {
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
  margin-right: 25px;
}
.newsDetail .content .details .bottom p span{
  font-family:"微软雅黑" !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  line-height: 36px;
  margin-bottom: 30px;
  background:none  !important;
}
.newsDetail .content .details .bottom {
  width: 100%;
  padding-top: 25px;
}
.newsDetail .content .details .bottom p {
  font-family:"微软雅黑" !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  line-height: 36px !important;
 background:none  !important;
}
.newsDetail .content .details .bottom td{
  vertical-align: middle !important;
}
.newsDetail .content .details .bottom p a{
  color:#fff !important;
}
/*全职师资*/
.main .organization .content .rt-infobox {
  float: right;
  width: 890px;
  min-height: 600px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 20px;
}
.main .organization .content .rt-infobox .human-ul {
  width: 100%;
  padding: 40px 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.main .organization .content .rt-infobox .human-ul li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 30px;
}
.main .organization .content .rt-infobox .human-ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}
.main .organization .content .rt-infobox .human-ul li a.headImg {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.main .organization .content .rt-infobox .human-ul li a.headImg img {
  display: block;
  height: 100%;
}
.main .organization .content .rt-infobox .human-ul li .name {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin: 20px 0 12px;
}
.main .organization .content .rt-infobox .human-ul li .position {
  font-size: 16px;
  color: #cccccc;
  text-align: center;
}
/*教师详情*/
.humanDetail {
  width: 100%;
  padding: 50px 0;
}
.humanDetail .content {
  width: 1200px;
  margin: 0 auto;
}
.humanDetail .content .first-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 20px;
  padding: 32px 30px;
}
.humanDetail .content .first-block .human-ft {
  width: 150px;
  height: 186px;
  background: #01499d;
}
.humanDetail .content .first-block .human-ft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.humanDetail .content .first-block .human-rt {
  width: calc(100% - 180px);
}
.humanDetail .content .first-block .human-rt .human-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.humanDetail .content .first-block .human-rt .human-top .jieshao .name {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.humanDetail .content .first-block .human-rt .human-top .jieshao .position {
  margin-top: 27px;
  font-size: 20px;
  color: #fff;
}
.humanDetail .content .first-block .human-rt .human-top .direction {
  width: 570px;
  height: 80px;
  background: rgba(234, 232, 233, 0.1);
  border-radius: 16px;
  padding-left: 30px;
  line-height: 80px;
  font-size: 18px;
  color: #ffffff;
}
.humanDetail .content .first-block .human-rt .human-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #ffffff;
}
.humanDetail .content .first-block .human-rt .human-bottom .address {
  width: 646px;
}
.humanDetail .content .second-block {
  margin-top: 6px;
  background: rgba(0, 82, 171, 0.6);
  border-radius: 20px;
}
.humanDetail .content .second-block .human-title {
  height: 84px;
  line-height: 84px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.humanDetail .content .second-block .detail {
  padding: 34px 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}