/*banner开始*/ .banner { position: relative; } .banner .swiper-slide a { display: block; } .banner .swiper-slide img { width: 100%; } .banner .swiper-pagination { bottom: 0.2rem; left: 50%; transform: translate(-50%, 0); } .banner .swiper-pagination .swiper-pagination-bullet { background: #ffffff; width: 0.12rem; height: 0.12rem; text-align: center; border-radius: 100%; } .banner .swiper-pagination .swiper-pagination-bullet-active { background: #ffffff; opacity: 1; } /*banner结束*/ /*公共标题开始*/ .title { width: 100%; line-height: 0.3rem; margin-bottom: 0.3rem; display: block; overflow: hidden; } .title .line { width: calc(100% - 230px); height: 1px; background: #eeeeee; margin: 14px 0.15rem; float: left; } .title h3 { font-size: 0.24rem; color: #000000; position: relative; padding-left: 0.36rem; font-family: myfont; float: left; } .title h3::before { content: ""; width: 0.3rem; height: 0.3rem; border-radius: 100%; position: absolute; left: 0; top: 50%; margin-top: -0.15rem; } .title a { width: 0.6rem; height: 0.24rem; display: block; line-height: 0.22rem; text-align: center; border-radius: 0.12rem; border: 1px solid #999999; color: #999999; font-size: 0.14rem; transition: 0.2s all; float: right; } .title a:hover { background: #0b55a6; border: 1px solid #0b55a6; color: #ffffff; } /*公共标题结束*/ .part { width: 100%; background: url(../img/body_bg1.png) no-repeat left bottom; position: relative; padding: 0.4rem 0; } .part::before { content: ""; width: 340px; height: 458px; background: url(../img/body_bg2.png) no-repeat; display: block; position: absolute; right: 0; bottom: 0; z-index: -1; } .pal, .pac { width: calc( ( 68% - 0.6rem) / 2); } .par { width: calc( 32% - 0.2rem); } .pac .title h3::before { background: #0b55a6 url(../img/title1.png) no-repeat center center; background-size: auto 0.18rem; } .par .title h3::before { background: #0b55a6 url(../img/title2.png) no-repeat center center; background-size: auto 0.18rem; } /*新闻滚动图开始*/ .pal { /* background: #0b55a6; */ } .news-img { width: 100%; height: 3rem; overflow: hidden; } .news-img a { display: block; height: 100%; } .news-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s all; } .pal h3 { font-size: 0.16rem; padding: 0.1rem 0.3rem; margin: 0; font-weight: normal; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #0b55a6; } .pal h3 a { color: #ffffff; } .pal .swiper-slide:hover .news-img img { transform: scale(1.1, 1.1); } .pal .swiper-pagination { bottom: 0.2rem; right: 0.2rem; bottom: 0.15rem; } .pal .swiper-pagination .swiper-pagination-bullet { background: #ffffff; width: 0.08rem; height: 0.08rem; text-align: right; border-radius: 100%; } .pal .swiper-pagination .swiper-pagination-bullet-active { background: #ffffff; opacity: 1; } .pal .swiper-button-next, .pal .swiper-button-prev{ z-index:99; top: 45%; font-size:30px; color:#fff; background: rgba(0,0,0,0.4); line-height: 50px; cursor: pointer; } .pal .swiper-button-next{ right:0; } /*新闻滚动图结束*/ /*学院新闻开始*/ .paclist ul .headline { width: 100%; padding-bottom: 0.2rem; border-bottom: 1px solid #c1c1c1; margin-bottom: 0.2rem; } .paclist ul .headline .hl { width: 0.56rem; } .paclist ul .headline .hl>span { display: block; line-height: 0.25rem; background: #0b55a6; color: #ffffff; font-size: 0.12rem; text-align: center; } .paclist ul .headline .hr { max-width: calc( 100% - 0.56rem); padding-left: 0.15rem; } .paclist ul .headline .hr h3 { font-size: 0.18rem; line-height: 0.2rem; color: #0b55a6; } .paclist ul .headline .hr h3 a { color: #0b55a6; } .paclist ul .headline .hr p { font-size: 0.14rem; color: #888888; line-height: 0.24rem; height: 0.48rem; } .paclist ul .headline .hl .time { background: rgba(11, 85, 166, 0.1); color: #0b55a6; width: 100%; padding: 0.03rem 0 } .paclist ul .headline .hl .time span { display: block; text-align: center; font-size: 0.24rem; font-family: 'Times New Roman', Times, serif; font-weight: bold; } .paclist ul .headline .hl .time span+span { font-size: 0.14rem; font-weight: normal; } .paclist ul li { width: 100%; margin-bottom: 0.15rem; } .paclist ul li span { display: block; font-family: 'Times New Roman', Times, serif; color: #0b55a6; background: rgba(11, 85, 166, 0.1); height: 0.24rem; line-height: 0.24rem; padding: 0 0.1rem; margin-right: 0.15rem; border-radius: 0.12rem; } .paclist ul li a { color: #434343; max-width: calc( 100% - 0.75rem); line-height: 0.24rem; } .paclist ul li:hover a { color: #0b55a6; } .paclist ul li:hover span { background: #0b55a6; color: #ffffff; } .paclist ul li:last-child { margin-bottom: 0; } /*学院新闻结束*/ /*通知公告开始*/ .parlist ul li { width: 100%; padding-bottom: 0.1rem; border-bottom: 1px solid #e5e5e5; margin-bottom: 0.1rem; } .parlist ul li .time { width: 0.7rem; text-align: center; position: relative; } .parlist ul li .time::after { content: ""; width: 1px; height: 0.4rem; background: #e5e5e5; position: absolute; right: 0; top: 50%; margin-top: -0.2rem; } .parlist ul li .time span { display: block; font-family: 'Times New Roman', Times, serif; color: #0b55a6; font-size: 0.24rem; font-weight: bold; } .parlist ul li .time span+span { font-size: 0.14rem; font-weight: normal; line-height: 0.22rem; } .parlist ul li a { max-width: calc( 100% - 0.7rem); padding-left: 0.12rem; line-height: 0.26rem; color: #333333; } .parlist ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .parlist ul li:hover a { color: #0b55a6; } /*通知公告结束*/ /*科学研究、党建园地、团学活动开始*/ .partb { width: 100%; margin: 0.35rem 0 0.2rem; } .pbl, .pbc { width: calc( ( 68% - 0.6rem) / 2); } .pbr { width: calc( 32% - 0.2rem); } .pbl .title h3::before { background: #0b55a6 url(../img/title3.png) no-repeat center center; background-size: auto 0.18rem; } .pbc .title h3::before { background: #0b55a6 url(../img/title4.png) no-repeat center center; background-size: auto 0.18rem; } .pbr .title h3::before { background: #0b55a6 url(../img/title5.png) no-repeat center center; background-size: auto 0.16rem; } .pblist .headline { width: 100%; margin-bottom: 0.25rem; } .pblist .headline .pb-img { width: 1.25rem; height: 0.95rem; overflow: hidden; } .pblist .headline .pb-img a { display: block; height: 100%; } .pblist .headline .pb-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s all; } .pblist .headline .pb-txt { width: calc( 100% - 1.25rem); padding-left: 0.15rem; } .pb-txt h3 { font-size: 0.16rem; font-weight: normal; line-height: 0.28rem; max-height: 0.56rem; color: #333333; } .pb-txt h3 a { color: #333333; } .pb-txt span { color: #0b55a6; font-family: 'Times New Roman', Times, serif; } .pblist .headline:hover .pb-img img { transform: scale(1.1, 1.1); } .pblist .headline:hover .pb-txt h3 a { color: #0b55a6; } .pblist ul li { margin-bottom: 0.1rem; } .pbrlist ul li:last-child { margin-bottom: 0; } .pblist ul li a { color: #333333; line-height: 0.3rem; max-width: calc( 100% - 0.9rem); } .pblist ul li span { color: #999999; line-height: 0.3rem; display: block; font-family: 'Times New Roman', Times, serif; } .pblist ul li:hover a, .pblist ul li:hover span { color: #0b55a6; } .pbclist ul li a { padding-left: 0.24rem; background: url(../img/title4-icon.png) no-repeat left center; background-size: auto 0.16rem; } .pbrlist ul li { margin-bottom: 0.05rem; } .pbrlist ul li a { max-width: 100%; } .pbrlist ul li span { line-height: 0.2rem; } /*科学研究、党建园地、团学活动结束*/ .pcl { width: calc( 68% - 0.2rem); } .pcr { width: calc( 32% - 0.2rem); } /*师生风采开始*/ .pcl .title h3::before { background: #0b55a6 url(../img/title6.png) no-repeat center center; background-size: auto 0.18rem; } .pclist ul li { width: calc( ( 100% - 0.4rem) / 3); } .pclist ul li .pc-img { width: 100%; height: 2rem; overflow: hidden; margin-bottom: 0.1rem; } .pclist ul li .pc-img a { display: block; height: 100%; } .pclist ul li .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s all; } .pclist ul li:hover .pc-img img { transform: scale(1.1, 1.1); } .pclist ul li h3 { font-size: 0.16rem; font-weight: normal; line-height: 0.2rem; border-left: 0.04rem solid #0b55a6; color: #333333; } .pclist ul li h3 a { color: #333333; padding-left: 0.1rem; width: 100%; } .pclist ul li:hover h3 a { color: #0b55a6; } .pclist .swiper-pagination .swiper-pagination-bullet { background: #ffffff; width: 0.08rem; height: 0.08rem; text-align: right; border-radius: 100%; } .pclist .swiper-pagination .swiper-pagination-bullet-active { background: #ffffff; opacity: 1; } .pclist .swiper-button-next, .pclist .swiper-button-prev{ z-index:99; top:30%; font-size:30px; color:#fff; background: rgba(0,0,0,0.4); line-height: 50px; cursor: pointer; } .pclist .swiper-button-next{ right:0; } /*师生风采结束*/ /*快速链接开始*/ .pcr .title h3::before { background: #0b55a6 url(../img/title7.png) no-repeat center center; background-size: auto 0.18rem; } .pcrlist ul li { width: 100%; background: #0b55a6; height: 1.05rem; margin-bottom: 0.2rem; } .pcrlist ul li:last-child { margin-bottom: 0; background: #009ac6; } .pcrlist ul li a { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: center; padding-left: 40%; padding-right: 10px; } .pcrlist ul li h3, .pcrlist ul li span { text-align: left; color: #ffffff; } .pcrlist ul li h3 { font-size: 0.2rem; font-family: myfont; margin-bottom: 0.06rem; } .pcrlist ul li span { font-size: 0.14rem; } .pcrlist ul li:first-child a { background: url(../img/link1.png) no-repeat; background-position: left -90px; } .pcrlist ul li:last-child a { background: url(../img/link2.png) no-repeat; background-position: left -80px; } /*快速链接结束*/