 @charset "utf-8";
/* 公共CSS */
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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;clear:both}
body{font-family:'Microsoft YaHei',arial,helvetica,sans-serif;color:#111;background:#f9f9f9;;-webkit-text-size-adjust:none;min-width:320px;font-size:12px;max-width: 800px;margin: 0 auto;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
form{display:inline}
textarea{resize:none}
table{border-collapse:collapse;border-spacing:0}
ul,ol{list-style:none}
input,select,button{font-family:'Microsoft YaHei',arial,helvetica,sans-serif;font-size:100%;vertical-align:middle;outline:0}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder{color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
a{text-decoration:none;color:#111}
a:hover{color:#111;text-decoration:none}
img{vertical-align:middle;font-size:0;border:0;-ms-interpolation-mode:bicubic}
.fl{float:left}
.fr{float:right}
.hide{display:none!important}
.show{display:block!important}
.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.ellipsis-2l{ overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;}
.break{word-break:break-all;word-wrap:break-word}
.clearfix:after{content:'\0020';display:block;height:0;clear:both}
.clearfix{*zoom:1}
.blank{height:10px}

/* 头部 */
.headerbox{clear:both;overflow:hidden;position:relative;height:6.5rem;background-color:#d10f0f; padding:0 2rem;}
.headerbox .ce_logo{width:13.5rem; height:6.5rem;position: absolute;top:0;left:2.4rem;background-size: 100% 100%;background-position: 0 0;  background-repeat: no-repeat; background-image: url(http://m.ce.cn/assets/icon/images/P020250410427432186940.jpg); }


.headerbox aside{width:4.75rem; height:6.5rem;position: absolute;top:0;right:2rem;background-size: 100% 100%;background-position: 0 0;  background-repeat: no-repeat; background-image: url(http://m.ce.cn/assets/icon/images/P020250410442954203705.jpg); }
.headerbox span{position: absolute;color: #fff;font-size: 2.25rem;left: 15.5rem;top: 1.625rem;}
.headerbox span a{color: #fff;}


/* 栏目列表 */
.main_nav{clear:both;padding:1rem 0.1rem 0.3rem 0.1rem }
.main_nav_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:10px}
.main_nav_list a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:block;text-align:center;white-space:nowrap;color:#333; font-size:2rem;}

/*栏目名*/
.titbox { height:22px;  display:flex;  justify-content: space-between; padding:15px 0; }
.titbox h3{font-size:2.25rem; height: 22px; line-height: 22px; color:#000000; font-weight:bolder; padding-left: 10px; border-left:4px #D43030 solid  ;  }
.titbox h3 a{color:#000000;}

/* 列表 */
.news_module{clear:both;overflow:hidden;background:#fff;position:relative; padding:0 1.0rem;}

.news_items {clear:both;overflow:hidden;}
.news_items li{clear:both;overflow:hidden;line-height: 3rem;padding: 1.25rem 0;border-bottom: 1px dashed #f0f0f0;overflow : hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_items li a{display:inline;color: #131313;font-size: 2.25rem; width: 30%;}



.pictxt1{ display: flex; gap:2rem;}
.txt1{ width: 100%;}
.pictxt1 img{ width: 100%; border-radius: 5px;}
.more_tips{clear:both;height:5.0rem;line-height:5.0rem;text-align:center;color: #666;font-size: 2.25rem;}
.ly{display: flex;    justify-content: flex-start;font-size: 1.25rem; color: #A6A6A6; margin-top: 10px;gap: 20px;}
.ly h4{font-size: 1.25rem; color: #A6A6A6;}


/* banner */
.banner_rb { padding: 1.0rem ; background: #fff; }
.banner_rb img { width: 100%; }



/* 底部 */
.footerbox{background:#d10f0f;color:#fff;padding:2.625rem 3rem;display: flex; flex-wrap: wrap; justify-content: space-between;}
.footerbox p{color:#fff;font-size:1.5rem; line-height:4.5rem;}
.footerbox p a {color:#fff;}


/* 屏幕划分 */ /* 1rem = 8px */
@media screen and (min-width: 0px){
    html {
        font-size: 43% !important; 
    }
}

@media screen and (min-width: 320px){
    html {
        font-size: 43% !important; 
    }
}

@media screen and (min-width: 360px){
    html {
        font-size: 48% !important; 
    }
}

@media screen and (min-width: 375px){
    html {
        font-size: 50% !important; 
    }
}

@media screen and (min-width: 414px){
    html {
        font-size: 54.8% !important; 
    }
}

@media screen and (min-width: 575px){
    html {
      font-size:62.5% !important; 
    }
}

@media screen and (min-width: 750px){
    html {
      font-size: 75% !important; 
    }
}

@media screen and (min-width: 1024px){
    html {
        /* font-size: 100% !important; */
    }
}
