/* 首页轮播图 */
#banner {
  height: 600px;
}
#banner .inner {
  width: 100%;
  min-width: 1200px;
}
.banner-list #sudyfocus_w2 .focus-box {
  margin: 0 auto;
}
.banner-list #sudyfocus_w2 .focus-box[style] {
  max-width: 2400px !important;
  height: 580px !important;
  max-height: 100%;
}

.banner-list #sudyfocus_w2 .focus-box .focus-container[style] {
  max-width: 2400px !important;
  height: 580px !important;
  max-height: 100%;
}
.banner-list #sudyfocus_w2 .focus-box .focus-title-bar[style] {
  display: none !important;
}
/* 前后页 */
.banner-list #sudyfocus_w2 .focus-box .focus-navigation {
  width: 40px;
  height: 74px;
  background: rgba(24, 70, 178, 0.5);
  border-radius: 4px;
  line-height: 74px;
  display: block;
  color: transparent;
}
.banner-list #sudyfocus_w2 .focus-box .focus-navigation:hover {
  color: transparent;
}
.banner-list #sudyfocus_w2 .focus-box .focus-prev {
  left: 1.8%;
  background: url("/_upload/tpl/0d/3a/3386/template3386/css/images/leftarrow.png") rgba(24, 70, 178, 0.5) center center
    no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
.banner-list #sudyfocus_w2 .focus-box .focus-next {
  right: 1.8%;
  background: url("/_upload/tpl/0d/3a/3386/template3386/css/images/rightarrow.png") rgba(24, 70, 178, 0.5) center
    center no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
}
/* 分页 */
.banner-list #sudyfocus_w2 .focus-box .focus-pagination {
  right: 50%;
  bottom: 3%;
  transform: translateX(50%);
}
.banner-list #sudyfocus_w2 .focus-box .focus-pagination .focus-page {
  width: 18px;
  height: 4px;
  background-color: #d6dce3;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.banner-list #sudyfocus_w2 .focus-box .focus-pagination .focus-page:hover {
  background-color: #b3b8be;
}
.banner-list
  #sudyfocus_w2
  .focus-box
  .focus-pagination
  .focus-page.focus-page-active {
  background-color: #1846b2;
}
.banner-list{
  position: relative;
}

