* {
    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;
}

.header {
    width: 100%;
    height: 140px;
    background: url(../images/top_bg001.png) no-repeat center center;
}
.header .logo {
    height: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .logo a {flex: 1;}
.header .logo img {
    max-width: 100%;
}
/* 轮播 */

.swiper-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    
}
/* 导航 */
.nav {
    width: 100%;
    height: 60px;
    background: #3456A6;
    border-top: 1px solid #fff;
}
.nav-list {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.nav-list li {
    padding: 0 20px;
}
.nav-list li a{
    color: #fff;
}

.content-box { display: flex; justify-content: space-between;}
.content-box .content-left {
    width: 70%;
    margin-right: 50px;
}
.content-box .content-right {
    width: 30%;
}

.content-item {
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-plant {
    width: 100%;
    padding: 10px 0 10px 0px;
    display: flex;
    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;
    margin-bottom: 10px;
}
.title-plant .title i {
    display: inline-block;
    
    width: 10px;
    height: 25px;
    background: #1E46B4;
    border-radius: 3px;
    margin-right: 10px;
}
.title-plant .more {
    font-size: 18px;
    color: #666;
}
.content-left .content-item .text-img {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.content-left .content-item .text-img .img-list-box {flex: 1;}
.content-left .content-item .text-img .img-plant { width: 520px; display: flex; flex-direction: column; margin-right: 30px;}
.content-left .content-item .text-img .img-plant .img{ position: relative; width: 520px; height: 270px; margin-right: 30px;overflow: hidden;}
.content-left .content-item .text-img .img-plant .img img {max-width: 100%;}
.content-left .content-item .text-img .img-plant .img .img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    background: url(../images/pic_left_titlebg.png) no-repeat center center;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.content-left .content-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;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 20px;
    font-style: oblique;
}
.content-left .content-item .text-img .img-plant .img .time span {
    font-size: 30px;
}
.content-left .content-item .text-img .img-plant .img .time p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #fff;
}
.content-left .content-item .text-img .img-plant p {
    margin-top: 14px;
    line-height: 30px; color: #888; font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content-left .content-item .text-img .img-list a{ flex: 1; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px;
    border-bottom: 1px dashed #d8d8d8;
}
.content-left .content-item .text-img .img-list:first-child {
    padding-top: 0;
}

.content-left .content-item .text-img .img-list .title {
    flex: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content-left .content-item .text-img .img-list .time { 
    flex: 0 0 62px;
    height: 62px;
    margin-right: 40px;
    background: linear-gradient(0deg, #A3BDED 0%, #6991C7 100%);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-left .content-item .text-img .img-list .time span {
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.content-left .content-item .text-img .img-list .time p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.content-right .rightcontent-item {
    margin-bottom: 20px;
}
.rightcontent-item .img-list-box .img-list a{
    line-height: 48px;
    border-bottom: 1px dashed #d8d8d8;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    
}
.rightcontent-item .img-list-box .img-list:first-child {
    padding-top: 0;
}

.rightcontent-item .img-list-box .img-list .title{
    color: #333;
    flex: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.rightcontent-item .img-list-box .img-list .time{
    color: #888;
    flex: 0 0 62px;
}
.rightlist {width: 100%;}
.rightguide3{ width: 100%; display: flex; gap: 10px; flex-flow: row wrap; }
.rightguide3 li {
    flex: 0 0 23%;
    height: 97px;
    margin-bottom: 10px;
}
.rightguide3 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    text-align: center; width: 100%; height: 100%; color: #fff; background: #3456A6;}

.ad {
    padding: 30px;
    background: #F2F2F2;
    margin-bottom: 50px;
    margin-top: 50px;
}
.ad ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad ul li {
    margin: 0 20px;
}
.ad ul li a img { max-width: 100%;}
/* 学院风采 */
.collegestyle {
    height: 360px;
    background: linear-gradient(0deg, rgba(161, 222, 228, 0.6) 0%, rgba(103, 140, 230, 0.6) 100%);
}
.collegestyle-content {
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.collegestyle-content .title-plant {
    margin-bottom: 20px;
    margin-top: 30px;
}
/* 友情链接 */
.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;
}



.bottom {
    width: 100%;
    height: 200px;
    background: url(../images/bottom_bg.png) no-repeat center center;
}
.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;
}
.xyswiper {
    position: relative;
}
.xyswiper .swiper-button-prev {
    left: -60px;
    background: url(../images/arrow_left001.png) no-repeat center center;
    width: 42px;
    height: 80px;
    margin-top: -40px;
}
.xyswiper .swiper-button-next {
    right: -60px;
    background: url(../images/arrow_right001.png) no-repeat center center;
    width: 42px;
    height: 80px;
    margin-top: -40px;
}

.xyswiper .swiper-container {
    width: 1440px;
    height: 200px;
}
.xyswiper .swiper-container .swiper-wrapper .swiper-slide{
    overflow: hidden;
}
.xyswiper .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .erweima {
    width: 127px;
    height: 127px;
}
.footer .erweima img {max-width: 100%;}
.bgimg {
    background: url(../images/bottom_bg001.png) no-repeat right center;
}