/*土地数据*/
body .margin-top-0 {
    margin-top: 0;
}
/*近5年 近1年*/
.select-ym {
    float:left;
}
.select-use-box select{
    padding:2px 35px 2px 10px;
    font-size: 14px;
    cursor: pointer;
}
.according {
    float: right;
    padding: 4px 10px;
    border: 1px solid #dddddd;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}
.according-active {
    color: #d50000;
}
#echarts_trend, #echarts_supply_trend, #chart-panel,#echarts_cake_trend,#echarts_strips_trend {
    width: 886px;
    height: 350px;
    top:24px;
}
.price-trend {
    height:480px;
}
.supply-trend {
    height:480px;
}

.detail-more-invest-info {
    width: 130px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 30px auto 8px auto;
    font-size: 14px;
    color: #999;
    border: 1px solid #999;
    display: block;
    cursor: pointer;
}
.detail-more-invest-info:hover{
    color: #d50000;
    border: 1px solid #d50000;
}
.select-use-box {
    position: relative;
    float: right;
}
.select-use-box img {
    position: absolute;
    top: 9px;
    width: 7px;
    right: 6px;
    height: 7px;
}
/*区县首页土地数据*/
.land-data-box {
    height:133px;
}
.park-content .land-data-venture .land-data-box{
    padding-top: 0px;
}
.land-data-box .land-price-content {
    float: left;
    /* width:204px; */
    width: calc((100% - 68px) / 4);
    padding: 35px 0;
    border: 1px solid #ededed;
    margin-right: 20px;
}
.land-data-box .right-margin-0 {
    margin-right: 0;
}
.land-data-box .land-price-title {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
    margin-left: 30px;
}
.land-data-box .land-price-num {
    color:#d50000;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    margin-left: 30px;
}
.land-data-box .land-price-num span{
    color:#d50000;
    font-size: 28px;
}
.area-company li {
    float: left;
    display: block;
    width: 280px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area-company li a {
    max-width: 285px;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area-company li a:hover {
    color:#d50000;
}
.area-company .margin-right-0 {
    margin-right: 0;
}
.area-company-title {
    margin-bottom: 20px;
}
.land-data-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color:#333;
    font-size: 14px;
    line-height: 40px;
}
.land-data-more:hover {
    color:#d50000;
} 
.land-info-title {
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.land-data-title {
    /* height: 101px; */
}
.park-content .land-data-venture .land-info-title {
    margin-top: 40px;
    margin-bottom: 30px;
    /* position: relative; */
    /* overflow: hidden; */
}
.investment-discount{
    margin-bottom: 40px;
}
.investment-discount:last-child {
    margin-bottom: 0;
}

.double-echart{
    height: 925px;
}
.double-right{
    height: 400px;
}
.land-data-rightaway {
    position: absolute;
    bottom: 0;
    right: 40px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}
.land-data-rightaway:hover{
    color: #d50000;
}
.park-panoramic-content-right .right-list{
    margin-top: 0px;
}
.land-data-box .land-price-num span.land-data-ask{
    float: left;
    margin-top: 8px;
    font-size: 20px;
    cursor: pointer;
}