.text a { color: inherit; }
/* body {  } */
.main_content { width: 100%; overflow: hidden; position: relative; box-sizing: border-box; background-color: #fff; }
.main_content .pos { margin: 0 auto; width: 1250px; height: 75px; color: #333; font-size: 16px; display: flex; align-items: center; position: relative; box-sizing: border-box; }
.main_content .pos .pos_icon_home { display: block; margin-right: 10px; width: 20px; height: 20px; vertical-align: middle; }
.main_content .pos a { color: inherit; }
.main_content .pos a:hover { color: #005eaa; font-weight: bold; }
/* 概览 */
.con_wrap { margin: 0 auto; margin-bottom: 39px; padding: 30px; width: 1250px; background: #ffffff; display: flex; box-shadow: 0px 0px 32px 3px rgb(0 0 0 / 9%); position: relative; box-sizing: border-box; }
/* 菜单 */
.con_wrap .con_l {  margin-right: 30px; width: 260px; position: relative; box-sizing: border-box; }
.con_wrap .con_l .chnltit { padding: 0 24px; width: 100%; height: 70px; align-items: center; cursor: pointer; position: relative; font-size: 24px; color: #ffffff; font-weight: 700; display: flex; justify-content: space-between; align-items: center; background: url(./20260610_gl_bg_chnlname.jpg) no-repeat center; background-size: cover; box-sizing: border-box; }
.con_wrap .con_l .chnlList { width: 100%; }
.con_wrap .con_l .chnlList .chnlItem { width: 100%; height: 70px; }
.con_wrap .con_l .chnlList .chnlItem .point { margin-right: 10px; width: 5px; height: 5px; transform: rotate(45deg); background-color: #c0c4d2; }
.con_wrap .con_l .chnlList .chnlItem .title { color: #333; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.con_wrap .con_l .chnlList .chnlItem.curr .point { background: #005eaa; }
.con_wrap .con_l .chnlList .chnlItem.curr .title { color: #005eaa; font-weight: bold; }
.con_wrap .con_l .chnlList .chnlItem a { padding: 0 24px;  display: block; width: 100%; height: 100%; display: flex; align-items: center; font-size: 18px; color: #333333; background: #f3f4f8; border-top: 1px solid #e1e6f0; }
/* 内容 */
.con_wrap .con_r { width: calc(100% - 260px - 30px); position: relative; box-sizing: border-box; }
.con_wrap .con_r .con_r_con { margin: 0 auto; width: 100%; overflow: hidden; position: relative; box-sizing: border-box; }
.con_wrap .con_r .con_r_head { margin-bottom: 0px; width: 100%; border-bottom: 2px solid #ddd; position: relative;  box-sizing: border-box; }
.con_wrap .con_r .con_r_head h3 { height: 70px; line-height: 70px; color: #005eaa; font-size: 24px; } 
.con_wrap .con_r .con_r_head .tit_split { margin-top: 14px; height: 8px; }
.con_wrap .con_r .con_r_list { width: 100%; position: relative; box-sizing: border-box; }
.con_wrap .con_r .con_r_list .newList { padding-top: 10px; width: 100%; position: relative; box-sizing: border-box; }
.con_wrap .con_r .con_r_list .newList .newItem { margin-top: 20px; padding-left: 20px; display: flex; justify-content: space-between; box-sizing: border-box; position: relative; }
.con_wrap .con_r .con_r_list .newList .newItem:before { content: " "; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background-color: #005eaa; }
.con_wrap .con_r .con_r_list .newList .newItem .text { margin-right: 20px; flex: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.con_wrap .con_r .con_r_list .newList .newItem .time { color: #969595; font-size: 13px; }
.con_wrap .con_r .con_r_list .newList .newItem:hover .text { color: #005eaa;  }
.con_wrap .con_r .con_r_list .newList .splitline { margin-top: 28px; height: 10px; border-top: 1px dashed #d6d6d6; }
/* 底图 */
.con_bot_img { position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; background-image: url(./20260610_gl_bottom_line.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }

/* 概览 带菜单 */
.con_wrap.glmenubox .con_l { width: 260px; }
.con_wrap.glmenubox .con_r { width: calc(100% - 260px - 30px); }
/* 概览 不带菜单 */
.con_wrap.glnomenubox .con_l { margin-right: 0; width: 0; display: none; }
.con_wrap.glnomenubox .con_r { width: 100%; }
.con_wrap.glnomenubox .con_r .con_r_head h3 { color: #005eaa; font-weight: bold; }

/* 细览 */
.xlbox { padding: 30px 60px; display: flex; flex-direction: column; overflow: hidden; }
.xlbox .con_xl_title { margin-top: 30px; width: 100%; }
.xlbox .con_xl_title .general_tit_main { padding: 0 5px; line-height: 39px; color: #333; font-size: 30px; font-weight: bold; text-align: center; }
.xlbox .con_xl_title .con_box { margin-top: 55px; }
.xlbox .con_xl_title .con_box .content_box_explain { color: #969595; font-size: 14px; font-weight: normal; line-height: 39px; display: inline-block; vertical-align: middle; }
.xlbox .con_xl_title .con_box .content_box_explain .explain_time { margin-right: 15px; }
.xlbox .generalContent { margin: 15px auto 0; padding: 20px 0; width: 100%; border-top: 1px solid #D6D6D6; box-sizing: border-box; overflow: hidden; }
.xlbox .generalContent img { margin: 0 auto;  max-width: 100%; overflow: hidden; }

.con_details img { margin: 0 auto; max-width: 100%; }