/* 
* 二级菜单 
*/
body {
  font-family: "Yqsong";
}
.header-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-bottom: 1px solid rgba(0, 63, 137, 0.2);
}
.header-tabs .item {
  position: relative;
  line-height: 80px;
  height: 80px;
  cursor: pointer;
  margin-right: 221px;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
}
.header-tabs .item:last-child {
  margin-right: 0;
}
.header-tabs .item.selected {
  color: #003f89;
}
.header-tabs .item.selected::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #003f89;
}
/* 
* 广告图
*/
.banner-box {
  position: relative;
  width: 100%;
}
.banner-box .title {
  position: absolute;
  width: 100%;
  height: 84px;
  left: 0;
  top: 50%;
  margin-top: -42px;
  text-align: center;
}
.banner-box .title .cn {
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner-box .title .en {
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  color: #f3f3f3;
  text-transform: uppercase;
}
.banner-box .bg {
  width: 100%;
  height: 230px;
}
.banner-box .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 2.关于我们——青山高研院简介  */
.about-us {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.about-us .brief-introduction {
  display: flex;
}
.about-us .brief-introduction .ft {
  width: calc(100% - 595px);
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-right: 39px;
}
.about-us .brief-introduction .ft div {
  margin-bottom: 20px;
}
.about-us .brief-introduction .rt {
  width: 556px;
  height: 742px;
}
.about-us .brief-introduction .rt .swiper {
  height: 100%;
}
.about-us .brief-introduction .rt .swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.about-us .brief-introduction .rt .swiper .swiper-container .swiper-wrapper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 556px;
  height: 742px;
  background: #919191;
  border-radius: 0px 50px 50px 0px;
  overflow: hidden;
}
.about-us .brief-introduction .rt .swiper .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 2.关于我们——环境与地图  */
.about-us {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.about-us .campus {
  min-height: 220px;
}
.about-us .campus p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 10px;
}
/* 3.学者介绍  */
.scholar .scholar-title {
  height: 40px;
  margin-bottom: 58px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: url(../img/image/linebg.png) repeat-x left top;
}
.scholar .scholar-title h4 {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  background-color: #f7f8f8;
  padding: 0 70px;
  margin: 0 auto;
}
.scholar .scholar-doctor {
  width: 1300px;
  margin: 0 auto;
  padding: 46px 0 50px;
}
.scholar .scholar-doctor .list {
  display: flex;
  flex-wrap: wrap;
}
.scholar .scholar-doctor .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 480px;
  margin-right: 25px;
}
.scholar .scholar-doctor .list .item:nth-child(4n) {
  margin-right: 0;
}
.scholar .scholar-doctor .list .item .photo {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.scholar .scholar-doctor .list .item .photo a {
  display: block;
  width: 100%;
}
.scholar .scholar-doctor .list .item .photo a img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}
.scholar .scholar-doctor .list .item .name {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 22px;
  color: #333333;
}
.scholar .scholar-doctor .list .item .intro {
  font-weight: 800;
  font-size: 16px;
  color: #999999;
}
/* 4.新闻动态 */
.announce_Info {
  width: 100%;
  background: #f8f9ff;
}
.announce_Info .content {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.announce_Info .content .announce_ul {
  width: 100%;
}
.announce_Info .content .announce_ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 20px 0;
  background: #ffffff;
}
.announce_Info .content .announce_ul li .calendar {
  width: 274px;
  text-align: center;
}
.announce_Info .content .announce_ul li .calendar .day {
  font-weight: 800;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  margin-bottom: 22px;
}
.announce_Info .content .announce_ul li .calendar .year {
  font-weight: 800;
  font-size: 20px;
  color: #999999;
  line-height: 28px;
}
.announce_Info .content .announce_ul li .texts {
  width: calc(100% - 504px);
  padding: 0 40px 0 36px;
  border-left: 1px solid #cccccc;
}
.announce_Info .content .announce_ul li .texts h4 {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 27px;
}
.announce_Info .content .announce_ul li .texts h4 a {
  font-weight: 800;
  font-size: 20px;
  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;
}
.announce_Info .content .announce_ul li .texts h4:hover a {
  color: #a31c27;
}
.announce_Info .content .announce_ul li .texts p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.announce_Info .content .announce_ul li .imgs {
  width: 230px;
  height: 142px;
  overflow: hidden;
}
.announce_Info .content .announce_ul li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* 5.加入我们  */
.join-us {
  background: #f8f9ff;
}
.join-us .content {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
}
.join-us .content .welcome {
  display: flex;
  justify-content: space-between;
  padding-bottom: 53px;
}
.join-us .content .welcome .ft {
  width: 760px;
  height: 220px;
  border-radius: 20px;
}
.join-us .content .welcome .ft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-us .content .welcome .rt {
  width: calc(100% - 820px);
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
.join-us .content .recruit .title {
  padding: 54px 0 35px;
  border-top: 1px solid #e3e3e3;
  font-weight: 800;
  font-size: 40px;
  color: #333333;
}
.join-us .content .recruit ul.recruit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-us .content .recruit ul.recruit-list li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  border: 2px solid #d6dcff;
}
.join-us .content .recruit ul.recruit-list li:not(:nth-child(2n)) {
  margin-right: 20px;
}
.join-us .content .recruit ul.recruit-list li a {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.join-us .content .recruit ul.recruit-list li a span {
  font-weight: 800;
  font-size: 30px;
  color: #333333;
}
.join-us .content .recruit ul.recruit-list li a img {
  display: block;
  width: 24px;
}
.join-us .content .recruit ul.recruit-list li:hover {
  border-color: #0099db;
}
.join-us .content .recruit ul.recruit-list li:hover a span {
  color: #003f89;
}
/* 6.联系我们  */
.relate-us {
  background: #f8f9ff;
  padding: 56px 0 40px;
}
.relate-us .first-block {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
.relate-us .first-block .ft {
  width: 670px;
  height: 430px;
  background: #ffffff;
}
.relate-us .first-block .ft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relate-us .first-block .rt {
  width: 600px;
  margin-left: 30px;
}
.relate-us .first-block .rt .office {
  width: 600px;
  height: 430px;
  background: #ffffff;
  padding: 15px 31px 0;
  margin-bottom: 10px;
}
.relate-us .first-block .rt .office .title {
  font-weight: 800;
  font-size: 30px;
  color: #003e88;
  line-height: 42px;
  margin-bottom: 21px;
}
.relate-us .first-block .rt .office .common-line{
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 63px);
}
.relate-us .first-block .rt .office .common-line .item{
  width: 100%;
}
.relate-us .first-block .rt .office .item .tag {
  font-weight: 800;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.relate-us .first-block .rt .office .item .info {
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-top: 18px;
}
.relate-us .second {
  width: 1300px;
  margin: 30px auto 0;
}
.relate-us .second .title {
  font-weight: 800;
  font-size: 30px;
  color: #003e88;
  line-height: 42px;
}
.relate-us .second .nav-head {
  height: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.relate-us .second .nav-head .txt {
  font-weight: 800;
  font-size: 18px;
  color: #999999;
}
.relate-us .second .nav-head .txt:nth-child(1) {
  width: 15%;
}
.relate-us .second .nav-head .txt:nth-child(2) {
  width: 40%;
}
.relate-us .second .nav-head .txt:nth-child(3) {
  width: 20%;
}
.relate-us .second .nav-head .txt:nth-child(4) {
  width: 25%;
}
.relate-us .second .second-block {
  background: #ffffff;
}
.relate-us .second .second-block .contact {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #f0f0f0;
}
.relate-us .second .second-block .contact .item {
  font-weight: 800;
  font-size: 20px;
  color: #333333;
}
.relate-us .second .second-block .contact .item:nth-child(1) {
  width: 15%;
}
.relate-us .second .second-block .contact .item:nth-child(2) {
  width: 40%;
}
.relate-us .second .second-block .contact .item:nth-child(3) {
  width: 20%;
}
.relate-us .second .second-block .contact .item:nth-child(4) {
  width: 25%;
}
.relate-us .second .second-block .contact .common-line {
  display: flex;
}
.relate-us .second .second-block .contact .common-line .item {
  width: 50%;
}
/* 7.学术活动  */
.academic {
  width: 100%;
}
.academic .content {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.academic .content .online-calendar {
  width: 310px;
  height: 308px;
  background-color: #011c3c;
}
.academic .content .events-content {
  width: calc(100% - 340px);
  border-left: solid 1px #dddddd;
}
.academic .content .events-content ul.events-list {
  width: 100%;
  padding-bottom: 40px;
}
.academic .content .events-content ul.events-list li {
  display: flex;
  padding-left: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddddd;
}
.academic .content .events-content ul.events-list li:not(:first-child) {
  padding-top: 30px;
}
.academic .content .events-content ul.events-list li .thumb {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.academic .content .events-content ul.events-list li .thumb img {
  display: block;
  width: 300px;
  height: 200px;
  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;
}
.academic .content .events-content ul.events-list li .thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.academic .content .events-content ul.events-list li .text {
  width: calc(100% - 300px);
  padding-left: 35px;
}
.academic .content .events-content ul.events-list li .text h5 {
  font-size: 22px;
  font-family: "RabiolaSerif";
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.academic .content .events-content ul.events-list li .text h5 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;
}
.academic .content .events-content ul.events-list li .text h5:hover a {
  color: #013f88;
}
.academic .content .events-content ul.events-list li .text span {
  display: block;
  font-size: 16px;
  font-family: "RobotoRegular";
  font-weight: bold;
  color: #c8a063;
  margin-top: 15px;
}
.academic .content .events-content ul.events-list li .text p {
  font-size: 16px;
  font-family: "RobotoRegular";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 学术研究 */
.publications {
  width: 1300px;
  margin: 48px auto 45px;
}
.publications ul.books-list {
  display: flex;
  flex-wrap: wrap;
}
.publications ul.books-list li {
  width: calc((100% - 70px) / 3);
  height: 375px;
  border-radius: 14px;
  border: 2px solid #e1e8f0;
  padding: 20px 20px 24px;
  margin-bottom: 30px;
}
.publications ul.books-list li:not(:nth-child(3n)) {
  margin-right: 35px;
}
.publications ul.books-list li:hover {
  border-color: #003f89;
}
.publications ul.books-list li .cover-image a {
  display: block;
  width: 100%;
  height: 218px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #707070;
  overflow: hidden;
}
.publications ul.books-list li .cover-image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publications ul.books-list li h3 {
  margin: 26px 0 14px;
}
.publications ul.books-list li h3 a {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publications ul.books-list li .last-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publications ul.books-list li .last-line .time {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.publications ul.books-list li .last-line .see-more a {
  display: flex;
  align-items: center;
}
.publications ul.books-list li .last-line .see-more a span {
  font-weight: 500;
  font-size: 16px;
  color: #003e88;
}
.publications ul.books-list li .last-line .see-more a img {
  display: block;
  width: 14px;
  margin-left: 5px;
}
/* 8.新闻详情  */
.newsDetails_Info {
  width: 100%;
}
.newsDetails_Info .content {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
.newsDetails_Info .content .left {
  width: 200px;
  padding-top: 40px;
}
.newsDetails_Info .content .left .back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.newsDetails_Info .content .left .back span {
  font-size: 18px;
  font-weight: 400;
  color: #a31c27;
  margin-right: 5px;
}
.newsDetails_Info .content .left .back img {
  display: block;
  height: 15px;
  width: auto;
}
.newsDetails_Info .content .left .share {
  width: 130px;
  margin: 0 auto;
}
.newsDetails_Info .content .left .share .tags-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.newsDetails_Info .content .left .share .tags-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #999;
}
.newsDetails_Info .content .left .share .tags-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #999;
}
.newsDetails_Info .content .left .share .share-icon {
  width: 50px;
  margin: 0 auto;
}
.newsDetails_Info .content .left .share .share-icon li {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.newsDetails_Info .content .left .share .share-icon li img {
  display: block;
  width: 100%;
}
.newsDetails_Info .content .right {
  width: calc(100% - 200px);
  border-left: solid 1px #d3d3d3;
}
.newsDetails_Info .top {
  width: 100%;
  padding: 40px;
  border-bottom: solid 1px #d3d3d3;
}
.newsDetails_Info .top h3 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  color: #333;
}
.newsDetails_Info .top .info {
  margin-bottom: 15px;
}
.newsDetails_Info .top .info span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.newsDetails_Info .bottom {
  width: 100%;
  padding: 40px 0 40px 40px;
}
.newsDetails_Info .bottom p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 20px;
}
.newsDetails_Info .bottom p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* 分辨率 */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  /* 通知公告  */
  .announce_Info .content {
    width: 1200px;
  }
  .announce_Info .content .announce_ul li {
    width: 100%;
  }
  .announce_Info .content .announce_ul li .texts p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /*  新闻详情  */
  .news_Details .top .content,
  .news_Details .bottom .content {
    width: 1200px;
  }
}
.wp_paging {
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 20px auto;
    width: auto;
    display: flex;
    justify-content: center;
}
.wp_paging li {
    display: inline-block;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}