2026-09-01 15:24:09 +08:00
|
|
|
:root {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family:
|
|
|
|
|
MiSans,
|
|
|
|
|
PingFang SC-Bold,
|
|
|
|
|
PingFang SC,
|
|
|
|
|
sans-serif;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
|
|
|
|
[v-cloak] {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
.home-page {
|
|
|
|
|
scroll-padding-top: 80px;
|
|
|
|
|
font-family: MiSans, sans-serif;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flow-root;
|
|
|
|
|
}
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
.banner {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background-image: url(../../assets/modules/ee2a06ca9eac984dce76.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
height: 860px;
|
|
|
|
|
}
|
|
|
|
|
.banner__title {
|
|
|
|
|
margin-top: 187px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.banner__title > h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 60px;
|
|
|
|
|
line-height: 90px;
|
|
|
|
|
background-image: linear-gradient(to right, #ff6e2f 27%, #05f7ff 87%);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
background-clip: text;
|
|
|
|
|
-webkit-text-fill-color: rgba(0, 0, 0, 0);
|
|
|
|
|
color: rgba(0, 0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 82px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
width: 850px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: 80px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 16px;
|
|
|
|
|
padding: 10px 10px 10px 20px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 40px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__list {
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__item__icon {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background: rgba(235, 102, 43, 0.05);
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__item__icon > img {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__item__main {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__item__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #05073c;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__item__desc {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__btn {
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.banner .banner-bar__btn > img {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.cgyd {
|
|
|
|
|
padding-top: 32px;
|
|
|
|
|
padding-bottom: 88px;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__inner {
|
|
|
|
|
max-width: 1290px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 60px;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background-image: url(../../assets/modules/2a8cafa59ed08a3124ac.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 52px;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__item__header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__item__title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__item__actions {
|
|
|
|
|
height: 32px;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__court-list {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
|
|
gap: 25px;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__court {
|
|
|
|
|
height: 148px;
|
|
|
|
|
background-image: url(../../assets/modules/2382ab185a68d02b3e48.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__court__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.cgyd__court__price {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.lgyy {
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
background-image: url(../../assets/modules/457db31de5717c6a7956.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 64px 0 56px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
height: 184px;
|
|
|
|
|
}
|
|
|
|
|
.lgyy > img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__qydc,
|
|
|
|
|
.lgyy__cggl {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 220px;
|
|
|
|
|
height: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__qydc {
|
|
|
|
|
top: 33.15%;
|
|
|
|
|
right: 23.95%;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__cggl {
|
|
|
|
|
top: 33.15%;
|
|
|
|
|
right: 4.96%;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__desc {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__right {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 25px;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__btn {
|
|
|
|
|
width: 220px;
|
|
|
|
|
height: 62px;
|
|
|
|
|
background: #ff5b00;
|
|
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.lgyy__btn--green {
|
|
|
|
|
background: #029e5f;
|
|
|
|
|
}
|
|
|
|
|
.qcgl {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .main-img {
|
|
|
|
|
width: 496px;
|
|
|
|
|
height: 496px;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body {
|
|
|
|
|
height: 496px;
|
|
|
|
|
margin-left: 95px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .label {
|
|
|
|
|
color: #ff5b00;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .title {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .tex {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
line-height: 28.35px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .info-table {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 34px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 25px;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .info-table .row {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .info-table .item {
|
|
|
|
|
width: 85px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .info-table .item img {
|
|
|
|
|
width: 36px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
}
|
|
|
|
|
.qcgl .main-inner .info-body .info-table .item span {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 27px;
|
|
|
|
|
}
|
|
|
|
|
.gywm-box {
|
|
|
|
|
padding-top: 110px;
|
|
|
|
|
padding-bottom: 103px;
|
|
|
|
|
background-color: #fff7f2;
|
|
|
|
|
}
|
|
|
|
|
.gywm-box__inner {
|
|
|
|
|
max-width: 1290px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.gywm {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.gywm__left {
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
}
|
|
|
|
|
.gywm__img {
|
|
|
|
|
margin-left: 167px;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
width: 496px;
|
|
|
|
|
height: 496px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.gywm__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #ff5b00;
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
}
|
|
|
|
|
.gywm__title2 {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
}
|
|
|
|
|
.gywm__list {
|
|
|
|
|
margin-top: 72px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 64px;
|
|
|
|
|
}
|
|
|
|
|
.gywm__item {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 30px;
|
|
|
|
|
}
|
|
|
|
|
.gywm__item__img {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.gywm__item__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
line-height: 27px;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
.gywm__item__desc {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
}
|
|
|
|
|
#lgyy-pop {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
min-width: 1500px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
#lgyy-pop .right-bg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 100%;
|
|
|
|
|
right: 0;
|
|
|
|
|
-o-object-fit: contain;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
}
|
|
|
|
|
.lgyy-popup-img {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
#cgyd {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -100px;
|
|
|
|
|
}
|
2026-08-25 12:01:09 +08:00
|
|
|
|
2026-09-01 15:24:09 +08:00
|
|
|
/* ============ 新闻资讯栏目 ============ */
|
|
|
|
|
.xwzx-box {
|
|
|
|
|
padding-bottom: 160px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.xwzx-box__inner {
|
|
|
|
|
max-width: 1290px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.xwzx-box .section-header__more {
|
|
|
|
|
color: #ff5b00;
|
|
|
|
|
}
|
|
|
|
|
.xwzx-box .section-header__more img {
|
|
|
|
|
filter: brightness(0) saturate(100%) invert(36%) sepia(94%) saturate(2476%) hue-rotate(355deg) brightness(101%) contrast(106%);
|
|
|
|
|
}
|
|
|
|
|
.xwzx__head-l {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__subtitle {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__main {
|
|
|
|
|
min-width: 1100px;
|
|
|
|
|
margin-top: 32px;
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 18px;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured {
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
min-height: 480px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #f0f0f0;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition:
|
|
|
|
|
border-color 0.3s,
|
|
|
|
|
box-shadow 0.3s;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured:hover {
|
|
|
|
|
border-color: #ff5b00;
|
|
|
|
|
box-shadow: 0 12px 28px rgba(255, 91, 0, 0.12);
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__img {
|
|
|
|
|
flex: 0 0 50%;
|
|
|
|
|
width: 50%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__img img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__body {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 40px;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__date {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #999;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__desc {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
line-height: 1.7;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 9;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__featured__link {
|
|
|
|
|
margin-top: auto;
|
|
|
|
|
padding-top: 24px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #ff5b00;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__list {
|
|
|
|
|
flex: 0 0 520px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 14px;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 14px;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #f0f0f0;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition:
|
|
|
|
|
border-color 0.3s,
|
|
|
|
|
box-shadow 0.3s;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item:hover {
|
|
|
|
|
border-color: #ff5b00;
|
|
|
|
|
box-shadow: 0 8px 18px rgba(255, 91, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item__img {
|
|
|
|
|
flex: 0 0 96px;
|
|
|
|
|
width: 96px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item__img img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item__info {
|
|
|
|
|
flex: 1;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item__date {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item__title {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
transition: color 0.3s;
|
|
|
|
|
}
|
|
|
|
|
.xwzx__item:hover .xwzx__item__title {
|
|
|
|
|
color: #ff5b00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container[data-v-6ea7720c] {
|
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
display: none;
|
|
|
|
|
min-width: 1490px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.container--show[data-v-6ea7720c] {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.container .right-bg[data-v-6ea7720c] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.container .main-img[data-v-6ea7720c] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
min-height: 800px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 0;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
}
|
|
|
|
|
.container .title-con[data-v-6ea7720c] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20%;
|
|
|
|
|
left: 9%;
|
|
|
|
|
}
|
|
|
|
|
.container .title-con .title[data-v-6ea7720c] {
|
|
|
|
|
font-size: 42px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
}
|
|
|
|
|
.container .title-con .sub[data-v-6ea7720c] {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-p-con[data-v-6ea7720c] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 90%;
|
|
|
|
|
min-height: 920px;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-code-con[data-v-6ea7720c] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
bottom: 20%;
|
|
|
|
|
left: 9%;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-code-con .qr-img[data-v-6ea7720c] {
|
|
|
|
|
width: 210px;
|
|
|
|
|
height: 210px;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-code-con .qr-dep[data-v-6ea7720c] {
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-code-con .qr-btn-con[data-v-6ea7720c] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-code-con .qr-btn-con .row[data-v-6ea7720c] {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
.container .qr-code-con .qr-btn-con .row .btn[data-v-6ea7720c] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-color: #ff5b00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=home.css.map*/
|