/*通用样式*/

body {background-color: #fff;color: #333;margin: 0px;font: 16px/32px "MicroSoft YaHei",'宋体';word-spacing: 5px;letter-spacing:1px;line-height:1.428;}

ul,li,dl,dd,dt,ol{list-style-type: none;margin: 0;padding: 0;}
a{text-decoration: none!important;}
img{border: none;}

.center{padding: 0; display: flex; justify-content: center; align-items: center;}
.img-full{width: 100%;height: auto;}

a:link {color: #333;text-decoration: none;}
a:visited {text-decoration: none;color: #333;}
a:hover {text-decoration:none; color:#c30e22;}
a:active {text-decoration: none;color: #333;}

.link01,a.link01:link,a.link01:visited,a.link01:hover { color:#c30e22; vertical-align: middle;}

.ch{width: 100%;height: 0;clear: both;}
.ch3{width: 100%;height: 3em;clear: both;}

.container{
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; /* or 950px */
}

.p0{padding: 0px;}

/*最新消息*/
.header{height: 40px; width: 100%; border-bottom: 2px solid #979797; position: relative; margin-bottom: 26px; align-items: center; display: flex; justify-content: flex-start;}
.column{border-bottom: 6px solid red; margin: 0 auto; font-size: 30px; color: #333;  font-weight: bold;}
.column span{float: left; color: red; font-size: 30px; font-weight: bold;}
.column img{float: left; height: 40px; }

.news{ itemnewcursor: pointer; background: #fff; width: 100%; padding: 15px 20px; box-sizing: border-box; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); margin-bottom: 25px;  transition: all 0.5s; }
.news:hover{ box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.1); }
.news .title{text-decoration: none; color: #333333; font-weight: bold; font-size: 20px; line-height: 40px;}	
.news .time{ font-size: 14px; color: #b9b9b9; float: right; line-height: 30px;}
.news .abstract{line-height: 28px;}

/*环保知识*/
.news_img{ itemnewcursor: pointer; background: #fff; width: 100%;  box-sizing: border-box; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); margin-bottom: 25px;  transition: all 0.5s; padding: 0px; }
.news:hover{ box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.1); }