/*通用样式*/

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: #000;text-decoration: none;}
a:visited {text-decoration: none;color: #000;}
a:hover {text-decoration:none; color:#c30e22;}
a:active {text-decoration: none;color: #000;}

.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{ text-align: center; font-size: 3em; font-weight: bold;}
.list{ background-color:#f5f5f7; padding: 2em; border-radius: 8px; margin-top: 1em;} 
.list .t{font-size: 22px; font-weight: bold; padding-bottom:1em;}

.footer{background-color: #ff0909; color: #fff; text-align: center; padding:3em 0;}