.wraps {
  width: 1170px;
  margin: 30px auto 0;
}
.boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.boxs .title {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: #eee 1px solid;
}
.boxs .title span {
  position: absolute;
  left: 0;
  background:#50B24B;
  width: 3px;
  height: 14px;
  top: 13px;
}
.boxs .title b {
  margin-left: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.boxs .lefts {
  width: 72% ;
  position: relative;
}
.boxs .lefts .location {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-bottom: #eee 1px solid;
  height: 40px;
  line-height: 40px;
}
.boxs .lefts .location img {
  margin-right: 5px;
}
.boxs .lefts .location a {
  color: #666666;
  margin-right: 5px;
}
.boxs .lefts .titles {
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  height: 60px;
}
.boxs .lefts .titles > div {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background-color: #F8F8F8;
  margin-right: 15px;
  cursor: pointer;
}
.boxs .lefts .list {
  box-sizing: border-box;
  margin-top: 25px;
  overflow: hidden;
}
.boxs .lefts .list li {
  width: 23.4%;
  margin-right: 17px;
  margin-bottom: 25px;
  float: left;
}
.boxs .lefts .list li .img {
  width: 100%;
  height: 282px;
}
.boxs .lefts .list li .img img {
  width: 100%;
  height: 100%;
}
.boxs .lefts .list li .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}
.boxs .lefts .list li .city {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  margin: 9px 0;
}
.boxs .lefts .list li .city a {
  color: #666666;
}
.boxs .lefts .list li .money {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.boxs .lefts .list li .money span {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #50B24B;
}
.boxs .lefts .list li:nth-child(4n) {
  margin-right: 0;
}
.boxs .rights {
  width: 25% ;
}
.boxs .rights .list {
  margin-bottom: 20px;
}
.boxs .rights .lyzx_list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.boxs .rights .lyzx_list .item2 {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 48%;
}
.boxs .rights .lyzx_list .item2 .img {
  width: 100%;
  height: 99px;
}
.boxs .rights .lyzx_list .item2 .img img {
  width: 100%;
  height: 100%;
}
.boxs .rights .lyzx_list .item2 .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.boxs .rights .lyzx_list .item2 .text a {
  color: #333333;
}
.boxs .rights .lyzx_list .item2 .text p .line1{
  margin-top: 5px;
  font-size: 13px;
  color: #929292;
}
.boxs .rights .lyzx_list .item {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}
.boxs .rights .lyzx_list .item a {
  color: #666666;
  position: relative;
  padding-left: 14px;
}
.boxs .rights .lyzx_list .item a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cccccc;
    left: 0;
    top:14px;
}
.boxs .rights .lyzx_list .item span {
  color: #eee;
  margin-right: 5px;
}
.boxs .rights .jp_list {
  box-sizing: border-box;
}
.boxs .rights .jp_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.boxs .rights .jp_list li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.boxs .rights .jp_list li .logo {
  width: 15px;
  height: 17px;
}
.boxs .rights .jp_list li .img {
  width: 57px;
  height: 57px;
}
.boxs .rights .jp_list li .text {
  width: 65%;
}
.boxs .rights .jp_list li .text .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 32px;
}
.boxs .rights .jp_list li .text span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #A6A6A6;
  line-height: 32px;
}
.boxs .rights .img_box {
  height: 112px ;
  margin-bottom: 20px;
}
.boxs .rights .img_box img {
  width: 100%;
  height: 100%;
}
/*page*/
.pages {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 30px 0px;
}
.pages ul {
    list-style-type: none;
    /*display: inline-block;*/
    text-align: center;
}
.pages ul li {
    padding: 0;
    margin: 0;
	display:inline-block;
}
.pages li a, .pages li input {
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.pages .current a {
    font-weight: 700;
    background: #1369BF;
    color: #fff;
    border-color: #1369BF;
}
.pages a:hover {
	background:#efefef;
	color:#333;
}
.pages span {
	background: #FFF;
    display: block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.pages li.active span {
	background: #50B24B;
	color: #FFF;
}
.boxs .lefts .titles {
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  height: 60px;
}
.boxs .lefts .titles a {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background-color: #F8F8F8;
  margin-right: 15px;
  cursor: pointer;
}
.boxs .lefts .titles a.cur{
  background-color: #50B24B; 
  color: #ffffff;
}