.container { padding: 30px; width: 100%; max-width: 1460px; margin: 0 auto; box-sizing: border-box; } .your_position { margin-bottom: 40px; font-size: 18px; color: #666; } .your_position a { color: #666; } .your_position em { margin: 0 10px; } .sub_row { display: flex; justify-content: space-between; } .sub_nav { display: flex; } .sub_nav a { width: 144px; height: 48px; display: flex; justify-content: center; align-items: center; margin-right: 20px; border: 1px #e6e6e6 solid; font-size: 16px; color: #666; } .sub_nav a.on { background-color: #1d74e1; border: 1px #1d74e1 solid; color: #fff; } .search { width: 125px; display: flex; align-items: center; padding: 0 20px; height: 48px; border: 1px #e6e6e6 solid; overflow: hidden; transition: all 0.3s; } .search img { width: 16px; height: 16px; margin-right: 10px; } .search input { border: none; outline: none; flex: 1; font-size: 16px; } /* 鏂扮嫄瑙傜偣 */ .s-point-title { text-align: center; font-size: 36px; font-weight: bold; color: #333333; } .s-point-sub-title { margin: 20px 0 60px 0; text-align: center; font-size: 16px; color: #666666; } .s-point-list { flex-wrap: wrap; justify-content: space-around; } .s-top-line { margin-bottom: 15px; height: 2px; background-color: #999999; width: 100%; } .s-more-btn { justify-content: center; width: 261px; height: 60px; background-image: linear-gradient(90deg, #006bf0 0%, #2ea9ff 100%), linear-gradient( #006bf0, #006bf0); background-blend-mode: normal, normal; box-shadow: 0px 4px 18px 0px rgba(0, 107, 240, 0.3); border-radius: 8px; color: #ffffff; font-size: 18px; margin: 0 auto; } .s-more-btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #fff; } .s-more-btn:hover { opacity: 0.8; } .s-more-arrow-w { width: 32px; height: 32px; margin-left: 15px; } .viewpoint { width: 100%; max-width: 1460px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .viewpoint ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .viewpoint li { width: 30%; margin-bottom: 28px; position: relative; } .viewpoint_info { height: 280px; padding-top: 30px; border-top: 2px #999 solid; background: url(../img/arrow_g_right.png) no-repeat right 245px; } .viewpoint_name { margin-bottom: 20px; font-size: 22px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .viewpoint_name a { color: #333; } .viewpoint_name a:hover { color: #006bf0; } .viewpoint_dec { height: 84px; margin-bottom: 20px; font-size: 16px; line-height: 28px; color: #666; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .viewpoint_time { font-size: 16px; color: #999; } .viewpoint_img { width: 100%; height: 280px; overflow: hidden; position: absolute; top: 0; left: 0; visibility: hidden; } .viewpoint_img a { display: block; } .viewpoint_img img { height: 280px; transition: all 0.3s; } .viewpoint_img:hover img { transform: scale(1.1); } .viewpoint_img span { width: 100%; height: 60px; padding: 0 20px; line-height: 60px; background-color: rgba(0, 0, 0, 0.6); font-size: 18px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: absolute; bottom: 0; left: 0; } .viewpoint li:hover .viewpoint_img { visibility: visible; } /* 鏂伴椈璇︽儏 */ .article { width: 100%; max-width: 1600px; display: flex; justify-content: space-between; align-items: flex-start; padding: 3%; margin: 0 auto; margin-top: -340px; box-sizing: border-box; background-color: #fff; position: relative; } .article_left { width: 900px; } .article_right { width: 440px; } @media (max-width: 1366px) { .article { margin-top: -200px; } .article_left { width: 730px; } } .article_left h3 { margin-bottom: 80px; font-size: 24px; } .article_content { margin-bottom: 100px; } .share_row { height: 90px; display: flex; align-items: center; font-size: 16px; color: #333; border-bottom: 1px #e6e6e6 solid; } .btns_row { padding: 140px 0; display: flex; justify-content: center; } .left_btn, .right_btn { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: #f1f1f1; font-family: '瀹嬩綋'; color: #000; font-weight: bold; font-size: 20px; } .left_btn { transform: rotate(-180deg); } .left_btn:hover, .right_btn:hover { color: #fff; background: linear-gradient(to right, #0b7af4, #269efc); } .list_btn { display: block; width: 90px; height: 40px; margin: 0 35px; background: url(../images/list1.png) no-repeat center center #f1f1f1; } .list_btn:hover { background: url(../images/list2.png) no-repeat center center #0b7af4; } .news_list { margin-bottom: 60px; } .news_list li { margin-bottom: 40px; } .news_list li:hover { box-shadow: 0 10px 10px rgba(0, 0, 0, .1); } .bb_title { margin-bottom: 35px; font-size: 22px; color: #0b7af4; } .labels span { display: inline-block; padding: 10px 20px; margin-right: 20px; margin-bottom: 20px; background-color: #f2f2f2; color: #333; } .news_info { padding: 20px; border-top: 2px #999 solid; } .news_name { margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 22px; color: #333; } .news_name a { color: #333; font-weight: bold; } .news_name a:hover { color: #1d74e1; } .news_dec { height: 84px; margin-bottom: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 16px; line-height: 28px; color: #666; } .news_btm { display: flex; justify-content: space-between; align-items: center; } .news_btm span { font-size: 16px; color: #999; } .news_btm a { display: block; width: 23px; height: 8px; background: url(../images/ra.png) no-repeat; }