@charset "utf-8";
/* 大轮播图模块： */
.bannerrr {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    margin-top: 3.2%;
    background: #ac0107;
}
.bannerrr a{
    display: block;
}
.bannerrr img {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerrr .slick-list {
    width: 100%;
}
.bannerrr .slick-dots {
    bottom: 40px;
    font-size: 0;
}

.bannerrr .slick-dots li {
    width: 20px;
    height: 20px;
    margin-right: 17px;
    border-radius: 50%;
    overflow: hidden;
}

.bannerrr .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: 100% 100%;
}

.bannerrr .slick-dots li button::before {
    content: '';
}

.bannerrr .slick-dots .slick-active button {
    background: #106ebe;
    background-size: cover;

}

.bannerrr .slick-prev:before {
    content: '';
}

.bannerrr .slick-next:before {
    content: '';
}

/* 新闻动态模块： */

.news2 .news2-1 {
    float: left;
    position: relative;
    margin-right: 2%;
    width: 49%;
}
.news2 .news2-1 .slick .box {
    position: relative;
}

.news2 .news2-1 .slick .slick-next {
    display: none !important;
}

.news2 .news2-1 .slick .slick-prev {
    display: none !important;
}

.news2 .news2-1 .slick .slick-dots {
    bottom: 13px;
}

.news2 .news2-1 .slick .slick-dots li {
    margin-right: 10px;
    transition: all 0.8s;
}

.news2 .news2-1 .slick .slick-dots li button:before {
    opacity: 1;
    background-color: #ffffff;
    left: 245px;
    content: "";
    width: 27px;
    height: 6px;
    display: block;
    transition: all 0.8s;
    z-index: 4;
    border-radius: 5px;
}

.news2 .news2-1 .slick-dots li.slick-active button::before {
    width: 54px;
    background-color: #fece31;
}

.news2 .news2-1 .slick-dots li.slick-active {
    margin-right: 37px;
}

.slick,
.slick div,
.slick-slide a,
.slick-slide a img {
    width: 100%;
    height: auto;
}

.banner-slick img {
    width: 100%;
    height: 500px;
    margin-top:160px;
}

.banner-slick .slick-prev {
    background: url(../images/arrow3.png) no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 69;
    position: absolute;
    top:65%;
    transform: translateY(-50%);
    left: 7%;
    background-size: 100% 100%;
    cursor: pointer;
}

.banner-slick .slick-next {
    background: url(../images/arrow4.png) no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 69;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    right: 7%;
    background-size: 100% 100%;
    cursor: pointer;
}

.slick1ImgBox {
    padding-top: 63.8%;
    position: relative;
    overflow: hidden;
}


.slick1ImgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.mid1Bottom {
    padding-top: 12.2%;
    background-color:#ac0107;
    font-size: 24px;
    color: #ffffff;
    padding-left: 10px;
    position: relative;
}

.mid1Bottom>p {
    position: absolute;
    left: 4.4%;
    top: 15%;
    width: 96%;
    height: 100%;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 新闻动态模块： */
.news1 {
    position: relative;
}

.news1 h3 {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 35px;
    line-height: 40px;
    color: #aa005d;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;

}

.news1 h3 p {
    position: absolute;
    font-family: SourceHanSansCN-Bold;
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    text-transform: capitalize;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.news1 a {
    font-size: 16px;
    line-height: 40px;
    color: #106ebe;
    position: absolute;
    top: 82px;
    right: 0px;
    text-transform: capitalize;
    z-index: 9;
}
.news2 .news2-2 {
    background: #fff;
    overflow: hidden;
    width:49%;
}
.news2 .news2-2 a,
.news2 .news2-1 a {
    display: block;
    overflow: hidden;
    position: relative;
}




.news2-1-1 {
    float: left;
    width: 47%;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.px33 {
    margin-right: 33px;

}

/* 单设一个类名用来挤开间距，给谁加谁就有了这个间距，小屏幕时直接把这个类名的间距一改即可 */
.news212 {
    padding: 14px 26px 18px 23px;
}

.news2-1-1 .news211 {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
    width: 100%;
}

.news2-1-1 .news211:hover img {
    transform: scale(1.2);
}

.news2-1-1 .news211 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    display: block;
}

.news2-1-1 .news212 h5 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    height: 59px;
    overflow: hidden;
    text-align: justify;
}

.news2-1-1 .news212 span {
    display: block;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    /* padding-top: 12px; */
    padding-top: 9px;
    padding-bottom: 12px;
    /* padding-bottom: 15px; */
}

.news2-1-1 .news212 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    height: 71px;
    overflow: hidden;
    text-align: justify;
}