/* 首页轮播图END */
/* 学系新闻 */
#container-2 {
  /* margin-top: 70px; */
}
#container-2 .post {
  width: 100%;
}
#container-2 .post .tt {
  /* border-bottom: none !important;
  border-radius: 6px 6px 0px 0px;
  box-sizing: border-box;
  background: #2668cc; */
  text-align: center;
  padding: 0 2.5%;
  height: 50px;
}
#container-2 .post .tt .tit {
  padding-bottom: 0;
  width: 100%;

}
#container-2 .post .tt .tit .title {
  /* font-family: "HYLingXinJ";
  font-size: 20px !important;
  color: #fff !important;
  line-height: 50px; */
  font-size: 32px !important;
  color:#333 !important;
  font-weight: bold;
}
#container-2 .post .tt .tit .title-en {
  /* font-family: "HYLingXinJ"; */
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 50px;
}
#container-2 .post .tt .more_btn {
  height: 100%;
  line-height: 50px;
  margin-top: 0;
}
#container-2 .post .tt .more_btn a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
}
#container-2 .post .tt .more_btn:hover a {
  color: #2fd5ff;
}
/* 新闻卡片栏 */
#container-2 .post .news_tu {
  width: 100%;
  padding-top: 54px;
  padding-bottom: 68px;
  /* background-color: #f1f3f7; */
}
#container-2 .post .news_tu .news_list {
  margin: 0;
}
#container-2 .post .news_tu .news_list li.news {
  width: 335px;
  height: 348px;
  box-sizing: border-box;
  margin-left: 50px;
  border-radius: 4px;
  overflow: hidden;
  border: 0.5px solid #cdcdcd;
  box-shadow: none;
  transition: all 0.3s ease;
}
#container-2 .post .news_tu .news_list li.news:hover {
  box-shadow: 0px 2px 15px 0px rgba(172, 175, 181, 0.3);
}
#container-2 .post .news_tu .news_list li.news p {
  line-height: 1;
}
#container-2 .post .news_tu .news_list li.news .news_box {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* 新闻卡片图片 */
.news_tu .news_list li.news .news_box .img-box {
  width: 100%;
  height: 208px;
  position: relative;
}
.news_tu .news_list li.news .img-box .news_imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.news_tu .news_list li.news .img-box .news_imgs a {
  width: 100%;
  height: 100%;
}
.news_tu .news_list li.news .img-box .news_imgs a img {
  margin: 0;
  width: 100%;
  height: 208px;
}
.news_tu .news_list li.news .img-box .news-title {
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 18px;
  overflow: hidden;
}
.news_tu .news_list li.news .img-box .news-title a {
  width: 100%;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 46px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 新闻卡片简介 */
.news_tu .news_list li.news .news-info {
  width: 100%;
  height: 140px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.news_tu .news_list li.news .news-info .news-intro {
  width: 100%;
  height: 65px;
  overflow: hidden;
}
.news_tu .news_list li.news .news-info .news-intro a {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #79838a;
  line-height: 20px;
}
.news_tu .news_list li.news .news-info .news-time {
  text-align: right;
  font-size: 14px;
  color: #a0b0bc;
  line-height: 27px;
}
/* 学系新闻END */

/* 三个公告栏 */
#container-1 {
  background: #fff;
  margin-top: 85px;
}
#container-1 .inner {
  overflow: hidden;
  min-width: 1200px;
}
#container-1 .mod {
  width: 350px;
  float: left;
  margin-right: 70px;
}
#container-1 .mod:last-child {
  margin-right: 0;
}
#container-1 .mod .subnews-area {
  width: 100%;
}
#container-1 .mod .subnews-area .sub-header {
  overflow: hidden;
  width: 100%;
  height: 36px;
  border-bottom: 1px dashed #b8bec3;
}
.subnews-area .sub-header .sub-title {
  float: left;
  padding-left: 15px;
  position: relative;
}
.subnews-area .sub-header .sub-title::before {
  content: "";
  width: 5px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #2191e8;
}
.subnews-area .sub-header .sub-title .title {
  color: #1846b2 !important;
  font-size: 20px !important;
  font-family: "HYLingXinJ";
  line-height: 27px;
}
.subnews-area .sub-header .sub-title .title-en {
  color: #d2d2d2;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin-left: 6px;
}
.subnews-area .sub-header .more_btn {
  width: 56px;
  height: 26px;
  border: 1px solid #2191e8;
  text-align: center;
  float: right;
  margin-top: 0;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.subnews-area .sub-header .more_btn:hover {
  background-color: #e3f7ff;
}
.subnews-area .sub-header .more_btn .more_text {
  font-size: 14px;
  color: #2191e8;
  line-height: 24px;
}
.subnews-area .news-list {
  width: 100%;
  margin: 0;
  margin-top: 2px;
}
.subnews-area .news-list li.news {
  width: 100%;
  overflow: hidden;
  margin-top: 22px;
  margin-bottom: 0;
  transition: all 0.2s ease;
  border-radius: 4px;
  box-shadow: none;
}
.subnews-area .news-list li.news:hover {
  box-shadow: 0px 2px 6px 0px rgba(172, 175, 181, 0.3);
}
.subnews-area .news-list li.news > .news-time {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  float: left;
  text-align: center;
}
.subnews-area .news-list li.news:first-child > .news-time {
  background-color: #53cbff;
}
.subnews-area .news-list li.news:nth-child(2) > .news-time {
  background-color: #4aadff;
}
.subnews-area .news-list li.news:nth-child(3) > .news-time {
  background-color: #2e90ff;
}
.subnews-area .news-list li.news > .news-time > div {
  font-family: "DINAlternate-Bold";
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  text-shadow: 1px 1px 0px rgba(21, 94, 183, 0.3);
  font-size: 20px;
}
.subnews-area .news-list li.news > .news-time .news-month {
  font-size: 12px;
  line-height: 16px;
  transform: translateY(-25%);
}
.subnews-area .news-list li.news > .news-info {
  float: left;
  margin-left: 15px;
  width: 285px;
}
.subnews-area .news-list li.news .news-info .news-title {
  width: 100%;
}
.subnews-area .news-list li.news .news-info .news-title a {
  font-size: 16px;
  color: #384d5d;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease;
}
.subnews-area .news-list li.news .news-info .news-title a:hover {
  color: #1846b2;
}
/* 三个公告栏END */
/* 三个动态栏(在公告栏的基础下小改) */
#container-3 {
  margin-top: 85px;
  padding: 85px 0 85px;
  background: url("/_upload/tpl/0d/3a/3386/template3386/css/images/beij.png") center;
}
#container-3 .inner {
  overflow: hidden;
  min-width: 1200px;
}
#container-3 .mod {
  width: 350px;
  float: left;
  margin-right: 70px;
}
#container-3 .mod:last-child {
  margin-right: 0;
}
#container-3 .mod .subnews-area {
  width: 100%;
}
#container-3 .mod .subnews-area .sub-header {
  overflow: hidden;
  width: 100%;
  height: 36px;
  border-bottom: 1px dashed #b8bec3;
}
#container-3 .subnews-area li.news {
  width: 100%;
  margin-top: 17px;
  height: 36px;
  background: #fff;
  border-radius: 4px;
}
#container-3 .subnews-area li.news:first-child {
  margin-top: 30px;
}
#container-3 .subnews-area li.news .news-info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 29px;
  padding-right: 9px;
  margin-left: 0;
}
#container-3 .subnews-area li.news .news-info .news-title {
  width: 210px;
  float: left;
  position: relative;
}
#container-3 .subnews-area li.news .news-info .news-title::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1846b2;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#container-3 .subnews-area li.news .news-info .news-title a {
  color: #384d5d;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 36px;
  transition: all 0.2s ease;
}
#container-3 .subnews-area li.news .news-info .news-title a:hover {
  color: #1846b2;
}
#container-3 .subnews-area li.news .news-info .news-time {
  float: right;
  color: #a0b0bc;
  font-family: "DINAlternate-Bold";
  font-weight: bold;
  font-size: 14px;
}
/* 三个动态栏END */
/* 底部导航 */
.bottomNav {
    padding-top: 0;
    padding-bottom: 0;
}

