@charset "utf-8";
/*Technical Support SudyTech*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: "";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 /* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8); */
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/* AI样式表 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC",
        "Noto Sans CJK SC", "Microsoft YaHei", "SimHei", sans-serif;
    font-size: 16px;
    color: #191C1D;
    background: #F5F9FD;
    min-width: 320px;
}

ol, ul { list-style: none; }
a { text-decoration: none; color: inherit; }
a:hover { color: #0056B3; }
img { border: 0; vertical-align: middle; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }

/* 清浮动 */
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* 含浮动子元素的容器清浮动（标题行 / 办事指南网格 / 常用链接网格 / 页脚LOGO行） */
.tt:after, .guide_list:after, .link_list:after, .foot-logo:after {
    content: "";
    display: table;
    clear: both;
}
/* ======================================= */

:root{
    --mainColor:#0156B3;
    --hoverColor:#0056B3;
    --innerWidth:14rem;
}

/* ========================================
  Font
  (Named Instances)
  250 = ExtraLight  300 = Light     350 = Normal  400 = Regular
  500 = Medium      600 = SemiBold  700 = Bold    900 = Heavy
======================================== */
@font-face {
  font-family: '思源黑体CN';
  src: url('fonts/SourceHanSansCN-VF-3500.woff2') format('woff2-variations');
  font-weight: 300 350 400 500 600 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '思源宋体CN';
  src: url('fonts/SourceHanSerifCN-VF-3500.woff2') format('woff2-variations');
  font-weight:300 350 400 500 600 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Arial'; /* 自定义字体名称 */
    src: url('fonts/Arial.ttf') format('truetype'); /* .ttf 格式 */
}


