body {
  background: url(../../image/index/web-bg.png) no-repeat;
  background-size: cover;
}

.content {
  margin-top: 40px;
}

.left {
  float: left;
  width: 890px;
	height: 319px;
	background: url(../../image/index/btn-bg.png) no-repeat center;
  background-size: cover;
	border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 20px 0 20px;
}
.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 39px;
  margin-bottom: 20px;
}
.title-wrap >a {
  font-size: 16px;
	color: #555555;
}
.title-wrap >a:hover {
  color: #0988e9;
}
.title {
  display: flex;
}
.title img {
  margin-right: 13px;
}
.title p {
  font-size: 22px;
	font-weight: bold;
	color: #0988e9;
}
.left ul {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;

}
.left ul li {
  float: left;
  width: 260px;
  height: 102px;
  line-height: 102px;
  background-color: #e9f7ff;
  border-radius: 5px;
  background: url(../../image/index/btn6-bg.png) no-repeat center;
  background-size: cover;
  margin-bottom: 35px;
  font-size: 22px;
	font-weight: bold;
}
.left ul li:nth-child(2) {
  background: url(../../image/index/btn6-bg.png) no-repeat center;
  background-size: cover;
}
.left ul li:nth-child(3) {
  background: url(../../image/index/btn6-bg.png) no-repeat center;
  background-size: cover;
}
.left ul li:nth-child(4) {
  background: url(../../image/index/btn6-bg.png) no-repeat center;
  background-size: cover;
}
.left ul li:nth-child(5) {
  background: url(../../image/index/btn6-bg.png) no-repeat center;
  background-size: cover;
}.left ul li:nth-child(6) {
  background: url(../../image/index/btn6-bg.png) no-repeat center;
  background-size: cover;
}


.left ul li a {
  display: block;
	color: #555555;
}
.left ul li:nth-child(1) a {
  padding-left: 50px;
  font-size: 24px;
}
.left ul li:nth-child(2) a {
  padding-left: 22px;
  font-size: 17px;
}
.left ul li:nth-child(3) a {
  padding-left: 24px;
}
.left ul li:nth-child(4) a {
  padding-left: 65px;
}
.left ul li:nth-child(5) a {
  padding-left: 65px;
}
.left ul li:nth-child(6) a {
  padding-left: 65px;
}

.left ul li:hover a {
  color: #0988e9;
}

.right {
  float: right;
  width: 270px;
	height: 319px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 1px 
		rgba(36, 37, 37, 0.27);
	border-radius: 10px;
  box-sizing: border-box;
  padding: 11px 18px 0 21px;
}

.right ul {
  width: 231px;
	height: 240px;
	background-color: #ffffff;
	border: solid 1px #999999;
  box-sizing: border-box;
  border-bottom: none;
}
.right ul li {
  width: 100%;
  height: 79px;
  border-bottom: 1px solid #999999;
  text-align: center;
  line-height: 79px;
  font-size: 20px;
  font-weight: bold;
}
.right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #999999;
}
.right ul li:hover a {
  color: #0988e9;
}
.right ul li:hover {
  background: url(../../image/index/btn-r-hover.png) no-repeat center;
  background-size: cover;
}