.bottomNav .mod {
    width: 100%;
    position: relative;
}

.bottomNav .con {
    display: block;
}

.bottomNav .mod .con {
    padding: 0;
    overflow: hidden;
}

.btn-left{
    width: 53px;
    height: 53px;
    background: #000000;
    opacity: 0.4;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: -60px;
    user-select: none;
    cursor: pointer;
    top: calc(50% - 26px);
}
.btn_nav img{
    width: 15px;
    height: 24px;
    margin-top: 15px;
}
.btn-right{
    width: 53px;
    height: 53px;
    background: #000000;
    opacity: 0.4;
    color: #ffffff;
    text-align: center;
    position: absolute;
    user-select: none;
    cursor: pointer;
    right: -60px;
    top: calc(50% - 26px);
}

.bottomNav .mod .con ul{
    width: 1200px;
    position: relative;
}

.bottomNav .con li.column-con {
    width: 285px;
    height: 195px;
    float: left;
    margin-bottom: 10px;
}

/* .bottomNav .con li.column-con + li.column-con {
    margin-left: 18px;
} */

.bottomNav .con li.column-con .column-card {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 10px;
}

.bottomNav .con li.column-con:hover .column-card {
    box-shadow: 0 2px 10px 0 rgba(58, 59, 62, 0.3);
}

.bottomNav .con li.column-con .column-card .column-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bottomNav .con li.column-con .column-card .column-img a img {
    width: 100%;
    height: 100%;
    display: block;
}

.bottomNav .con li.column-con .column-card .column-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

.bottomNav .con li.column-con .column-card .column-info img {
    width: 76px;
    height: 76px;
    margin-top: 44px;
}

.bottomNav .con li.column-con .column-card .column-info .column-title {
    margin-top: 77px;
}

.bottomNav .con li.column-con .column-card .column-info .column-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    user-select: none;
    color: #fff;
}

.bottomNav .con li.column-con .column-card .column-info .column-title a:hover {
    color: #fff;
}

.bottomNav .con li.column-con .column-card .column-info .column-enter {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 300;
    user-select: none;
    pointer-events: none;
}

.bottomNav .con li.column-con .column-card .column-info .column-enter::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("/_upload/tpl/0d/3a/3386/template3386/css/images/rightarrow.png");
    background-size: 12px 12px;
    margin-left: 2px;
    user-select: none;
}

.bottomNav .mod .con ul{
    width: 1200px;
    position: relative;
}

.bottomNav .con li.column-con {
    width: 285px;
    height: 195px;
    float: left;
    margin-bottom: 10px;
}

/* .bottomNav .con li.column-con + li.column-con {
    margin-left: 18px;
} */

.bottomNav .con li.column-con .column-card {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 10px;
}

.bottomNav .con li.column-con:hover .column-card {
    box-shadow: 0 2px 10px 0 rgba(58, 59, 62, 0.3);
}

.bottomNav .con li.column-con .column-card .column-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bottomNav .con li.column-con .column-card .column-img a img {
    width: 100%;
    height: 100%;
    display: block;
    /* filter:brightness(0.8) */
}

.bottomNav .con li.column-con .column-card .column-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

.bottomNav .con li.column-con .column-card .column-info img {
    width: 76px;
    height: 76px;
    margin-top: 44px;
}

.bottomNav .con li.column-con .column-card .column-info .column-title {
    margin-top: 77px;
}

.bottomNav .con li.column-con .column-card .column-info .column-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    user-select: none;
    color: #fff;
}

.bottomNav .con li.column-con .column-card .column-info .column-title a:hover {
    color: #fff;
}

.bottomNav .con li.column-con .column-card .column-info .column-enter {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 300;
    user-select: none;
    pointer-events: none;
}

.bottomNav .con li.column-con .column-card .column-info .column-enter::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("/_upload/tpl/0d/3a/3386/template3386/css/images/rightarrow.png");
    background-size: 12px 12px;
    margin-left: 2px;
    user-select: none;
}


/* 底部导航END */
.mobile-only .column-card{
  position: relative;
  margin-bottom: 4.2vw;
  width: 44.5vw;
  height: 30.53vw;
  float: left;
  overflow: hidden;
  margin-right: 3vw;
}
.mobile-only .column-card .column-img{
width: 100%;
height: 100%;
}
.mobile-only .column-card .column-img a img{
width: 100%;
height: 100%;
}
.mobile-only .column-card:nth-child(2n){
  margin-right: 0;
}
.mobile-only .column-card:nth-child(3n){
  margin-right: 3vw;
}
.mobile-only .column-card .column-info{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mobile-only .column-card .column-info .column-title a{
  color:#fff;
  font-size: 5.3vw;
  line-height: 7vw;
}