/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "思源黑体CN","Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;position: relative;}
p{line-height:1.75;}
a {color: #333333;text-decoration:none;transition:all 0.4s ease-in-out;font-family:"思源黑体CN";}
a:hover { color:var(--hoverColor);}
a.menu-btn{display: none;}

/*页面尺寸*/
.wrapper {margin:0 auto;}
.wrapper .inner {width: var(--innerWidth);margin:0 auto;} /**页面全局宽度**/
.mod { position: relative; }
/*headtop*/
/*head开始*/
#head {background: linear-gradient(to bottom,rgba(0, 86, 179, 1),rgba(0, 86, 179, 0));position: absolute;top: 0;z-index: 16;left: 0;right: 0;transition: all 0.4s ease;}
#head .inner{position:relative;padding-bottom: 1.74rem;width: 16rem;}
#head .inner .mod{min-height: 1.17rem;border-bottom: rgba(225,225,225,0.4) 1px solid;}
#head.fix{background: linear-gradient(to bottom, var(--mainColor) 40%, transparent 100%);}
#head.fix .inner{padding-bottom: 0;}
#head.fix .inner .mod{border-bottom: none;}
.header .sitelogo{float:left;margin-top: 0.37rem;}
.header .sitelogo a{display: flex;align-items: center;gap: 0.13rem;}
.header .sitelogo img{width:2.83rem;}
.header .sitetitle {font-size:0.28rem;font-weight:900;color:#fff;font-family: '思源宋体CN';line-height: 1.75;padding-left: 0.15rem;position: relative;} /**站点名称**/
.header .sitetitle::before{content: '';width: 0.01rem;height: 0.24rem;background: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 0.15rem;}
.header .head-right .headTop{display: flex;justify-content: flex-end;}
.head-sous{float:left;}
/*rale样式*/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left;}
.site-rale ul li.links a{line-height: 35px;padding: 0 12px 0 12px;padding-left: 19px;font-size: 13px;color: #cad3d4;background:url(images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover{color:#fff;}
.site-rale ul li.links.i1 a{background-position: 0px 0px;}
.site-rale ul li.links.i2 a{background-position: -90px 0px;}
.site-rale ul li.links.i3 a{background-position: -187px 0px;}
.site-rale ul li.links.i4 a{background-position: -269px 0px;}
/*lang样式*/
.navbox .site-lang{float: none;margin: 0;}
.navbox .site-lang ul{float: none;}
.site-lang{float:left;margin-left: 0.07rem;}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;position: relative;}
.site-lang ul li.links:after{content: '';opacity: 0.5;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 0.01rem;height: 0.12rem;background: #fff;}
.site-lang ul li.links:last-child:after{}
.site-lang ul li.links a{font-size: 0.16rem;line-height: 0.3rem;color: #fff;transition: all .3s ease;font-weight: 450;opacity: 0.5;padding: 0 0.17rem;}
.site-lang ul li.links a:hover{opacity: 1;}

.site-lang2{float:right;}
.site-lang2 ul{float:right;}
.site-lang2 ul li.links{float:left;}
.site-lang2 ul li.links a{line-height: 36px;margin-right:27px;font-size: 14px;color: #fff;transition: all .4s ease;}
.site-lang2 ul li.links a:hover{font-size:15px; font-weight:bold;}
.fixbox .site-lang ul li.links a{padding: 5px 0.14rem;color: #fff;opacity: 1;}
.fixbox .site-lang ul li.links{margin-bottom:0.2rem;margin-right: 0.1rem;}
.fixbox .site-lang ul li.links::after{display: none;}
/*默认主导航样式*/
#nav{float: right;margin-right: -0.25rem;margin-top:0.1rem;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto}
.nav .sub-menu .sub_img { top: 0; position: absolute; width: 100%; height: 100%;z-index: -1; background: #fff;opacity: 0.8;}
.nav .wp-menu .menu-item {display: inline-block;float: left;position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{display: none;width:0.2rem;height:0.2rem;background:url(images/nav_j.png) no-repeat center center;vertical-align:middle;}
.nav .wp-menu .menu-item a.menu-link {display: inline-block;line-height: 0.48rem;color: #FFFFFF;font-size: 0.2rem;font-weight: 700;padding: 0 0.25rem;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{/* background-color:#851D8E; *//* text-decoration: none; *//* color: #9F2517; */}
.nav .sub-menu {display: none;position: absolute;right: 50%;top: 0.5rem;min-width: 100%;z-index: 100;transform: translateX(50%);background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {text-align: center;display: block;color: var(--mainColor);height: 0.4rem;line-height: 0.4rem;padding: 0 0.1rem;font-size: 0.15rem;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{color: #fff;background-color: var(--mainColor);display: block;}
.nav .sub-menu .sub-menu {left: 50%;top: 0px;z-index: 200;background:#fff;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {  text-decoration: none;/* font-size: 20px;*//*font-weight: bold*/}
.nav .wp-menu .menu-item a.menu-link:after {  content: ""; width: 00px; height: 2px; display: block;  background: #fff; margin: 0 auto;transition: all .4s ease; margin-top: 0}
.nav .wp-menu .menu-item.hover a.menu-link:after {width: 100%}
/**主页banner开始**/
#banner {}
#banner .inner {width: 100%;text-align: center;position: relative;box-sizing: border-box;}
.mbanner .news_list{padding-bottom:0;}
.mbanner .news_list li.news{padding:0;background:unset;}
.mbanner li.news .news_imgs,
.mbanner li.news .news_video {position: relative;overflow: hidden;padding-top: 50%;height: 0;background: #eee;}
.mbanner li.news .news_video video,
.mbanner li.news .news_imgs img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.mbanner li.news .news_div{position: relative;}
.mbanner li.news .news_div::after{content: '';width: 100%;height: 229px;position: absolute;bottom: 0;background: linear-gradient(to top,#000C19,#0659b100);opacity: 0.21;left: 0;display: none;}
.mbanner .slick-dots{bottom: 0.59rem;width: auto;display: flex;justify-content: center;align-items: center;left: 50%;transform: translateX(-50%);gap: 28px;}
.mbanner .slick-dots li{width: 0.32rem;height: 0.36rem;transition: all 0.4s ease;background: url(images/ban-dots.svg) no-repeat center / contain;opacity: 0.8;}
.mbanner .slick-dots li button{width: 100%;height: 100%;}
.mbanner .slick-dots li.slick-active{width: 0.43rem;height: 0.49rem;background: url(images/ban-dots.svg) no-repeat center / contain;opacity: 1;}
.mbanner .slick-prev{left: 0;width: 0.45rem;height: 0.72rem;background: url(images/ban-prev.svg) no-repeat center / contain;z-index: 999;opacity: 0;transition: all 0.6s ease;}
.mbanner .slick-next{right: 0;width: 0.45rem;height: 0.72rem;background: url(images/ban-next.svg) no-repeat center / contain;z-index: 999;opacity: 0;transition: all 0.6s ease;}
.mbanner .news_list:hover .slick-prev{opacity: 1;}
.mbanner .news_list:hover .slick-next{opacity: 1;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title {}/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{background-position:center center;background-repeat:no-repeat;text-align:center;background-size: cover;position: relative;padding-top: 22.19%;overflow: hidden;}
.l-banner img{display:none;position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;margin: auto;z-index: -1;}
/**主体列表页开始**/

#container-1{position: relative;}
#container-1 .col_news_top{position: absolute;bottom: 0;background: url(images/list_ban.png) no-repeat;background-size: cover;width: 100%;}

#l-container {}
#l-container .inner {padding: 0.25rem 0px;}

.col_news_top{
    position: relative;
}
.col_news_top .inner{}
/**主体文章页开始**/
#d-container {}
#d-container .inner {}

.col_menu {width: 2.4rem;float:left;margin-right: -2.4rem;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {  background: linear-gradient(135deg, transparent 15px, var(--mainColor) 10px);}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.22rem;font-weight:normal;color:#fff;font-family: 思源黑体 CN;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 0.65rem;padding: 0px 0.05rem 0px 0.3rem;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 0.18rem;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 0.05rem 0px 0.05rem 0.28rem;line-height: 0.42rem;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:var(--mainColor); background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: var(--mainColor);}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:var(--mainColor);}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:var(--mainColor);} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:var(--mainColor);} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 2.9rem;}
.col_news_head {padding-top: 0.1rem;padding-bottom: 0.2rem;border-bottom: #9e9e9e 1px solid;}
.col_metas .col_title {display:inline-block;float:left;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 0.3rem;font-family:"Arial";font-weight: bold;color: #333;line-height: 0.3rem;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;color: #9C9C9C;line-height: 0.3rem;font-size: 0.16rem;font-family:"Arial";} /**当前位置**/
.col_metas .col_path a{color: #9C9C9C;}
.col_news_con {padding: 0.15rem 0px 0.1rem 0px;margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;min-height: 600px;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: 思源黑体 CN;font-size: 26px;text-align:center;color: var(--mainColor);    font-weight: 700;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding: 15px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span {margin:0 5px;font-size: 14px;color:#787878;font-family: 思源黑体 CN;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;background: none!important;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
.layer{position: fixed;  background: rgba(0,0,0,.5);  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: 9999;   display: none;}
/*自定义输入框*/
.wp-search {position: relative;background: #fff;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 0.45rem;}
.wp-search .search-input input.search-title {width: 100%;height: 0.45rem;line-height: 0.45rem;background: none;font-size: 0.14rem;border:0;outline: 0;margin-left: 0.15rem;font-family: "微软雅黑";}
.wp-search .search-btn {width: 0.45rem;height: 0.45rem;position: absolute;right: 0px;top:0%;}
.wp-search .search-btn input.search-submit {width: 0.45rem;height: 0.45rem;border: 0;outline: 0;background: var(--mainColor) url(images/sous.png) no-repeat center;cursor: pointer;}
.layer-inner {position: absolute;   left: 0.2rem;  right: 0.2rem;  top: 0;  bottom: 0;  margin: auto;  height: 45px;  width: auto;}
.navbox .wp-search .search-btn input.search-submit{background: #197ae2 url(images/sous.png) no-repeat center;}
.searchbox {width:50%;margin: 0 auto;}
.search-con{position: fixed;opacity: 0;filter: alpha(opacity = 0); left: 0;top: 0;z-index: 999;background: rgba(0, 0, 0, 0.6);background-size: cover; width: 100%;height: 0%;transition: all 0.3s ease-in-out;    backdrop-filter: blur(60px);
    background: #053ea85e;}
.search-con.on {z-index: 999; opacity: 1;height: 100%;filter: alpha(opacity = 100);}
#aaa{display: flex;justify-content: center;align-items: center;cursor: pointer;width: 0.3rem;height: 0.3rem;opacity: 0.5;transition: all 0.4s ease;margin-left: 0.08rem;}
#aaa img{width: 0.15rem;}
#aaa:hover{opacity: 1;}
.search-con .close {width: 54px; right: 8.3%; top: 37px; height: 54px;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.5);text-align: center; align-items: center;display: flex;justify-content: center;z-index: 9;cursor: pointer;display: none;}
.search-con.on .close{display: flex;}
.close { position: absolute;transition: transform .4s ease-out;}
.close:hover{transform: rotate(180deg);}
/*搜索去背景色：*/
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {-webkit-transition-delay: 99999s;-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 7px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat;filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{    background: url(images/wb_icon.png) no-repeat center;}
.shares li.i2 a{    background: url(images/wx_icon.png) no-repeat center;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 60px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block;width: 2.25rem;line-height: 0.48rem;background: #7C509D;}
.botlinks .links-wrap a.links-arrow {display: block; height: 0.48rem; line-height: 0.48rem; padding: 0 0.35rem 0 0.13rem;color: #fff;font-size: 0.16rem;position: relative;}
.botlinks .links-wrap a.links-arrow::after{content: '>';font-size: 0.16rem;color: #fff;font-family: '思源黑体CN';position: absolute;right: 0.13rem;top: 50%;transform: translateY(-50%);}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: rgba(255,255,255,0.8);cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 0.48rem; width: auto; width:100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #fff;}
.botlinks .links-wrap .link-items a { display: block; line-height: 0.24rem; padding: 0.05rem 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 0.06rem; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #7C509D; cursor: pointer;}/**链接样式**/
/*列表页*/
.col_news .col_news_box .col_news_list .news_imgs{float: left;width: 250px;}
.col_news .col_news_box .col_news_list .news_images{position: relative;padding-top: 70%;overflow: hidden;height: 0;background: #eee;}
.col_news .col_news_box .col_news_list .news_images img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.col_news .col_news_box .col_news_list .news_con{float: right;width: calc(100% - 270px);}
.col_news .col_news_box .col_news_list .news_date{font-size: 16px;line-height: 30px;color: var(--mainColor);}
.col_news .col_news_box .col_news_list .news_title{font-size: 18px;line-height: 1.75;font-weight: 500;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 10px;}
.col_news .col_news_box .col_news_list .news_intro{font-size: 16px;line-height: 1.75;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 10px;}
.col_news .col_news_box .col_news_list li{margin-bottom: 20px;border-bottom: 1px solid #DEDEDE;
    padding: .37rem 0;}
.col_news .col_news_box .col_news_list a.news_link:hover .news_images img{transform: scale(1.05);}

/*banner*/
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;   -webkit-tap-highlight-color: rgba(0,0,0,0);   -webkit-transform: translateZ(0);   -moz-transform: translateZ(0);   -ms-transform: translateZ(0);   -o-transform: translateZ(0);   transform: translateZ(0);   -webkit-touch-callout: none;   -webkit-user-select: none;   -moz-user-select: none;   -ms-user-select: none;   user-select: none;   -webkit-text-size-adjust: none;   -moz-text-size-adjust: none;   -ms-text-size-adjust: none;   -o-text-size-adjust: none;   text-size-adjust: none;}
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}


/* ========================= 定制开始 ============================= */

.color-blue{color: var(--mainColor);}
#newsBlock11 .tab-tit:last-child .color-blue{color: #D40F0F;}
#newsBlock12 .tab-tit:last-child .color-blue{color: #D40F0F;}

/* ==================== 作息时间表（右侧固定浮窗） ==================== */
.sched-widget {
    position: fixed;
    top: 50%;
    right: 0;
    width: 226px;
    margin-top: -194px; /* 高度388px的一半 */
    background: #0056B3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    border-radius: 10px 0 0 10px;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

/* 滚动到大图以下且页面有操作时显示 */
.sched-widget.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sched-inner {
    padding: 21px 0 28px 18px;
}

.sched-tt {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 28px;
}

.sched-table {
    width: 100%;
    margin-top: 9px;
    background: rgba(34, 129, 233, 0.2);
    border-radius: 10px 0 0 0;
    overflow: hidden;
}

.sched-table thead tr {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sched-table th {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    line-height: 32px;
    padding: 0 8px;
}

.sched-table th.c1 { text-align: left; padding-left: 18px;}
.sched-table th.c2 { text-align: right; }

.sched-table td {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 3px 8px;
}

.sched-table td.c1 { text-align: left; padding-left: 18px; }
.sched-table td.c2 { text-align: right; }

.sched-table tbody tr {
    border-top: 1px solid rgba(236, 236, 236, 0.2);
}

.sched-table tbody tr:first-child { border-top: 0; }

.sched-note {
    height: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    background: rgba(34, 129, 233, 0.2);
}

/* ==================== 主体公共：模块标题行 ==================== */
.main1, .main2, .main3 { background: #F5F9FD; }

/* Tab 标题行 */
.tt { position: relative; }

.tab-tits { float: left; display: flex;gap: 34px;}

.tab-tit {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tab-tit .tab-ico {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.tab-tit .tab-ico img { width: 32px; height: 32px; display: block; }

.tab-tit .title {
    display: inline-block;
    font-family: "Source Han Serif CN", "Source Han Serif SC", "Noto Serif SC",
        "Noto Serif CJK SC", "SimSun", serif;
    font-size: 36px;
    font-weight: 900;
    color: rgba(25, 28, 29, 1);
    line-height: 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.tab-tit.active {
    border-bottom-color: #0056B3;
}

/* 单模块标题（办事指南/常用链接） */
.tt .tit { float: left; 
    border-bottom: 2px solid #0056B3;}

.tt .tit .tab-ico {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.tt .tit .tab-ico img { width: 36px; height: 36px; display: block; }

.tt .tit .title {
    display: inline-block;
    font-family: "Source Han Serif CN", "Source Han Serif SC", "Noto Serif SC",
        "Noto Serif CJK SC", "SimSun", serif;
    font-size: 34px;
    font-weight: 900;
    color: rgba(25, 28, 29, 1);
    line-height: 34px;
    padding-bottom: 12px;
}

/* 查看更多 */
.more_btn { float: right; padding-top: 10px; }

.more_btn .more {
    color: #43474F;
    font-size: 16px;
    line-height: 16px;
}

.more_btn .more:hover { color: #0056B3; }

.more_btn .more .more-ico {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.more_btn .more .more-ico img { width: 9px; height: 9px; display: block; }

/* Tab 切换块（整窗口块显隐：标题/更多/面板随块一起切换） */
.tab-block { visibility: hidden;opacity: 0;height: 0;overflow: hidden;}
.tab-block.active {visibility: visible;opacity: 1;height: auto;}

/* 装饰背景图 */
.bg-deco {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.bg-deco img { display: block; width: 100%; }

.bg-deco.bg-main1 {
    width: 100%;
    height: 381px;
    bottom: -150px;
    background: url(images/bg-main1.png) no-repeat center bottom;
}
.bg-deco.bg-main2 {
    width: 100%;
    height: 206px;
    background: url(images/bg-main2.png) no-repeat center bottom;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.main1 .inner, .main3 .inner { position: relative; }

/* ==================== 主体一：教务新闻 / 党建资讯 ==================== */
.main1 { padding: 46px 0 14px;}
.main1 .tt{margin-bottom: 44px;}

/* 左侧头条大图 */
.news-feature { float: left; width: 725px; }

.feature-card {
    border-radius: 30px 30px 15px 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.feature-img {
    position: relative;
    height: 432px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    background: #DEEAF8;
}

.feature-img a { display: block; width: 100%; height: 100%; }

.feature-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-dots {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 2;
    display: none;
}

.feature-dots span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 13px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}

.feature-dots span:first-child { margin-left: 0; }
.feature-dots span.cur { background: #0056B3; }

.feature-cap {
    height: 60px;
    background: #0056B3;
    border-radius: 0 0 15px 15px;
}

.feature-link { display: block; }

.feature-date {
    float: left;
    width: 42px;
    margin: 7px 0 0 27px;
    text-align: center;
    color: #FFFFFF;
}

.feature-date .day {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.feature-date .month {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 4px;
}

.feature-tit {
    display: block;
    margin-left: 76px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* 右侧新闻列表 */
.news-col { float: right; width: 630px; }

.main1 .news_list .news {
    padding: 6px 0 0;
    margin-bottom: 28px;
}

.news_list .news:last-child { margin-bottom: 0; }

/* 日期块 */
.news .news_l {
    float: left;
    width: 63px;
    text-align: center;
    border-bottom: 1px solid #0056B3;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 13px 0 29px;
}

.news .news_days {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #0056B3;
    line-height: 32px;
}

.news .news_year {
    display: block;
    font-size: 14px;
    color: #1C1B1B;
    line-height: 15px;
    margin-top: 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* 标题与简介 */
.news .news_wz {
    margin-left: 75px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.news .news_title a {
    display: block;
    font-size: 20px;
    color: #191C1D;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news .news_text {
    margin-top: 9px;
    height: 44px;
    overflow: hidden;
}

.news .news_text a {
    display: block;
    font-size: 14px;
    color: #A0A0A0;
    line-height: 22px;
}

.news .news_title a:hover, .news .news_text a:hover { color: #0056B3; }

/* ==================== 主体二：教务通知 / 信息公开 + 办事指南 ==================== */
.main2 { padding: 34px 0 0; }

.main2-left { float: left; width: 755px; }

.main2-right { float: right; width: 600px; }

/* Tab 间距（教务通知/信息公开 双标签） */
.main2 .tab-tit .tab-ico img { width: 36px; height: 36px; }

/* 通知白卡片 */
.notice-card {
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 24px 36px;
}

.notice_list .notice {
    position: relative;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid rgba(236, 236, 236, 0.6);
}
.notice_list .notice:last-child { border-bottom: 0; }

.notice .dot {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0056B3;
}

.notice .notice_tit {
    margin: 0 70px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.notice .notice_tit a {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice .notice_tit a:hover { color: #0056B3; }

/* "重要"徽标：默认隐藏，置顶前3条显示 */
.notice .badge {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    background: #0056B3;
    border-radius: 8px;
    display: none;
}
.notice_list .notice:nth-child(1) .badge,
.notice_list .notice:nth-child(2) .badge,
.notice_list .notice:nth-child(3) .badge{display: block;}

.notice .notice_date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #929292;
}

/* 办事指南卡片网格 */
.main2-right .tt .tit .tab-ico img { width: 35px; height: 35px; }

.guide-card {
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 22px;
}

.guide_list .guide {
    float: left;
    width: 269px;
    height: 90px;
    margin: 0 0 16px 17px;
    background: #DEEAF8;
    border-radius: 10px;
}

.guide_list .guide:nth-child(odd) { margin-left: 0; }
.guide_list .guide:nth-last-child(-n+2) { margin-bottom: 0; }

.guide_list .guide a {
    display: block;
    height: 90px;
    line-height: 90px;
    padding: 0 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.guide_list .guide-ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.guide_list .guide-ico img { width: 20px; height: 20px; display: block; }

.guide_list .guide_tit {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #0056B3;
    line-height: 24px;
    transition: all 0.4s ease;
}

.guide_list .guide a:hover .guide_tit { color: #004a9c; margin-left: 10px;}

/* ==================== 主体三：常用链接 ==================== */
.main3 { padding: 46px 0 84px; position: relative;}

.main3 .tt .tit .tab-ico img { width: 45px; height: 45px; }

.links-wrap { margin-top: 42px; }

.link_list .link_item {
    float: left;
    width: 150px;
    margin-right: 25px;
}

.link_list .link_item:last-child { margin-right: 0; }

.link_list .link_item a { display: block; text-align: center; }

.link_list .link_ico {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    background: #DEEAF8;
    border: 1px solid #6CA0D8;
    border-radius: 5px;
    text-align: center;
    line-height: 84px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(images/ico1.png) no-repeat center;background-size: 0.49rem auto;
}
.link_list li.i1 .link_ico{background: url(images/ico1.png) no-repeat center;background-size: 0.49rem auto;}
.link_list li.i2 .link_ico{background: url(images/ico2.png) no-repeat center;background-size: 0.51rem auto;}
.link_list li.i3 .link_ico{background: url(images/ico3.png) no-repeat center;background-size: 0.47rem auto;}
.link_list li.i4 .link_ico{background: url(images/ico4.png) no-repeat center;background-size: 0.54rem auto;}
.link_list li.i5 .link_ico{background: url(images/ico5.png) no-repeat center;background-size: 0.32rem auto;}
.link_list li.i6 .link_ico{background: url(images/ico6.png) no-repeat center;background-size: 0.39rem auto;}
.link_list li.i7 .link_ico{background: url(images/ico7.png) no-repeat center;background-size: 0.43rem auto;}
.link_list li.i8 .link_ico{background: url(images/ico8.png) no-repeat center;background-size: 0.42rem auto;}
.link_list li.i9 .link_ico{background: url(images/ico1.png) no-repeat center;background-size: 0.49rem auto;}
.link_list li.i10 .link_ico{background: url(images/ico2.png) no-repeat center;background-size: 0.51rem auto;}
.link_list li.i11 .link_ico{background: url(images/ico3.png) no-repeat center;background-size: 0.47rem auto;}
.link_list li.i12 .link_ico{background: url(images/ico4.png) no-repeat center;background-size: 0.54rem auto;}
.link_list li.i13 .link_ico{background: url(images/ico5.png) no-repeat center;background-size: 0.32rem auto;}
.link_list li.i14 .link_ico{background: url(images/ico6.png) no-repeat center;background-size: 0.39rem auto;}
.link_list li.i15 .link_ico{background: url(images/ico7.png) no-repeat center;background-size: 0.43rem auto;}
.link_list li.i16 .link_ico{background: url(images/ico8.png) no-repeat center;background-size: 0.42rem auto;}

.link_list .link_ico img {
    display: inline-block;
    vertical-align: middle;
    max-width: 64px;
    max-height: 64px;
}

.link_list .link_tit {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #0056B3;
    line-height: 24px;
}

.link_list .link_item:hover .link_tit { color: #004a9c; }

.link_list .link_item:hover .link_ico{animation: 0.5s icon-bounce;}

@keyframes icon-bounce{0%,100%{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-ms-transform:rotate(0);}
25%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg);-ms-transform:rotate(15deg);}
50%{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);transform:rotate(-15deg);-ms-transform:rotate(-15deg);}
75%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);-ms-transform:rotate(5deg);}
85%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg);-ms-transform:rotate(-5deg);}
}

/* ==================== 页脚 ==================== */
.footer {
    background: #0056B3;
    padding-top: 33px;
}

.foot-main { padding-bottom: 30px; }

/* 左侧：LOGO + 底部链接 */
.foot-left { float: left;}

.foot-logo { padding-left: 1px; display: flex;align-items: center;}

.foot-logo img {
    float: left;
    width: 196px;
}

.foot-logo .foot-line {
    float: left;
    width: 1px;
    height: 24px;
    margin: 7px 15px 0;
    background: rgba(255, 255, 255, 0.5);
}

.foot-logo .foot-name {
    float: left;
    margin-top: 3px;
    font-family: "Source Han Serif CN", "Source Han Serif SC", "Noto Serif SC",
        "Noto Serif CJK SC", "SimSun", serif;
    font-size: 28px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 33px;
    white-space: nowrap;
}

/* 底部链接列表（窗口90） */
.foot-left .links { margin-top: 26px; padding-left: 45px; }

.foot-links .links-item {
    float: left;
    margin: 0 24px 12px 0;
    line-height: 24px;
}

.foot-links .links-item a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.foot-links .links-item a:hover { color: #FFFFFF; }

/* 中部：联系我们（窗口91） */
.foot-center { float: left; width: 390px; margin-left: 188px; }

.contant .tt { margin-bottom: 6px; }

.contant .tit {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    line-height: 20px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contant .con { padding-top: 10px; }

.contant .con p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
}

/* 右部：二维码（窗口92） */
.foot-right { float: right;}

.qr_list .news {
    float: left;
    width: 105px;
    margin-left: 20px;
    text-align: center;
}

.qr_list .news:first-child { margin-left: 0; }

.qr_list .imgs img {
    display: block;
    width: 105px;
    height: 105px;
}

.qr_list .qr_tit {
    margin-top: 6px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}

/* 底部版权（窗口93） */
.foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 52px;
    text-align: center;
}

.foot-bottom .con p {
    font-size: 16px;
    color: rgba(190, 200, 208, 0.7);
    line-height: 52px;
}

.main1 .slick-dots{width: auto;right: 50px;bottom: 85px;}
.main1 .slick-dots li{width: 15px;height: 15px;border-radius: 50%;background: #fff;margin: 0 10px;}

.col_news .col_news_box .col_news_list .list3  li {

    padding: .1rem 0!important;
}

.col_news .col_news_box .col_news_list .list3 .news_date{
float:left; 
padding-right:0.2rem;
}

.col_news .col_news_box .col_news_list  .list3 .news_title{
margin-top:0;
}
