@charset "utf-8";

/* content */

.list_zst {
  position: relative;
}

.list_zst img {
  width: 100%;
  height: auto;
}

.list_zst_title {
  position: absolute;
  left: 8%;
  top: 50%;
}

.list_zst_title span {
  display: block;
  height: 36px;
  font-size: 46px;
  font-weight: 400;
  color: #386cb4;
  line-height: 36px;
}

.list_zst_title p {
  margin-top: 26px;
  font-size: 58px;
  font-weight: 400;
  color: #ffda2c;
  line-height: 58px;
}

.currentPosition_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}

.currentPosition_left {
  display: flex;
  align-items: center;
  padding: 37.5px 0;
}

.currentPosition_left p {
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
}

.currentPosition_left a {
  font-size: 14px;
  color: #333333;
}

.currentPosition_left a::after {
  content: "/";
  font-size: 13px;
  color: #333333;
  margin: 0 5px;
}

.currentPosition_left a:last-child::after {
  display: none;
}

.currentPosition_main span {
  font-size: 35px;
  font-weight: bold;
  color: #333333;
}

.options {
  background: #063a82;
}

.options_main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* padding: 22px 0; */
}

.options_main li {
  padding: 20px 0px;
  position: relative;
}

.options_main .active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffda2c;
  left: 0;
  bottom: 0px;
}

.options_main li:first-child {
}

.options_main li a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  padding: 0 25px;
  border-right: 1px solid #38619b;
}

.content {
  padding: 50px 0 60px;
}

.content_main .content_title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}

.content_main .content_source {
  font-size: 15px;
  line-height: 30px;
  color: #71798b;
  text-align: center;
  padding: 17px 0 32px;
  border-bottom: 1px solid #eaf1fb;
}

.content_main .content_source i {
  margin: 0 5px;
}

.content_main p {
  line-height: 32px !important;
  font-size: 18px !important;
  color: #333333;
  text-indent: 2em;
  margin-top: 30px;
}
.content_main  video{
  margin:0 auto;
  display:block;
  max-width:100%;
}
.content_main table {
  max-width:100%;
}
.content_main img {
  display: block;
   max-width: 100%;
    height: auto;
  margin: 0 auto !important;
  margin-top: 32px !important;
}
 

/* literalList */
.literalList_main {
  flex-wrap: wrap;
  margin-top: 80px !important;
}

.literalList_main li {
  margin: 40px 0 60px;
}

/* graphicList */
.graphicList_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 20px;
}

.graphicList_main li {
  width: 31.625%;
  margin-bottom: 40px;
}

.graphicList_main li .graphicList_top {
  width: 100%;
  height: calc(26.35vw/274*183);
  border-radius: 20px;
  overflow: hidden;
}

.graphicList_main li .graphicList_top img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.graphicList_main li:hover .graphicList_top img {
  transform: scale(1.1);
}

.graphicList_main li .graphicList_btm {
  position: relative;
  z-index: 9;
  width: 87%;
  border-radius: 20px;
  background: #f7f9fd;
  margin: -60px auto 0;
  padding: 35px 36px;
  transition: box-shadow 0.3s ease;
}

.graphicList_main li:hover .graphicList_btm {
  box-shadow: 0px 6px 20px 0px rgba(8, 73, 163, 0.15);
}

.graphicList_main li .graphicList_btm span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.graphicList_main li:hover .graphicList_btm span {
  color: #0849a3;
}

.graphicList_main li .graphicList_btm p {
  margin-top: 17px;
  font-size: 15px;
  font-weight: 400;
  color: #71798b;
  line-height: 30px;
}

/* campusCulture */

.campus_culture .culture_content {
  display: flex;
  justify-content: space-between;
}

.campus_culture .culture_content .image {
  width: 48.5%;
  margin-right: 0;
  justify-content: space-between;
}

.campus_culture .culture_content .image .image_left {
  width: 46%;
}

.campus_culture .culture_content .image .image_right {
  width: 50%;
  margin: 0;
}

/* shimbun */
.smb_title span,
.smb_title p {
  text-align: center;
}

.smb_title span {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #0849a3;
}

.smb_title p {
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  line-height: 40px;
  margin: 15px auto 36px;
}


.smb_title p{
  position: relative;
  
}
.smb_title p::after {
  display:block;
  content:"";
  position: absolute;
  border: 0;
  left: calc(50% - 80px);
  bottom: -5px;
  height: 3px;
  width: 0px;
  background: #000;
  transition: all 0.3s ease-out 0s;
}
.smb_title p:hover::after {
width: 160px;
}

