.content {
  margin-top: 56px;
}


.left {
  float: left;
  width: 892px;
	height: 200px;
}
.left >p {
  width: 100%;
	height: 152px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	color: #798ea3;
  overflow: hidden;
}
.left >p span {
  font-size: 18px;
	font-weight: bold;
	color: #007eff;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
  margin-bottom: 24px;
}
.title {
  display: flex;
  align-items: center;
}
.title img {
  margin-right: 6px;
}
.title p {
  font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #161747;
}
.title-wrap >a {
  font-size: 16px;
	letter-spacing: 1px;
  color: #898998;
}
.title-wrap >a:hover {
	color: #21224f;
}

.right {
  float: right;
  width: 301px;
  height: 181px;
  margin-right: -10px;
}
.right li {
  width: 301px;
  height: 100px;
  background: url(../../image/index/btn-bg.png);
}
.right li:hover {
  background: url(../../image/index/btn-hover-bg.png);
}
.right li a {
  display: block;
  width: 283px;
  height: 87px;
  line-height: 87px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 26px;
  font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}

.album-wrap {
  float: left;
  width: 1200px;
  height: 221px;
  margin-top: 49px;
}

.album {
  width: 1200px;
  height: 172px;
  overflow: hidden;
}
.album ul li {
  float: left;
  width: 216px;
  height: 172px;
  margin-right: 30px;
  font-size: 16px;
	letter-spacing: 1px;
}
.album ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pic {
  width: 216px;
	height: 144px;
  overflow: hidden;
}
.pic img {
  width: 216px;
	height: 144px;
  transition: all .8s;
}
.album ul li p {
  height: 16px;
  line-height: 16px;
	color: #798ea3;
  margin-top: 12px;
}
.album ul li:hover .pic img {
  transform: scale(1.08);
}