* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #ffffff;
  min-width: 1200px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
  min-width: 1200px;
}
.banner img {
  width: 100%;
}
.main {
  margin: 40px auto;
  background: #ffffff;
  min-width: 1200px;
}
.main .con {
  margin: 0 auto;
  width: 1200px;
}
.main .list li {
  line-height: 52px;
  height: 52px;
  font-size: 20px;
  width: 100%;
  overflow: hidden;
}
.main .list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 82%;
}
.main .list li a span.point {
  width: 4px;
  height: 20px;
  float: left;
  background: #2e6fca;
  display: inline-block;
  margin: 18px 12px 0 0;
}
.main .list li a:hover {
  color: #2e6fca;
}
.main .list li span.time {
  color: #666666;
}
.main .title {
  margin: 0 auto 14px;
  width: 1196px;
  height: 45px;
}
.main .zyxw {
  margin: 50px auto 0;
}
.main .zyxw .title {
  background: url("../images/title_zyxw.png") no-repeat center center;
}
.main .dfdt {
  margin: 40px auto;
}
.main .dfdt .title {
  background: url("../images/title_dfdt.png") no-repeat center center;
}
.main .xcdp {
  margin: 50px auto;
}
.main .xcdp .title {
  background: url("../images/title_xcdp.png") no-repeat center center;
}
.main .xcdp .xcdpCon {
  background: url("../images/bg_xcdp.jpg") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
}
.main .xcdp .xcdpCon .xcdpPic {
  margin: 20px auto;
  background: #eefcff;
}
.main .xcdp .xcdpCon .xcdpPic .pic {
  width: 558px;
  height: 314px;
}
.main .xcdp .xcdpCon .xcdpPic .pic img {
  width: 100%;
  height: 100%;
}
.main .xcdp .xcdpCon .xcdpPic .describe {
  width: 564px;
  margin: 26px 36px 0 0;
}
.main .xcdp .xcdpCon .xcdpPic .describe h5 {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  overflow: hidden;
  color: #1348a4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 72px;
  margin: 4px 0 10px;
}
.main .xcdp .xcdpCon .xcdpPic .describe p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 168px;
}
.footer{
  min-width: 1200px;
}