@import url('common.css');

#swiper1 img {
    width: 100%;
}

.swiper {
    z-index: 0;
}

.stitle {
    position: absolute;
    z-index: 2001;
    font-size: 2.4rem;
    bottom: 5rem;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1rem 0;
    padding-left: 10rem;
    font-weight: bold;
    width: 100%;
    color: #FFFFFF;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.6);
}

#swiper2 .swiper-button-next {
    position: absolute;
    top: unset;
text-align:left;
    bottom: 0.5rem;
    right: 3rem;
}

#swiper2 .swiper-button-next img {
    height: 2.6rem;
}

.stitle1 {

    position: absolute;
    z-index: 2001;
    font-size: 2rem;
    bottom: 5rem;
    font-weight: bold;
    padding: 1rem 0;
    padding-left: 3rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

#swiper1 .swiper-slide img {
  width: 100%;
    height: 99.83vh;
    object-fit: cover;
    transition: 1s linear 2s;
   transform: scale(1, 1); 
}

#swiper1 .swiper-slide-active img,
#swiper1 .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1.1, 1.1);
}

.swiper .swiper-button-prev img {
    margin-left: 10rem;
    width: 4.8rem;
}

.swiper .swiper-button-next img {
    margin-right: 10rem;
    width: 4.8rem;
}
.news-side .swiper-slide img:hover,
.news-article>div:hover,
.djzc-left>div:hover,
.student .item:hover,
.nitem:hover {
     /*  animation: pulse;
    animation-duration: 1s;*/
 transform: scale(1.05); 
    transition: all 0.5s linear;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

#swiper1 .swiper-pagination-bullet {
    width: 3.6rem;
    height: 0.4rem;
    border-radius: 0;
    margin-bottom: 2rem;
}

.news {
    background: no-repeat url(../image/news-bg.png) center center;
    padding: 5.9rem 10rem 2.1rem 10rem;
}

.c-title {
    height: 7rem;
    line-height: 7rem;
    margin: 1rem 0 3rem 0;
}

.c-title h2 {
    font-weight: bold;
    font-size: 3rem;
    color: #111111;
    float: left;
}

.c-title h2 span {
    font-weight: bold;
    font-size: 1.4rem;
    margin-left: 1.4rem;
    color: #77161B;
    text-transform: uppercase;
}

.c-title .more {
    float: right;
    font-weight: bold;
    font-size: 1.6rem;
    color: #666666;
}

.c-title .more img {
    display: inline-block;
    margin: -0.4rem 0 0 1rem;
}

.news .c-title {
    border-bottom: 1px solid #E8E8E8;
}

.djzc .c-title h2 {
    color: #fff;
}

.djzc .c-title span {
    color: #FFEDC8;
}

.djzc .c-title .more {
    color: #fff;
}

.news-side {
    width: 76rem;
    float: left;
}

.news-slider {
    height: 50rem;
text-align:center;
background:#77181D;
}

.news-slider img {
    height: 50rem;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.news-slider .stitle {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    left: 0;
    padding-left: 3rem;
}

.news-slider .swiper-pagination {
    text-align: left;
    padding-left: 3.1rem;
}


.notice .news .c-title {
    margin-bottom: 1rem;
}

.nitem {
    line-height: 5rem;
}

.notice .list {
    margin-top: -1.8rem;
}

.ntitle {
    background: url('../image/liststyle.png') no-repeat 0 2rem;
    padding-left: 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #111;
    float: left;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏溢出容器的文本 */
    text-overflow: ellipsis;
    width: calc(100% - 8rem);
}

.ntime {
    font-size: 1.2rem;
    color: #999999;
    float: right;
}

.news-article {
    width: 92rem;
    float: right;
}

.news-article>div {
    background-color: white;
    display: inline-block;
    padding: 4.4rem 3rem 3.2rem 4rem;
    margin-bottom: 1rem;
}

.news-article .time {
    float: left;
    border-right: 1px solid #EEEEEE;
    height: 8rem;
    padding-right: 3rem;
    padding-top: 1.1rem;
}

.news-article .time .day {
    font-size: 4rem;
    line-height: 1.5rem;
    display: block;
    font-weight: bold;
    color: #77181D;
    margin-bottom: 1rem;
}

.news-article .time .month {
    font-size: 1.4rem;
    font-weight: bold;
    color: #77181D;
    padding-top: 1.9rem;
}

.news-article .info {
    float: left;
    width: calc(100% - 14rem);
    margin-left: 4rem;
}

.news-article .info .title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #111111;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏溢出容器的文本 */
    text-overflow: ellipsis;
}

