* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑",microsoft yahei;
}
ul, ol {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
.pagebg {
  background: #EFF5FE;
}
.wapper {
    width: 1440px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 160px;
    background: #316CCB;
}
.headerimg {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.top {
    /* border-bottom: 1px solid #fff; */
}
.headerlink-list {
    width: 100%;
    top: 10px;
    right: 0;
    display: flex;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
}
.headerlink-list li {
    margin-left: 10px;
    font-size: 14px;
}
.headerlink-list li a {
    color: #fff;
}
.headerlink-list li a span {
    display: none;
}
.headerlink-list li:hover span {
    display: inline-block;
}
.headerimg .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.headerimg .logo {
    width: 597px;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.headerimg .textlogo {
    margin-left: 130px;
    width: 274px;
    height: 25px;
    background: url(../images/logo_text.png) no-repeat;
    background-size: 100% 100%;
}
.headerimg .logo img {
    max-width: 100%;
}
.search .shuru{
 width: 220px;
 height: 37px;
 border: none;
 outline: none;
 padding: 0 10px;
 border-radius: 18px;
}
.search .tijiao{
 width: 29px;
 height: 29px;
 cursor: pointer;
 border: none;
 outline: none;
 margin-left: 10px;
 background: url(../images/search.png) no-repeat center center;
 background-size: 100% 100%;
}
.content-banner {
  text-align: center;
}
/* 轮播 */
.swiper-banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
}

.swiper-banner .swiper-slide {
    height: 450px;
    text-align: center;
}
.swiper-banner .swiper-slide img {
    max-width: 100%;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}

/* 导航 */
.nav {
    width: 100%;
    height: 60px;
    background: #427EDE;;
    position: relative;
    border-top: 1px solid #fff;
}
.nav-list {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .bg {
    position: absolute;
    top: 59px;
    left: 0;
    display: none;
    width: 100%;
    height: 280px;
    background: url(../images/navbg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 333;
}
.nav:hover .bg {
    display: block;
}

/* 隐藏二级菜单 */
.nav-list ul {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    display: none;
    padding: 10px 0;
    flex-direction: column;
    z-index: 1000;
}
.nav-list li {
    padding: 0 0px;
    text-align: center;
    position: relative;
}
.nav-list li a{
    color: #fff;
    line-height: 16px;
    display: block;
}
.nav-list ul li {
    margin-bottom: 15px;
}
.nav-list ul li a {
    color: #222;
    font-size: 16px;
}
.nav:hover .nav-list ul {
    display: flex;
}
.nav-list:hover ul {
    display: flex;
}

.content-box { display: flex; justify-content: space-between;}
.content-box .content-left {
    width: 70%;
    margin-right: 50px;
}
.content-box .content-right {
    width: 40%;
}
/* 模块标题 */
.title-plant {
    width: 100%;
    padding: 10px 0 10px 0px;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.title-plant .title {
    font-size: 24px;
    color: #1E46B4;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-plant .title i {
    display: inline-block;
    width: 10px;
    height: 25px;
    background: #1E46B4;
    border-radius: 3px;
    margin-right: 26px;
}
.title-plant .more {
    font-size: 14px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    background: #316CCB;
}
/* 快捷导航 */
.quick-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.quick-nav .navicon {
    display: inline-block;
    width: 107px;
    height: 107px;
    background: url(../images/tb_001.png) no-repeat center center;
    background-size: 100% 100%;
}
.quick-nav .navicon2 { background: url(../images/tb_002.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon3 { background: url(../images/tb_003.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon4 { background: url(../images/tb_004.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon5 { background: url(../images/tb_005.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon6 { background: url(../images/tb_006.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon7 { background: url(../images/tb_007.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon8 { background: url(../images/tb_008.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav .navicon9 { background: url(../images/tb_009.png) no-repeat center center; background-size: 100% 100%;}
.quick-nav li a {
    display: flex;
    width: 107px;
    height: 107px;
    border-radius: 20px;
    background: #316CCB;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quick-nav li a p {
    font-size: 16px;
}
.quick-nav li a:hover {
    color: #fff;
}
/* 学院新闻 */
.xynews-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xynews-item .text-img {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.xynews-item .text-img .img-list-box {flex: 1;}
.xynews-item .text-img .img-plant { width: 444px; display: flex; flex-direction: column; margin-right: 30px; margin-top: 16px;}
.xynews-item .text-img .img-plant .img{ position: relative; width: 444px; height: 270px; margin-right: 30px; overflow: hidden;}
.xynews-item .text-img .img-plant .img img {width: 100%; height: 270px; display: block; object-fit: cover;}
.xynews-item .text-img .img-plant p {
    line-height: 24px; 
    color: #888; 
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.xynews-item .text-img .img-plant .left-title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xynews-item .text-img .img-plant .img .time p {
    color: #fff;
}
.xynews-item .text-img .img-plant .img .time span {
    font-size: 24px;
    font-weight: bold;
}
.xynews-item .text-img .img-plant .img .time {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 101px;
    background: url(../images/pic_left_datebg.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 20px;
    font-style: oblique;
}
.img-list-box .img-list a{
    line-height: 48px;
    padding: 10px;
    border-bottom: 1px dashed #d8d8d8;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    
}
.img-list-box .img-list .text-container {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    position: relative;
}
.img-list-box .img-list .text-container  .text{
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    height: 52px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.img-list-box .img-list .text-container .time {
    position: absolute;
    right: 2px;
    padding: 0 5px;
    bottom: 0;
    color: #888;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    /* 确保在第二行基线上 */
    background: white; /* 防止文字重叠，可选 */
    text-align: right;
    width: 92px;
}

.bgef .img-list-box .img-list .text-container .time {
    background: #EFF5FE;
}
/* 通知公告 */

.notice-list-box .img-list a{
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
}
.notice-list-box .img-list .time { 
    flex: 0 0 62px;
    height: 62px;
    margin-right: 25px;
    background: #4185F4;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.notice-list-box .img-list .title {
    flex: 1;
    padding: 10px 0;
    border-bottom: 1px dashed #d8d8d8;
}
.notice-list-box .img-list .title  span{
    font-size: 16px;
    line-height: 24px;
    height: 50px;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-list-box .img-list .time span {
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.notice-list-box .img-list .time p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
/* --------------- */
.bgef {
    padding: 30px 0;
    background: #EFF5FE;
}

/* 友情链接 */
.blogroll {padding: 30px 0;}
.link-list {
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.link-list li {
    margin-right: 30px;
}
.link-list li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}


/* 学院风采 */
.collegestyle {
    height: 360px;
    background: linear-gradient(0deg, #81D8FF, #4A97FF);
}
.collegestyle-content {
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.collegestyle-content .title-plant {
    margin-bottom: 20px;
    margin-top: 30px;
    
}
.collegestyle-content .title-plant .more {
    color: #316CCB;
    background: #fff;
}
.collegestyle-swiper {
    position: relative;
}
.collegestyle-swiper .swiper-button-prev {
    left: -60px;
    background: url(../images/arrow_left.png) no-repeat center center;
    background-size: 100% 100%;
    width: 37px;
    height: 73px;
    margin-top: -20px;
}
.collegestyle-swiper .swiper-button-next {
    right: -60px;
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 100% 100%;
    width: 37px;
    height: 73px;
    margin-top: -20px;
}

.collegestyle-swiper .swiper-container {
    width: 1440px;
    height: 178px;
}
.collegestyle-swiper.swiper-container .swiper-wrapper .swiper-slide{
    overflow: hidden;
}
.collegestyle-swiper .swiper-container .swiper-wrapper .swiper-slide img{
    width: 260px;
    height: 178px;
}

/* 底部 */
.footer .erweima {
    width: 127px;
    height: 127px;
}
.footer .erweima img {max-width: 100%;}
.footer .erweima p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.bottom {
    width: 100%;
    height: 200px;
    background: #316CCB;
}
.footer {
    padding: 20px 0;
    height: 160px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    height: 47px;
    margin-top: 28px;
    margin-bottom: 30px;
}
.footer-left {
    display: flex;
    flex-direction: column;
}
.footer-content {
    padding-left: 58px;
    font-size: 16px;
    line-height: 32px;
}

/* 左侧导航 */
.page-container {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    padding: 30px 0;
}
.page-container .side-nav {
    flex: 0 0 275px;
    width: 275px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.page-container .side-nav .current-nav p{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    background: #316CCB;
}
.page-container .side-nav .sub-nav {
    flex: 1;
}
.subnav-list .nav-item { margin-top: 5px; position: relative; }
.subnav-list .nav-item a {
    display: block;
    width: 100%;
    height: 50px;
    text-indent: 30px;
    line-height: 50px;
    transition: .5s all;
    font-size: 16px;
    position: relative;
    background: #fff;
    color: #333;
}
.subnav-list .nav-item .arrow {
    width: 21px;
    height: 24px;
    position: absolute;
    top: 17px;
    right: 28px;
    z-index: 11;
    cursor: pointer;
    text-align: center;
}
.subnav-list .nav-item:hover .bg_red {
    background: #6698E8;
    color: #fff;
}
.sub-nav-list {
    display: none;
}
.sub-nav-list .ce_ej {
  margin-top: 5px;
}
.right-content .header-nav {
    background: #fff;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    margin-bottom: 30px;
    color: #949494;
}
.right-content .header-nav p a {
    color: #949494;
    font-size: 16px;
}
.right-content {
    flex: 1;
}

/* 内容标题 */
.right-plant-content {
    background: #fff;
    padding: 30px;
}
.right-plant-content table {
  width: 100%;
}
/* 学院新闻 */
.results-list {
    display: flex;
    flex-flow: row wrap;
    row-gap: 30px;
    column-gap: 16px;
}

.results-list  .item {
    flex: 0 0 32%;
    width: 32%;
    
}
.results-list  .item .img {
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.results-list  .item .img img {
    width: 100%;
    height: 205px;
    display: block;
    object-fit: cover;
}
.results-list  .item .bd {
    background: #fff;
}
.results-list  .item p {
    font-size: 16px;
    line-height: 20px;
    height: 44px;
    color: #333;
    padding: 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.results-list  .item .time {
    display: inline-block;
    font-size: 14px;
    color: #888;
    padding: 10px 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 30px;}
@media screen and (max-width: 1919px) {
    .wapper {
        width: 1200px;
    }
    .collegestyle-swiper .swiper-container {
        width: 1200px;
    }
    .nav-list li {
      padding: 0px 0px;
      position: relative;
    }

}