.body { background-color: #fafafa; } /*包含以下四种的链接*/ a { text-decoration: none; color: black; } /*正常的未被访问过的链接*/ a:link { text-decoration: none; } /*已经访问过的链接*/ a:visited { text-decoration: none; } /*鼠标划过(停留)的链接*/ /* a:hover { text-decoration: none; } */ /* 正在点击的链接*/ a:active { text-decoration: none; } .dot::before { content: '·'; font-weight: bold; margin-right: 0.5rem; } /*悬挂广告*/ .fixed-advert-top-right, .fixed-advert-bottom-left { width: 130px; height: 570px; background-size: cover; background-position: center; position: fixed; z-index: 7777; } .fixed-advert-top-right { top: 200px; right: 0px; } .fixed-advert-bottom-left { left: 0; top: 200px; } .advert-close { width: 1rem; height: 1rem; line-height: 1rem; text-align: center; color: white; font-weight: bold; font-size: 1rem; background-color: #0c0c0c99; position: absolute; top: 5px; right: 5px; cursor: pointer; } /* 新闻头条和banner新闻样式 start*/ .head-banner { width: 100%; min-height: 35rem; } .head-banner .head-lines { width: 100%; margin: 0 auto; box-sizing: border-box; } .head-pre { color: #d50e0e; } .head-banner .head-lines .head-news-title { width: 90%; /*min-height: 42px;*/ box-sizing: border-box; text-align: center; /*color: #333;*/ margin: 0px auto; } .head-lines .head-subhead{ width: 100%; font-size: 18px; line-height: 18px; text-align: center; margin-top: 22px; color: #000000; } .banner-img { width: 761px; height: 426px; object-fit: cover; } .banner-img-item { width: 100%; height: 610px; background-size: cover; background-position: center; } .head-news-title a { font-size: 34px; line-height: 50px; color: #cb0000; font-weight: bold; display: block; /*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ } .head-banner .head-lines .head-news-desc { width: 100%; text-align: center; color: #999999; font-size: 14px; line-height: 14px; margin-top: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; } .head-lines-area { width: 100%; min-height: 125px; padding: 30px 0 10px 0; box-sizing: border-box; overflow: hidden; background-color: white; } .index-banner { width: 100%; height: 426px; position: relative; } .banner-img-show { width: 100%; height: 610px; /*background-image: ;*/ background-size: cover; overflow: hidden; } .banner-news-list { width: 36%; height: 426px; position: absolute; top: 0; right: 0; background-color: #fff; display: flex; flex-direction: column; box-sizing: border-box; padding-top: 19px; overflow: hidden; box-shadow: 0 0 3px #ccc; border-bottom: 4px solid #008be9; } .banner-news-list > a { color: white; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .banner-news-list > a a { margin-top: 50px; } .banner-news-list > a:hover { color: #1b7bc6; } .menu > li > a:hover { color: #1b7bc6; } .nav-child > li > a:hover { color: #1b7bc6; } .union-news-list > ul > li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .union-news-list > ul > li > a:hover { color: #1b7bc6; } .t-news-list a:hover { color: #1b7bc6; } body a:hover { color: #1b7bc6; } .sz-hot { width: 100%; height: 50px; background-image: ; background-repeat: no-repeat; background-size: 80px 50px; background-position: left center; box-sizing: border-box; padding-left: 80px; font-size: 18px; font-weight: bold; color: #111111; } .hot-desc { width: 96%; height: 20px; box-sizing: border-box; margin: 18px auto; text-indent: 2rem; font-size: 15px; color: #999999; } .sz-news-list { /*margin-top: 10px;*/ } .sz-item:before { content: "·"; font-size: 18px; font-weight: bold; position: absolute; left: 15px; } .sz-item { width: 100%; height: 20px; box-sizing: border-box; line-height: 20px; font-size: 16px; overflow: hidden; margin: 12px auto; padding: 0 20px 0 32px; color: #333; position: relative; } .sz-item a { font-size: 16px; color: #333333; } .sz-item:nth-of-type(1) a, .h-split .sz-item a{ font-size: 16px; color: #111111; font-weight: bold; } .sz-item .h-split{ margin: 15px auto 13px auto; } .h-split { width: 95%; height: 1px; margin: 0 auto; border-bottom: 1px dashed #ccc; } /* 新闻头条和banner新闻样式 end*/ /* 专题样式 start */ .topic { width: 100%; height: 14.6875rem; } .topic .topic-titles { width: 100%; height: 4.6875rem; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #88b5dc; padding-top: 2.5rem; } .topic .topic-titles .t-name { font-size: 1.2rem; font-weight: bold; position: relative; } .topic .topic-titles .t-name .topic-logo { width: 60px; height: 60px; background-image: url(/uploads/image/2i/zhuanti.png); background-size: contain; position: absolute; top: -35px; left: 20px; pointer-events: none; } .topic .topic-titles .t-name > a { color: #242525; font-size: 24px; } .topic .topic-titles .t-news-list { display: flex; } .topic .topic-titles .t-news-list > a:hover { color: #1b7bc6; } .topic .topic-titles .t-news-list > a { display: block; color: #484848; max-width: 17.5rem; margin-left: 2rem; font-size: 14px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .topic .topic-imgs { width: 100%; height: 11rem; display: flex; justify-content: space-between; align-items: center; position: relative; } .topic-ctrl { display: none; } .topic-imgs:hover .topic-ctrl { display: block; } .topic .topic-imgs .topic-sort-item { width: 289px; height: 141px; } .topic .topic-imgs .topic-sort-item:hover { box-shadow: 0 0 4px dodgerblue; } .topic .topic-imgs .to-left, .topic .topic-imgs .to-right { width: 42px; height: 42px; position: absolute; cursor: pointer; background-size: 50px 100px; background-repeat: no-repeat; background-position: center center; opacity: 0.5; } .topic .topic-imgs .to-left:hover, .topic .topic-imgs .to-right:hover { /*background-color: #3e3e3eaa;*/ opacity: 1; } .topic .topic-imgs .to-left { left: 0; /*top: 20px; background-image: ;*/ top: 67px; background: url(/uploads/image/2llimages/ico.png) no-repeat; background-position: -2px -2px; } .topic .topic-imgs .to-right { right: 0px; /*top: 20px; background-image: ;*/ top: 67px; background: url(/uploads/image/2llimages/ico.png) no-repeat; background-position: -2px -49px; } .fenlei-name > a { color: #242525; font-size: 24px; } /* 专题样式 end */ /* 工会新闻 电子报样式 start */ .union-epaper { width: 100%; height: 680px; min-height: 34.375rem; display: flex; align-items: center; justify-content: space-between; } /* 工会新闻 */ .union-epaper .union-news { width: 840px; height: 100%; } .union-news .news-sort { width: 100%; height: 4.6875rem; padding-top: 2.5rem; box-sizing: border-box; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #88b5dc; } .news-sort .news-sort-title { flex: 1; font-size: 24px; font-weight: bold; color: #242525; } .news-sort .news-sort-title > a { font-size: 24px; font-weight: bold; color: #242525; } .news-sort .news-sort-list { display: flex; flex: 4; justify-content: flex-start; align-items: center; font-size: 1rem; font-weight: 600; } .news-sort-list .news-sort-name { margin-right: 47px; cursor: pointer; color: #666; } /* 工会选中样式 */ .news-sort-list .union-checked { color: #1b7bc6; } /* 工会未选中样式*/ .news-sort-list a { color: #8f8f8f; } .union-news .union-hide { display: none; } .union-news .union-news-info { width: 100%; } .union-news-info .union-news-last { width: 100%; height: 76px; line-height: 4.25rem; font-size: 1.2rem; font-weight: bold; background-color: white; margin: 1rem auto; box-sizing: border-box; padding: 0 1.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .union-news-info .union-news-list { display: flex; justify-content: space-between; } .union-news-last > a { color: #333; } .union-news-list ul { width: 49.2%; height: 172px; box-sizing: border-box; list-style: none; padding-left: 1rem; padding-top: 20px; padding-bottom: 20px; background-color: white; display: flex; flex-direction: column; justify-content: space-around; margin: 0; } .union-news-list ul li { height: 2rem; line-height: 2rem; } .union-news-list ul li a { color: #484848; font-size: 16px; line-height: 34px; } .union-news-has-cover { width: 100%; height: 290px; margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; } .union-news-has-cover .union-news-cover { width: 49.2%; height: 100%; background-color: white; position: relative; } .image-news-title { width: 100%; position: relative; box-sizing: border-box; padding: 0.6rem 0 0 1rem; } .image-news-title a { font-size: 0.8rem; font-weight: bolder; color: #666; } .news-date-info { font-size: 12px; color: #666; position: absolute; right: 1rem; bottom: 1rem; } /* 电子报 */ .union-epaper .epaper { width: 330px; height: 100%; } .epaper .epaper-title { height: 4.6875rem; padding-top: 2.5rem; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #88b5dc; font-size: 1.2rem; font-weight: bold; color: #333; } .epaper .epaper-cover { width: 100%; } .epaper-cover .epaper-cover-new { width: 100%; height: 368px; margin-top: 1rem; background-color: white; } .epaper-cover .epaper-cover-new .epaper-cover-image { width: 100%; height: 100%; background-size: 100% 100%; } .epaper-last-title { display: none; width: 0px; height: 0px; box-sizing: border-box; position: relative; } .epaper-last-title > div:nth-child(1) { width: 90%; margin: 0.6rem auto; font-size: 0.9rem; color: #666; font-weight: bold; } .epaper-last-title > div:nth-child(2) { font-size: 12px; color: #666; position: absolute; right: 1rem; bottom: 1rem; } .epaper-cover-old { width: 100%; height: 194px; margin-top: 0.5rem; background-image: ; background-size: 100% 100%; } /* 工会新闻 电子报样式 start */ /* 广告位样式 */ /*网站顶部的横幅广告*/ .advert-hf{ width: 100%; max-height: 120px; object-fit: cover; } /*新闻分类上的横幅广告*/ .advert-item { width: 100%; /*height: 6.25rem;*/ margin-top: 0.8rem; } .advert-item img { width: 100%; height: auto; } /* 广告位样式 end */ /* 分类新闻顶部样式 */ .fenlei-block-full { width: 100%; margin-top: 1rem; } .fenlei-header { width: 100%; height: 4.6875rem; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #88b5dc; padding-top: 2.5rem; position: relative; } .fenlei-header .fenlei-name { font-size: 1.2rem; font-weight: bold; position: relative; } .fenlei-header .fenlei-name .fenlei-logo { width: 60px; height: 60px; position: absolute; top: -35px; right: -30px; pointer-events: none; } .fenlei-news-area { width: 100%; height: 339px; margin: 1.5rem auto; display: flex; justify-content: space-between; align-items: center; } .fenlei-news-area .img-left { width: 454px; height: 339px; position: relative; } .fenlei-news-area .img-midle { width: 263px; height: 100%; display: flex; justify-content: space-between; align-items: center; flex-direction: column; } .img-midle .img-news-with-title img { width: 13.75rem; height: 8.4375rem; float: left; } .img-midle .img-news-with-title .img { width: 100%; height: 160px; float: left; } .news-list-right { width: 455px; height: 100%; background-color: white; box-sizing: border-box; padding: 0 2rem 0rem 2rem; } .fl-news-item:nth-of-type(1){ font-weight: bold; font-size: 18px; color: #111111; } .fl-news-item:nth-of-type(6){ font-weight: bold; font-size: 18px; color: #111111; } /* 分类新闻顶部样式 end */ /* 非整行新闻分类布局样式 */ .news-block-row { width: 100%; display: flex; justify-content: space-between; align-items: center; } .news-block-row .fenlei-block-unit { width: 592px; } .fenlei-sub-title { width: 90%; padding-bottom: 12px; } .fenlei-sub-title ul { list-style: none; } .fenlei-sub-title ul li { float: left; } .fenlei-sub-title ul li li { margin-left: 2rem; } .fenlei-block-unit .fenlei-news-area-2 { width: 100%; display: flex; flex-direction: column; justify-content: space-between; margin: 1.5rem auto; } .fenlei-block-unit .hide { display: none; } .fenlei-news-area-2 .area-top { width: 100%; position: relative; } .fenlei-block-unit .fenlei-news-area-2 .img-top { width: 100%; height: 256px; } .fenlei-block-unit .fenlei-news-area-2 .news-list-bottom { width: 100%; height: 12.5rem; background-color: white; box-sizing: border-box; padding: 0 1rem; } .image-news-cover-title { width: 100%; height: 2.6rem; line-height: 2.6rem; box-sizing: border-box; padding: 0 10px; background-color: #00000099; color: white; font-size: 14px; text-align: center; position: absolute; bottom: 0rem; } /* 非整行新闻分类布局样式 end*/ /* 图片樯样式 */ .fenlei-media-wall-area { width: 100%; height: 280px; background-color: white; margin: 1.5rem auto; border-radius: 0.3125rem; } .fenlei-media-wall-area .wall { width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 0 18px; } .wall .item { width: 277px; height: 239px; border-radius: 0.3125rem; overflow: hidden; position: relative; } .wall .item .img { width: 100%; height: 100%; } .wall .item .news-title { width: 100%; box-sizing: border-box; padding: 0 1rem; position: absolute; left: 0; bottom: 0; height: 2rem; line-height: 2rem; color: white; background-color: #0009; font-size: 0.8rem; } /* 图片墙样式 end */ /* 进入网站弹框 start*/ .enter-alert { width: 48.4375rem; height: 24.375rem; position: fixed; top: calc(50% - 12.1875rem); left: calc(50% - 24.21875rem); border-radius: 0.3125rem; z-index: 999999999; } .alert-close { width: 2rem; height: 2rem; border-radius: 50%; background-image: url(/uploads/image/2i/close01.png); background-size: cover; position: absolute; top: 0.2rem; right: 0.2rem; cursor: pointer; } .alert-close:hover { background-color: #bd0830; } /* 进入网站弹框 end*/ /* 公告公示 start*/ .notify { width: 21.25rem; position: fixed; right: 0; /*left: calc(50vw 31.25rem);*/ bottom: 0; transition: all .6s; z-index: 8888; } .notify .notify-title { width: 100%; height: 2.8125rem; line-height: 2.8125rem; text-align: center; font-size: 1.2rem; font-weight: bold; color: white; background-color: #3f9ae0; background-image: ; background-repeat: no-repeat; background-position: 6.5rem center; border-radius: 0.625rem 0.625rem 0 0; } .notify .notify-list { display: none; width: 100%; height: 20rem; overflow: auto; box-sizing: border-box; padding: 0.5rem 1rem 0.5rem 0rem; background-color: #3aafff; border-radius: 0 0 0.625rem 0.625rem; } .notify .notify-list::-webkit-scrollbar { /*滚动条整体样式*/ width: 10px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .notify .notify-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #ededed; } .notify .notify-list::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #3aafff; } .notify .notify-list li { font-size: 0.9rem; margin-bottom: 0.8rem; color: white; } .notify .notify-list li a { color: white; } .notify .notify-close { width: 1rem; height: 1rem; background-image: url(/uploads/image/2i/up-icon.png); background-size: contain; background-repeat: no-repeat; position: absolute; top: 19px; right: 15px; cursor: pointer; } /*.notify .notify-close:hover { background-color: #c80000; }*/ /* 公告公示 end */ .cover-title { position: relative; } .small-cover { width: 263px; height: 160px; } .not-show { display: none; } .special-title{ /*width: 100%;*/ font-size: 16px; font-family: microsoft yahei; font-weight: 400; color: #333333; margin-right: 18px; padding-top: 5px; padding-bottom: 5px; } .spacer{ width: 1px; height: 19px; background: #b6b6b6; margin-left: 18px; margin-right: 18px; margin-top: 2px; } /*.special-title a{*/ /* text-overflow: ellipsis;*/ /* overflow: hidden;*/ /* display: block;*/ /* white-space: nowrap;*/ /*}*/