@charset "utf-8";
/*基本样式*/
/*html{font-size:62.5%;  10÷16=62.5% }*/
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: antialiased;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img,object{max-width:100%;width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color:#333}
a:hover{text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
ul,ol,li{list-style:none outside none;}
h1, h2, h3, h4, h5, h6{font-weight: bold;}
.banner{background: url(banner.png) no-repeat center center; height: 436px;}
.content{max-width: 1200px; margin: 30px auto;}
.cont h2{width: 100%; height: 110px; overflow: hidden; position: relative;}
.cont h2 img{display: block; width: 75%; margin:0 auto;}
.cont h2 a{position: absolute; top:65%; right: 0; font-size: 18px; font-weight: 400; color: #D33630;}
.cont_list{width: 100%; overflow: hidden; margin: 30px auto;}
.cont_list ul li{width: 100%; height: 54px; margin: 10px 0; position: relative;}
.cont_list ul li::before{position: absolute; content: ''; width: 8px; height: 8px; border: 2px solid #D33630; border-radius: 50%; left: 0; top: 0; background: #fff; z-index: 3;}
.cont_list ul li::after{position: absolute; content: ''; width: 2px; height: 100%; top: 0; left: 5px; background: #F4F5F7; z-index: 2;}
.cont_list ul li a{color: #3D3C3C; font-size: 18px; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; background: #F4F5F7; width: 98.7%; float: right;}
.cont_list ul li a:hover{color: #D33630;}
.cont_list ul li a p{align-content: center; margin-left: 1%; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cont_list ul li a span{align-content: center; margin-right: 3%;}
@media (max-width: 1440px) {
    .banner{height: 200px; background-size: 100%;}
}
@media (max-width: 1280px) {
    .banner{height: 200px; background-size: 100%;}
}
@media (max-width: 770px) {
    .content{width: 94%; margin: 0 auto;}
    .banner{height: 100px; background-size: 100%;}
    .cont h2{height: auto;}
    .cont h2 a{top: 32%;}
    .cont h2 img{width: 91%; position:relative; top:-18%;}
    .cont_list{margin: 2% auto;}
    .cont_list ul li a{font-size: 14px; width: 95.7%;}
    .cont_list ul li a p{width: 70%;}
  .rightEwm ul li img{height: auto !important;}
    .bottomKfrx p{font-size: 0.8rem !important; line-height: 1.8rem !important;}
    .rightEwm ul li span{font-size: 0.8rem !important;}
}