/* C */
.news2 .news2-1 .news2-1-1:hover {
    background: #106ebe;
    background-size: 100%;
}

.news2-1-1:hover .news212 h5 {
    color: #ffffff;
}

.news2-1-1:hover .news212 span {
    color: #ffffff;
    opacity: 0.6;
}

.news2-1-1:hover .news212 p {
    color: #ffffff;
    opacity: 0.6;
}

.news2-2 ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 2px;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.news2-2 ul li a {
    display: block;
    padding-left: 101px;
    /* background-color: red; */
}

.news2-2 .news221 {
    float: left;
    padding: 16px 10px 10px 30px;
    border-right: 1px solid #009688;
    position: absolute;
    top: 0;
    left: 0;
}

.news2-2 .news222 {
    overflow: hidden;
    padding: 13px 29px 21px 22px;
}

.news2-2 .news221 p {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    line-height: 40px;
    color: #111111;
}

.news2-2 .news221 span {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    /* line-height: 40px; */
    color: #999999;
}

.news2-2 .news222 h5 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    line-height: 40px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news2-2 .news222 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line {
    width: 1px;
    height: 49px;
    background-color: #dddddd;
    /* display: inline-block; */
    float: left;
    margin-top: 24px;
}

.news2-2 li a:hover {
    background-color: #106ebe;
}


.news2-2 li a:hover .news221 p,
.news2-2 li a:hover .news222 h5 {
    color: #ffffff;
}

.news2-2 li a:hover .news221 span,
.news2-2 li a:hover .news222 p {
    color: #ffffff;
    opacity: 0.6;
}

/* <!-- 团委文件模块： --> */
.workBg {
    background: url(../images/beijingtwwj.png) no-repeat;
    margin-top: 58px;
    margin-top: 0px;
    overflow: hidden;
    z-index: -1;
    padding-bottom: 45px;
}

.work1 {
    float: left;
    width: 49%;
}

.work2-2,
.work1-1 {
    position: relative;
}

.work2-2 a,
.work1-1 a {
    font-size: 16px;
    line-height: 40px;
    color: #106ebe;
    position: absolute;
    top: 82px;
    right: 0px;
    text-transform: capitalize;
    z-index: 9;
}

.work2-2 h3,
.work1-1 h3 {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #111111;
    padding-top: 76px;
    padding-bottom: 38px;
    z-index: 1;
}

.work1-1 h3 p {
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    position: absolute;
    top: 56px;
    left: -6px;
    font-family: SourceHanSansCN-Bold;
    text-transform: uppercase;
    z-index: -1;
}

.work2-2 h3 p {
    content: "POLICIES AND REGULATIONS";
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    position: absolute;
    top: 56px;
    left: -6px;
    font-family: SourceHanSansCN-Bold;
    text-transform: uppercase;
    z-index: -1;
}

.workLi {
    margin-bottom: 18px;
}

.workLi>a {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
    line-height: 50px;
    padding-right: 100px;
    padding-left: 23px;
}

.workLi>a>span {
    position: absolute;
    top: 0;
    right: 20px;
    float: right;
    font-size: 18px;
    color: #106ebe;
}

.workLi>a>h5 {
    font-size: 18px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    padding-left: 15px;
    position: relative;
}

.workLi>a>h5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/sanJiao.png) no-repeat;
    background-position: left center;
}

.workLi:hover>a {
    background-color: #106ebe;
}

.workLi:hover>a h5 {
    color: #ffffff;
}

.workLi:hover>a h5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/sanJiaoBai.png) no-repeat;
    background-position: left center;
}

.workLi:hover>a span {
    color: #ffffff;
}


.work2 div ul li>.hover {
    display: none;
}

.work2 div ul li.on>.hover {
    display: block;
}

.work2 div ul li.on>a {
    display: none;
}

/* <!-- 政策法规模块： --> */
.work2 {
    float: right;
    width: 49%;
}

.work2>a {
    display: block;
}

