@charset "UTF-8"; /* CSS Document */ .newsList .item, .newsList .item::before, .vpartnerList .item { transition: all .5s; } .insItemBox { transition: all .75s; } .mainArea { padding-bottom: 0; position: relative; } .contentBox.grayBgStyle { padding-bottom: 110px; } .contentBox.grayBgStyle::after { bottom: calc(50% - 200px); } .contentBox.grayBgStyle .titleBox { margin-bottom: 0; } @media (max-width: 1180px) { .contentBox.grayBgStyle { padding-bottom: 80px; } } @media (max-width: 640px) { .contentBox.grayBgStyle { padding-bottom: 50px; } } .classNote { background-color: #fff; padding: 20px; text-align: center; } /*鏂拌▕鍒楄〃*/ .newsList { width: 100%; position: relative; z-index: 2; } .newsList::before { content: ""; width: 160px; height: 180px; display: block; background-image: url(../images/achivement_deco_dots.png); position: absolute; bottom: -80px; right: -50px; } .newsList .item { margin-top: 35px; margin-bottom: 20px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); position: relative; display: flex; align-items: center; } .newsList .item::before { content: ""; width: 100%; height: 100%; display: block; border: 1px solid #ff0000; position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; pointer-events: none; } .newsList .item:hover { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); transform: translateY(-10px); } .newsList .item:hover::before { opacity: 1; } .newsList .decoBorder { height: 86px; z-index: 2; } .newsList .decoBorder::before { width: 86px; height: 86px; } .newsList .decoBorder::after { width: 86px; height: 86px; } .newsList .Img { position: relative; width: 650px; height: 330px; } .newsList .Img a { display: block; width: 100%; height: 100%; } .newsList .Img img { display: block; width: 100%; height: 100%; object-fit: cover; } .newsList .Txt { overflow: hidden; width: calc(100% - 650px); flex-grow: 1; padding: 15px 45px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .newsList .Txt .title { width: 100%; padding: 20px 0 10px; } .newsList .Txt .title a { display: inline-block; font-size: 20px; line-height: 23px; font-weight: 600; } .newsList .Txt .exp { padding-bottom: 10px; } .newsList .Txt .exp.ellipsis { max-height: 135px; } @media (max-width: 1280px) { .newsList .item { flex-wrap: wrap; max-width: 650px; margin: 35px auto 20px; } .newsList .Img { width: 100%; height: auto; } .newsList .Txt { width: 100%; } .newsList .Txt .exp.ellipsis { max-height: 120px; } } @media (max-width: 1180px) { .newsList::before { background-size: 20%; } } @media (max-width: 640px) { .newsList .Txt { padding: 10px 25px 20px; } .newsList .Txt .title { padding: 5px 0 7px; } .newsList .Txt .title a { font-size: 18px; line-height: 21px; } .newsList .Txt .title.ellipsis { height: 55px; } } @media (max-width: 400px) { .newsList .Txt .title a { font-size: 16px; } .newsList .Txt .exp { font-size: 14px; } } .newsDate { padding: 5px 0; font-size: 12px; color: #000; letter-spacing: 1px; display: flex; flex-direction: column; } .newsDate .day { font-weight: 600; font-size: 38px; line-height: 40px; letter-spacing: 0; } .newsDate .year { font-size: 13px; line-height: 16px; font-weight: 600; letter-spacing: 0; } .newIcon { display: inline-block; font-size: 16px; line-height: 20px; color: #ff0000; font-weight: 600; position: relative; padding: 10px 0; } .newIcon::before { content: ""; display: block; width: 53px; height: 1px; background-color: #ff0000; position: absolute; bottom: 0; right: 0; } @media (max-width: 640px) { .newIcon { font-size: 15px; } } .period { width: 100%; font-weight: 400; font-size: 12px; line-height: 14px; letter-spacing: 0; color: #a6a6a6; } .bannerBox .unitPage { padding-top: 58px; } @media (max-width: 640px) { .bannerBox .unitPage { padding-top: 0; } } .bread.vpartner { position: absolute; top: -558px; left: 0; width: 100%; z-index: 5; } @media (max-width: 1340px) { .bread.vpartner { top: -458px; } } .vpartnerList { position: relative; z-index: 2; } .vpartnerList::before { content: ""; width: 160px; height: 180px; display: block; background-image: url(../images/achivement_deco_dots.png); position: absolute; bottom: -80px; right: -50px; pointer-events: none; } .vpartnerList .item { margin-top: 35px; margin-bottom: 20px; padding: 20px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); position: relative; display: flex; align-items: center; } .vpartnerList .item:hover { transform: translateY(-10px); box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); } .vpartnerList .Img { width: 322px; height: 224px; } .vpartnerList .Img a { display: block; width: 100%; height: 100%; } .vpartnerList .Img img { display: block; width: 100%; height: 100%; object-fit: cover; } .vpartnerList .Txt { width: calc(100% - 322px); padding: 30px 45px; } .vpartnerList .Txt .menuTitle { padding-bottom: 10px; } .vpartnerList .Txt .menuTitle .ttitle { font-size: 22px; line-height: 23px; } .vpartnerList .Txt .exp { padding-top: 15px; } .vpartnerList .Txt .exp.ellipsis { max-height: 130px; } @media (max-width: 1180px) { .vpartnerList::before { background-size: 20%; } } @media (max-width: 840px) { .vpartnerList .item { flex-wrap: wrap; } .vpartnerList .Img { margin: 0 auto; } .vpartnerList .Txt { width: 100%; padding: 20px 0; } } @media (max-width: 400px) { .vpartnerList .item { padding: 10px; } .vpartnerList .Img { width: 100%; height: auto; } } /*鍏ч爜*/ .mainArea.insPage .wrap { position: relative; } .mainArea.insPage .contentBox::after { width: 175px; height: 180px; bottom: 0; } .mainArea.insPage.valuedPartner .insItemBox { padding: 40px 80px 60px; } @media (max-width: 1180px) { .mainArea.insPage.valuedPartner .insItemBox { padding: 40px 40px 50px; } } @media (max-width: 640px) { .mainArea.insPage .wrap { padding: 0; } .mainArea.insPage.valuedPartner .insItemBox { padding: 0px 20px 40px; } } .insItemBox { background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding: 55px 100px 70px; margin-bottom: 30px; position: relative; z-index: 2; } .insItemBox:hover { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3); } .insItemBox .decoBorder { height: 86px; width: calc(100% - 44px); left: 22px; top: 22px; z-index: 2; } .insItemBox .decoBorder.bottom { top: auto; bottom: 22px; } .insItemBox .decoBorder::before { width: 86px; height: 86px; } .insItemBox .decoBorder::after { width: 86px; height: 86px; } .insItemBox .titleArea { clear: both; margin-bottom: 30px; padding: 15px 10px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .insItemBox .titleArea .titleBox { padding-top: 40px; } .insItemBox .titleArea .titleBox .title { font-size: 24px; line-height: 30px; } .insItemBox .share { display: flex; align-items: center; padding-top: 30px; } .insItemBox .share p { font-size: 15px; line-height: 30px; letter-spacing: 0; font-weight: 600; color: #000; padding-right: 34px; position: relative; } .insItemBox .share p::before { content: ""; width: 22px; height: 1px; background-color: rgba(0, 0, 0, 0.2); position: absolute; top: calc(50% - 0.5px); right: 0; display: block; } .insItemBox .share a { display: inline-block; width: 32px; height: 32px; border-radius: 50%; color: #fff; text-align: center; margin-left: 14px; } .insItemBox .share a.weibo { background-color: #eb192d; } .insItemBox .share a.fb { background-color: #395196; } .insItemBox .share a.twitter { background-color: #29b6eb; } .insItemBox .share a.linkedin { background-color: #1760ad; } .insItemBox .share a.linkedin i { font-size: 13px; } .insItemBox .share a i { color: #fff; line-height: 32px; font-size: 15px; } .insItemBox .share a:hover { transform: translate3d(-3px, -3px, 0); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); } @media (max-width: 1180px) { .insItemBox { padding: 50px 40px; } } @media (max-width: 640px) { .insItemBox { padding: 40px 25px; } .insItemBox .decoBorder { left: 10px; top: 10px; width: calc(100% - 20px); } .insItemBox .decoBorder.bottom { top: auto; bottom: 10px; } } @media (max-width: 375px) { .insItemBox { padding: 30px 15px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0); } .insItemBox .decoBorder { display: none; } .insItemBox:hover { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0); } } .backBtn { display: inline-block; font-size: 18px; line-height: 45px; font-weight: 400; color: rgba(0, 0, 0, 0.8); width: 120px; position: absolute; bottom: 0; text-align: center; left: calc(50% - 60px); z-index: 6; } /*# sourceMappingURL=news.css.map */