h3{ font-weight: 400; } /* 轮播部分开始 */ .swiper-banner img{ width: 100%; height: 547px; position: relative; } .swiper-banner .swiper-pagination-banner{ position: absolute; bottom: 5%; z-index: 99; text-align: center; } .swiper-banner .swiper-pagination-bullet{ width: 12px; height: 12px; background: white; border-radius: 50%; box-sizing: border-box; opacity: 1; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 10px; } .swiper-banner .swiper-pagination-bullet-active{ border: 2px solid white; background: #821316; } /* 轮播部分结束 */ /* 学校要闻部分开始 */ .school-news{ font-size: 18px; } .news-module{ width: 100%; height: auto; flex-wrap: wrap; } .news-wrap{ flex-shrink: 0; width: 25%; } .newsl{ box-sizing: border-box; padding-right: 2.2em; } .newsl .news-cover{ width: 100%; height: 9em; overflow: hidden; } .news-cover img{ width: 100%; height: inherit; transition: all 1s; } .newsl h3{ font-size: 0.7em; color: #666666; line-height: 1.5em; margin-top: 1em; height: 2.9em; } .newsl:hover .news-cover img{ transform: scale(1.2); } .newsl:hover h3{ color: #821316; } .news-module .news-wrap:nth-child(3){ box-sizing: border-box; padding-right: 1em; } .news-module .news-wrap:nth-child(4){ box-sizing: border-box; padding-left: 1em; } .newsr{} .newsr .news-item{ height: 2.9em; border-bottom: 1px solid #cccccc; } .itemr h3{ font-size: 0.7em; color: #666666; line-height: 2.2em; } .itemr p{ font-size: 0.6em; color: #666666; line-height: 2em; } .itemr{ width: calc(100% - 0.8em); } .iteml img{ width: 0.3; height: 0.5em; margin-top: 0.4em; margin-right: 0.5em; } .iteml img:nth-child(2){ display: none; } .news-item:hover .iteml img:nth-child(2){ display: block; } .news-item:hover .iteml img:nth-child(1){ display: none; } .news-item:hover .itemr h3{ color: #821316; } .news-item:hover .itemr p{ color: #ee4225; } /* 学校要闻部分结束 */ /* 四大模块开始 */ .four-module{ font-size: 18px; margin-top: 20px; flex-wrap: wrap; } .item-module{ width: 23.5%; height: 3.8em; background: #f4f2e5; } .item-module a{ width: 100%; height: inherit; } .item-module img{ width: 2.7em; height: 2.7em; margin-right: 2%; } .item-module h3{ font-size: 1.3em; color: #666666; } /* 四大模块结束 */ /* 新闻模块部分开始 */ .news-section{ display: flex; flex-wrap: wrap; margin-bottom: 3%; } .news-section .section{ width: 32%; margin-right: 2%; } .news-section .section:nth-child(3n){ margin-right: 0; } .notice-item{ margin-bottom: 10px; } .noticel{ flex-shrink: 0; width: 50px; height: 44px; margin-right: 2%; background: #f4f2e5; display: flex; flex-direction: column; justify-content: center; align-items: center; } .noticel h3{ font-size: 16px; color: #821316; line-height: 22px; } .noticel p{ font-size: 12px; color: #821316; white-space: nowrap; } .noticer{ width: calc(95% - 50px); } .noticer h3{ font-size: 14px; color:#333333; line-height: 20px; } .noticer p{ font-size: 12px; color: #a4a3a3; line-height: 20px; } .notice-item:hover .noticer h3{ color: #821316; } .notice-item:hover .noticer p{ color: #ee4225; } .xibu-item{ margin-bottom: 5px; } .xibul{ flex-shrink: 0; } .xibu-cover{ width: 62px; height: 47px; overflow: hidden; margin-right: 5%; } .xibu-cover img{ width: 100%; height: inherit; transition: all 1s; } .xibur{ width: calc(95% - 62px); } .xibur h3{ font-size: 14px; color: #333333; line-height: 20px; } .xibur p{ font-size: 12px; color: #a4a3a3; line-height: 20px; } .xibu-item:hover .xibur h3{ color: #821316; } .xibu-item:hover .xibur p{ color: #ee4225; } .xibu-item:hover .xibu-cover img{ transform: scale(1.2); } .duiwai-cover{ width: 100%; height: 121px; overflow: hidden; } .duiwai-cover img{ width: 100%; height: inherit; transition: all 1s; } .duiwail{ width: calc(98% - 80px); } .duiwail img{ margin-right: 5px; } .duiwail img:nth-child(2){ display: none; } .duiwail p{ font-size: 14px; color: #333333; line-height: 30px; } .duiwair{ flex-shrink: 0; width: 80px; } .duiwair p{ font-size: 12px; color: #666666; } .duiwai-item:hover .duiwail img:nth-child(2){ display: block; } .duiwai-item:hover .duiwail img:nth-child(1){ display: none; } .duiwai-item:hover .duiwail p{ color: #821316; } .duiwai-item:hover .duiwair p{ color: #ee4225; } .duiwai-cover:hover img{ transform: scale(1.2); } /* 新闻模块部分结束 */ /* index公共标题开始 */ .sub-title{ border-bottom: 2px solid #821316; margin: 10px 0; } .sub-title .title{ font-size: 1em; color: #1b1919; line-height: 40px; } .sub-tools span{ font-size: 0.6em; color: #821316; } .sub-tools img{ width: 0.7em; height: 0.7em; margin-right: 4px; } /* index公共标题结束 */ /* 响应式处理开始 */ @media screen and (max-width: 1199px) { .swiper-banner .swiper-pagination-banner{ display: none; } } @media screen and (max-width: 1099px) { .swiper-banner img{ height: 420px; } } @media screen and (max-width: 998px){ .school-news, .four-module, .news-section{ box-sizing: border-box; padding: 0 2%; } .news-section .section{ width: 49%; margin-right: 2%; } .news-section .section:nth-child(3n){ margin-right: 2%; } .news-section .section:nth-child(2n){ margin-right: 0; } .item-module{ width: 48%; margin-bottom: 1em; } .news-wrap{ width: 50%; } .news-module .newsl{ padding-right: 2%; margin-bottom: 1em; } .news-module .news-wrap:nth-child(2){ padding-right: 0; padding-left: 2%; } .newsl .news-cover{ height: 16em; } .xibu-item, .notice-item, .duiwai-item{ margin-bottom: 3%; } .newsr .news-item{ padding: 2% 0; } } @media screen and (max-width: 850px) { .swiper-banner img{ height: 370px; } } @media screen and (max-width: 798px) { .newsl .news-cover{ height: 14em; } } @media screen and (max-width: 698px) { .swiper-banner img{ height: 300px; } .newsl .news-cover{ height: 11em; } } @media screen and (max-width: 598px) { .newsl .news-cover{ height: 9em; } .newsr{ width: 100%; padding: 0 !important; } .four-module{ font-size: 16px; } .news-section .section{ width: 100%; margin: 0 !important; } .duiwai-cover{ display: none; } } @media screen and (max-width: 550px) { .swiper-banner img{ height: 260px; } } @media screen and (max-width: 450px) { .swiper-banner img{ height: 230px; } .newsl .news-cover{ height: 7em; } .four-module{ font-size: 14px; } } @media screen and (max-width: 400px) { .swiper-banner img{ height: 180px; } .newsl .news-cover{ height: 6em; } .four-module{ font-size: 12px; } .news-module{ font-size: 22px; } .noticel{ flex-shrink: 0; width: 65px; height: 54px; } .noticer{ width: calc(100% - 65px); } .noticer h3, .xibur h3, .duiwail p{ font-size: 16px; } .duiwail p{ line-height: 40px; } .noticer p, .xibur p, .duiwair p{ font-size: 14px; line-height: 40px; } .xibu-item{ margin-bottom: 5%; } } @media screen and (max-width: 350px) { .swiper-banner img{ height: 150px; } } /* 响应式处理结束 */