.gw-example .pagination-container {
	background: #f5f6fa;
  }
  .gw-example .banner {
	text-align: center;
	height: 340px;
	overflow: hidden;
	background: url("./img/gw-banner2.png") no-repeat center center;
	background-size: cover;
  }
  .gw-example .banner .gb-title {
	margin-top: 54px;
	color: #fff;
	font-size: 44px;
	line-height: 40px;
	margin-bottom: 10px;
  }
  .gw-example .banner .gb-info {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
  }
  .gw-list {
	height: 1541px;
	background: #f5f6fa;
  }
  .gw-list .gl-title {
	background: #ffffff;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	margin-top: 10px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	margin-bottom: 48px;
  }
  .gw-list .gl-title b {
	color: #f85252;
	font-size: 24px;
  }
  .gw-list .content {
	margin-bottom: 41px;
  }
  .gw-list .content ul {
	overflow: hidden;
  }
  .gw-list .content ul > li {
	width: 360px;
	height: 270px;
	margin-right: 60px;
	float: left;
	margin-bottom: 60px;
  }
  .gw-list .content ul > li:nth-child(3n) {
	margin-right: 0;
  }
  .gw-list .content ul > li:last-child {
	margin-right: 0;
  }
  .gw-list .content ul > li .ga-top {
	height: 50px;
	background: #394c80;
	border-radius: 4px 4px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
  }
  .gw-list .content ul > li .ga-top h3 {
	float: left;
	width: 112px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
  }
  .gw-list .content ul > li .ga-top .ga-detail {
	float: right;
	height: 50px;
	overflow: hidden;
  }
  .gw-list .content ul > li .ga-top .ga-detail i {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	background: #b6c0db;
  }
  .gw-list .content ul > li .ga-top .ga-detail i:last-child {
	margin-right: 0;
  }
  .gw-list .content ul > li .ga-con {
	height: 240px;
	position: relative;
  }
  .gw-list .content ul > li .ga-con .ga-bg {
	width: 100%;
	height: 240px;
	background: rgba(57,76,128,.7);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding-left: 39px;
	padding-right: 51px;
	padding-top: 69px;
	padding-bottom: 37px;
  }
  .gw-list .content ul > li .ga-con .ga-bg .ga-m {
	float: left;
	text-align: center;
  }
  .gw-list .content ul > li .ga-con .ga-bg .ga-m-btn,
  .gw-list .content ul > li .ga-con .ga-bg .ga-pc-btn {
	margin-top: 20px;
  }
  .gw-list .content ul > li .ga-con .ga-bg .ga-m-btn {
	width: 122px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	background: url("./img/gw-anli-m.png") no-repeat center center;
	background-size: contain;
	display: block;
  }
  .gw-list .content ul > li .ga-con .ga-bg .ga-pc {
	float: right;
	text-align: center;
  }
  .gw-list .content ul > li .ga-con .ga-bg .ga-pc .ga-pc-btn {
	display: block;
	width: 90px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid #ffffff;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
  }
  .gw-list .content ul > li .ga-con .ga-bg .ga-m img,
  .gw-list .content ul > li .ga-con .ga-bg .ga-pc img {
	width: 64px;
	height: 64px;
  }
  .gw-list .content ul > li .ga-con:hover .ga-bg {
	display: block;
  }
  