﻿.infoArticle {
  background-image: url(/img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
}
.infoArticle .content {
  position: relative;
}
.infoArticle .content .bg {
  width: 1100px;
  height: 360px;
  background-color: #E5F2FF;
  position: absolute;
  top: 0;
  left: 0;
}
.infoArticle .content .s {
  position: relative;
  z-index: 1;
}
.infoArticle .content .crumbs {
  height: 42px;
  line-height: 42px;
  padding-left: 18px;
  font-size: 12px;
  color: #D5D5D5;
}
.infoArticle .content .article {
  width: 1065px;
  margin: 0 auto;
  border: 1px solid #D5D5D5;
  border-top: 3px solid #2671BB;
  padding: 40px 112px 73px 112px;
  background-color: #fff;
}
.infoArticle .content .article h3 {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.infoArticle .content .article span {
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 16px 0 32px 0;
}
.infoArticle .content .article p {
  font-size: 15px;
  text-indent: 30px;
  line-height: 32px;
  padding: 6px 0;
}
.infoArticle .footer {
  position: relative;
  margin-top: 56px;
}
.infoArticle .content .article table tr td {
	height: 30px;
}
