.direct{
  width:93.5%;
  margin-right:3.5%;
  height:35px;
  background:#f5f5f5;
  float:right;
    margin-top:45px;

}
.direct img{
  width:30px;
  height:30px;
  float:right;
  margin:2.5px 15px 0 10px;
}
.direct a{
  padding:0 5px;
  float:right;
  color:#039ad7;
  font-size:12px;
  line-height:40px;
}
.direct i{
  padding:0 5px;
  float:right;
  color:red;
  line-height:44px;
  
}
main{
    width: 94%;
    min-height: 600px;
    float:right;
    margin-right: 3%;
    background: #fff;
    padding:20px 0;
}
.maintitr{
    width:98%;
    height:30px;
    background:#eee;
    float:right;
    margin-bottom:10px;
    margin-right:1%;
    text-align: right;
    padding:0 15px;
}

.maintitr a{
    color:#333;
    text-decoration: none;
    font-size: 10px;
    padding: 0 4px;
}
main .adver{
    width: 32%;
    height: 450px;
    float:right;
    margin-right: 1%;
    margin-top: 20px;
    background:#fff;
    border: 1px solid #eee;
    border-radius:6px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.13);
    position:relative;
}
main .adver-img{
    width: 100%;
    height: 250px;
    float:right;
}
main .adver-img img{
    width: 100%;
    height: 100%;
    float:right;
}
main .adver-contant{
    width:100%;
    height:150px;
    float:right;
}

main .adver-contant h2{
    width:100%;
    height:25px;
    float:right;
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    text-align: right;
    color:#000000;
    padding-right: 20px;
}main .adver-contant p{
     width:100%;
     height:95px;
     float:right;
     font-size: 12px;
     line-height: 20px;
     text-align: right;
     padding:13px 15px;
     color:#666;
 }

.adver-location{
    width:100%;
    height:80px;
    background: ;
    float:right;
    margin-top:10px;
}
.adver-location .mantaghe{
    float:left;
    background:#fff;
    padding:7px 18px;
    font-size: 11px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-left:5%;
  color:#039ad7;
}
.adver-location .mahale{
    float:right;
    background:#fff;
    padding:7px 10px;
    font-size: 11px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-right:5%;
  color:#039ad7;
}

.adver-location .mahale strong{
    float:right;
    margin-right:  px;
    padding:0 4px;
    
}
.adver-location .prive{
	padding:5px ;
  background:red;;
  color:#fff;
  border:1px solid #ddd;
  position:absolute;
  top:210px;
  left:10px;
  border-radius:50%;
 }


.adver-location .mahale img{
    float:right;
  width:15px;
  height:15px;
  
      
}

.pages {
    margin-top:30px;
    width: 100%;
    height: 40px;
    float: right;
    text-align:center;
    margin-bottom:100px;
 }
.lcity {
    position: absolute;
    z-index: 980;
    padding:5px 10px;
    border-radius:10px;
    border:1px solid #ddd;
    background:#a62626;
    top:15px;
    color: #fff;
    right:15px;
    float: right;
    font-size:12px;
}
.pages .pagesbox{
    display:inline-block;
}
.pages .pagesbox a{
    background:#fff;
    border:1px solid #ddd;
    padding:7px 12px;
    float:right;
    color:#039ad7;
}

.minmob {
  display:none;
}