﻿.list {
  background-image: url(/img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
}
.list .content {
  position: relative;
}
.list .content .bg {
  width: 1100px;
  height: 360px;
  background-color: #E5F2FF;
  position: absolute;
  top: 0;
  left: 0;
}
.list .content .s {
  position: relative;
  z-index: 1;
}
.list .content .crumbs {
  height: 42px;
  line-height: 42px;
  padding-left: 18px;
  font-size: 12px;
  color: #D5D5D5;
}
.list .content .article {
  width: 1065px;
  margin: 0 auto;
  border: 1px solid #D5D5D5;
  border-top: 3px solid #2671BB;
  padding: 40px 112px 73px 112px;
  background-color: #fff;
}
.list .content .article .box {
  margin-bottom: 16px;
}
.list .content .article .box .titles {
  height: 40px;
  background-color: #E2E2E2;
}
.list .content .article .box .titles a {
  float: left;
  width: 96px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2671BB;
  font-weight: 400;
}
.list .content .article .box .details {
  border: 1px solid #D5D5D5;
  padding: 25px 18px 32px 18px;
}
.list .content .article .box .details a {
	margin-right: 20px;
    font-size: 14px;
    line-height: 30px;
}
.list .footer {
  position: relative;
  margin-top: 56px;
}