.news-article .info .subCentent {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.djzc {
    background: url('../image/djzc-bg.png') no-repeat;
    margin: 0 auto;
    padding: 1.5rem 10rem 4.1rem 10rem;
    max-width: 192rem;
    min-width: 108rem;
}

.djzc-centent {
    margin: 3rem 0 0 0;
    background-color: rgba(255, 255, 255, 0.72);
    padding: 3rem 0 0 3rem;
    height: 58rem;
}



.djzc-right {
    float: right;
    width: 44rem;
    margin: 0;
    padding: 0;
}

.djzc-left {
    width: calc(100% - 44rem);
    float: left;
}

.djzc-left>div {
    width: 50%;
    float: left;
    margin-top: 2.2rem;
}

.djzc-right img {
    float: right;
    margin-top: 1.5rem;
    width: 35rem;
}

.djzc hr {
    clear: both;
    border-top: 1px solid #FFFFFF;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.djzc-centent h2 {
    color: black;
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏溢出容器的文本 */
    text-overflow: ellipsis;
}

.djzc-left>div hr{
    border-bottom: 1px solid #BDA7A8;
    padding-bottom: 2.6rem;
}

.djzc-left>div:last-child hr {
    border-bottom: unset;
    padding-bottom: 0;
}

.djzc-left>div:nth-child(5) hr {
    border-bottom: unset;
    padding-bottom: 0;
}

.djzc-centent span {
    color: #77161B;
    font-size: 1.2rem;
    float: left;
    margin-top: 0.5rem;
    padding-left: 2rem;
    background: url('../image/shijian.png') no-repeat 0.2rem;
}

.djzc-centent p {
    clear: both;
    color: #736363;
    margin-top: 2.5rem;
    font-size: 1.6rem;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.djzc-left>div:nth-child(even) {
    padding-left: 2rem;
}

.djzc-left>div:nth-child(odd) {
    padding-right: 2rem;
}

.student {
    background: url('../image/student-bg.png') no-repeat;
    padding: 3.9rem 10rem 15.9rem 10rem;
    max-width: 192rem;
    min-width: 108rem;
    margin: 0 auto;
    height: 99rem;
}

.student-left {
    float: left;
    width: 50%;
}

.student-right {
    float: right;
    width: 50%;
}

.student hr {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 3rem;
    border-top: 1px solid #E8E8E8;
}


.student .tag {
    height: 6rem;
    background-color: #77161B;
}

.student .tag h3 {
    float: left;
    padding-left: 2rem;
    color: white;
    font-size: 2.4rem;
    line-height: 6rem;
    font-weight: bold;
}

.student .tag img {
    float: right;
    margin-right: 0.7rem;
    height: 8rem;
}

.student .item {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    clear: both;
}

.student .item h2 {
    color: #111;
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏溢出容器的文本 */
    text-overflow: ellipsis;
}


.student .item span {
    clear: both;
    color: #77161B;
    font-size: 1.2rem;
    float: left;
    margin-top: 1rem;
    padding-left: 2rem;
    background: url('../image/shijian.png') no-repeat 0.2rem;
}

.student .item p {
    clear: both;
    color: #999;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
height:4.8rem;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.student .student-left {
    padding-right: 3rem;
}

.student .student-right {
    padding-left: 3rem;
}
.floating-window {
    position: fixed;
    /* 或 fixed，取决于你希望如何定位元素 */
    /* 你可以根据需要调整大小 */
    z-index: 10000;
    /* 红色背景，你可以更改为任何颜色 */
    border-radius: 5px;
    background-image: url('../image/fbg.png');
    background-repeat: no-repeat;
    background-size: 380px 140px;
    width: 2;
    width: 380px;
    height: 140px;
    /* animation: floatAround 30s linear infinite; */
    /* 定义动画 */
}


.floating-window .content {
    padding: 20px 0;
    padding-top: 40px;
    text-align: center;
    cursor: pointer;
}

.floating-window h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #77161B;
    font-weight: bold;
}

.floating-window span {
    float: right;
    color: #77161B;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}

.floating-window a {
    color: #77161B;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
     padding:5px;
    font-size: 20px;
}
