*,
::before,
::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #f4f5f9;
  font-size: 14px;
}
img {
  vertical-align: middle;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}
.head-banner {
  background: url(../img/head-banner.png) #98d0f1 center no-repeat;
  height: 185px;
  line-height: 185px;
}
.head-banner .head-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 6px 0 5px rgba(0, 66, 116, 0.8);
}
.cont-main .tab-title {
  margin-bottom: 25px;
  margin-top: -55px;
  text-align: right;
}
.cont-main .tab-title > ul {
  overflow: hidden;
  display: inline-block;
}
.cont-main .tab-title > ul > li {
  float: left;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  min-width: 210px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  /*  &+li{
                    margin-left: -5px;
                } */
}
.cont-main .tab-title > ul > li.active {
  background-color: #fff;
}
.cont-main .text-muted {
  color: #999;
}
.cont-main .tab-cont {
  background-color: #fff;
  padding: 30px 30px;
}
.cont-main .tab-cont .county-cont {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.cont-main .tab-cont .county-cont .title {
  width: 100px;
  float: left;
  height: 38px;
  line-height: 38px;
}
.cont-main .tab-cont .county-cont .county-list {
  margin-left: 100px;
}
.cont-main .tab-cont .county-cont .county-list ul {
  overflow: hidden;
  margin-right: -20px;
}
.cont-main .tab-cont .county-cont .county-list ul > li {
  float: left;
  width: 14.285%;
  padding-right: 20px;
}
.cont-main .tab-cont .county-cont .county-list ul > li a {
  display: block;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 15px;
}
.cont-main .tab-cont .county-cont .county-list ul > li:hover > a,
.cont-main .tab-cont .county-cont .county-list ul > li.active > a {
  background-color: #4a66a4;
  color: #fff;
}
.cont-main .tab-cont .list-group .head-title {
  background-color: #f1f4fa;
  font-size: 16px;
}
.cont-main .tab-cont .list-group > li {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
  line-height: 55px;
}
.cont-main .tab-cont .list-group > li .title {
  width: 90%;
  padding-right: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cont-main .tab-cont .list-group > li .time {
  float: left;
  width: 10%;
}
.cont-main .tab-cont .list-group > li:nth-of-type(odd) {
  background-color: #f6f8fc;
}
.tab-cont .county-cont {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.tab-cont .county-cont .title {
  width: 100px;
  float: left;
  height: 38px;
  line-height: 38px;
}
.tab-cont .county-cont .county-list {
  margin-left: 100px;
}
.tab-cont .county-cont .county-list ul {
  overflow: hidden;
  margin-right: -20px;
}
.tab-cont .county-cont .county-list ul > li {
  float: left;
  width: 14.285%;
  padding-right: 20px;
}
.tab-cont .county-cont .county-list ul > li a {
  display: block;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 15px;
}
.tab-cont .county-cont .county-list ul > li:hover > a,
.tab-cont .county-cont .county-list ul > li.active > a {
  background-color: #4a66a4;
  color: #fff;
}
.tab-cont .list-group .head-title {
  background-color: #f1f4fa;
  font-size: 16px;
}
.tab-cont .list-group > li {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
  line-height: 55px;
}
.tab-cont .list-group > li .title {
  width: 90%;
  padding-right: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tab-cont .list-group > li .time {
  float: left;
  width: 10%;
}
.tab-cont .list-group > li:nth-of-type(odd) {
  background-color: #f6f8fc;
}
.tab-cont .group-guide {
  margin-left: -40px;
  display: block;
  zoom: 1;
}
.tab-cont .group-guide:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab-cont .group-guide > li {
  float: left;
  width: 25%;
  padding-left: 40px;
}
.tab-cont .group-guide > li .item {
  display: block;
  height: 225px;
  width: 270px;
  background-color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.tab-cont .group-guide > li .item .item-body {
  text-align: center;
  padding: 10px;
}
.tab-cont .group-guide > li .item .item-body .item-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.tab-cont .group-guide > li .item .item-body > p {
  color: #999;
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab-cont .group-guide > li .item:hover {
  transform: translateY(-5px);
}
.page {
  margin: 20px 0;
  text-align: center;
}
.page > ul > li {
  display: inline-block;
}
.page > ul > li > a {
  display: block;
  padding: 6px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.page > ul > li.active > a {
  background-color: #4a66a4;
  border-color: #4a66a4;
  color: #fff;
}
