@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;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color: #333333;text-decoration:none;transition:all 0.4s ease-in-out;font-family: 微软雅黑;}
a:hover { color:#1C49CF;}
.news_title{transition: all 0.3s ease;}
:root{
    --mainColor:#1C49CF;
    --titleColor:#1F1F1F;
}

@font-face {
    font-family: '思源黑体CN'; /* 自定义字体名称 */
    src: url('extends/fonts/SourceHanSansCN-Medium.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
@font-face {
    font-family: '思源黑体CN'; /* 自定义字体名称 */
    src: url('extends/fonts/SourceHanSansCN-Regular.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
@font-face {
    font-family: '阿里妈妈数黑体'; /* 自定义字体名称 */
    src: url('extends/fonts/alimamashuheiti.ttf') format('truetype'); /* .ttf 格式 */
}


/*页面尺寸*/
.wrapper {margin:0 auto;}
.wrapper .inner {width: 11rem;margin:0 auto;} /**页面全局宽度**/
/*headAll*/
.headAll{}
/*head开始*/
#head {
    background: url(images/head_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
}
/* #head.fix{background: #F0F8FC url(images/head_bg.png) no-repeat;} */
#head .inner{
    height: 3.5rem;
}
/* #head.fix .inner{padding-bottom: 0;} */
.header .news_imgs{
    width: 9.32rem;
    margin: 0 auto;
}
.header .news_images{
    position: relative;
    padding-top: 34.93%;
    overflow: hidden;
}
.header .news_images img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.header::after{
    content: '';
    position: absolute;
    background: url(images/head_after.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 3.5rem;
    left: 0;
    top: 0;
}



/*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样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
/* .site-lang ul li.links:last-child:after{    content: '|';    display: inline-block;    margin-right: 0.175rem; color:#fff;opacity: 0.2;} */
.site-lang ul li.links a{line-height: 0.41rem;font-size: 0.15rem;color: #fff;transition: all .3s ease;font-family: '思源黑体CN';width: 2.37rem;text-align: center;background: #D01C1C;border-radius: 0 0 10px 10px;display: inline-block;}
.site-lang ul li.links a:hover{opacity: 0.6;}

.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;}
/*默认主导航样式*/
#nav{background: #1c49cf;}
#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:20px;height:20px;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.56rem;color: #FFFFFF;font-size: 0.16rem;font-weight: normal;font-family:'Microsoft YaHei';padding: 0 0.27rem;text-shadow: 0px 1px 3px #071c90;}
.nav .wp-menu .menu-item.i7 a.menu-link{}
.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.56rem;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: #0067B2;line-height: 0.5rem;padding: 0 10px;font-size: 15px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{color: #fff;background-color: #0067B2;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: 0.05rem; display: block;  background: #fff; margin: 0 auto;transition: all .4s ease; margin-top: -0.04rem;border-radius: 15px;}
.nav .wp-menu .menu-item.hover a.menu-link:after {width: 100%}

/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}
/**自定义新闻列表**/

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.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 {background: url(images/list_bg.png) no-repeat center bottom;}
#l-container .inner {padding: 0.25rem 0px;}

.col_news_top{
    position: relative;
}
.col_news_top .inner{}
/**主体文章页开始**/
#d-container {background: url(images/list_bg.png) no-repeat center bottom;}
#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: #0067B2;}/**位置栏目背景**/
.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:#0067B2; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0067B2;}
.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:#0067B2;}
/*二级子栏目**/
.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:#0067B2;} 
/*三级子栏目**/
.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:#0067B2;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 2.9rem;}
.col_news_head {padding-top: 0.78rem;padding-bottom: 0.32rem;}
.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: #fff;line-height: 0.3rem;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;color: #fff;line-height: 0.3rem;font-size: 0.16rem;font-family:"Arial";} /**当前位置**/
.col_metas .col_path a{color: #fff;}
.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: #0067B2;} /**文章标题**/
.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;}  /**阅读字体**/
.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;}
/**页脚开始**/
.footer{
    background: #F6F6F6;
}
.footer .inner{
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
}
p.copyright{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #595757;
    margin-bottom: 0.04rem;
    text-align: center;
}




/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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;border-radius: 0.25rem;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 0.45rem;}
.wp-search .search-input input.search-title {width: 100%;height: 0.47rem;line-height: 0.47rem;background: none;font-size: 0.18rem;border:0;outline: 0;margin-left: 0.2rem;font-family: '思源黑体CN';}
.wp-search .search-btn {width: 0.47rem;height: 0.47rem;position: absolute;right: 0px;top:0%;}
.wp-search .search-btn input.search-submit {width: 0.47rem;height: 0.47rem;border: 0;outline: 0;background: url(images/sous.png) no-repeat center;cursor: pointer;position: relative;background-size: 0.18rem 0.18rem;}
.wp-search .search-btn::before{content: '';width: 0.01rem;height: 0.21rem;background-color: #C30712;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.searchbox {width:100%;margin-top: 0.4rem;}
/*搜索去背景色：*/
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: 100%;line-height: 0.63rem;background: rgba(255, 255, 225, 0.21);}
.botlinks .links-wrap a.links-arrow {display: block; height: 0.63rem; line-height: 0.63rem; padding: 0 0.41rem 0 0.24rem;color: #fff;font-weight: bold;font-size: 0.16rem; background: url(images/arrow.png) no-repeat right 0.27rem top 0.13rem;opacity: 0.6;font-family: '思源黑体CN';background-size: 0.14rem 0.76rem;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: rgba(255,255,255,0.8); background-position: right 0.27rem bottom 0.13rem; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 0.63rem; width: auto; width:100%; height:auto; max-height: 3rem; 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;font-size: 0.14rem;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 0.06rem; white-space:nowrap;font-size: 0.14rem;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #1B56A2; cursor: pointer;}/**链接样式**/
/*列表页*/
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news{position: relative;line-height:45px;transition:0.4s;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title{position: absolute;left: 0;right: 100px;top: 0;bottom: 0;transition:0.4s;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news:hover{border-left: 8px solid #0067b2;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news:hover .news_title{left:15px;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title a{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 0.16rem;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_meta{width:100px;float:right;text-align:right;font-size: 0.16rem;}
/*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; */}


/* 定制开始 */

body{
    background: url(images/body.png) no-repeat;
    background-size: 100% 100%;
}
.sitelogo{
    display: none;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-family: '思源黑体CN';
    padding: 8px 0;
    padding-left: 40px;
}


/* post */
.post .tit{
    font-size: 0.33rem;
    line-height: 0.53rem;
    font-family: '思源黑体CN';
    color: var(--titleColor);
    text-align: center;
}

/* main1 */
.main1 {}
.main1 .inner{
    padding-top: 0.586rem;
    padding-bottom: 0.3rem;
}
.main1 .ml{
    float: left;
    width: 4.9rem;
}
.main1 .mr{
    float: right;
    width: 5.84rem;
}
/* post-11 */
.post-11 .tt{
    margin-bottom: 0.34rem;
}
.post-11 .tit{
    font-size: 0.33rem;
    line-height: 0.53rem;
    font-family: '思源黑体CN';
    color: var(--titleColor);
}
.post-11 .list1 .news_title{
    font-size: 0.16rem;
    line-height: 0.34rem;
    font-family: '思源黑体CN';
    text-indent: 2em;
    color: #4E4E4E;
}
.post-11 .list2{margin-top: 0.26rem;}
.post-11 .list2 li{
       float: left;
    width: 33.1%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 1rem;
    border-left: #7070701f 1px solid;
}
.post-11 .list2 li.n1{
    border-left: none;
}
.post-11 .list2 .news_s{
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-family: '阿里妈妈数黑体';
    font-weight: bold;
    color: #0F678B;
}
.post-11 .list2 .news_s span{
    font-size: 0.16rem;
    font-family: '思源黑体CN';
    font-weight: bold;
}
.post-11 .list2 .news_title{
      width: 0.8rem;
    font-size: 0.16rem;
    line-height: 0.22rem;
    font-family: '思源黑体CN';
    font-weight: bold;
    color: #1f1f1fad;
    text-align: center;
}
/* post-12 */
.post-12 .list1{
    padding-bottom: 0.3rem;
}
.post-12 .news_imgs{
    position: relative;
    padding-top: 82.36%;
}
.post-12 .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-12 .news_imgs::before{
    content: '';
    width: 5.59rem;
    padding-top: 64.4%;
    background: #005375;
    position: absolute;
    right: -0.33rem;
    bottom: -0.31rem;
    z-index: -1;
}
/* post-13 */
.post-13 .news_title {
    font-size: 0.16rem;
    line-height: 0.34rem;
    font-family: '思源黑体CN';
    text-indent: 2em;
    color: #4E4E4E;
}
.post-13 li.n1{
    margin-top: 0.58rem;
    margin-bottom: 0.38rem;
}
.post-13 li.n2{
    margin-bottom: 0.48rem;
}
/* post-14 */
.post-14{
    position: relative;
    padding-bottom: 0.7rem;
}
.post-14 .news_list{
    margin: 0 -0.08rem;
}
.post-14 li{
    float: left;
    width: 25%;
}
.post-14 .news_div{
    margin: 0 0.08rem;
}
.post-14 .news_imgs{
    position: relative;
    padding-top: 68%;
    overflow: hidden;
    border-radius: 0.08rem;
}
.post-14 .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-14 a.news_link{
    display: inline-block;
    font-size: 0;
    width: 1.19rem;
    height: 0.26rem;
    background: url(images/p14_link.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease;
}

/* main2 */
.main2{}
.main2 .inner{
    padding-top: 0.36rem;
}
/* post-21 */
.post-21 .tt{
    margin-bottom: 0.32rem;
}
.post-21 .list1 .news_imgs{
    position: relative;
    padding-top: 53.45%;
    overflow: hidden;
}
.post-21 .list1 .news_imgs video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-21 .con{position: relative;}
.post-21 .list2{
    position: absolute;
    top: 0.55rem;
    bottom: 0.62rem;
    left: 0.6rem;
    right: 0.6rem;
    z-index: 10;
    overflow: hidden;
}
.post-21 .list2 p{
    font-size: 0.16rem;
    line-height: 0.34rem;
    font-family: '思源黑体CN';
    text-indent: 2em;
    color: #fff;
    margin: 0.2rem 0;
}
.post-21 .news_div1{
    animation: scrolling 30s linear infinite;
}
@keyframes scrolling {
  0% { transform: translateY(4.7rem); }
  100% { transform: translateY(-100%); } 
}
.post-21 a.news_link{
    display: inline-block;
    font-size: 0;
    width: 1.19rem;
    height: 0.26rem;
    background: url(images/p21_link.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0.14rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease;
}

/* main3 */
.main3{}
.main3 .inner{
    padding-top: 0.8rem;
}
/* post-31 */
.post-31 .tt{
    margin-bottom: 0.4rem;
}
.post-31 .news_list{
    margin: 0 -0.32rem;
}
.post-31 li{
    float: left;
    width: 50%;
}
.post-31 .news_div{
    margin: 0 0.32rem;
}
.post-31 .news_imgs{
    position: relative;
    padding-top: 50.19%;
    overflow: hidden;
}
.post-31 .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-31 .news_con{
    padding: 0.26rem 0.28rem 0.43rem 0.33rem;
    box-shadow: #00000015 0 0.03rem 0.09rem;
    border-radius: 0 0.1rem 0.1rem 0;
}
.post-31 .news_title{
    font-size: 0.22rem;
    font-family: '思源黑体CN';
    color: var(--titleColor);
    font-weight: bold;
}
.post-31 .news_intro{
    font-size: 0.16rem;
    line-height: 0.28rem;
    font-family: '思源黑体CN';
    color: #6A6A6A;
    margin-top: 0.12rem;
}
.post-31 a.news_link{
    display: inline-block;
    width: 1.36rem;
    height: 0.41rem;
    background: #126C91;
    border-radius: 0.06rem;
    text-align: center;
    font-size: 0.15rem;
    line-height: 0.41rem;
    color: #fff;
    font-family: '思源黑体CN';
    float: right;
    margin-top: 0.3rem;
}
.post-31 a.news_link:hover{
    background: #B79751;
}

/* main4 */
.main4{}
.main4 .inner{
    padding-top: 0.97rem;
    padding-bottom: 1.42rem;
}
/* post-41 */
.post-41 .tt{
    padding-bottom: 0.41rem;
}
.post-41 li.n1{
    width: calc(100% - 3.03rem);
    float: left;
}
.post-41 li.n2{
    width: 3.03rem;
    float: right;
    height: 5.14rem;
    background: url(images/p41_n2.png) no-repeat center / cover;
    box-sizing: border-box;
    padding: 0 0.54rem;
    padding-top: 0.44rem;
}
.post-41 li.n1 iframe{
    width: 100%;
    height: 5.14rem;
}
.post-41 .news_title{
    font-size: 0.23rem;
    font-family: '思源黑体CN';
    color: #fff;
    font-weight: bold;
}
.post-41 .news_title2{
    font-size: 0.16rem;
    line-height: 0.26rem;
    font-family: '思源黑体CN';
    color: #fff;
    font-weight: bold;
}
.post-41 .news_text{
    font-size: 0.14rem;
    line-height: 0.26rem;
    font-family: '思源黑体CN';
    color: #fff;
    font-weight: bold;
}
.post-41 .news_con{
    margin-top: 0.26rem;
}
.post-41 .news_imgs{
    padding-top: 0.32rem;
    width: 1.34rem;
    margin: 0 auto;
}
.post-41 .news_images{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.post-41 .news_images img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-41 .news_list{
    border-radius: 0.1rem;
}

/* nav */
nav.Quick-navigation {
    position: fixed;
    left: 2rem;
    z-index: 1;
    top: 2rem;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: 1.45rem;
}
nav.Quick-navigation a{
    padding-left: 0.34rem;
    font-size: 0.2rem;
    line-height: 0.53rem;
    font-family: '思源黑体CN';
    font-weight: bold;
    color: var(--titleColor);
    background: #fff url() no-repeat;
}
nav.Quick-navigation a.current{
    color: #fff;
    background: url(./images/nav.png) no-repeat center / contain;
}
























