html { --xp-color1: #153E77; --xp-color2: #2c5997; --xp-color3: #365580; --xp-color4: #4d6586; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; }.xp_m53nvule_container { position: relative; z-index: 1000; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: ; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m53nvule_content { width: 100%; height: 150px; display: flex; justify-content: center; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; background-image: url('https://yzzy-img.schoolpi.net/storage/images/20250103/1735896546_6777ade2790da.png'); } .xp_m53nvule_content_box { width: var(--xp-content-width); display: flex; align-items: center; } .xp_m53nvule_nav { width: 100%; height: 50px; background-color: #FCF7F8; display: flex; border-bottom: 1px solid rgba(0, 0, 0, .1); justify-content: center; } .xp_m53nvule_logo { flex: 1; display: flex; align-items: center; } .xp_m53nvule_logo_img { width: 500px; height: 80px; } .xp_m53nvule_title_box1 { border-left: 1px solid #f0f0f0; display: flex; align-items: center; font-size: 30px; color: #FFFFFF; margin-left: 20px; padding-left: 20px; line-height: 38px; } .xp_m53nvule_title_box2 { border-left: 1px solid #f0f0f0; display: flex; flex-direction: column; align-items: center; font-size: 30px; color: #fff; margin-left: 20px; padding-left: 20px; line-height: 38px; } .xp_m53nvule_right { width: 450px; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; } .xp_m53nvule_search_box { width: 260px; height: 36px; display: flex; align-items: center; background-color: #fff; padding-right: 15px; } .xp_m53nvule_search_box_input { outline: none; background-color: transparent; width: 100%; height: 100%; border: none; padding: 0 15px; } .xp_m53nvule_link_box { display: flex; align-items: center; margin-bottom: 20px; } .xp_m53nvule_link_item { color: #FFFFFF; cursor: pointer; padding: 0 15px; font-size: 14px; position: relative; display: flex; align-items: center; } .xp_m53nvule_link_item:not(.xp_m53nvule_link_item:last-child):after { position: absolute; content: ""; right: 0; width: 1px; height: 10px; background-color: #fff; } .xp_m53nvule_nav_box { width: var(--xp-content-width); height: 100%; display: flex; align-items: center; justify-content: space-between; } .xp_m53nvule_nav_item { flex: 1; height: 100%; font-weight: bold; max-width: 200px; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; position: relative; transition: all ease .7s; } .xp_m53nvule_nav_item:hover .xp_m53nvule_nav_group { display: block; } .xp_m53nvule_nav_group { width: 100%; display: none; position: absolute; top: 50px; background-color: #fff; z-index: 10; } .xp_m53nvule_nav_group_item { width: 100%; transition: all ease .7s; background-color: #fff; display: flex; align-items: center; justify-content: center; color: #666; padding: 14px 20px; text-align: center; } .xp_m53nvule_nav_item:hover, .xp_m53nvule_nav_group_item:hover { background-color: var(--xp-color1); color: #fff; } .xp_m53nvule_search_box_icon { width: 24px; height: 24px; color: #666; cursor: pointer; } .xp_m53nvule_head { width: 100%; } .xp_m53nvule_h5 { display: none; } .xp_m53nvule_h5_zanwei { display: none; } @media screen and (max-width: 1000px) { .xp_m53nvule_head { display: none; } .xp_m53nvule_container { background-color: transparent; } .xp_m53nvule_h5_zanwei { display: flex; width: 100%; height: 39px; } body { padding-top: 60px; } .xp_m53nvule_h5 { width: 100%; height: 100px; position: fixed; top: 0; left: 0; padding: 0 10px; background-color: var(--xp-color1); display: flex; flex-direction: column; z-index: 1000; } .xp_m53nvule_h5_head { margin-top: 10px; width: 100%; height: 60px; display: flex; align-items: center; justify-content: space-between; position: relative; } .xp_m53nvule_h5_title { width: 100%; display: flex; height: 50px; line-height: 20px; font-size: 18px; color: #fff; font-weight: bold; justify-content: center; } .xp_m53nvule_h5_logo { height: 44px; } .xp_m53nvule_h5_menu { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_m53nvule_h5_menu_icon { width: 30px; height: 30px; color: #fff; } .xp_m53nvule_h5_search { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_m53nvule_h5_search_icon { width: 24px; height: 24px; color: #fff; } .xp_m53nvule_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_m53nvule_h5_menu_content { overflow-y: auto; position: absolute; top: 0; left: 0; z-index: 2; transform: translateX(-100vw); transition: all ease .6s; display: flex; flex-direction: column; align-items: center; padding: 30px; background-color: var(--xp-color1); width: 100%; height: 100vh; } .xp_m53nvule_h5_menu_bg { position: absolute; width: 100%; height: 100vh; left: 0; top: 0; z-index: 1; backdrop-filter: blur(0px); transition: all linear .6s; } .xp_m53nvule_h5_menu_open { visibility: initial; } .xp_m53nvule_h5_menu_open .xp_m53nvule_h5_menu_content { transform: translateX(0px); } .xp_m53nvule_h5_menu_open .xp_m53nvule_h5_menu_bg { backdrop-filter: blur(4px); background-color: rgba(0, 0, 0, .3); } .xp_m53nvule_h5_menu_logo { width: 100%; margin-bottom: 30px; } .xp_m53nvule_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_m53nvule_h5_group { width: 100%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3); margin-bottom: 15px; background-color: #FFFFFF; } .xp_m53nvule_h5_group_title { flex: 1; } .xp_m53nvule_h5_group_icon { width: 20px; height: 20px; color: #666; } .xp_m53nvule_menu_close { position: absolute; right: 0; top: 0; width: 46px; height: 46px; background-color: var(--xp-color3); border-bottom-left-radius: 46px; display: flex; align-items: center; justify-content: center; } .xp_m53nvule_menu_close_icon { width: 18px; height: 18px; color: #fff; position: relative; left: 5px; bottom: 5px; } .xp_m53nvule_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 20px; min-height: 50px; } .xp_m53nvule_h5_list { width: 100%; display: none; flex-direction: column; } .xp_m53nvule_h5_item { height: 50px; width: 100%; display: flex; align-items: center; padding: 0 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; } .xp_m53nvule_h5_item:last-child { border-bottom: none; } .xp_m53nvule_h5_group_show .xp_m53nvule_h5_list { display: flex; } .xp_m53nvule_h5_group_show .xp_m53nvule_h5_group_icon { transform: rotate(90deg); } .xp_m53nvule_h5_search_box { width: 100%; height: 100vh; position: absolute; left: 0; top: 0; z-index: 10; visibility: hidden; display: flex; flex-direction: column; align-items: center; transition: all ease .4s; } .xp_m53nvule_h5_search_open { visibility: initial; } .xp_m53nvule_h5_inp_box { width: 90%; height: 50px; margin-top: 200px; background-color: #fff; border-radius: 4px; display: flex; align-items: center; overflow: hidden; transform: translateY(-300px); transition: all ease .4s; } .xp_m53nvule_h5_search_open .xp_m53nvule_h5_inp_box { transform: translateY(0px); } .xp_m53nvule_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); } .xp_m53nvule_h5_input { flex: 1; height: 100%; font-size: 16px; border: none; background-color: transparent; outline: none; padding: 0 20px; } .xp_m53nvule_h5_input_but { width: 80px; height: 100%; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; justify-content: center; } .xp_m53nvule_h5_search_close { width: 50px; height: 50px; border-radius: 50%; background-color: var(--xp-color3); display: flex; justify-content: center; align-items: center; margin-top: 60px; opacity: 0; transition: all ease .3s; } .xp_m53nvule_h5_search_open .xp_m53nvule_h5_search_close { opacity: 1; } .xp_m53nvule_h5_search_close_icon { width: 20px; height: 20px; color: #fff; } } .xp_m53nvd6a_container { width: 100%; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 1; background-color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m53nvd6a_content { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .xp_m53nvd6a_banner { width: 100%; height: 350px; } .xp_m53nvd6a_banner_item { width: 100%; height: 100%; overflow: hidden; } .xp_m53nvd6a_banner_item_img1 { width: 100%; display: flex; object-fit: cover; height: 100%; } .xp_m53nvd6a_banner_item_img { width: 100%; height: 100%; display: flex; transform: scale(1); animation: xp_m53nvd6a_show_image linear 10s forwards; object-fit: cover; } @keyframes xp_m53nvd6a_show_image { from { transform: scale(1); } to { transform: scale(1.2); } } .xp_m53nvd6a_index { width: 100%; height: 20px; position: absolute; bottom: vw !important; z-index: 10; display: flex; align-items: center; } .xp_m53nvd6a_index_item { width: 10px; height: 10px; border-radius: 50%; background-color: #fff; margin: 0 6px; transition: all ease .4s; } .xp_m53nvd6a_index_item_select { width: 40px; height: 10px; border-radius: 4px; } .xp_m53nvd6a_button { position: absolute; width: 45px; height: 100px; background-color: rgba(0, 0, 0, .4); z-index: 20; cursor: pointer; color: #f0f0f0; border-radius: 4px; display: flex; align-items: center; justify-content: center; } .xp_m53nvd6a_pre { left: 40px; } .xp_m53nvd6a_next { right: 40px; } .xp_m53nvd6a_button:hover { color: #fff; background-color: rgba(0, 0, 0, .6); } .xp_m53nvd6a_item_icon { width: 30px; height: 30px; } @media screen and (max-width: 1600px) { .xp_m53nvd6a_index{ bottom: 0vw !important; } } @media screen and (max-width: 1000px) { .xp_m53nvd6a_banner{ width: 100%; max-height: 200px; } .xp_m53nvd6a_button{ display: none; } .xp_m53nvd6a_children{ width: 100%; margin-top: 0px; } .xp_m53nvd6a_index { bottom: 10px !important; } } .xp_title_m53ny5bk_container1 { width: 100%; display: flex; position: relative; user-select: none; justify-content: center; align-items: center; margin-bottom: 40px; padding-bottom: 10px; } .xp_title_m53ny5bk_bg_title1 { width: 100%; display: flex; justify-content: center; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m53ny5bk_title1 { position: absolute; left: 0; top: 10px; width: 100%; display: flex; justify-content: center; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; color: var(--xp-color1); } .xp_title_m53ny5bk_hr1 { height: 4px; width: 45px; position: absolute; top: 50px; background-color: var(--xp-color1); } .xp_title_m53ny5bk_container2 { width: 100%; display: flex; align-items: center; position: relative; user-select: none; margin-bottom: 40px; } .xp_title_m53ny5bk_title_box { flex: 1; display: flex; align-items: center; } .xp_title_m53ny5bk_more_box { font-size: 18px; padding: 4px 15px; cursor: pointer; color: var(--xp-color1); } .xp_title_m53ny5bk_bg_title2 { width: 100%; display: flex; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m53ny5bk_title2 { position: absolute; left: 0; top: 10px; width: 900px; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; text-indent: 6px; display: flex; align-items: center; } .xp_title_m53ny5bk_title2_item { padding-left: 4px; padding-right: 4px; cursor: pointer; } .xp_title_m53ny5bk_title2_item:hover { color: var(--xp-color1); } .xp_title_m53ny5bk_select { color: var(--xp-color1); } @media screen and (max-width: 1000px) { .xp_title_m53ny5bk_container2 { padding: 0px 20px; width: 100%; } .xp_title_m53ny5bk_bg_title2 { font-size: 32px; } .xp_title_m53ny5bk_bg_title1 { font-size: 32px; } .xp_title_m53ny5bk_title1 { font-size: 20px; color: var(--xp-color1); } .xp_title_m53ny5bk_title2 { padding: 0px 16px; width: 75%; font-size: 20px; } .xp_title_m53ny5bk_more_box { padding: 4px 0px; font-size: 14px; color: var(--xp-color1); } } .xp_m53ny5bk_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: #FFFFFF; margin: 50px 0px 25px 0px; padding: 0px 0px 0px 0px; } .xp_m53ny5bk_title { width: 100%; max-width: var(--xp-content-width); } .xp_m53ny5bk_content { width: 100%; max-width: var(--xp-content-width); display: flex; gap: 20px; height: 740px; } .xp_m53ny5bk_l { flex: 2; height: 100%; position: relative; padding-top: 15px; cursor: pointer; } .xp_m53ny5bk_l_bg { width: 100%; height: 100%; background-color: var(--xp-color1); } .xp_m53ny5bk_l_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m53ny5bk_l:hover .xp_m53ny5bk_l_img { transform: scale(1.1); } .xp_m53ny5bk_l_img_box { width: 100%; height: 100%; padding-left: 30px; position: absolute; right: 0; top: 0; overflow: hidden; } .xp_m53ny5bk_bar_box { position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; padding-right: 30px; } .xp_m53ny5bk_bar { width: 100%; height: 100%; background-color: #FFFFFF; position: relative; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); padding: 30px 30px 20px 30px; } .xp_m53ny5bk_bar_time { width: 120px; height: 40px; background-color: var(--xp-color3); position: absolute; top: -20px; margin-left: 10px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; } .xp_m53ny5bk_bar_title { font-weight: bold; font-size: 18px; line-height: 20px; cursor: pointer; } .xp_m53ny5bk_bar_info { margin-top: 6px; color: #666; line-height: 24px; } .xp_m53ny5bk_r { flex: 1; height: 100%; display: flex; flex-direction: column; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); background-color: #FFFFFF; } .xp_m53ny5bk_line { cursor: pointer; padding: 20px 30px; border-bottom: 1px solid #D8D8D8; } .xp_m53ny5bk_line:first-child { border-bottom: none; } .xp_m53ny5bk_line_box { width: 100%; flex: 1; height: 0; display: flex; flex-direction: column; } .xp_m53ny5bk_line_img_box { width: 100%; flex: 1; overflow: hidden; } .xp_m53ny5bk_line_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m53ny5bk_line_title { font-weight: bold; } .xp_m53ny5bk_line_time { width: 100%; margin-top: 10px; display: flex; align-items: center; } .xp_m53ny5bk_line_date { color: #6D6D6D; font-size: 14px; } .xp_m53ny5bk_line_time_icon { color: #6D6D6D; width: 18px; height: 18px; margin-right: 10px; } .xp_m53ny5bk_list { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 20px; } @media screen and (max-width: 1600px) { .xp_m53ny5bk_content { height: 640px; } } @media screen and (min-width: 1000px) { .xp_m53ny5bk_line:hover .xp_m53ny5bk_line_title, .xp_m53ny5bk_line:hover .xp_m53ny5bk_line_date, .xp_m53ny5bk_line:hover .xp_m53ny5bk_line_time_icon { color: #FFFFFF; } .xp_m53ny5bk_line:hover .xp_m53ny5bk_line_title { text-decoration: underline; color: #FFFFFF; } .xp_m53ny5bk_line_box:hover .xp_m53ny5bk_line_img { transform: scale(1.1); } .xp_m53ny5bk_line:hover { background-color: var(--xp-color1); } .xp_m53ny5bk_bar_title:hover { text-decoration: underline; color: var(--xp-color1); } } @media screen and (max-width: 1000px) { .xp_m53ny5bk_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m53ny5bk_content { height: auto; flex-direction: column; gap: 0px; padding: 0px 20px; } .xp_m53ny5bk_line { cursor: pointer; padding: 10px 20px; border-bottom: 1px solid #D8D8D8; } .xp_m53ny5bk_l:hover .xp_m53ny5bk_l_img { transform: none; } .xp_m53ny5bk_title { padding: 0px 20px; } .xp_m53ny5bk_l { width: 100%; height: 280px; flex: none; padding-top: 10px; } .xp_m53ny5bk_l_img_box { padding-left: 20px; } .xp_m53ny5bk_r { width: 100%; flex: none; margin-top: 20px; } .xp_m53ny5bk_bar_box { height: 110px; padding-right: 20px; } .xp_m53ny5bk_bar { padding: 26px 20px 10px 20px; } .xp_m53ny5bk_bar_title { font-size: 16px; line-height: 18px; } .xp_m53ny5bk_bar_info { font-size: 14px; } .xp_m53ny5bk_bar_time { width: 100px; height: 30px; top: -20px; font-size: 14px; margin-left: 10px; } } .xp_title_m84qaw4h_container1 { width: 100%; display: flex; position: relative; user-select: none; justify-content: center; align-items: center; margin-bottom: 40px; padding-bottom: 10px; } .xp_title_m84qaw4h_bg_title1 { width: 100%; display: flex; justify-content: center; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m84qaw4h_title1 { position: absolute; left: 0; top: 10px; width: 100%; display: flex; justify-content: center; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; color: var(--xp-color1); } .xp_title_m84qaw4h_hr1 { height: 4px; width: 45px; position: absolute; top: 50px; background-color: var(--xp-color1); } .xp_title_m84qaw4h_container2 { width: 100%; display: flex; align-items: center; position: relative; user-select: none; margin-bottom: 40px; } .xp_title_m84qaw4h_title_box { flex: 1; display: flex; align-items: center; } .xp_title_m84qaw4h_more_box { font-size: 18px; padding: 4px 15px; cursor: pointer; color: var(--xp-color1); } .xp_title_m84qaw4h_bg_title2 { width: 100%; display: flex; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m84qaw4h_title2 { position: absolute; left: 0; top: 10px; width: 900px; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; text-indent: 6px; display: flex; align-items: center; } .xp_title_m84qaw4h_title2_item { padding-left: 4px; padding-right: 4px; cursor: pointer; } .xp_title_m84qaw4h_title2_item:hover { color: var(--xp-color1); } .xp_title_m84qaw4h_select { color: var(--xp-color1); } @media screen and (max-width: 1000px) { .xp_title_m84qaw4h_container2 { padding: 0px 20px; width: 100%; } .xp_title_m84qaw4h_bg_title2 { font-size: 32px; } .xp_title_m84qaw4h_bg_title1 { font-size: 32px; } .xp_title_m84qaw4h_title1 { font-size: 20px; color: var(--xp-color1); } .xp_title_m84qaw4h_title2 { padding: 0px 16px; width: 75%; font-size: 20px; } .xp_title_m84qaw4h_more_box { padding: 4px 0px; font-size: 14px; color: var(--xp-color1); } } .xp_m84qaw4h_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: #FFFFFF; margin: 25px 0px 25px 0px; padding: 0px 0px 0px 0px; } .xp_m84qaw4h_title { width: 100%; max-width: var(--xp-content-width); } .xp_m84qaw4h_content { width: 100%; max-width: var(--xp-content-width); display: grid; align-items: center; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; } .xp_m84qaw4h_item { width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; padding: 20px 0px; cursor: pointer; } .xp_m84qaw4h_item_date_icon { width: 20px; height: 20px; color: #666; margin-right: 10px; } .xp_m84qaw4h_item_date_text { color: #666; font-size: 14px; } .xp_m84qaw4h_item_cover { width: 100%; height: 280px; overflow: hidden; } .xp_m84qaw4h_item_cover img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m84qaw4h_item:hover .xp_m84qaw4h_item_cover img { transform: scale(1.1); } .xp_m84qaw4h_item_content { width: 90%; height: 210px; background-color: #fff; position: relative; margin-top: -40px; padding: 15px; box-shadow: 0px 0px 10px 1px #f0f0f0; } .xp_m84qaw4h_item_title { width: 100%; font-size: 18px; font-weight: bold; position: relative; height: 60px; line-height: 30px; } .xp_m84qaw4h_item:hover .xp_m84qaw4h_item_title { color: var(--xp-color1); text-decoration: underline; } .xp_m84qaw4h_item_date { margin-top: 10px; color: #666; display: flex; align-items: center; } .xp_m84qaw4h_item_intro { width: 100%; line-height: 24px; margin-top: 10px; color: #666; } @media screen and (max-width: 1600px) { .xp_m84qaw4h_item_cover { height: 240px; } }.xp_title_m85bcgjx_container1 { width: 100%; display: flex; position: relative; user-select: none; justify-content: center; align-items: center; margin-bottom: 40px; padding-bottom: 10px; } .xp_title_m85bcgjx_bg_title1 { width: 100%; display: flex; justify-content: center; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m85bcgjx_title1 { position: absolute; left: 0; top: 10px; width: 100%; display: flex; justify-content: center; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; color: var(--xp-color1); } .xp_title_m85bcgjx_hr1 { height: 4px; width: 45px; position: absolute; top: 50px; background-color: var(--xp-color1); } .xp_title_m85bcgjx_container2 { width: 100%; display: flex; align-items: center; position: relative; user-select: none; margin-bottom: 40px; } .xp_title_m85bcgjx_title_box { flex: 1; display: flex; align-items: center; } .xp_title_m85bcgjx_more_box { font-size: 18px; padding: 4px 15px; cursor: pointer; color: var(--xp-color1); } .xp_title_m85bcgjx_bg_title2 { width: 100%; display: flex; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m85bcgjx_title2 { position: absolute; left: 0; top: 10px; width: 900px; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; text-indent: 6px; display: flex; align-items: center; } .xp_title_m85bcgjx_title2_item { padding-left: 4px; padding-right: 4px; cursor: pointer; } .xp_title_m85bcgjx_title2_item:hover { color: var(--xp-color1); } .xp_title_m85bcgjx_select { color: var(--xp-color1); } @media screen and (max-width: 1000px) { .xp_title_m85bcgjx_container2 { padding: 0px 20px; width: 100%; } .xp_title_m85bcgjx_bg_title2 { font-size: 32px; } .xp_title_m85bcgjx_bg_title1 { font-size: 32px; } .xp_title_m85bcgjx_title1 { font-size: 20px; color: var(--xp-color1); } .xp_title_m85bcgjx_title2 { padding: 0px 16px; width: 75%; font-size: 20px; } .xp_title_m85bcgjx_more_box { padding: 4px 0px; font-size: 14px; color: var(--xp-color1); } } .xp_m85bcgjx_container { position: relative; z-index: 1; width: 100%; padding: 0px 0px 0px 0px; } .xp_m85bcgjx_title { width: 100%; max-width: var(--xp-content-width); } .xp_m85bcgjx_box { width: 100%; position: relative; padding:0px 0px 0px 0px; } .xp_m85bcgjx_content { width: 100%; display: flex; flex-direction: column; justify-content: space-between; height: 300px; } .xp_m85bcgjx_line { width: 100%; display: flex; align-items: center; padding: 5px 10px; cursor: pointer; background-color:#FFFFFF; } .xp_m85bcgjx_line:last-child { border-bottom: none } .xp_m85bcgjx_line_date { width: 70px; background-color: #f0f0f0; display: flex; flex-direction: column; } .xp_m85bcgjx_line_day { width: 100%; text-align: center; background-color: var(--xp-color1); color: #fff; font-size: 20px; line-height: 32px; } .xp_m85bcgjx_line_year { width: 100%; line-height: 28px; text-align: center; font-size: 14px; color: #666; border: 1px solid var(--xp-color1); } .xp_m85bcgjx_line_title { flex: 1; height: 100%; font-weight: bold; margin-left: 10px; line-height: 34px; } .xp_m85bcgjx_line:hover .xp_m85bcgjx_line_title, .xp_m85bcgjx_line_top:hover .xp_m85bcgjx_line_title { color: var(--xp-color1); text-decoration: underline; } @media screen and (max-width: 1600px) { .xp_m85bcgjx_content { height: 260px; } } @media screen and (max-width: 1000px) { .xp_m85bcgjx_container { margin: 0px; padding: 0px; } .xp_m85bcgjx_box { padding: 0px; } } .xp_title_m85b8fq4_container1 { width: 100%; display: flex; position: relative; user-select: none; justify-content: center; align-items: center; margin-bottom: 40px; padding-bottom: 10px; } .xp_title_m85b8fq4_bg_title1 { width: 100%; display: flex; justify-content: center; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m85b8fq4_title1 { position: absolute; left: 0; top: 10px; width: 100%; display: flex; justify-content: center; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; color: var(--xp-color1); } .xp_title_m85b8fq4_hr1 { height: 4px; width: 45px; position: absolute; top: 50px; background-color: var(--xp-color1); } .xp_title_m85b8fq4_container2 { width: 100%; display: flex; align-items: center; position: relative; user-select: none; margin-bottom: 40px; } .xp_title_m85b8fq4_title_box { flex: 1; display: flex; align-items: center; } .xp_title_m85b8fq4_more_box { font-size: 18px; padding: 4px 15px; cursor: pointer; color: var(--xp-color1); } .xp_title_m85b8fq4_bg_title2 { width: 100%; display: flex; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m85b8fq4_title2 { position: absolute; left: 0; top: 10px; width: 900px; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; text-indent: 6px; display: flex; align-items: center; } .xp_title_m85b8fq4_title2_item { padding-left: 4px; padding-right: 4px; cursor: pointer; } .xp_title_m85b8fq4_title2_item:hover { color: var(--xp-color1); } .xp_title_m85b8fq4_select { color: var(--xp-color1); } @media screen and (max-width: 1000px) { .xp_title_m85b8fq4_container2 { padding: 0px 20px; width: 100%; } .xp_title_m85b8fq4_bg_title2 { font-size: 32px; } .xp_title_m85b8fq4_bg_title1 { font-size: 32px; } .xp_title_m85b8fq4_title1 { font-size: 20px; color: var(--xp-color1); } .xp_title_m85b8fq4_title2 { padding: 0px 16px; width: 75%; font-size: 20px; } .xp_title_m85b8fq4_more_box { padding: 4px 0px; font-size: 14px; color: var(--xp-color1); } } .xp_m85b8fq4_container { position: relative; z-index: 1; width: 100%; padding: 0px 0px 0px 0px; } .xp_m85b8fq4_title { width: 100%; max-width: var(--xp-content-width); } .xp_m85b8fq4_box { width: 100%; position: relative; padding:0px 0px 0px 0px; } .xp_m85b8fq4_content { width: 100%; display: flex; flex-direction: column; justify-content: space-between; height: 300px; } .xp_m85b8fq4_line { width: 100%; display: flex; align-items: center; padding: 5px 10px; cursor: pointer; background-color:#FFFFFF; } .xp_m85b8fq4_line:last-child { border-bottom: none } .xp_m85b8fq4_line_date { width: 70px; background-color: #f0f0f0; display: flex; flex-direction: column; } .xp_m85b8fq4_line_day { width: 100%; text-align: center; background-color: var(--xp-color1); color: #fff; font-size: 20px; line-height: 32px; } .xp_m85b8fq4_line_year { width: 100%; line-height: 28px; text-align: center; font-size: 14px; color: #666; border: 1px solid var(--xp-color1); } .xp_m85b8fq4_line_title { flex: 1; height: 100%; font-weight: bold; margin-left: 10px; line-height: 34px; } .xp_m85b8fq4_line:hover .xp_m85b8fq4_line_title, .xp_m85b8fq4_line_top:hover .xp_m85b8fq4_line_title { color: var(--xp-color1); text-decoration: underline; } @media screen and (max-width: 1600px) { .xp_m85b8fq4_content { height: 260px; } } @media screen and (max-width: 1000px) { .xp_m85b8fq4_container { margin: 0px; padding: 0px; } .xp_m85b8fq4_box { padding: 0px; } } .xp_title_m85bbrf3_container1 { width: 100%; display: flex; position: relative; user-select: none; justify-content: center; align-items: center; margin-bottom: 40px; padding-bottom: 10px; } .xp_title_m85bbrf3_bg_title1 { width: 100%; display: flex; justify-content: center; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m85bbrf3_title1 { position: absolute; left: 0; top: 10px; width: 100%; display: flex; justify-content: center; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; color: var(--xp-color1); } .xp_title_m85bbrf3_hr1 { height: 4px; width: 45px; position: absolute; top: 50px; background-color: var(--xp-color1); } .xp_title_m85bbrf3_container2 { width: 100%; display: flex; align-items: center; position: relative; user-select: none; margin-bottom: 40px; } .xp_title_m85bbrf3_title_box { flex: 1; display: flex; align-items: center; } .xp_title_m85bbrf3_more_box { font-size: 18px; padding: 4px 15px; cursor: pointer; color: var(--xp-color1); } .xp_title_m85bbrf3_bg_title2 { width: 100%; display: flex; font-size: 42px; font-weight: bold; z-index: 1; line-height: 40px; position: relative; font-style: italic; color: var(--xp-color6); } .xp_title_m85bbrf3_title2 { position: absolute; left: 0; top: 10px; width: 900px; z-index: 10; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 30px; text-indent: 6px; display: flex; align-items: center; } .xp_title_m85bbrf3_title2_item { padding-left: 4px; padding-right: 4px; cursor: pointer; } .xp_title_m85bbrf3_title2_item:hover { color: var(--xp-color1); } .xp_title_m85bbrf3_select { color: var(--xp-color1); } @media screen and (max-width: 1000px) { .xp_title_m85bbrf3_container2 { padding: 0px 20px; width: 100%; } .xp_title_m85bbrf3_bg_title2 { font-size: 32px; } .xp_title_m85bbrf3_bg_title1 { font-size: 32px; } .xp_title_m85bbrf3_title1 { font-size: 20px; color: var(--xp-color1); } .xp_title_m85bbrf3_title2 { padding: 0px 16px; width: 75%; font-size: 20px; } .xp_title_m85bbrf3_more_box { padding: 4px 0px; font-size: 14px; color: var(--xp-color1); } } .xp_m85bbrf3_container { position: relative; z-index: 1; width: 100%; padding: 0px 0px 0px 0px; } .xp_m85bbrf3_title { width: 100%; max-width: var(--xp-content-width); } .xp_m85bbrf3_box { width: 100%; position: relative; padding:0px 0px 0px 0px; } .xp_m85bbrf3_content { width: 100%; display: flex; flex-direction: column; justify-content: space-between; height: 300px; } .xp_m85bbrf3_line { width: 100%; display: flex; align-items: center; padding: 5px 10px; cursor: pointer; background-color:#FFFFFF; } .xp_m85bbrf3_line:last-child { border-bottom: none } .xp_m85bbrf3_line_date { width: 70px; background-color: #f0f0f0; display: flex; flex-direction: column; } .xp_m85bbrf3_line_day { width: 100%; text-align: center; background-color: var(--xp-color1); color: #fff; font-size: 20px; line-height: 32px; } .xp_m85bbrf3_line_year { width: 100%; line-height: 28px; text-align: center; font-size: 14px; color: #666; border: 1px solid var(--xp-color1); } .xp_m85bbrf3_line_title { flex: 1; height: 100%; font-weight: bold; margin-left: 10px; line-height: 34px; } .xp_m85bbrf3_line:hover .xp_m85bbrf3_line_title, .xp_m85bbrf3_line_top:hover .xp_m85bbrf3_line_title { color: var(--xp-color1); text-decoration: underline; } @media screen and (max-width: 1600px) { .xp_m85bbrf3_content { height: 260px; } } @media screen and (max-width: 1000px) { .xp_m85bbrf3_container { margin: 0px; padding: 0px; } .xp_m85bbrf3_box { padding: 0px; } } .xp_m85b7q0r_container { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgb(255,255,255); margin: 10px 0px 10px 0px; padding: 0px 0px 20px 0px; } .xp_m85b7q0r_content { width: 100%; max-width: var(--xp-content-width); height: 100%; display: flex; align-items: center; gap: 20px; } .xp_m85b7q0r_title { width: 100%; max-width: var(--xp-content-width); } .xp_m85b7q0r_content_item { width: 0; flex: 1; height: 100%; } .xp_m85b7q0r_content_placeholder { width: 100%; height: 610px; position: relative; border: 2px dotted #555; border-left: 0px dotted #555; } .xp_m85b7q0r_content_item:first-child .xp_m85b7q0r_content_placeholder { border-left: 2px dotted #555; } .xp_m85b7q0r_content_placeholder_box { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; font-size: 22px; color: #999; } @media screen and (max-width: 1000px) { .xp_m85b7q0r_container{ margin: 0px; padding: 0px; } .xp_m85b7q0r_content { flex-direction: column; gap: 0px; } .xp_m85b7q0r_title { padding: 0px 20px; } .xp_m85b7q0r_content_item { flex: none; width: 100vw; padding: 0px; margin-top: 0px; } } .xp_m84mstgs_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("https://yzzy-img.schoolpi.net/storage/images/20250117/1737097903_678a02af64264.png"); background-color: ; margin: 20px 0px 0px 0px; padding: 40px 0px 40px 0px; } .xp_m84mstgs_content { width: 100%; max-width: var(--xp-content-width); } .xp_m84mstgs_copyright { margin-top: 30px; display: flex; justify-content: center; align-items: center; } .xp_m84mstgs_copyright_item { color: rgb(255,255,255); display: flex; margin-left: 6px; } .xp_m84mstgs_copyright_item:first-child { margin-left: 0px; } .xp_m84mstgs_box { width: 100%; display: flex; padding-bottom: 40px; border-bottom: 1px solid var(--xp-color6); } .xp_m84mstgs_line1 { display: flex; flex-direction: column; } .xp_m84mstgs_line1_img { height: 80px; width: 500px; margin-bottom: 30px; } .xp_m84mstgs_line1_item { color: rgb(255,255,255); line-height: 30px; display: flex; } .xp_m84mstgs_line1_item_name { font-size: 16px; padding-right: 4px; } .xp_m84mstgs_line1_item_value { flex: 1; font-size: 16px; } .xp_m84mstgs_line2 { flex: 1; min-width: 460px; display: flex; flex-direction: column; margin-left: 40px; margin-right: 40px; } .xp_m84mstgs_line_title { font-weight: bold; font-size: 18px; height: 40px; line-height: 40px; margin-bottom: 30px; color: rgb(255,255,255); } .xp_m84mstgs_lin2_box { display: flex; flex-wrap: wrap; } .xp_m84mstgs_line2_item { line-height: 30px; margin-right: 20px; color: rgb(255,255,255); } .xp_m84mstgs_line3 { width: 400px; height: 100%; } .xp_m84mstgs_line3_box { display: flex; align-items: center; } .xp_m84mstgs_line3_item { width: 100px; display: flex; flex-direction: column; margin-right: 20px; } .xp_m84mstgs_line3_item:last-child { margin-right: 0px; } .xp_m84mstgs_line3_item_code { width: 100%; height: 100px; background-color: #FFFFFF; } .xp_m84mstgs_line3_item_name { width: 100%; display: flex; justify-content: center; font-size: 14px; margin-top: 10px; color: #FFFFFF; } .xp_m84mstgs_title_color { color: rgb(255,255,255); } .xp_m84mstgs_text_color { color: rgb(255,255,255); } .xp_m84mstgs_link_color { color: rgb(255,255,255); } .xp_m84mstgs_code_color { color: #FFFFFF; } .xp_m84mstgs_h5 { display: none; } @media screen and (max-width: 1000px) { .xp_m84mstgs_container { margin: 0px; padding: 0px; background-size: cover; } .xp_m84mstgs_content { display: none; } .xp_m84mstgs_h5 { width: 100%; display: flex; flex-direction: column; padding: 15px 0px; } .xp_m84mstgs_h5_logo{ width: 100%; padding: 0px 20px; } .xp_m84mstgs_h5_logo_img { width: 100%; } .xp_m84mstgs_copyright { flex-direction: column; align-items: center; padding: 20px 0px; gap: 0px; border-top: 1px solid var(--xp-color6); } .xp_m84mstgs_copyright_item { font-size: 14px; margin-top: 6px; } .xp_m84mstgs_h5_list_box { width: 100%; padding: 10px 20px; } .xp_m84mstgs_h5_list { width: 100%; display: grid; margin-top: 10px; grid-template-columns: repeat(2, minmax(0px, 1fr)); } .xp_m84mstgs_h5_list1 { width: 100%; display: flex; margin-top: 10px; flex-direction: column; } .xp_m84mstgs_h5_item { width: 100%; margin-top: 15px; } .xp_m84mstgs_h5_title { font-weight: bold; } .xp_m84mstgs_h5_code { width: 100%; margin-top: 10px; display: flex; align-items: center; justify-content: center; } .xp_m84mstgs_h5_code_item { width: 100px; height: 150px; display: flex; flex-direction: column; align-items: center; margin:0px 8px; } .xp_m84mstgs_h5_code_img { width: 100%; height: 100px; } .xp_m84mstgs_h5_code_name { height: 50px; line-height: 50px; font-size: 14px; } }