@charset 'UTF-8';
.eqm-content .content-list li:hover .pic{
    box-shadow: 0px 4px 8px #0000001f;
}

.content-list li:hover .title {
    color: #f22d2d;
}
/* eqm-main */

#eqm-main {
    padding: 40px 0;
}

#eqm-main .main {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: 350px;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    background-color: #ffffff;
}

#eqm-main .main .left, #eqm-main .main .center, #eqm-main .main .left, #eqm-main .main .right {
    float: left;
}

#eqm-main .main .left {
    width: 140px;
}

#eqm-main .main .left li {
    cursor: pointer;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background-color: #cccccc;
    border-radius: 2px;
}
#eqm-main .main .left li img {
	width: 100%;
	height: 100%;
}
#eqm-main .main .left li:last-child {
    margin-bottom: 0;
}

#eqm-main .main .center {
    width: 500px;
    height: 320px;
    margin: 0 20px 0 15px;
    overflow: hidden;
}
#eqm-main .main .center>a{
	display: block;
	width: 100%;
	height:100%;
}
#eqm-main .main .center>a img {
	width: 100%;
	height:100%;
}
#eqm-main .main .right {
    padding-top: 25px;
    width: 495px;
}

#eqm-main .main .right .title {
    position: relative;
    width: 495px;
    font-size: 18px;
    font-weight: bold;
}

#eqm-main .main .right .title:hover {
    color: #f22d2d;
}

#eqm-main .main .right .title:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background-color: #2e2e2e;
}

#eqm-main .main .right .abstract {
    margin-top: 40px;
    color: #636363;
    line-height: 20px;
    overflow: hidden;
    height: 200px;
    max-height: 200px !important;
}

#eqm-lease-sale .moduleName {
    color: #000000;
}

#eqm-lease-sale .moduleNameWraper .nav a {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
}

#eqm-lease-sale .moduleNameWraper .nav li {
    margin-left: 40px;
    position: relative;
    text-align: center;
    width: 60px;
}

#eqm-lease-sale .moduleNameWraper .nav li.active a {
    color: #f22d2d;
}

#eqm-lease-sale .moduleNameWraper .nav li.active::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #f22d2d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

#eqm-lease-sale .content-list {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

#eqm-lease-sale .content-list li {
    width: 580px;
    margin-top: 30px;
    margin-right: 40px;
}

#eqm-lease-sale .content-list li:nth-child(2n) {
    margin-right: 0;
}

#eqm-lease-sale .content-list li .pic {
    float: left;
    width: 160px;
    height: 160px;
}

#eqm-lease-sale .content-list li .infoWrapper {
    float: left;
    margin-left: 20px;
    padding-top: 18px;
    box-sizing: border-box;
    width: 400px;
}

.content-list .infoWrapper .title {
    font-size: 16px;
    font-weight: bold;
}

.content-list .infoWrapper .abstract, .content-list .infoWrapper .address, .content-list .infoWrapper .area {
    color: #636363;
    margin-top: 5px;
}

.content-list .infoWrapper .area {
    margin-top: 0;
}

#eqm-lease-sale .moduleNameWraper a:hover {
    text-decoration: none;
}

#eqm-lease-sale .content-list .infoWrapper .abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#eqm-lease-sale .content-list .infoWrapper .wrapper {
    margin-top: 20px;
}

#eqm-lease-sale .content-list .infoWrapper .price {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #f22d2d;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

#eqm-lease-sale .content-list .infoWrapper .price span {
    color: #636363;
    font-size: 14px;
}

#eqm-lease-sale .content-list .infoWrapper .getDetailBtn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #ff4d46;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
}

#eqm-enterprise .eqm-content {
    border-bottom: 1px solid #cccccc;
}
/*园区租售*/
  