.shimbun_zst {
  left: 13%;
}

.campus_culture,
.scenery_bulletin.bulletin,
.campus_scenery,
.smb_news,
.general,
.partyBuilding_,
.Picture,
.Media {
  padding: 60px 0 20px;
}

.general_top ul li:hover span,
.partyBuilding_ .partyBuilding_top ul li:hover a span,
.Media_left ul li:hover a span {
  color: #0849a3;
  font-weight: bold;
}

.smb_news_left_main:hover .smb_news_left_img img,
.general_btm ul li:hover a img,
.partyBuilding_ .partyBuilding_btm ul li:hover a img,
.Picture_main li:hover a img {
  transform: scale(1.1);
}

.smb_news_main {
  display: flex;
  justify-content: space-between;
}

.smb_news_main_left {
  width: 71%;
  height: 480px;
}

.smb_news_left_main {
  width: 100%;
  height: 100%;
}

.smb_news_main_left .smb_news_left_main {
  display: none;
}

.smb_news_main_left .smb_news_left_main.active {
  display: block;
}

.smb_news_left_main:hover .smb_news_left_content span {
  color: #0849a3;
}

.smb_news_left_main a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.smb_news_left_main a > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20.3%;
  height: 150px;
  background: #0849a3;
  border-radius: 20px;
  z-index: -1;
}

.smb_news_left_main a > div {
  width: 76%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(8, 73, 163, 0.1);
  border-radius: 20px;
  position: relative;
  margin-left: 24%;
  display: flex;
  justify-content: right;
  padding: 47px 30px 66px;
}

.smb_news_left_img {
  width: 66%;
  position: absolute;
  bottom: 0;
  left: -28%;
  overflow: hidden;
  border-radius: 20px;
  height: calc(26vw/5*4);
}

.smb_news_left_img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.smb_news_left_content {
  width: 58%;
}

.smb_news_left_content span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 38px;
  margin-bottom: 25px;
}

.smb_news_left_content .line-4 {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  padding-top: 34px;
  border-top: 1px solid #e5e5e5;
}

.smb_news_left_content div {
  margin-top: 60px;
}

.smb_news_left_main_time {
  display: flex;
  align-items: center;
  line-height: 14px;
}

.smb_news_left_main_time p {
  font-size: 14px;
  margin-left: 8px;
  color: #0849a3;
}

.smb_news_main_right {
  width: 27.2%;
  background: #0849a3;
  border-radius: 20px;
  padding: 15px 34px 33px;
}

.smb_news_main_right li {
  border-bottom: 1px solid #5380bf;
  padding: 20px 0;
  cursor: pointer;
}

.smb_news_main_right li span {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #c1d4ef;
}

.smb_news_main_right .active span {
  color: #fff;
  font-weight: bold;
}

.smb_news_main_right li div {
  display: flex;
  align-items: center;
}

.smb_news_main_right li div {
  margin-top: 16px;
  line-height: 14px;
}

.smb_news_main_right li div p {
  margin-left: 8px;
  font-size: 12px;
  color: #5380bf;
}

