.pjt-top-panel {
    width: 100%;
    background: #f7f7f7;
    height: 432px;
    padding-top: 33px;  margin-top: 70px;
}
.wrap1100 {
    width: 1100px;
    margin: 0 auto;
	position: relative;
}
.pjt-top-panel .top-crumbs {
    font-size: 16px;
    color: #999;
    line-height: 16px;
    margin-bottom: 44px;
}
.pjt-top-panel .top-crumbs a{color: #999;}
.pjt-top-panel .pjt-title {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 7px;
}
}
.pjt-top-panel .pjt-des-panel {
    margin-bottom: 24px;
}
.pjt-top-panel .pjt-des-panel .pjt-des {
    width: 70%;
    font-size: 18px;
    color: #333;     margin-bottom: 20px;
}
.pjt-top-panel .pjt-info-panel {
    height: 252px;
}
.pjt-top-panel .pjt-info-panel .info-left {
    width: 452px;    position: relative;
}
.pjt-top-panel .pjt-info-panel .info-left img {
    width: 452px;
    height: 252px;
}
.hvc-image.lazyLoad, .hvc-image:after {
    background-color: #eeedeb;
}
.hvc-image:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.pjt-top-panel .pjt-info-panel .info-right {
    padding: 40px 0 33px 30px;
    width: 608px;
    background: #fff;    position: relative;
}

.pjt-top-panel .pjt-info-panel .info-right .item-list {
    margin-bottom: 28px;
}
}
.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail .text-top, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail .text-top {
    font-size: 24px;
    line-height: 24px;
    color: #ff7420;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pjt-top-panel .pjt-info-panel .info-right .discount-panel {
    position: relative;
    height: 38px;
    margin-bottom: 36px;
    padding-right: 12px;
}
.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail .text-top, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail .text-top {
    font-size: 24px;
    line-height: 24px;
    color: #ff7420;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.err {
    color: #F00;
    display: none;
}
.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail {
    text-align: center;
    padding: 0 25px;
    border-left: 1px solid #eee;
}
.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail:first-child, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail:first-child {
    padding-left: 0;
    border-left: 0;
}
.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail p, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail p {
    font-size: 14px;
    color: #666;
    line-height: 14px;
}
.pjt-top-panel .pjt-info-panel .info-right .pjt-price-panel span:first-child {
    font-size: 14px;
    color: #666;
    margin-right: 13px;
}
.pjt-top-panel .pjt-info-panel .info-right .pjt-price-panel span:last-child {
    font-size: 28px;
    color: #ff7420;
}
.pjt-detail__mainTit {
    padding: 64px 0 32px;
    font-size: 22px;
    line-height: 22px;
}
.project-list {
    width: 100%;
    padding: 42px 0 44px;
    background: #eee;
}

.project-list .project-item {
    height: 216px;
    position: relative;
    margin-bottom: 30px;
}
.project-list .project-item .item-left {
    display: block;
    cursor: pointer;
    width: 386px;
}
.project-list .project-item .item-left img {
    width: 100%;
    height: 216px;
}
.project-list .project-item .item-right {
    width: 658px;
    height: 176px;
    background: #fff;
    padding: 24px 26px 16px 30px;
}
.project-list .project-item .item-right .item-title-panel {
    display: block;
    cursor: pointer;
    width: 80%;
    margin-bottom: 36px;
}
.project-list .project-item .item-right .item-title-panel .item-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
}
.project-list .project-item .item-right .item-title-panel .item-sub-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}
.project-list .project-item .item-right .item-title-panel .item-price-panel {
    font-size: 14px;
    line-height: 14px;
}

.project-list .project-item .item-right .item-list .item-detail:first-child, .project-list .project-item .item-right .long-item-detail .item-detail:first-child {
    padding-left: 0;
    border-left: 0;
}
.project-list .project-item .item-right .item-list .item-detail .text-top, .project-list .project-item .item-right .long-item-detail .item-detail .text-top {
    font-size: 20px;
    line-height: 20px;
    color: #ff7420;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-list .project-item .item-right .item-list .item-detail p, .project-list .project-item .item-right .long-item-detail .item-detail p {
    font-size: 14px;
    color: #666;
    line-height: 14px;
}


@media (min-width: 100px) and (max-width: 700px){
	.project-list {padding: 20px 0 20px;}
	.project-list .project-item .item-right .item-title-panel .item-title { font-size: 18px;     font-weight: bolder; margin-bottom:15px;   line-height: 20px;}
	.project-list .project-item .item-right .item-list .item-detail p, .project-list .project-item .item-right .long-item-detail .item-detail p { font-size: 12px;}
	.project-list .project-item{ display:block; height: auto;}
	.project-list .project-item .item-right {width: 100%; padding: 15px; box-sizing:border-box; height:auto } 
	.project-list .project-item .item-right .item-title-panel .item-sub-title {
	    font-size: 14px;
	    line-height: 14px;
	    margin-bottom: 14px;
	}
	.project-list .project-item .item-left{width: 100%;}
	.project-list .project-item .item-right .item-title-panel {margin-bottom:10px;    width: 100%;}
	.project-list .project-item .item-right .item-list .item-detail .text-top, .project-list .project-item .item-right .long-item-detail .item-detail .text-top { font-size: 12px;}
	.pjt-top-panel{height:auto;  margin-top: 60px;  padding-bottom: 20px;}
	.pjt-top-panel .top-crumbs { font-size: 12px;color: #999; line-height: 16px; margin-bottom: 20px;}
	.pjt-top-panel .pjt-title { font-size:20px;}
	.pjt-top-panel .pjt-des-panel .pjt-des{font-size:14px}
	.pjt-top-panel .pjt-info-panel .info-left img{height:auto;}
	.pjt-top-panel .pjt-info-panel .info-right {
	    padding: 15px;
	    width: 100%;
	    background: #fff;
	    position: relative;
	    box-sizing: border-box;
	}
	.pjt-top-panel .pjt-info-panel {
	    height: auto;
	    display: block;
	}
	.pjt-top-panel .pjt-info-panel .info-left {
	    width: 100%;
	    position: relative;
	}
	.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail {padding: 0 10px;}
	.pjt-top-panel .pjt-info-panel .info-right .item-list {
	    margin-bottom: 18px;
	}
	.pjt-top-panel .pjt-info-panel .info-right .item-list .item-detail .text-top, .pjt-top-panel .pjt-info-panel .info-right .item-list .long-item-detail .text-top {
	    font-size: 14px;}
	.pjt-top-panel .pjt-info-panel .info-right  p.pmor a{    margin: 8px auto;}
	.pjt-detail__mainTit {
	    padding: 14px 0 12px;}
	
}