.hover {
    background-color: #ffffff;
    margin-bottom: 19px;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.hover .data {
    position: relative;
    padding: 13px 10px 18px 10px;
}

.hover .data::before {
    content: url(../images/icon_gang.png);
    position: absolute;
    top: 25%;
    left: 36%;
}

.hover .data span {
    display: block;
    width: 47px;
    font-size: 20px;
    color: #ffffff;
}

.hover .data span:first-child {
    text-align: left;
}

.hover .data span:last-child {
    text-align: right;
}



.hover .pic1 {
    width: 13px;
    height: 13px;
    padding-left: 28px;
    padding-bottom: 15px;
    padding-right: 26px;
    background-color: #106ebe;
}

.hover a {
    padding-right: 67px;
    position: relative;
    display: block;
}

.hover .redBox {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #106ebe;
}

.work2-3 {
    padding: 10px 84px 17px 15px;
}

.work2-3 h5 {
    font-family: SourceHanSansSC-Medium;
    font-size: 18px;
    line-height: 44px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work2-3 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
}

/* 校园规划模块： */
.school {
    width: 100%;
    height: 460px;
    margin-top:20px;
    background-color: #f1c6c7;
    background: url(../images/school.png) no-repeat;
    background-size: cover;
}

.school1 {
    position: relative;

}

.school1 h3 {
    position: relative;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 58px;
    font-size: 30px;
    color: #111111;
    line-height: 30px;
    z-index: 1;
}

.school1 h3 p { 
    width: 100%;
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.school1 a {
    display: block;
    width: 51px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #106ebe;
    position: absolute;
    top: 82px;
    right: 9px;
    line-height: 40px;
    z-index: 9;
}

.school2-2 {
    padding-left: 22px;
    padding-right: 22px;
}

.school2-2 a {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #ffffff;
    padding: 37px 42px 39px 30px;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.school2-2 a h5 {
    height: 59px;
    font-family: SourceHanSansSC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #111111;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.redLine {
    width: 48px;
    height: 2px;
    margin-top: 17px;
    margin-bottom: 18px;
    background-color: #106ebe;
}

.school2-2 a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #666666;
}

.school2-2 a p::after {
    content: url(../images/icon_schoolJian.png);
    float: right;
}

.school2-2 .slick-prev {
    width: 58px;
    height: 58px;
    background: url(../images/school_left.png) no-repeat;
    background-size: cover;
    left: -62px;
}

.school2-2 .slick-prev::before {
    content: '';
}

.school2-2 .slick-next {
    width: 58px;
    height: 58px;
    background: url(../images/school_right.png) no-repeat;
    background-size: cover;
    right: -60px;
}

.school2-2 .slick-next::before {
    content: '';
}

.school2-2 a:hover h5 {
    color: #106ebe;
    font-weight: 600;
}

/* <!-- 项目展示模块： --> */
.item {
    margin-bottom: 57px;
}

.item1 {
    position: relative;
}

.item .item1 h3 {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    color: #111111;
    padding-bottom: 34px;
    padding-top: 76px;
    text-align: center;
}

.item .item1 h3 p {
    font-family: SourceHanSansCN-Bold;
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    text-transform: uppercase;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: -1;
}

.item .item1 a {
    display: block;
    width: 51px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #106ebe;
    position: absolute;
    top: 82px;
    right: 7px;
    line-height: 40px;
    z-index: 9;
}

/* <!-- 项目展示模块： --> */
.item2 img {
    width: 100%;
    height: 100%;
}

.item2 a {
    display: block;
}
.item2 a .pic{
    padding-top: 70%;
}

.item2 .item221 a .pic{
    padding-top: 71%;
}
.item2 .item222 a .pic{
    padding-top: 35.5%;
}
.item2 .item2-3 a .pic{
    padding-top: 124%;
}
.item2-1 {
    float: left;
    width: 39%;
    overflow: hidden;
    margin-right: 15px;
}

.item2-2 {
    float: left;
    width: 37%;

}

.item2-3 {
    overflow: hidden;
    float: right;
    width: 22%;
}

.item221 a:first-child {
    float: left;
    width: 49%;
    overflow: hidden;
    /* margin-right: 9px; */
}

.item221 a:nth-child(2) {
    float: right;
    width: 49%;
    overflow: hidden;

}

.item222 {
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
}

.item2-1 img:hover,
.item221 a:first-child img:hover,
.item221 a:nth-child(2) img:hover,
.item222 img:hover,
.item2-3 img:hover {
    transform: scale(1.2);
}

.item2-1 img,
.item221 a:first-child img,
.item221 a:nth-child(2) img,
.item222 img,
.item2-3 img {
    object-fit: cover;
    transition: all .8s;
}

/*七彩社团*/

.shetuan {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    background: url(../images/beijingnew.png);
}

.shetuan2 .shetuan2-2 {
    background: #fff;
    overflow: hidden;
    width:100%;
}
.shetuan2 .shetuan2-2 a,
.shetuan2 .shetuan2-1 a {
    display: block;
    overflow: hidden;
    position: relative;
}

.shetuan2 .shetuan2-1 .shetuan2-1-1:hover {
    background: #106ebe;
    background-size: 100%;
}

.shetuan2-1-1 {
    float: left;
    width: 23.5%;
    margin: 0px 10px 0px 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}


.shetuan2-1-1 .shetuan211 {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
    width: 100%;
}

.shetuan2-1-1 .shetuan211:hover img {
    transform: scale(1.2);
}

.shetuan2-1-1 .shetuan211 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    display: block;
}

.shetuan212 {
    padding: 14px 26px 18px 23px;
}

.shetuan2-1-1 .shetuan212 h5 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    height: 59px;
    overflow: hidden;
    text-align: justify;
}

