/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#393e46; font-family:"SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;-moz-osx-font-smoothing: grayscale;}
 * {box-sizing: border-box;}
 



        
        h1 {
            text-align: center;
            color: #333;
            margin-bottom: 30px;
        }
        
        /* 标签容器 */
        .tab-container {
            display: flex;
            justify-content: center;
            /*margin-bottom: 30px;*/
            margin: 30px;
            flex-wrap: wrap;
        }
        
        /* 标签样式 */
        .tab {
            padding: 12px 24px;
            margin: 0 10px 10px 0;
            background-color: #e0e0e0;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: bold;
            color: #555;
        }
        
        .tab:hover {
            background-color: #cccccc;
            transform: translateY(-2px);
        }
        
        .tab.active {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        /* 图片容器 */
        .image-container {
            display: none;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 20px;
        }
        
        .image-container.active {
            display: grid;
        }
        
        /* 图片项 */
        .image-item {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .image-item:hover {
            transform: scale(1.05);
        }
        
        .image-item img {
            /*width: 100%;*/
            width: 330PX;
            height: 180px;
            object-fit: cover;
            display: block;
        }
        
        .image-caption {
            padding: 10px;
            text-align: center;
            background: #f8f9fa;
            font-size: 14px;
            color: #333;
        }
/* 会员风采区域 */
            .members-section {
                margin-top: 40px;
                padding-top: 20px;
                border-top: 1px solid #eee;
            }

            .members-section h2 {
                text-align: center;
                color: #333;
                margin-bottom: 20px;
            }

            .members-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 30px;
            }

            .member-item {
                flex: 1;
                min-width: 200px;
                max-width: 250px;
                text-align: center;
                padding: 20px;
                border-radius: 10px;
                background: #f8f9fa;
                transition: all 0.3s ease;
            }

            .member-item:hover {
                transform: translateY(-5px);
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            }

            .member-logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 15px;
                border-radius: 50%;
                overflow: hidden;
                border: 3px solid #e0e0e0;
                display: flex;
                align-items: center;
                justify-content: center;
                background: white;
            }

            .member-logo img {
                max-width: 90%;
                max-height: 90%;
                object-fit: contain;
            }

            .member-name {
                font-weight: bold;
                color: #333;
                margin-bottom: 5px;
            }

            .member-description {
                font-size: 14px;
                color: #666;
                line-height: 1.5;
            }
 /*图片分类列表*/
 .blogList{width:103%;}
