* {
  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;
  color: #bd0609;
}
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;
}
.mains {
  margin: 0 auto;
  background: url("../images/bg_main.jpg") no-repeat center top;
  padding-top: 500px;
  padding-bottom: 20px;
}
.mains .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mains .con .newsList li {
  line-height: 28px;
  font-size: 18px;
  margin: 16px 0 4px;
}
.mains .con .newsList li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.mains .con .newsList li span.point {
  width: 6px;
  border-radius: 3px;
  height: 6px;
  vertical-align: 3px;
  display: inline-block;
  margin-right: 10px;
  background: #e60012;
}
.mains .headline {
  background: url("../images/headline.png") no-repeat center center;
  width: 1178px;
  height: 203px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 45px 30px 0 170px;
}
.mains .headline h5 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 100px;
  color: #ffe2aa;
}
.mains .headline h5 a:hover {
  color: #ffe2aa;
}
.mains .headline h5.long {
  height: 100px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mains .xsx {
  margin: 10px auto;
}
.mains .xsx .title {
  background: url("../images/title_xsx.png") no-repeat center center;
  height: 102px;
  width: 1200px;
  margin: 10px auto;
  position: relative;
}
.mains .xsx .title .more {
  position: absolute;
  right: 0;
  bottom: 16px;
}
.mains .xsx .newsList li {
  /* width: 570px;
  float: left; */
  /* margin-right: 60px; */
}
.mains .xsx .newsList li:nth-child(2n) {
  margin-right: 0;
}
/*# sourceMappingURL=sxjy.css.map */