@charset "utf-8";

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.title div {
    padding-top: 19px;
    background: url(../images/title_bg.png);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.title div span {
    display: block;
    font-size: 29px;
    line-height: 29px;
}

.title div p {
    margin-top: 10px;
    font-size: 13px;
    color: #4522e0;
    line-height: 10px;
    font-weight: bold;
}

.title .more {
    display: block;
    position: absolute;
    right: 0;
    height: 34px;
    width: 63px;
    font-size: 13px;
    color: #4522e0;
    line-height: 34px;
    font-weight: bold;
    background: url(../images/more_bg.png);
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: right;
}

/* 机电要闻 */
.news {
    padding: 60px 0 40px;
    background-image: url(../images/news_volce_bg.png);
    background-size: cover;
}

.anniversaryCollege_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latestNews_banner {
    width: 49.3%;
    height: 462px;
    position: relative;
    transition: box-shadow 0.3s ease 0s;
}

.latestNews_banner .slick-list {
    height: 100%;
}

.latestNews_banner .slick-slide {
    height: 100%;
    overflow: hidden;
}

.latestNews_banner .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.latestNews_banner .slick-slide a p {
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0px;
    left: 0px;
    padding: 175px 30px 0;
    background: linear-gradient(0deg, #801ebf 0%, rgba(128, 30, 191, 0) 100%);
}
.latestNews_banner .slick-slide a p span{
    display:block;
    color:#fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latestNews_banner .slick-slide a p i{
    display:block;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}
.latestNews_banner .slick-dots {
    position: absolute;
    bottom: 5%;
    right: 2.5%;
    display: flex !important;
}

.latestNews_banner .slick-dots li:hover {
    cursor: pointer;
}

.latestNews_banner .slick-track {
    width: 100%;
    height: 100%;
}

.latestNews_banner .slick-track .image {
    width: 100%;
    height: 100%;
}

.latestNews_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease 0s;
}

.latestNews_banner .slick-slide:hover img {
    transform: scale(1.1);
}

.latestNews_banner .slick-dots li {
    width: 7px;
    height: 7px;
    background: #B98CD3;
    border-radius: 50%;
    margin-right: 6px;
}

.latestNews_banner .slick-dots li button {
    display: none;
}

.latestNews_banner .slick-dots .slick-active {
    background: #fff;
}

.anniversaryCollege_top_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49.3%;
    height: 100%;
}

.anniversaryCollege_top_r li {
    width: 48.5%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 6px 6px 0px rgba(128, 30, 191, 0.05);
    transition: box-shadow 0.3s ease 0s;

}

.anniversaryCollege_top_r li a div:first-child {
    overflow: hidden;
    width: 100%;
    height: 220px;
    position: relative;
}

.anniversaryCollege_top_r li a div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease 0s;
}

.anniversaryCollege_top_r li:hover a div:first-child img {
    transform: scale(1.1);
}

.latestNews_banner:hover,
.anniversaryCollege_top_r li:hover {
    box-shadow: rgb(204, 204, 204) 5px 5px 10px;
}

.anniversaryCollege_top_r_content {
    padding: 22px 20px 33px;
}

.anniversaryCollege_top_r_content span {
    height: 56px;
    display: block;
}

.Texetitle {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;

}

.anniversaryCollege_top_r_content i {
    margin: 15px 0 27px;
}

.time_ {
    height: 14px;
    font-size: 16px;
    font-family: Georgia;
    font-weight: bold;
    line-height: 14px;
    display: block;
    color: #801ebf;
    font-style: normal;
    white-space: nowrap;
}

.anniversaryCollege_top_r_content p {
    font-size: 13px;
    line-height: 25px;
    height: 75px;
    font-weight: 400;
    color: #999999;
}

