.jyc-container{
    width: 1300px;
    margin: 0 auto;
}

/* .jyc-topimg{
    width: 1300px;
    display: block;
    margin: 20px auto;
} */
.market-filter{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    padding-bottom: 15px;
}
.market-filter-title{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    padding-left: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.market-filter-title h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.filter-panel{
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    min-height: 22px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ddd;
}
.filter-panel:nth-last-of-type(1){
    border-bottom: 0;
}
.filter-label{
    width: 110px;
}
.filter-content{
    display: flex;
    flex-wrap: wrap;
}
.filter-content span{
    padding: 0 5px;
    line-height: 24px;
    margin-right: 20px;
    cursor: pointer;
}
.filter-content span.cur{
    background-color: #065FB9;
    color: #fff;
}
.filter-order{
    width: 100%;
    height: 40px;
    background-color: #F1F1F1;
    margin-top: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 11px;
    position: relative;
}
.filter-order span{
    padding: 0 30px 0 15px;
    position: relative;
    line-height: 36px;
    color: #5E5E5E;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    user-select:none;
}
.filter-order span i{
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 15px;
    line-height: 14px;
    color: #ccc;
}
.filter-order span i:nth-of-type(1){
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 8px;    
    line-height: 14px;
    transform: rotateX(180deg);
}
.filter-order span.cur{
    background-color: #065FB9;
    color: #fff;
    border-color: #065FB9;
}
.filter-order span.up i:nth-of-type(1){
    color: #065FB9;
}
.filter-order span.down i:nth-of-type(2){
    color: #065FB9;
}
.layui-input-inline{
    margin-right: 10px;
}
.price-range{
    margin-left: 15px;
    display: flex;
    align-items: center;
    color: #666;
}
.price-range .price-range-item{
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    margin: 0 5px;
    display: flex;
    background-color: #fff;
    align-items: center;
}
.price-range .price-range-item i{
    font-size: 12px;
    color: #5E5E5E;
    line-height: 28px;
    font-style: normal;
}
.price-range .price-range-item input{
    border: none;
    display: block;
    margin-left: 3px;
    width: 34px;
    height: 28px;
}
.filter-num{
    position: absolute;
    right: 15px;
}

.jyc-main{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.jyc-main-l{
    flex: 1;
}
.jyc-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.marketIndex-jyc-item{
    width: 250px;
    height: 355px;
    box-sizing: border-box;
    padding: 20px 24px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.marketIndex-jyc-name{
    width: 100%;
    height: 64px;
    line-height: 32px;
    font-size: 16px;
    color: #494949;
}
.marketIndex-jyc-type{
    width: 100%;
    height: 24px;
    background: #F7F8FA;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #949CA7;
    text-indent: 10px;
    margin: 0px 0 15px;

}
.marketIndex-jyc-p{
    font-size: 14px;
    height: 36px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}
.marketIndex-jyc-p span{
    text-align: right;
}
.marketIndex-jyc-location{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: 12px;
    color: #949CA7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marketIndex-jyc-location span:nth-of-type(1){
    margin-right: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.marketIndex-jyc-location .layui-icon{
    font-size: 12px;
    color: #999;
}
.marketIndex-jyc-origin{
    font-size: 14px;
    color: #494949;
    margin-top: 0px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marketIndex-jyc-btn{
    display: none;
    margin: 15px auto 0;
    text-align: center;
}
.marketIndex-jyc-btn a{
    display: inline-block;
    padding: 0 12px;
    line-height: 32px;
    background-color: #F8B06F;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 6px;
}
.marketIndex-jyc-item:hover{
    z-index: 9;
    transform: scale(1.1);
    box-shadow: 0px 0px 7px 0px rgba(56,102,183, 0.6);
}
.marketIndex-jyc-item:hover .marketIndex-jyc-origin{
    display: none;
}
.marketIndex-jyc-item:hover .marketIndex-jyc-btn{
    display: block;
}

.jyc-main-r{
    width: 230px;
    margin-left: 30px;
}