/*通用样式*/

body {color: #222; background-color: #fff;   margin: 0px;font: 18px/36px "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: #222;text-decoration: none;}
a:visited {text-decoration: none;color: #222;}
a:hover {text-decoration:none; color:#1b56a6;}
a:active {text-decoration: none;color: #222;}

.link01,a.link01:link,a.link01:visited,a.link01:hover { color:#1b56a6; vertical-align: middle;}

.ch{width: 100%;height: 0;clear: both;}
.ch3{width: 100%;height: 3em;clear: both;}
.ch5{width: 100%;height: 5em;clear: both;}


.container{
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; /* or 950px */
}

.p0{ padding: 0px;}
.m_l15{margin-left: 15px;}

/*内容*/
.header{ font-size: 2em; font-weight: bold; line-height:2em; background: url(../images/gzhxf2024_line.png) repeat-x center;  }
.header a{background-color: #fff; padding-right:1em;}

.list{ font-size: 0.8em;}
.list strong{ font-size: 1.5em;}
.list li{ margin: 1em 0;}

.swiper a{width: 100%; color: #fff;}
.swiper-slide span{width:100%;position:absolute; bottom:0; background:#000; filter:alpha(opacity=60);opacity:0.60; line-height: 2em; text-align: center; float: left; z-index: 99;}
.swiper .right{ text-align: right; padding-right: 2%;}