/* 轮播图样式 */
.swiper-container {
  width: 100%;
  height: 560px;
}
.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  background: url(../images/san.png) no-repeat;
  background-size: auto;
  width: 32px;
  height: 30px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../images/yin.png) no-repeat;
  width: 38px;
  height: 38px;
}
.swiper-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto;
}
/* 主体区域 */
article {
  width: 100%;
  background: url(../images/article-bg.png) no-repeat  center top;
  background-size: cover;
  padding-bottom: 30px;
}
article .layout {
  position: relative;
  padding-top: 10px;
}
article .layout .l_academic {
  width: 63%;
  padding-right: 3%;
float: left;
}
article .layout .l_academic .con {
  margin-top: 28px;
}
article .layout .l_academic .con li {
  width: 100%;
  position: relative;
}
article .layout .l_academic .con li .img {
  position: absolute;
  top: 0;
  overflow: hidden;
}
article .layout .l_academic .con li .img img {
  transition: all 0.25s ease-in-out;
}
article .layout .l_academic .con li .info {
  background-color: #ffffff;
  width: 100%;
  padding-left: 432px;
}
article .layout .l_academic .con li .info .title {
  font-family: twoFont;
  color: #003f88;
  font-size: 22px;
  line-height: 33px;
}
article .layout .l_academic .con li .info .date {
  font-family: threeFont;
  color: #666666;
  font-size: 16px;
  line-height: 33px;
}
article .layout .l_academic .con li .info .dec a {
  font-family: threeFont;
  color: #666666;
  font-size: 16px;
  line-height: 33px;
}
article .layout .l_academic .con li .info .more {
  display:block;
  width: 111px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-family: threeFont;
  color: #003f88;
  font-size: 16px;
  border: 1px solid #003f88;
  margin-top: 20px;
}
article .layout .l_academic .con li:nth-child(1) {
  width: 100%;
  height: 355px;
  padding: 17px;
  padding-right: 0;
  background: url(../images/blue_bg.png) no-repeat left top;
}
article .layout .l_academic .con li:nth-child(1) .img {
  width: 520px;
  height: 294px;
  overflow: hidden;
  top: 17px;
}
article .layout .l_academic .con li:nth-child(1) .img img {
  width: 520px;
  height: 294px;
}
article .layout .l_academic .con li:nth-child(1) .info {
  padding-left: 539px;
  height: 319px;
  background-color: #ffffff;
  padding-top: 16px;
  padding-right: 8px;
}
article .layout .l_academic .con li:nth-child(1) .info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 66px;
}
article .layout .l_academic .con li:nth-child(1) .info .dec {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 99px;
}
article .layout .l_academic .con li:nth-child(2) {
  margin-top: 28px;
  padding-top: 10px;
}
article .layout .l_academic .con li:nth-child(2) .img {
  right: 0;
  width: 416px;
  height: 235px;
}
article .layout .l_academic .con li:nth-child(2) .img img {
  width: 416px;
  height: 235px;
}
article .layout .l_academic .con li:nth-child(2) .info {
  height: 212px;
  padding-right: 420px;
  padding-left: 20px;
  padding-top: 14px;
}
article .layout .l_academic .con li:nth-child(2) .info .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
article .layout .l_academic .con li:nth-child(2) .info .dec {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 66px;
}
article .layout .l_academic .con li:nth-child(3) {
  margin-top: 50px;
  padding-top: 10px;
}
article .layout .l_academic .con li:nth-child(3) .img {
  left: 0;
  width: 416px;
  height: 235px;
}
article .layout .l_academic .con li:nth-child(3) .img img {
  width: 416px;
  height: 235px;
}
article .layout .l_academic .con li:nth-child(3) .info {
  height: 212px;
  padding-left: 432px;
  padding-right: 20px;
  padding-top: 14px;
}
article .layout .l_academic .con li:nth-child(3) .info .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
article .layout .l_academic .con li:nth-child(3) .info .dec {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 66px;
}
article .layout .r_event {
    width: 36%;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    float: left;
}
article .layout .r_event .con {
  margin-top: 45px;
}
article .layout .r_event .con li {
  background-color: #ffffff;
  padding-left: 18px;
  padding-top: 20px;
  padding-right: 98px;
  width: 100%;
  height: 190px;
  position: relative;
  margin-top: 33px;
  box-shadow: 2px 2px 5px #999999;
  transition: all 0.25s ease-in-out;
}
article .layout .r_event .con li h3 a {
  font-family: threeFont;
  font-size: 16px;
  color: #003f88;
  text-decoration: underline;
  font-style: italic;
}
article .layout .r_event .con li .title {
  font-family: twoFont;
  font-size: 16px;
  color: #003f88;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 84px;
  margin-top: 10px;
}
article .layout .r_event .con li .time {
  font-family: threeFont;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
article .layout .r_event .con li .date {
  width: 63px;
  height: 87px;
  background-color: #003f88;
  padding-top: 8px;
  position: absolute;
  right: 15px;
  top: -18px;
}
article .layout .r_event .con li .date .m {
  font-family: threeFont;
  font-size: 18px;
  color: #ffffff;
  display: block;
  text-align: center;
}
article .layout .r_event .con li .date .d ,
article .layout .r_event .con li .date .y{
  font-family: firstFont;
  font-size: 18px;
  color: #ffffff;
  display: block;
  text-align: center;
}
article .layout .r_event .con li:nth-child(1) {
  margin-top: 0;
}
.top {
  overflow: hidden;
  /*  margin-top: 34px; */
  padding-bottom: 20px;
  border-bottom: 4px solid #003f88;
}
.top h2 {
  font-family: twoFont;
  color: #003f88;
  font-size: 24px;
  float: left;
}
.top .more div {
  float: right;
  font-family: threeFont;
  color: #333333;
  font-size: 18px;
}
/* 相关链接 */
.link {
  width: 100%;
  height: 90px;
  /*background-color: #ffffff;*/
  margin-top: 34px;
  overflow: hidden;
  padding-top: 15px;
  line-height:80px;
}
.link span {
  font-family: fourFont;
  font-size: 30px;
  color: #555;
  float: left;
  width: 11.9%;
  margin-left: 1%;
  margin-top: 12px;
}
.link select {
  font-family: threeFont;
  width: 29%;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #555;
  float: left;
  margin-left: 1%;
  margin-top: 6px;
  padding-left: 14px;
}
.link p {
  font-family: twoFont;
  font-size: 20px;
  color: #ffffff;
  width: 17.7%;
  height: 65px;
  line-height: 65px;
  float: left;
  margin-left: 1%;
  transition: all 0.25s ease-in-out;
}
.link .link_1 {
  padding-left: 87px;
  background: url(../images/link1_icon.png) no-repeat 38px center;
  background-color: #185fb1;
}
.link .link_2 {
  padding-left: 55px;
  background: url(../images/link_2.png) no-repeat 7px center;
  background-color: #f59a23;
}
.link .link_3 {
  margin-right: 1%;
  padding-left: 76px;
  background: url(../images/link_icon3.png) no-repeat 23px center;
  background-color: #38a1f3;
}
article .layout .l_academic .con li:hover .img img {
  transform: scale(1.05);
}
article .layout .l_academic .con li:hover .info .title {
  text-decoration: underline;
}
article .layout .l_academic .con li .info .more:hover {
  background-color: #003f88;
  color: #ffffff;
}
.link p:hover {
  margin-top: -10px;
}
article .layout .r_event .con li:hover {
  background-color: #003f88;
}
article .layout .r_event .con li:hover h3 a{
  color: #ffffff;
}
article .layout .r_event .con li:hover .time {
  color: #ffffff;
}
article .layout .r_event .con li:hover .title {
  color: #ffffff;
}
@media screen and (max-width: 1830px)  {
   article {
      background-size: auto;
   }
}
@media screen and (max-width: 1399px) {
  .link span {
    font-size: 28px;
  }
  article {
padding: 20px 8px 30px;
  }

}
@media screen and (max-width: 1316px) {
  .link span {
    font-size: 24px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1228px) {
  .link select {
    padding-left: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  article .layout .l_academic .con li:nth-child(1) .img img {
    width: 372px;
    height: 257px;
  }
  article .layout .l_academic .con li:nth-child(1) .info {
    padding-left: 400px;
    height: 290px;
  }
  article .layout .l_academic .con li:nth-child(1) {
    height: 336px;
  }
}
@media screen and (max-width: 1130px) {
  .link span {
    font-size: 22px;
  }
  .link p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  article .layout .l_academic {
    padding-right: 0;
width: 100%;
float: none;
  }
  article {
    padding: 20px 10px 30px;
    background-size: cover;
  }
  article .layout .r_event {
    position: relative;
    width: 100%;
    margin-top: 54px;
float: none;
  }
  .link span {
    font-size: 18px;
    margin-top: 20px;
  }
  .link select {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .link {
    height: auto;
    padding-bottom: 30px;
  }
  .link p {
    width: 222px;
   margin-top: 10px;
  }
  .link .link_1 {
margin-left:16%;
   }

  .link select {
    width: 300px;
  }
  .link span {
    margin-left: 24%;
}
.link select {
    margin-right: 11%;
}
}
@media screen and (max-width: 921px) {
  .link .link_2 {
    margin-top: 10px;
  }
  .link .link_3 {
    margin-top: 10px;
  }
  .link .link_1 {
margin-left:14%;
   }
  .link span {
    width: 105px;
    margin-left: 28%;
  }
}
@media screen and (max-width:856px){
.link span {
    width: 105px;
    margin-left: 24%;
}
.link .link_1 {
    margin-left: 8%;
}
}
@media screen and (max-width:785px){
.link span {
    width: 105px;
    margin-left: 20%;
}
.link .link_1 {
    margin-left: 3%;
}
}
@media screen and (max-width: 768px) {
  .link span {
    width: 105px;
    margin-left: 6%;
  }
  article {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 733px) {
  .link p {
    float: unset;
    width: 320px;
  }
  .link .link_1 {
   margin-left:1%;
    margin-top: 10px;
    padding-left: 150px;
    background: url(../images/link1_icon.png) no-repeat 90px center;
    background-color: #185fb1;
  }
  .link .link_2 {
    padding-left: 138px;
    background: url(../images/link_2.png) no-repeat 82px center;
    background-color: #f59a23;
    margin-left: 1%;
  }
  .link .link_3 {
    margin-right: 1%;
    padding-left: 136px;
    background: url(../images/link_icon3.png) no-repeat 77px center;
    background-color: #38a1f3;
  }
  .link select {
    float: unset;
  }
  .link span {
    margin-left: 1%;
  }
  .link {
    padding-left: 18%;
  }
}
@media screen and (max-width: 640px) {
  article .layout .l_academic .con li {
    height: unset !important;
    background: none !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
  article .layout .l_academic .con li .img {
    position: relative;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  article .layout .l_academic .con li .img img {
    width: 100% !important;
    height: auto !important;
  }
  article .layout .l_academic .con li .info {
    padding: 0 10px !important;
    height: auto !important;
  }
  .swiper-container {
    height: 300px;
  }
}
@media screen and (max-width: 570px) {
  .link {
    padding-left: 8%;
  }
}
@media screen and (max-width: 486px) {
  .link {
    padding-left: 10px;
  }
  .link select {
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  .link {
    padding-left: 10px;
  }
}
article .layout .l_academic .con li:nth-child(1) .info:hover{
background-color:#e88f12;
}
article .layout .l_academic .con li:nth-child(1) .info:hover p{
color:#fff;
}
article .layout .l_academic .con li:nth-child(1) .info:hover .more{
border:1px solid #fff !important;
}
article .layout .l_academic .con li .info:hover{
background-color:#e88f12;
}
article .layout .l_academic .con li .info:hover p{
color:#fff !important;
}
article .layout .l_academic .con li .info:hover .more{
border:1px solid #fff !important;
}
article .layout .l_academic .con li .info:hover a{
color:#fff !important;
}
.r_event .con li a:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.link a{
  display:inline-block;
  width:23%;
  height:65px;
  margin-right:1%;
 transition:all 0.3s ease;
}
.link a img{
  width:100%;
  height:100%;
  vertical-align: middle;
  object-fit: contain;
}
.link a:last-child{
  width:28px;
  height:28px;
  margin-right:0!important;
}
.link a:hover{
  transform:translateY(-6px);
  transition:all 0.3s ease;
}
@media screen and (max-width: 1200px){
    .link a{
    width:30%;
    margin-right:3%;
    height:70px;
    }
.link{
  height:auto;
}
 }
@media screen and (max-width: 1024px){
    .link a{
    width:31%;
    margin-right:2%;
    }
}
@media screen and (max-width: 870px){
    .link a{
    width:40%;
    margin-right:2%;
    }
}
@media screen and (max-width: 733px){
.link {
  padding-left: 0;
    line-height: 70px;
}
 .link a{
margin-top: 20px;
}
}
@media screen and (max-width: 650px){
  .link{
   width:80%;
   margin: 0 auto;
   text-align: center;
   line-height:unset;
 line-height:none;
}
    .link a{
    width:100%;
    margin-right:0;
   margin-top: 20px;
  height:auto;
  
    }
}
@media screen and (max-width: 420px){
    .link{
    width:100%;
    }
}
