* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfloat {
  zoom: 1
}

.main {
  width: 1200px;
  margin: 30px auto;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #245399;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/*头部结束*/
/*主体内容开始*/
.banner {
  margin-bottom: 20px;
}

.row + .row {
  margin-top: 20px;
}

.col {
  width: 585px;
  float: left;
}

.col + .col {
  margin-left: 30px;
}

.title {
  border-bottom: 1px solid #ccc;
}

.title a {
  color: #fff;
  font-size: 21px;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: url(title-bg1.png) no-repeat;
  text-align: center;
}

.title-a:hover {
  color: #fff;
}

.list {
  margin: 10px 0;
  height: 225px;
}

.list li {
  position: relative;
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
}

.list li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #245399;
  position: absolute;
  left: 0;
  top: 20px;
}

.list li a {
  display: inline-block;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time {
  float: right;
  color: #999;
}

.title-mid {
  text-align: center;
}

.title-mid a {
  width: 180px;
  background: url("title-bg2.png") center no-repeat;
}

.picList {
  margin-top: 20px;
  height: 220px;
  overflow: hidden;
}

.picList li {
  float: left;
  width: 290px;
  height: 220px;
  position: relative;
}

.picList li + li {
  margin-left: 12px;
}

.picList li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.picList li span {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.ly-row {
  margin: 0 -10px 15px;
}

.ly-col {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.ly-col a {
  display: block;
}

.ly-col img {
  width: 100%;
  height: 150px;
}

.ly-title {
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
  text-align: center;
}

.ly-title span {
  font-size: 28px;
  color: #245399;
  padding: 15px 0;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #245399;
}

.row1 {
  margin: 0 -15px;
}

.col1 {
  width: 16.666%;
  float: left;
  padding: 0 15px;
}

.col1-inner {
  display: block;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  height: 200px;
  text-align: center;
  padding: 20px;
}

.col1-inner img {
  margin: 15px 0 35px;
  height: 60px;
}

.col1-inner p {
  line-height: 1.8;
}

.row2 {
  margin: 30px -15px 30px;
}

.col2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.col2 img {
  width: 100%;
}


.row3 {
  margin: 0 -15px;
}

.col3 {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.col3-inner {
  display: block;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  height: 200px;
  text-align: center;
  padding: 20px;
}

.col3-inner img {
  margin: 15px 0 35px;
  height: 60px;
}

.col3-inner p {
  line-height: 1.8;
}

/*主体内容结束*/