.blog{width:22%;padding-right:3%;padding-bottom:3%;float:left;text-align:center;}
.blog a{position:relative;color:#fff;display:block;overflow:hidden;box-shadow:0px 0px 10px #ccc;}
.blog .thumbnail{padding-bottom:75%;background:no-repeat center center;background-size:cover;}
.blog .info{overflow:hidden;position:absolute;left:0;top:0;width:100%;height:100%;transition:all .3s;}
.blog .box{width:90%;position:absolute;left:0;bottom:0;padding:5%;transition:bottom .3s;background-image:linear-gradient(to top,rgba(0,0,0,.9),transparent);}
.blog h2{font-weight:normal;font-size:16px;line-height:1.75em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.blog .meta{overflow:hidden;margin-top:.5%;transition:all .3s;}
.blog .meta span{display:block;font-size:12px;line-height:1.75em;}
  /*图片分类列表*/
 /* 新闻区域 */
.news-section {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.news-section h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.news-container {
    display: flex;
    gap: 30px;
}

.news-column {
    flex: 1;
}

.news-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    border-bottom: none;
}

.news-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
}

.news-title:hover {
    color: #667eea;
}

.news-meta {
    display: flex;
    font-size: 12px;
    color: #999;
}

.news-date {
    margin-right: 15px;
}

.news-category {
    background: #667eea;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
}

.news-excerpt {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
 
 
 
 
 
 
 
 
 .headwl{text-align:right}
.headwl li{display:inline-block;vertical-align:top;margin-left:16px;position:relative;margin-top:42px;height: 32px;padding-top: 5px}
.headwl li a{color:#313030}
.headwl li img{display:inline-block;vertical-align:middle;margin-right:5px;height:25px}
.weixinbg{position:absolute;background:url(/zb_users/upload/wxbg11.png) no-repeat center top;background-size:cover;width:260px;height:154px;z-index:3;top:30px;left:0;margin-left:-70px;display:none}
.headwl li .weixinbg img{margin:15px auto 0;height:135px;display:block}
.headwl li:hover .weixinbg{display:block}
 
 
@media screen and (max-width: 760px) {
    body {
        width: 1360px!important; 
        /* background:url(http://122.112.158.52:9880/images/topback.jpg) ; */

    }
}
/*@media screen and (max-width: 860px) {*/
/*    body {*/
/*        width: auto;*/
        /* background:url(http://122.112.158.52:9880/images/topback.jpg) ; */

/*    }*/
/*}*/
@media screen and (max-width:760px){
	body{ padding-top:48px}
	.container{ padding:0 10px;}
	.orw{ padding:0; margin:0;}
	.header{height:48px; padding:0;}
	.header .container{ padding:0;}
	.logo a{ height:40px; line-height:40px; margin:4px 0; padding-left:10px;}
	.logo a img{max-height: 40px;}
	
	#article #divCommentPost{ padding-top: 0}
	#divCommentPost.post.post.reply-frm{width:108%;left:-40px; position:relative;}
	ul.children #divCommentPost.post.post.reply-frm{width:122%;left:-80px;}
	ul.children>ul.children #divCommentPost.post.post.reply-frm{width:140%;left:-120px;}
	
	#mnav{width:100%; background:rgba(255,255,255,0.95); position:absolute; top:46px; z-index:999;}
	#mnav li{ line-height:28px;}
	#mnav li>ul>li{text-indent: 15px;}
	#mnav li a{ padding:3px 10px; display:block; border-bottom:1px solid #f4f6f8}
	#mnav li a:hover{ background:#f66; color:#fff;}
	#article{ padding:0;}
	#article .post{ padding:20px 0px;margin-bottom:0px;}
	.navBar{display:none}
	.nav-btn{ display:inline-block; right:50px; top:14px; position:absolute; font-size:18px; cursor:pointer;}
	
	div.post.single .post-box{ padding-top: 0}
	
	.artPost .post-media{width: 180px;}
	.artPost .post-media img{ height: 118px;}
	.artPost .post-head .post-info{ max-height: 44px;}
	
}
/*超出省略号*/
/*body{overflow-x: hidden; font-size:14px;width: auto; background: #FFF; padding-top:158px;}*/
body { color: #000; word-wrap: break-word; word-break: break-word; min-width: 1400px; overflow-x: hidden; font-size: 18px; width: auto; background: #FFF; }
a {color: #333;outline: medium none;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
/*body{overflow-x: hidden; font-size:14px;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}
.input:after{ clear: both;content: ""; display: block; height: 0;visibility: hidden;}
em,i{ font-style:normal;}
a{margin:0;padding:0;background:0 0;color:#393e46;vertical-align:baseline;text-decoration:none;outline:none; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color:#008ad5;text-decoration:none;}
a:active {text-decoration: none;}
a:focus,input:focus{outline:none;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .fl{ float: left;} .fr{ float: inherit;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.op{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } 
.break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tl{ text-align:left} .tr{ text-align:right;}

/*@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/iconfont.woff2') format('woff2'),
  url('fonts/iconfont.woff') format('woff'),
  url('fonts/iconfont.ttf') format('truetype'),
  url('fonts/iconfont.svg#iconfont') format('svg');
}*/
@font-face {
  font-family: 'iconfont';  /* project id 1505972 */
  src: url('//at.alicdn.com/t/font_1505972_4ba8vgrwehr.eot');
  src: url('//at.alicdn.com/t/font_1505972_4ba8vgrwehr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1505972_4ba8vgrwehr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1505972_4ba8vgrwehr.woff') format('woff'),
  url('//at.alicdn.com/t/font_1505972_4ba8vgrwehr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1505972_4ba8vgrwehr.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}



.container:before, .container:after,.warp:after,.main:before, .main:after{display: table; content: " ";}
.container{ max-width:100%; margin:0 auto; padding:10px; position:relative; clear:both;}

.warp{ padding-top: 15px;}
.orw{ margin-left: -15px; margin-right: -15px;}


/*CDS logo调整到顶部*/
.headertop{ height: 110px;background: url(/zb_users/upload/topback.jpg) repeat center;}
@media screen and (max-width: 760px) {
    .headertop {
        display: block;
		height: 50px;
        /* background:url(http://122.112.158.52:9880/images/topback.jpg) ; */

    }
}
/*logo调整到顶部*/
  /* 新闻区域 */
            .news-section {
                margin-top: 40px;
                padding-top: 20px;
                border-top: 1px solid #eee;
            }

            .news-section h2 {
                text-align: center;
                color: #333;
                margin-bottom: 20px;
            }

            /* 新闻标签容器 */
            .news-tab-container {
                display: flex;
                justify-content: center;
                margin-bottom: 20px;
            }

            .news-tab {
                padding: 8px 20px;
                margin: 0 10px;
                background-color: #f0f0f0;
                border-radius: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
                font-weight: bold;
                color: #666;
            }

            .news-tab:hover {
                background-color: #e0e0e0;
            }

            .news-tab.active {
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: white;
            }

            .news-container {
                display: none;
            }

            .news-container.active {
                display: block;
            }

            /* 新闻活动样式 - 上图下文 */
            .news-activity-container {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
                min-height: 500px;
            }

            .news-activity-item {
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s ease;
                background: #fff;
            }

            .news-activity-item:hover {
                transform: scale(1.03);
            }

            .news-activity-img {
                width: 100%;
                height: 150px;
                object-fit: cover;
            }

            .news-activity-content {
                padding: 15px;
            }

            .news-activity-title {
                font-weight: bold;
                color: #333;
                margin-bottom: 8px;
                text-decoration: none;
                display: block;
                font-size: 16px;
            }

            .news-activity-title:hover {
                color: #667eea;
            }

            .news-activity-meta {
                display: flex;
                font-size: 12px;
                color: #999;
                margin-bottom: 8px;
            }

            .news-activity-date {
                margin-right: 15px;
            }

            .news-activity-category {
                background: #667eea;
                color: white;
                padding: 2px 8px;
                border-radius: 10px;
            }

            .news-activity-excerpt {
                color: #666;
                font-size: 14px;
                line-height: 1.5;
            }

            /* 新闻风采样式 - 2栏显示 */
            .news-figure-container {
                display: flex;
                gap: 30px;
                min-height: 500px;
            }

            .news-figure-column {
                flex: 1;
            }

            .news-figure-item {
                display: flex;
                gap: 20px;
                padding: 15px;
                border-radius: 8px;
                background: #f8f9fa;
                transition: transform 0.3s ease;
                margin-bottom: 20px;
            }

            .news-figure-item:hover {
                transform: translateX(5px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }

            .news-figure-img {
                width: 150px;
                height: 100px;
                object-fit: cover;
                border-radius: 5px;
            }

            .news-figure-content {
                flex: 1;
            }

            .news-figure-title {
                font-weight: bold;
                color: #333;
                margin-bottom: 8px;
                text-decoration: none;
                display: block;
                font-size: 16px;
            }

            .news-figure-title:hover {
                color: #667eea;
            }

            .news-figure-meta {
                display: flex;
                font-size: 12px;
                color: #999;
                margin-bottom: 10px;
            }

            .news-figure-date {
                margin-right: 15px;
            }

            .news-figure-category {
                background: #667eea;
                color: white;
                padding: 2px 8px;
                border-radius: 10px;
            }

            .news-figure-excerpt {
                color: #666;
                font-size: 14px;
                line-height: 1.6;
            }

/*logo*/
.logo a{ color: #333; max-height: 46px; line-height: 46px; display: block; font-size: 0; margin: 10px 0;transition: all 0.3s ease 0s;padding: 0 80px;}
.logo a img{max-height: 90px;vertical-align: middle;}

.header{ width: 100%; z-index: 999; position: fixed;background: #4E7E8F;-webkit-box-shadow: 0 5px 40px 0 rgba(17, 58, 93, 0.1);-ms-box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1);box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1);top: 0;transition: all 0.3s ease 0s;}
.header .container{ padding:0 12px;}
.navBar{ padding-right:30px; position: relative;}
.navBar .nav { height: 68px; transition: all 0.3s ease 0s;}
.navBar .nav li{float: left;font-size: 14px; height:68px;line-height: 68px;transition: all 0.3s ease 0s; position:relative;}
.navBar .nav li i,.navBar .nav li em{ position: absolute; top: 50%; right:0; transform: translateY(-50%)}

.navBar .nav li a{ display: block; padding: 0 35px; color: white;font-size: 24px;}
.navBar .nav li a:before{width:5px; height:5px; position: absolute; bottom:10px; left: 50%; transform: translateX(-50%);background: #ff6; content: ''; transition: all .6s; z-index: -1; opacity: 0; border-radius: 50px}
.navBar .nav li a.active:before,.navBar .nav li a.active:before{ opacity: 1}
.navBar .nav li a:hover{font-weight: bold; color: #ebebeb;}
.navBar .nav li>ul{ visibility: hidden; position:absolute; top:80px; left:50%; transform: translateX(-50%);min-width:120px;transition: all 0.3s ease 0s; background: #fff; border-radius: 3px; overflow: hidden;-webkit-box-shadow: 0px 10px 20px 0px rgba(17, 58, 93, 0.1);-ms-box-shadow: 0px 10px 20px 0px rgba(17, 58, 93, 0.1);box-shadow: 0px 10px 20px 0px rgba(17, 58, 93, 0.1); opacity: 0;}
.navBar .nav li>ul li{margin-bottom:10px; width:180px; min-width:100%;height:42px; display:block; text-align:center;}
.navBar .nav li>ul li a{ color:#333; min-width:100%; padding:0;background:#fff;height:42px;line-height:42px;}
.navBar .nav li>ul li a:hover{ background:#F5330C; color:#fff;}
.navBar .nav li:hover>ul{ visibility: visible; opacity: 1; top:68px;}

.navBar .nav li>ul li i,.navBar .nav li>ul li em{ display: none}



#mnav,.nav-btn{ display:none}

.ssBtn{ width: 32px; text-align: center; line-height: 32px; position: absolute; right: 30px; top: 47px; margin-top: -5px; font-size: 30px; margin-right: 190px; cursor: pointer; z-index: 1; color: #1f3d9f;}
.ssBtn:hover{ color: #F5330C}

.ssFrom{ padding:25px;background:#fff;box-shadow:0px 8px 20px 0px rgba(0,0,0,0.06); border-top:none; z-index:1000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;position:fixed; width: 100%; left: 0; right: 0; top:-120%; max-width:480px; margin: 0 auto;transform: translateY(-86%); border-radius: 3px;}
.ssFrom .sform{ width:100%; padding-right:58px; position:relative; margin: 0 auto; border:1px solid #F5330C;}
.ssFrom button{ border:medium none; background:#F5330C; position:absolute;top:0; right:0; cursor:pointer;opacity:1; bottom: 0; width: 60px;}
.ssFrom button i{ color:#fff; font-size:24px; height:32px; line-height:32px;}
.ssFrom button:hover{ opacity:.8}
.ssFrom .sinput{ padding:0px 70px 0 10px; height:40px; line-height:40px; width:100%; border:medium none; background:#f4f6f8; font-size: 14px;}
.ssFrom .close{ position:absolute; top:15px; right:15px; color:#9ca0ad; font-size:20px; cursor: pointer;}
.ssFrom .close:hover,.nav-btn:hover{color:#F5330C;}
.mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);display: none; z-index:999}

.artBox{ width: 100%; float: right}

#article{min-height: 420px;}

.artPost .post{position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;-ms-flex-direction: row;flex-direction: row; padding:25px 0;border-bottom: 1px solid rgba(237, 239, 240, 0.8); margin-top: -1px; overflow: hidden;}
.artPost .post-media{width: 240px;position: relative;display: block;overflow: hidden;padding: 0;-ms-flex-negative: 0;flex-shrink: 0; font-size: 0;}
.artPost .post-media img{width: 240px; height: 168px;object-fit:cover; border-radius: 3px;}
.artPost .post-media a{ display: block;border-radius: 3px; overflow: hidden; position: relative;}
.artPost .post-media a:before{width:100%; height:100%; position: absolute; bottom:0; left:0;background: #000; content: ''; transition: all .3s;opacity: 0;border-radius: 3px;}
.artPost .post-media a:hover:before{ opacity: .5}
.artPost .post-content{display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex: 1 1 auto;flex: 1 1 auto;-ms-flex-pack: center;justify-content: center; padding:10px 0px 10px 20px;min-width: 0;}

.artText .artPost .post{ padding: 20px 0}
.artText .artPost .post-content{padding:0px;}
.artText .artPost .post-meta{ padding-top: 4px;}
.artPost.postMeta .post-head{-ms-flex: 1 1 auto;flex: 0 0 auto;}
.artText .artPost.postMeta .post{ padding:12px 0}

.artPost .post-head{-ms-flex: 1 1 auto;flex: 1 1 auto;}
.artPost .post-head .post-title{font-size:18px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.artPost .post-head .post-info{font-size:14px;color: #8a92a9;line-height: 1.5; margin-top: 10px; max-height: 64px; overflow: hidden;}
.artPost .post-meta{font-size:12px;color: #8a92a9}
.artPost .post-meta em{ margin-right: 15px;}
.artPost .post-meta em i{ font-size: 16px; vertical-align: -1px;}

/*---------------------------文章内容------------------------*/
div.post div.post-body{width:100%;margin:0 0 15px 0;padding:8px 0 0 0;font-size:16px;text-align:justify;line-height:180%;clear:both;word-break:break-all}
div.post-body a{text-decoration:none}
div.post-body p{margin:10px 0 15px 0;padding:0;text-indent:0}
div.post.single .post-box{ padding: 20px 0;}
div.post.single .post-title{ width:100%; text-align:center; font-size:24px; line-height: 1.6; font-weight: bold; margin-bottom: 20px;color: black;}
div.post.single .post-meta{ font-size: 12px;color: #8a92a9;}
div.post.single .post-meta em{ margin-right: 15px;}
div.post.single .post-meta em i{ font-size: 16px; vertical-align: -1px;}
div.post .post-tags{width:100%;margin:0 0 20px 0;padding:6px 0 0 0;font-size:1em;font-weight:400;color:gray;height:20px;text-align:left;text-indent:0}
div.post .post-tags a{ margin-right:10px;}
.umCrumb{ margin:15px -15px 0 -15px;border-bottom: 1px solid rgba(237, 239, 240, 0.8); padding-bottom: 15px; }
.umCrumb i{ font-size: 20px; vertical-align: -2px;}
/*----------文章中引用code------*/

div.post-body div.syntaxhighlighter{margin:.5em 1em .5em 2em!important;width:auto!important}
div.post-body li p{overflow:visible;text-indent:0;margin:3px 0}
div.post-body ol,div.post-body ul{margin-left:1.2em}
div.post-body li{list-style: inherit}
div.post-body code{width:93%;padding:5px;background:#f4f6f8;border:1px #eceff3 solid}
div.post-body blockquote{width:100%;background:#f4f6f8;border-left:6px solid #eceff3;margin:15px 0px;padding:15px 5px 5px 15px}
div.post-body blockquote p{margin:0px 0 10px 0;}
div.post-body img{max-width:100%;height:auto; vertical-align: -6px;}
div.post-body table{border-collapse:collapse;background:#fff;line-height:140%;width:100%;}
div.post-body td,th{margin:0;padding:8px 10px;text-indent:0em;border: 1px solid #e3e5ec;background:#fff}
div.post-body h1{color:#000;margin:0;padding:0;font-size:1.2em}
div.post-body h2{color:#000;margin:0;padding:0;font-size:1.1em}
div.post-body h3{color:#000;margin:0;padding:0;font-size:1em}
div.post-body h4{color:#000;margin:0;padding:0;font-size:1em}
div.post-body h5{color:#000;margin:0;padding:0;font-size:.9em}
div.post-body h6{color:#000;margin:0;padding:0;font-size:.8em}

/*---------------------------版权-----------------------------*/

#BlogPowerBy{font-size:.9em;height:25px;margin:0;padding:0;text-align:center;font-weight:400; display:inline-block;}
#BlogCopyRight{font-size:.9em;height:20px;margin:0;padding:0;text-align:center;font-weight:400}
#BlogCopyRight a,#BlogPowerBy a{color:#666}
#BlogCopyRight a:hover,#BlogPowerBy a:hover{color:#f66}



/*---------------------------文章和评论翻页条------------------------*/
a.l{text-align:left;float:left;}
a.r{text-align:right;float:right;}


/*---------------------------引用\评论----------------------------------*/
ul.msg{width:100%;margin:0;padding:10px 0% 10px 0%;text-align:left;list-style-position:outside;table-layout:fixed;word-wrap:break-word; background:#fff;}
li.msgname{padding:0 0 10px 5px;margin:0;font-weight:700;font-size:1em}
li.msgname small,li.msgname small .revertcomment a{ font-weight:normal; color: #8a92a9 !important}
li.msgurl{text-align:right;padding:2px 10px 2px 10px;margin:0;font-size:1em}
li.msggravatar{display:block;float:left;margin-right:5px}
li.msgarticle{list-style-position:outside;padding:10px;margin:0;line-height:160%;background:#FFF;padding-left:55px;border-bottom:1px solid #f4f6f8}
li.msgtime{padding:5px 0 0 0;font-weight:400;font-size:.8em}
img.avatar{width:40px;height:40px;float:left;padding:2px;border:1px solid #f4f6f8;margin-right:5px;border-radius: 100px;}
ul.msg ul.msg{padding:10px 0 0 0;margin:20px 0 0 0;border-top:1px solid #f4f6f8;border-bottom:none}
ul.msg ul.msg li.msgarticle{padding-bottom:0;border-bottom:0 solid #f4f6f8}
ul.msg ul.msg li.msgname{padding:0}

ul.children{ padding-left: 40px;}


/*---------------------------相关文章----------------------------------*/
ul.msghead,ul.mutuality,ul.pagebar{border:none}
ul.msghead li.tbname,ul.mutuality li.tbname{padding-bottom:10px;border-bottom:1px solid #f4f6f8}
ul.mutuality li.msgarticle{padding-left:0;border:none}


/*-------------------留言回复------------------------------*/
li.msgarticle div.quote{margin:10px 0 0 0;padding:10px;background:#FFF;border:1px #F4F4F4 solid}
li.msgarticle div.quote-title{margin:0;padding:0;font-size:1em;color:red}


/************评论发表用的样式*************/
#divCommentPost{width:100%;margin:0;padding:0px 0 15px; clear: both}
#divCommentPost p{margin-top:10px; position:relative; width:100%;}
#divCommentPost label{margin-top:5px}
#divCommentPost p.posttop a{color:#8a92a9; font-size: 14px;}
#divCommentPost p.posttop a.cancel-reply{color:#3c6da7}
#divCommentPost img{margin-bottom:-.5em;}
#cancel-reply{float:right;}
div.reply-frm{background:#fff;box-shadow:0px 5px 40px 0px rgba(17, 58, 93, 0.1);margin:1em 1%!important;padding:.3em .8em!important;min-width:330px}
div.reply-frm input.button{ margin-bottom: 5px;}
input.text{ background: #f4f6f8; border: medium none;height:28px;padding:2px 5px 2px 5px; width: 50%}
#txaArticle{padding:5px;width:100%;height:150px;border:medium none; background: #f4f6f8}
input.button{color:#FFF;font-size:14px;width:100px;height:32px;background:#09f;border:1px solid #09f;cursor:pointer}
.cmBox{width:100%;margin:0;padding:20px 0 20px;border:0px #f4f6f8 solid; background:#fff; margin-bottom:15px;border-top:none;padding-top:0; float:left}
.cmBox.t{ border-bottom:none;border-top:1px #f4f6f8 solid; margin-bottom:0; padding-bottom:0;padding-top:20px;}

iframe{width:100%; min-height:450px; border:medium none;}

/*--------------------------分页条-------------------------------*/
span.page{color:#666;padding:4px 0px;margin-right:4px; margin-top: 20px; background:#f4f6f8; min-width:30px; text-align:center; display:inline-block; border-radius: 3px;webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
span.now-page{padding:4px 0px;margin-right:4px;background:#F5330C; color:#fff;}
a:hover span.page{color:#fff;background:#F5330C;}
ul.ul-subcates{padding:8px 0 0 0;margin-bottom:-8px}
span.sh{padding:0 3px;margin-right:5px;font-size:.5em;font-family:monospace;cursor:pointer;color:#666}

#divBottom{width:100%;margin:20px 0 0 0;padding:35px 30px;text-align:center;clear:both; background:#111; color:#686868;}
#divBottom a{ color:#686868;}
#divBottom a:hover{color:#999 !important;}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{max-height:541px;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-theme .owl-dots .owl-dot span{ width:12px; height: 2px; margin: 0 3px;background:#F5330C; opacity: .3; border-radius: 3px;transition: all 0.3s ease 0s;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot.active:hover span,.owl-theme .owl-dots .owl-dot:hover span{width:20px;background:#F5330C; opacity: .8}
.owl-theme .owl-dots .owl-dot:hover span{width:12px; }
.owl-theme .text{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);display: block; max-width: 750px; padding: 0 20px; color: #fff; text-align: center; line-height: 1.6}
.owl-theme .text h4{ font-size: 22px; font-weight: bold;}
.owl-theme .text .info{ font-size: 14px; margin-top: 6px;}
.owl-carousel .owl-item img{ min-height: 200px; object-fit: cover}
.owl-theme .owl-nav.disabled + .owl-dots{ margin-top: 5px;}

@media screen and (max-width:960px){
	#article{ width:100%; margin-left: 0}
	.sidebar{ display:none;}
	iframe{min-height:460px;}
}
@media screen and (max-width:900px){
.artPost .post-media{width: 200px;}
.artPost .post-media img{ width: 100%; height: 138px;}
.artPost .post-content{ padding: 5px 0px 5px 20px}
}


@media screen and (max-width:640px){
	input.text{ width: 100%}
	.artPost .post-media{width: 160px;}
	.artPost .post-media img{ height: 108px;}
	.artPost .post-head .post-info{ display: none}
	.artPost .post-head .post-title{white-space:normal; font-size: 16px;}
	.artPost .post-content{ padding: 5px 0px 5px 15px}
	.ssFrom{ max-width: 95%; padding: 20px;}
}
@media screen and (max-width:480px){
	.artPost .post-media{width: 140px;}
	.artPost .post-media img{ height:100px;}
}
@media screen and (max-width:414px){
    iframe{min-height:280px;}
	ul.children{ padding-left: 0px;}
	#divCommentPost.post.post.reply-frm{width:108%;left:-50px; }
	ul.children #divCommentPost.post.post.reply-frm{width:108%;left:-50px;}
	ul.children>ul.children #divCommentPost.post.post.reply-frm{width:108%;left:-50px;}
	
	.artPost .post-media{width: 120px;}
	.artPost .post-media img{ height:88px;}
}
@media screen and (max-width:374px){
	iframe{min-height:260px;}
}

body, div, input, button, select, textarea, span, small, big, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, em, font, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td, section, article, header, footer, aside, nav, pre {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 思源黑体 CN;
}




.carousel { width:450px; height:350px; overflow:hidden; position:relative; margin:auto; }
.slides { display:flex; transition:transform 0.5s; height:100%; }
.slide { min-width:100%; }
.slide img { width:100%; height:100%; object-fit:cover; }
.controls { position:absolute; top:50%; width:100%; display:flex; justify-content:space-between; }
.controls button { background:rgba(0,0,0,0.5); color:white; border:none; padding:10px; cursor:pointer; }


/*导航栏*/
#nav_box{
    background: #016cb6;
}

#main_container{

    display: flex;
    flex-direction: column;
}
.index_article_bg{
    background: url('/zb_users/upload/syzzhybg.jpg') no-repeat center center;
}
#main_artbox{
    display: flex;
    /*width: 1200px;*/
}
#left_artbox{
    /*width:639.95px;*/
    margin-right: 20px;
}

.red_color {
    color: #a90d0d;
}
#left_artbox .post-title,#left_artbox .post-title>a{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

#left_artbox .post-info {
    line-height: 27px;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 30px;
    color:black;
}

#xhdt_tzgg_mtgz{
    border-top: 3px #be1515 solid;
    /*background: #eff1f5;*/
    background: url(/zb_users/upload/index-group.png) no-repeat 100% 100%;
    height: 565px;
    padding: 10px 0;
}
#xhdt_tzgg_mtgz>div{
    display: flex;
    justify-content: space-between;
}
#xhdt,#tzgg,#mtgz{
    width: 346px;
}

.xhdt_title{
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
}
.xhdt_content{
    background: white;
    height: 468px;
    padding: 16px 15px;
    border: 1px solid #dde2ea;

}

.xhdt_content>div{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.xhdt_content>div:last-child{
    border-bottom:none;
}

.xhdt_time{
    font-weight: bold;
    color: #004dce;
    margin-bottom: 5px;
    font-size: 16px;
}

.xhdt_text{
    color:black;
    font-size: 16px;

}

.no_warp{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tzgg_content_item{
    background: white;
    height: 73px;
    margin-bottom: 6px;
    padding: 11px 16px 16px 16px;
    border: 1px solid #dde2ea;
}

.blue_line{
    width: 100px;
    height: 5px;
    background: #004fdf;
    position: relative;
    top:-21px;

}

#zcxx_container{
    background: #fafafa;
    padding: 25px 0;
    height: 465px;
}

.radius_zcxx{
    width: 152px;
    height:45px;
    background: #eff2f5;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #131313;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 16px;
}
.radius_zcxx:hover{
    background: #004fdf;
    color: white;
}


#zcxx_box{
    display: flex;
    justify-content:space-between;
}
#zcxx_radius_box{
    margin-bottom: 20px;
    display: block;
}

#zcxx_box_left{
    /*width: 960px;*/
    height: 290px;
}
#zcxx_box_right{
    /*width: 216px;*/
    /*height: 300px;*/
}

#zcxx_img{
    width: 216px;
    height: 360px;
}
#gys_up_img{
   width: 60px;
   height: 57px;
    position: relative;
    top:-315px;
    left: 30px;
}
#zcxx_box_right p{
    font-size: 24px;
    position: relative;
    top:-290px;
    left: 30px;
    color: white;
}
#gys_bt{
    font-size: 24px;
    position: relative;
    top:-170px;
    left: 60px;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #001edf url(/zb_users/upload/znjticn.png) no-repeat center center;
    border-radius: 50%;
}


#zcxx_ul_box{
    display: flex;
    justify-content:space-between;
}
#zcxx_ul_box>ul{
    width: 1100px;
    height: 295px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
#zcxx_ul_box li{
    width: 550px;
}
.zcxx_li_a{
    width: 451px;
    height: 58px;
    font-size: 16px;
    padding: 0 25px;
    color: black;
    line-height: 58px;
}

.zcxx_li{
    border-bottom: 1px solid #e7e7e7;
}

.zcxx_li_point{
    position: relative;
    height: 5px;
    width: 5px;
    background: #004fdf;
    display: inline-block;
    left: -19px;
    top: -1px;
    border-radius:50%;
}


#ahjq{
    /*background: #eff1f5;*/
        background: url(/zb_users/upload/enterprise-bg.png) no-repeat 100% 100%;
}
}
#anjq_container,#jpjq_container,#lygl_container{
    padding: 25px 0;
}
#ahjq_title,#lygl_title,#zcxx_title{
    font-size:24px;
    color:black;
    margin-bottom: 25px;
}
#ahjq_box{
    display: flex;
    justify-content: space-between;
}
#ahjq_left{
    width: 200px;
}
#ahjq_left>div{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: black;
    border-bottom: 2px solid #8fbbff;
}

.dahjq_img_div{
    width:300px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
}

@media screen and (max-width:760px){

.dahjq_img_div{
    width:250px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
}
    
}

#ahjq_img_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#ahjq_img_box img{
    width:300px;
    height: 250px;
}

#ahjq_img_box img:hover{
    transform: scale(1.1);
}
.dahjq_img_text_bg {
    position: relative;
    top: -30px;
    background: rgba(133, 133, 133, 0.56);
    width: 300px;
    color: white;
    text-align: center;
    height: 26px;
    line-height: 26px;
}


#jpjq_tilte{
    display: flex;
    margin-bottom: 20px;
    align-items:flex-end;
}
#jpjq_title_main{
    font-size:24px;
    color:black;
}
#jpjq_title_wn, #jpjq_title_wz, #jpjq_title_wb{
    font-size:18px;
    color:black;
    margin:0 5px;
}

#jpjq_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    /*height: 500px;*/
}
@media screen and (max-width:760px){


    .jpjq_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    overflow: hidden;
    height: 460px;
}
    

    
}


.jpjq_img_link{
    width: 266px;
    height: 230px;
    padding-bottom: 20px;
    overflow: hidden;
    display: inline-block;
}
.jpjq_img_link:first-child{
    width: 550px;
    height: 230px;
}
.jpjq_img_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jpjq_img_title{
    position: relative;
    top: -130px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    color: white;
}
.jpjq_img_title>span{
    background: #001edf;
    border-radius: 10px 0 10px 0;
    padding: 0 10px;
}
.jpjq_img_text{
    position: relative;
    top: -150px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 22px;
    color: white;
}


#jpjq_box img, lygl_box img, #ahjq_img_box img{
    cursor: pointer;
    width: 100%;
    height: 100%;
}
#jpjq_box img:hover{
    transform: scale(1.1);
}

#lygl{
    background: #eff1f5;
}

#lygl_box{
    display: flex;
    justify-content: space-between;
}
#lygl_box>div{
    width: 400px;
    height: 500px;
    overflow: hidden;
}
#lygl_box img{
    width: 455px;
    height: 500px;
}

#lygl_box img:hover{
    transform: scale(1.1);
}

#hyfw{

}
#hyfw_container{
    padding: 25px 0 0 0;
}
#hyfw_box{
    background: url('/zb_users/upload/middle-banck.jpg') no-repeat center;
    height: 460px;
    padding: 80px 0 60px;
}
#hyfw_box>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 340px;

}

#hyfw_title{
    font-size:24px;
    color:black;
    margin-bottom: 20px;
}
.hyfw_item{
    font-size: 32px;
    width: 550px;
    color: white;
}

.hyfw_item{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}
.hyfw_img{
    width: 88px;
    height: 88px;
    margin-right: 20px;
}
.hyfw_info{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
}

#single_main_container{
    display: flex;
    flex-direction: column;
    margin-top: 160px;
}

#single_top{
    display: flex;
}
#single_top_container{
    width: 1200px;
    display: flex;
    height: 50px;
    padding: 15px 0;
    justify-content: flex-end;
}
#single_top_container>div>a{
    margin-right: 5px;
    color: black;
}
#single_top_container>div:last-child{
    color: #616161;
}

#single_orw{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

#single_artBox{
    width: 1104px;
}
#article{
    padding: 20px 10px;
}


#single_right{
    width: 384px;
}
.single_art_time{
    text-align: center;
    color: #004dce;
    font-weight: bold;
    font-size: 14px;
}
.single_art_time>span:first-child {
    color: black;
    font-weight: normal;
}
.author{
    text-align: right;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;

}


.single_item_title{
    background: white;
    margin-bottom: 6px;
    padding: 0 35px 25px;
    border-top: 1px solid #dde2ea;
}
.single_blue_line{
    width: 48px;
    height: 5px;
    background: #004fdf;
    position: relative;
    top:0;
}
.single_item_text{
    padding: 10px;
    font-size: 20px;
    margin: 0 0 00px;
    color: #000000;
    border: 1px solid white;
    background-color: #e0eef4;
    text-align: center;

}

.single_item_list{
    font-size: 16px;
    height: 204px;
    color: black;
}

.single_item_list>div{
    height: 36px;
}

.footer{
    height: 280px;
    background: #4e7e8f;
    color: white;
    font-size: 16px;
    padding: 0 56px;
}


.foottop {
    height: 119px;
    line-height: 119px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b5b5b5;
}
#footer_xxwm {
    color: white;
    font-size: 26px;
    margin: 20px;
}
#footer_link ul{
    display: flex;
    flex-direction: row;
}

#footer_link ul li{
    margin-right: 20px;
    margin-left: 20px;
}


#footer_link a{
    color: white;
}

.footbot{
    height: 136px;
    padding: 10px 0 5px;
    display: flex;
    justify-content: space-between;

}

.pagebar{
    text-align: center;
}

#main_list{
    margin-top: 140px;
}

#nav_container{
    max-width: 1400px;
}