.general {
  background-image: url(../images/bulletin_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.general_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.general_top ul {
  width: 48%;
  margin-bottom: 40px;
}

.title_ {
  font-size: 29px;
  font-weight: bold;
  color: #222222;
  line-height: 30px;
  margin-bottom: 25px;
}

.general_top ul li {
  border-bottom: 1px solid #d3dce7;
}

.general_top ul li a {
  display: block;
  padding: 17px 0 18px;
}

.general_top ul li:nth-child(2) {
  border-top: 1px solid #d3dce7;
}

.general_top ul li a span {
  font-size: 15px;
  color: #333333;
  line-height: 15px;
  display: block;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.general_btm {
  margin-top: 42px;
}

.general_btm ul {
  display: flex;
  justify-content: space-between;
}

.general_btm ul li {
  width: 24%;
  border-radius: 10px;
}

.general_btm ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.general_btm ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.partyBuilding_ {
  background-image: url(../images/jcdj_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partyBuilding_ .partyBuilding_top {
  display: flex;
  justify-content: space-between;
}

.partyBuilding_ .partyBuilding_top_l,
.partyBuilding_ .partyBuilding_top_r {
  width: 49%;
}

.partyBuilding_ .partyBuilding_top ul li {
  border-bottom: 1px solid #dde3e8;
}

.partyBuilding_ .partyBuilding_top ul li:first-child {
  border-top: 1px solid #dde3e8;
}

.partyBuilding_ .partyBuilding_top ul li a {
  display: block;
  padding: 22px 0 25px;
}

.partyBuilding_ .partyBuilding_top ul li a span {
  font-size: 15px;
  color: #333333;
  line-height: 15px;
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partyBuilding_ .partyBuilding_btm {
  margin-top: 65px;
}

.partyBuilding_ .partyBuilding_btm ul {
  display: flex;
  justify-content: space-between;
}

.partyBuilding_ .partyBuilding_btm ul li {
  width: 16%;
  height: calc(11.6vw/223*300);
}

.partyBuilding_ .partyBuilding_btm ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.partyBuilding_ .partyBuilding_btm ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
  transition: transform 0.3s ease;
}

.partyBuilding_ .partyBuilding_btm ul li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #0849a3 0%, rgba(8, 73, 163, 0) 100%);
  border-radius: 10px;
  width: 100%;
  padding: 20px 0;
}

.partyBuilding_ .partyBuilding_btm ul li a div span {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

.partyBuilding_ .partyBuilding_btm ul li a div p {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

.Picture {
  background-image: url(../images/Picture_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;
}



.Picture .smb_title span {
  color: #ffda2c;
}

.Picture .smb_title p {
  color: #ffffff;
}
.Picture .smb_title p::after {  
  background: #fff;}
.Picture_main {
  display: flex;
  justify-content: space-between;
}

.Picture_main li {
  width: 32.35%;
  height: calc(23.6vw / 453 * 350);
  border-radius: 20px;
}

.Picture_main li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.Picture_main li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.Picture_main li a p {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 22px 0;
  text-align: center;
  background: linear-gradient(0deg, #0849a3 0%, rgba(8, 73, 163, 0) 100%);
  opacity: 0.8;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
}

.Media_main {
  display: flex;
  justify-content: space-between;
}

.Media_left {
  width: 66%;
}

.Media_left ul li {
  border-bottom: 1px solid #e3e8ea;
}

.Media_left ul li:first-child {
  border-top: 1px solid #e3e8ea;
}

.Media_left ul li a {
  display: block;
  padding: 18px 0 21px;
}

.Media_left ul li a span {
  display: block;
  font-size: 15px;
  color: #333333;
  line-height: 15px;
  margin-bottom: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Media_right {
  width: 30%;
}

.Media_right ul {
  /* display: flex; */
  justify-content: space-between;
}

.Media_right ul li {
  width: 48%;
  float: left;
  margin: 1%;
}

.Media_right ul li img {
  width: 100%;
}

.Media_right ul li p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 30px;
  text-align: center;
}


.first_img a{
display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.first_img a .first_image{width: 30%;height: calc(6vw/4*3.125);}
.first_img a .first_image img{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.first_img a .first_text{
width:68%;

}
@media (max-width: 1650px) {
  .currentPosition,
  .content_main,
  .list_zst_title,
  .literalList_main,
.w1600
 {
    width: 100%;
    padding: 0 3%;
  }

  .options_main {
    width: 100%;
    padding: 0px 3%;
  }

  .graphicList_main {
    width: 100%;
    padding: 60px 3% 20px;
  }

 

  .list_zst_title {
    left: 0%;
    top: auto;
    bottom: 10%;
  }
}

@media (max-width: 1500px) {
  .smb_news .w1400,
  .general .w1400,
  .Media_main,
  .Picture .w1400,
  .partyBuilding_main {
    width: 100%;
    padding: 0 3%;
  }
}

@media (max-width: 1350px) {
}

@media (max-width: 1200px) {
  .currentPosition_main {
    display: block;
  }

  .currentPosition_main span {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .currentPosition_left {
    flex-wrap: wrap;
  }

  .currentPosition_left {
    padding: 10px 0;
  }

  .currentPosition_left a {
    line-height: 28px;
    white-space: wrap;
  }

  .list_zst_title span {
    height: 25px;
    font-size: 32px;
    line-height: 25px;
  }

  .list_zst_title p {
    margin-top: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .graphicList_main li {
    width: 48.5%;
  }

  .campus_culture .culture_content {
    display: block;
  }

  .campus_culture .culture_content .image {
    width: 100% !important;
  }

  .campus_culture .culture_content .image:first-child {
    margin-bottom: 30px;
  }

  .graphicList_main li .graphicList_top {
    height: calc(45.5vw/274*183);
}
  .lm_zw{
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  .literalList_main {
    padding-bottom: 30px;
  }

  .literalList_main li {
    margin-bottom: 60px !important;
  }

  .literalList_main li:last-child {
    margin-bottom: 0px !important;
  }

  .general_top {
    flex-wrap: wrap;
  }

  .general_top ul {
    width: 48.5%;
    margin-bottom: 30px;
  }

  .general_btm ul {
    flex-wrap: wrap;
  }

  .general_btm ul li {
    margin-bottom: 30px;
    width: 48.5%;
  }

  .Media_main {
    display: block;
  }

  .Media_left,
  .Media_right {
    width: 100%;
  }

  .Media_right {
    margin-top: 30px;
  }

  .Picture_main {
    flex-wrap: wrap;
  }

  .Picture_main li {
    width: 48%;
    height: calc(44.35vw / 453 * 350);
    margin-bottom: 30px;
  }

  .Picture_main li:last-child {
    margin-bottom: 0px;
  }
  .partyBuilding_ .partyBuilding_btm ul {
    flex-wrap: wrap;
  }
  .partyBuilding_ .partyBuilding_btm ul li {
    width: 32%;
    margin-bottom: 30px;
  }
  .smb_news_main{
    display: block;
  }
  .smb_news_main_left {
    width: 100%;
    height: 480px;
}
.smb_news_left_img {
  height: calc(46vw/5*4);
}
.smb_news_main_right{
  width: 100%;
  margin-top: 30px;
}
  .partyBuilding_ .partyBuilding_btm ul li {
 
  height: calc(29.9vw/223*300);
}
}

@media (max-width: 768px) {
  .smb_news_main_left {
    width: 100%;
    height: auto;
}
.smb_news_left_main a > span {
  height: calc(20vw/1*1);
  bottom: -30px;
  border-radius: 10px;
}
.smb_news_main_right {
  margin-top: 60px;
}
.smb_news_left_main a > div {
  box-shadow: 0px 0px 10px 0px rgba(8, 73, 163, 0.3);
}
}

@media (max-width: 567px) {
  .graphicList_main li {
    width: 100%;
  }

  .campus_culture .culture_content .image .image_left {
    margin-bottom: 30px;
  }

  .campus_culture .culture_content .image .image_left,
  .campus_culture .culture_content .image .image_right {
    width: 100% !important;
  }
  .general_top ul {
    width: 100%;
}
.partyBuilding_top{
  flex-wrap: wrap;
}
.partyBuilding_top_l,
.partyBuilding_top_r{
  width: 100% !important;
}
.partyBuilding_top_r{
  margin-top: 30px;
}
.partyBuilding_ .partyBuilding_btm ul li {
  width: 48.5%;
}
.Picture_main li {
  width: 100%;
  height: calc(90vw / 453 * 350);
}
.smb_title p {
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}
.campus_culture, .scenery_bulletin.bulletin, .campus_scenery, .smb_news, .general, .partyBuilding_, .Picture, .Media {
  padding: 30px 0;
}
.general_btm {
  margin-top: 0;
}
.partyBuilding_ .partyBuilding_btm {
  margin-top: 30px;
}
.smb_news_left_content span {
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.smb_news_left_content .line-4 {
  padding-top: 34px;
    -webkit-line-clamp: 2;
}
.smb_news_left_content div {
  margin-top: 30px;
}

  .graphicList_main li .graphicList_top {
    height: calc(93.5vw/274*183);
}
  .partyBuilding_ .partyBuilding_btm ul li {
 
  height: calc(44vw/223*300);
}
}

@media (max-width: 480px) {
  .list_zst_title span {
    height: 18px;
    font-size: 24px;
    line-height: 18px;
  }

  .list_zst_title p {
    margin-top: 15px;
    font-size: 28px;
    line-height: 28px;
  }

  .list_zst_title {
    left: 0%;
    top: auto;
    bottom: 20%;
  }

  .currentPosition_main span {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 22px;
  }

  .options_main li {
    padding: 10px 0px;
  }

  .content {
    padding: 30px 20px 40px;
  }

  .content_main .content_title {
    font-size: 17px;
    line-height: 34px;
  }

  .graphicList_main {
    padding: 30px 2% 0px;
  }

  .graphicList_main li .graphicList_btm {
    width: 90%;
    padding: 20px 20px;
  }

  .campus_culture,
  .scenery_bulletin.bulletin,
  .campus_scenery,
  .smb_news,
  .general,
  .partyBuilding_,
  .Picture,
  .Media {
    padding: 30px 0;
  }
  .smb_news_left_main a > div {
    padding: 20px 10px;
}
.smb_news_left_main a > span {
  bottom: -20px;
}
}