body {
  background-color: #f5f5f5;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.last-bor-right {
  border-right: none !important;
}
em {
  font-style: normal;
}
/* 面包屑 */
.glist-headnav {
	background-color: #f2f2f2;
}
.glist-headnav .headnav {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 60px;
  color: #999999;
  text-indent: 12px;
}
.glist-headnav .headnav a {
  color: #999999;
}
.glist-headnav .headnav a.lastaddress {
  color: #26a6ff;
}
/* 筛选部分 */
.glist-select {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 18px 0;
}
.glist-select .selbox {
  padding-left: 100px;
  position: relative;
}
.glist-select .selbox .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  text-indent: 22px;
}
.glist-select .selbox .tbox {
  position: relative;
  width: 1054px;
}
.glist-select .selbox .tbox li {
  float: left;
}
.glist-select .selbox .tbox li.tag {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  margin: 0 16px;
}
.glist-select .selbox .tbox li.tag a {
  color: #333;
}
.glist-select .selbox .tbox li.tag a:hover {
  color: #2faaff;
}
.glist-select .selbox .tbox li.sel a {
  color: #2faaff;
}
.glist-select .selbox .tbox #morecitys {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  margin: 0 16px;
  cursor: pointer;
  padding-right: 20px;
  background: url(../../images/common/icon_more.png) no-repeat right;
  background-size: 15px 8px;
}
.glist-select .selbox .tbox #morecitys.sel {
  color: #2faaff;
}
.glist-select .selbox .tag-hy .tag a.tit {
  position: relative;
}
.glist-select .selbox .tag-hy .tag a.cshow {
  color: #2faaff;
}
.glist-select .selbox .tag-hy .tag a.cshow::after {
  content: '';
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom-color: #f5f5f5;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -13px;
}
.glist-select .selbox .tag-hy .tag .showdetail {
  z-index: 20;
  width: 1054px;
  min-height: 40px;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #f5f5f5;
  display: none;
}
.glist-select .selbox .tag-hy .tag .showdetail li {
  font-size: 14px;
  line-height: 40px;
  color: #999999;
  margin: 0 16px;
  position: relative;
}
.glist-select .selbox .tag-hy .tag .showdetail li a {
  color: #999;
}
.glist-select .selbox .tag-hy .tag .showdetail li a:hover {
  color: #2faaff;
}
.glist-select .selbox .tag-hy .tag .showdetail li.sel a {
  color: #2faaff;
}
.glist-select .selbox .tag-hy .tag ul.toshow {
  display: block;
}
.glist-select .selbox1 {
  z-index: 9;
  margin-bottom: 60px;
}
.tipsbox {
  width: 984px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
.tipsbox .title {
  padding-top: 46px;
}
.tipsbox .title div {
  display: inline-block;
  font-size: 28px;
  line-height: 72px;
  color: #333;
  padding-left: 40px;
}
.tipsbox .title .btn {
  display: inline-block;
  width: 94px;
  height: 28px;
  border: 1px solid #2faaff;
  border-radius: 14px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 28px;
  color: #2faaff;
  background-color: #f5f5f5;
  margin-left: 10px;
  cursor: pointer;
}
.tipsbox .cont {
  font-size: 15px;
  line-height: 30px;
  color: #999;
}
/* 列表部分 */
.glist-list {
  padding-bottom: 60px;
}
.glist-list .listbox {
  padding-bottom: 30px;
  width: 1226px;
  margin: 0 auto;
}
.glist-list .listbox li {
  float: left;
  width: 382px;
  height: 155px;
  background-color: #fff;
  margin: 0 13px 25px;
}
.glist-list .listbox li .tit {
  font-size: 20px;
  line-height: 62px;
  color: #333;
  padding: 0 18px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.glist-list .listbox li .cbox {
  padding: 15px 0 0 18px;
  position: relative;
}
.glist-list .listbox li .cbox .top {
  line-height: 26px;
  color: #ef9b24;
  font-size: 14px;
}
.glist-list .listbox li .cbox .top span {
  padding-right: 20px;
}
.glist-list .listbox li .cbox .time {
  line-height: 50px;
  color: #333;
  font-size: 14px;
}
.glist-list .listbox li .cbox .btn {
  width: 123px;
  height: 34px;
  border: 1px solid #ef9b24;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  color: #ef9b24;
  font-size: 15px;
  position: absolute;
  right: 17px;
  bottom: 20px;
  cursor: pointer;
}
.glist-list .listbox li .cbox .btn a {
  display: block;
  color: #ef9b24;
  width: 100%;
  height: 100%;
}
.glist-list .listbox li .cbox .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f7ce71), to(#ff9130));
  background: linear-gradient(left, #f7ce71, #ff9130);
  color: #fff;
  border: none;
}
.glist-list .listbox li .cbox .btn:hover a {
  color: #fff;
}
.glist-list .morebtn {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 4px;
  background: #ff8331;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  margin: 0 auto 0;
}
.glist-list .listbox .layui-laypage a:hover {
  color: #ff552e;
}