.shetuan2-1-1 .shetuan212 span {
    display: block;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    /* padding-top: 12px; */
    padding-top: 9px;
    padding-bottom: 12px;
    /* padding-bottom: 15px; */
}

.shetuan2-1-1 .shetuan212 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    height: 71px;
    overflow: hidden;
    text-align: justify;
}
.shetuan2-1-1:hover .shetuan212 h5 {
    color: #ffffff;
}

.shetuan2-1-1:hover .shetuan212 span {
    color: #ffffff;
    opacity: 0.6;
}

.shetuan2-1-1:hover .shetuan212 p {
    color: #ffffff;
    opacity: 0.6;
}

/*友情链接*/
.yqlj {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    background: #f7cfbd;
}

 .friendship-links {
            display: flex;
            align-items: flex-start;
            padding-top: 2%;
            padding-bottom: 2%;
        }
        
        .links-title {
            width: 220px;
            flex-shrink: 0;
            padding-right: 40px;
            border-right: 1px solid #eaeef5;
            padding: 4% 2% 4% 2%;
        }
        
        .links-title h2 {
            font-size: 28px;
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 12px;
            position: relative;
            padding-left: 20px;
        }
        
        .links-title h2:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            height: 24px;
            width: 6px;
            background: linear-gradient(to bottom, #3498db, #2c3e50);
            border-radius: 3px;
        }
        
        .links-title p {
            font-size: 15px;
            color: #7f8c8d;
            line-height: 1.6;
        }
        
        .links-content {
            flex: 1;
            padding-left: 40px;
        }
        
        .links-list {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            list-style: none;
        }
        
        .link-item {
            background: #f8fafc;
            border-radius: 10px;
            padding: 16px 22px;
            transition: all 0.3s ease;
            border: 1px solid #eaeef5;
            flex: 1;
            min-width: 180px;
            max-width: 220px;
            position: relative;
            overflow: hidden;
        }
        
        .link-item:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #3498db, #2c3e50);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .link-item:hover {
            background: white;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(52, 152, 219, 0.15);
            border-color: #d6e4f0;
        }
        
        .link-item:hover:before {
            transform: scaleX(1);
        }
        
        .link-item a {
            text-decoration: none;
            color: #2c3e50;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            align-items: center;
            transition: color 0.2s ease;
        }
        
        .link-item a:hover {
            color: #3498db;
        }
        
        .link-icon {
            margin-right: 10px;
            font-size: 18px;
            width: 24px;
            text-align: center;
        }
        
        .link-desc {
            font-size: 13px;
            color: #7f8c8d;
            margin-top: 6px;
            padding-left: 34px;
            line-height: 1.4;
        }
        
        @media (max-width: 1450px) {
            .container {
                width: 95%;
                max-width: 1400px;
            }
        }
        
        @media (max-width: 768px) {
            .friendship-links {
                flex-direction: column;
            }
            
            .links-title {
                width: 100%;
                padding-right: 0;
                padding-bottom: 25px;
                border-right: none;
                border-bottom: 1px solid #eaeef5;
                margin-bottom: 25px;
            }
            
            .links-content {
                padding-left: 0;
            }
            
            .link-item {
                min-width: calc(50% - 10px);
            }
        }
        
        @media (max-width: 480px) {
            .link-item {
                min-width: 100%;
            }
        }