/* 首页页面样式 */

/* banner轮播 start */
.banner_swiper{
    position: relative;
}

.banner_swiper .swiper-slide img{
    width: 100%;
    height: 980px;
    object-fit: cover;
    vertical-align: middle;
}

.swiper_banner_pagination{
    width: fit-content;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 9;

    display: flex;
    align-items: center;
}

.swiper_banner_pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    margin: 0 12px;

    opacity: 1;
}

.swiper_banner_pagination .swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;
    background: linear-gradient(-90deg, #791CB5, #0115A5);
    position: relative;
}

.swiper_banner_pagination .swiper-pagination-bullet-active::after{
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* banner轮播 end */

/* 新闻、公告 start */
.container01{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/index_bg1.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 78px 0;
}

/* 首页公共标题 */
.same_title_wrap{
    margin-bottom: 30px;
}

.same_title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.same_title h3 span{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 52px;
    color: #333333;
    background: linear-gradient(0deg, #8A25CC 35.4736328125%, #0115A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.same_title h3{
    font-size: 30px;
    color: #A0A0A1;
}

.en_title{
    font-size: 22px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    font-weight: bold;
}

.same_more{
    display: flex;
    align-items: center;

    font-size: 16px;
    color: #A0A0A1;
}

.same_more img{
    width: 42px;
    height: 6px;
    margin-left: 5px;
}

.same_more img:nth-child(3){
    display: none;
}

.same_more:hover{
    color: #331ab3;
}

.same_more:hover img:nth-child(2){
    display: none;
}

.same_more:hover img:nth-child(3){
    display: block;
}

.news_notice{
    display: flex;
}

/* 新闻 */
.news_box{
    width: 60%;
}

.news_item{
    display: flex;
    margin-bottom: 17px;
}

.news_item:last-child{
    margin-bottom: 0;
}

.news_cover{
    width: 200px;
    height: 147px;
    overflow: hidden;
}

.news_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.news_r{
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-left: 14px;
    transition: all .5s;
}

.news_r h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    -webkit-line-clamp: 1;
}

.news_r p{
    font-size: 16px;
    color: #A5A6A6;
    line-height: 50px;
}

.news_con{
    font-size: 16px;
    color: #9E9E9E;
    line-height: 30px;

    border-top: 1px solid #D9D9DA;
    padding-top: 10px;
}

.news_item:hover .news_cover img{
    transform: scale(1.1);
}

.news_item:hover .news_r{
    padding-left: 25px;
}

.news_item:hover .news_r h3{
    color: #371cb5;
    font-weight: bold;
}

.news_item:hover .news_r p{
    color: #4e4e4e;
}

.news_item:hover .news_con{
    color: #7119ac;
}

/* 公告 */
.notice_box{
    width: 40%;
    box-sizing: border-box;
    padding-left: 40px;
}

.notice_item{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D8DFE8;
    box-sizing: border-box;
    padding: 23px 0;
    transition: all .5s;
}

.notice_item:first-child{
    padding-top: 0;
}

.notice_l{
    flex-shrink: 0;
    text-align: center;
    border-right: 1px solid #DFE5ED;
    box-sizing: border-box;
    padding-right: 13px;
    margin-right: 13px;
}

.notice_l h3{
    font-size: 24px;
    color: #767778;
    font-weight: 400;
    margin-bottom: 5px;
}

.notice_l p{
    font-size: 16px;
    color: #A5A6A6;
}

.notice_r p{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}

.notice_item:hover .notice_l h3{
    color: #3a1cb5;
}

.notice_item:hover .notice_l p{
    color: #8a25cc;
}

.notice_item:hover .notice_r p{
    color: #3a1cb5;
    font-weight: bold;
}

.notice_item:hover{
    padding-left: 10px;
}
/* 新闻、公告 end */

/* 党团建设、教学科研、合作交流 start */
.container02{
    width: 100%;
    height: 595px;
    background: url(../images/pc/index/index_bg2.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 90px 0;
}

.container02 .same_title h3 span{
    display: inline-block;
    color: #FFFFFF;
    background: none;
    -webkit-text-fill-color: #FFFFFF;
    margin-bottom: 5px;
}

.container02 .same_more{
    color: rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

.news_card{
    display: flex;
}

.news_card_item{
    width: calc(33.3% - (60px / 3));
    margin-right: 30px;
}

.news_card_item:last-child{
    margin-right: 0;
}

.card_box{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(200,213,237,0.32);
    box-sizing: border-box;
    padding: 26px;
}

.card_cover{
    display: block;
    width: 100%;
    height: 167px;
    overflow: hidden;
    margin-bottom: 10px;
}

.card_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.card_cover:hover img{
    transform: scale(1.1);
}

.card_i{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: all .5s;
}

.card_dot{
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #B1B0B0;
    border-radius: 50%;
    margin-right: 10px;
}

.card_i p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.card_i:hover{
    padding-left: 10px;
}

.card_i:hover p{
    color: #0f16a7;
    font-weight: bold;
}

.card_i:hover .card_dot{
    background: #0f16a7;
}

.hz_item{
    display: flex;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #D8DFE8;
}

.hz_item:first-child{
    padding-top: 0;
}

.hz_item:nth-child(3){
    border-bottom: none;
    padding-bottom: 0;
}

.hz_cover{
    flex-shrink: 0;
    width: 150px;
    height: 112px;
    overflow: hidden;
}

.hz_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.hz_info{
    box-sizing: border-box;
    padding-left: 14px;
}

.hz_info p{
    font-size: 16px;
    color: #767778;
    margin-bottom: 10px;
}

.hz_info h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 32px;
}

.hz_item:hover .hz_cover img{
    transform: scale(1.1);
}

.hz_item:hover .hz_info p{
    color: #333333;
}

.hz_item:hover .hz_info h3{
    color: #0f16a7;
    font-weight: bold;
}

/* 党团建设、教学科研、合作交流 end */

/* container03 start */
.container03{
    width: 100%;
    background: url(../images/pc/index/index_bg3.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 180px 0 150px;
}

/* 学院介绍 */
.xy_row{
    display: flex;
}

.xy_row:first-child{
    border-bottom: 1px dashed #BFBEBE;
}

.xy_row:first-child .xy_r_item{
    padding: 30px 0 50px;
}

.xy_row:nth-child(2) .xy_r_item{
    padding: 50px 0 30px;
}

.xy_r_item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    border-right: 1px dashed #BFBEBE;
}

.xy_r_item:last-child{
    border-right: none;
}

.xy_r_item img{
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 14px;
}

.ri_base h3{
    font-size: 30px;
    color: #791cb5;
}

.ri_base h3 span{
    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: 51px;
    color: #035BDA;
    background: linear-gradient(-90deg, #791CB5 21.1669921875%, #0115A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ri_base p{
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}

/* 风采展示 */
.fengcai{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.fc_news{
    display: block;
    width: 38.4%;
    height: 320px;
    overflow: hidden;
    margin-right: 5px;
    margin-top: 5px;

    position: relative;
}

.fc_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s;
}


.fc_news:hover .fc_img{
    transform: scale(1.3);
}

.fc_column{
    display: block;
    width: 22%;
    height: 320px;
    margin-top: 5px;
    position: relative;
}

.sencond_fc_column{
    margin-right: 5px;
}

.last_fc_news{
    margin-right: 0;
}

.fc_cover{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s;
}

.video_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_icon img{
    width: 60px;
    height: 60px;
}

.column_name{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);

    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.fc_column:hover .fc_cover img{
    transform: scale(1.3);
}

.fc_column:hover .column_name{
    background: rgba(0,0,0,0.5);
}


.icon_box{
    width: 84px;
    height: 84px;
    background: linear-gradient(90deg, #791CB5, #0115A5);
    border-radius: 50%;

    box-sizing: border-box;
    padding: 5px;
}

.icon_box img{
    box-sizing: border-box;
    border: 1px dashed rgba(255, 255, 255, .2);
    border-radius: 50%;

    width: 100%;
    height: 100%;
}

.column_name h3{
    font-size: 36px;
    color: #FFFFFF;
    margin-top: 10px;
}

/* container03 end */