.anniversaryCollege_btm {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anniversaryCollege_btm li {
    width: 24.25%;
    background: #ffffff;
    box-shadow: 0px 6px 6px 0px rgba(128, 30, 191, 0.05);
    padding: 22px 20px;
    border-bottom: 3px solid #801ebf;
    transition: all 0.3s ease-out 0s;
}

.anniversaryCollege_btm li:hover {
    background: #fff;
    border-bottom: 3px solid transparent;
    box-shadow: rgb(204, 204, 204) 5px 5px 10px;
}

.anniversaryCollege_btm li a {
    display: block;
}

.anniversaryCollege_btm li a p {
    margin-bottom: 15px;
    height: 56px;
}

/* 机电声音 */
.voice_main {
    padding-top: 60px;
}

.voice_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.voice_content li {
    width: 32.35%;
    background: #FFFFFF;
    box-shadow: 0px 6px 6px 0px rgba(128, 30, 191, 0.05);
    margin-bottom: 20px;
    padding: 30px 28px 32px 20px;
    transition: all 0.3s ease-out 0s;

}

.voice_content li:hover {
    background: linear-gradient(70deg, #4522E0 0%, #801EBF 100%);
    box-shadow: 0px 10px 10px 0px rgba(69, 34, 224, 0.4);
}

.voice_content li:hover a div span,
.voice_content li:hover a p,
.voice_content li:hover a div b {
    color: #fff;
}

.voice_content li a {
    display: flex;
    align-items: center;
}

.voice_content li a div {
    text-align: center;
    margin-right: 25px;
}

.voice_content li a div span {
    display: block;
    font-size: 36px;
    font-family: Georgia;
    font-weight: bold;
    color: #801EBF;
    line-height: 30px;
    margin-bottom: 15px;
    transition: color 0.3s ease-out 0s;

}

.voice_content li a div b {
    transition: color 0.3s ease-out 0s;
}

.voice_content li a p {
    height: 56px;
    transition: color 0.3s ease-out 0s;

}

/* 机电讲堂 */
.hall {
    padding: 60px 0;
    background: url(../images/hall_bg.png);
    background-size: cover;
    min-width: 1400px;
    background-position: center;
    background-repeat: no-repeat;
}


.hall .title span,
.hall .title p {
    color: #fff;
}
.hall .title div {
    background: url(../images/title_bg_.png);
}
.hall .title .more {
    background: url(../images/more_bg_.png);
    color: #fff;
    background-repeat: no-repeat;
}

.hall_content {
    padding: 0 60px;
    position: relative;
}

.hall_content button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    top: calc(50% - 20px);
    font-size: 0;
    border: none;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
}

.hall_content .slick-prev {
    left: 0;
    background-image: url(../images/hall_zjt.png);
}

.hall_content .slick-next {
    right: 0;
    background-image: url(../images/hall_yjt.png);
}

.hall_content .item {
    display: flex;
    justify-content: space-between;
}

.hall_content .item .hall_left {
    width: 50%;
    height: 450px;
}

.hall_content .item .hall_left img {
    width: 100%;
    height: 100%;
}

.hall_content .item .hall_right {
    width: 50%;
    background: #fff;
    padding: 55px 40px 55px 50px;
}

.hall_content .item .hall_right .headline {
    font-size: 23px;
    color: #801EBF;
    line-height: 41px;
}

.hall_content .item .hall_right .Texetitle {
    display: block;
    height: 56px;
    margin-top: 12px;
}

.hall_content .item .hall_right .caption {
    height: 84px;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin-top: 14px;
}

.hall_content .item .hall_right .time_ {
    margin: 36px 0 43px;
}

.hall_content .item .hall_right a {
    display: block;
    width: 122px;
    width: max-content;
    border: 1px solid #801EBF;
    line-height: 40px;
    height: 40px;
    padding: 0 28px;
    font-size: 16px;
    color: #801EBF;
    line-height: 40px;
}

/* 机电学工 */
.learning {
    padding: 60px 0;
    background: url(../images/learning_bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.learning_content {
    width: 100%;
}

.learning_content li {
    width: 24%;
   
}

/* 机电印象 */

.impression {
    padding: 0px 0 60px;
    background: url(../images/impression_bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


.impression_content {
    display: flex;
    justify-content: space-between;

}

.impression_content ul {
    width: 32.35%;
}

.impression_content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.impression_content ul li{
transition: box-shadow 0.3s ease 0s;
}
.impression_content ul li:hover{
    box-shadow: rgba(0, 0, 0,0.6) 5px 5px 10px;

}
.impression_content ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease 0s;

}
.impression_content ul li:hover a img{
    transform: scale(1.1);
}

.impression_l li:first-child,
.impression_r li:first-child {
    margin-bottom: 20px;
}
.impression_l li img,
.impression_r li img{
   height: 300px  !important;
}

.impression_c li img{
   height: 620px  !important;
}

.impression_content ul li a .intro{
   position: absolute; 
   width: 100%;
   height: 200px;
   bottom: 0;
   left: 0;
   background: linear-gradient(0deg, #801EBF 0%, rgba(128,30,191,0) 100%);
   padding: 125px 20px 16px;
}

.impression_content ul li a .intro p,
    .impression_content ul li a .intro span{
   color: #fff;
 }
 .impression_content ul li a .intro p{
    line-height: 44px;
 }


