.crumbs{
	background: #F9F9F9;
	padding:35px 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4D;
}
.crumbs a{
	font-size: 18px;
	color: #4D4D4D;
}
.organ{
	background: #F9F9F9;
}

.organ-search{
	background: #FFFFFF;
	padding:10px;
}
.organ-search ul li{
	border-bottom: 1px dashed  #EAEAEA;
	padding:5px 0;
	font-size: 14px;
	color: #808080;
}

.organ-search ul li:last-child{
	border: none;
}

.organ-search ul li>b{
	margin-right:10px;
}
.organ-search ul li>a{
	margin:0 2px;
	color: #808080;
	padding:5px;
	border-radius: 30px;
	line-height: 30px;

}
.organ-search ul li>a:hover,.organ-search ul li>a.on{
	background-color: #D76F3C;
	color: #FFFFFF;
	font-weight: 500;
}

.organ .organ-list{
	margin-top:20px;
}
.organ .organ-list>.fl{
	width:75%;
	background: #FFFFFF;
	padding:20px 0;
}




.organ .organ-list .organ-sort{
	width:100%;
	background: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px dashed  #EAEAEA;
}
.organ .organ-list .organ-sort ul li {
	width:20%;
    text-align: center;
    color: #4D4D4D;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.organ .organ-list .organ-sort ul li a {

    position: relative;
    display: inline-block;
    width: 12px;
    height: 25px;
    margin-top: 13px;
    vertical-align: middle;
}
.organ .organ-list .organ-sort ul li a i:first-child{
    position: absolute;
    left: 7px;
    top: 0px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-color: #e5e5e5;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle;
}
.organ .organ-list .organ-sort ul li a i:last-child{
    position: absolute;
    left: 7px;
    top: 6px;
    display: inline-block;
    font-size: 0;
    height: 0;
    border-width: 5px;
    border-color: #e5e5e5;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle;
    margin-top: 2px;
}
.organ .organ-list .organ-sort ul li:hover,.organ .organ-list .organ-sort ul li.on{
	color: #D76F3C!important;
}
.organ .organ-list .organ-sort ul li a i.select {
    border-color: #D76F3C!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
}
.organ .organ-list .tips{
	width:100%;
	padding:20px;
	text-align: center;
    color: #999;
    font-size: 20px;
}

.organ .organ-list .jg{
	width:100%;
	padding:20px;
}
.organ .organ-list .jg>h3 {
    color: #F47D2F;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
    margin: 5px 0;
}
.organ .organ-list .jg>a{

	width:100%;
	display: block;
	padding:20px 0;
	border-bottom: 1px dashed  #EAEAEA;
	font-size: 14px;
	color: #808080;
}

.organ .organ-list .jg>a>.img{
	/*width:27%;*/
	position: relative;
}
.organ .organ-list .jg>a>.img .pictitle{
	position: absolute;
	bottom:20%;
	left:0;
	right:0;
	font-weight: 600;
	color:#FFFFFF;
	text-align: center;
}
.organ .organ-list .jg>a>.img .pictitle>h1,.organ .organ-list .jg>a>.img .pictitle>p{
	font-size: 25px;
	margin-bottom: 5px;
}
.organ .organ-list .jg>a>.img img{
	max-width:100%;
	height:175px;
}
.organ .organ-list .jg>a>.title{
	width:48%;
	padding-left:15px;
}
.organ .organ-list .jg>a>.title p{
	margin-bottom: 10px;
}
.organ .organ-list .jg>a>.title p:first-child{
	font-size: 18px;
	color: #4D4D4D;
}
.organ .organ-list .jg>a>.title p:nth-child(2){
	font-size: 12px;
	width: 110px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	border: 1px solid #F47D2F;
}
.organ .organ-list .jg>a>.title p:nth-child(2)>span{

	margin-right:10px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	width: 60px;
	height: 23px;
	background: linear-gradient(180deg, #F7A83B 0%, #EF5E41 100%);
}
.organ .organ-list .jg>a>.price{
	border-left: 1px dashed  #EAEAEA;
	width:25%;
	text-align: center;
	padding-top:50px;
	line-height:20px;
	font-size: 25px;
	font-weight: 500;
	color: #D7403C;
	letter-spacing: 1px;
}
.organ .organ-list .jg>a>.price>span{
	display: inline-block;
	width:90%;
}
.organ .organ-list .jg>a>.price>span:nth-child(2){
	margin-top:20px;
	padding: 5px 0px;
    background: #F47D2F;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
}
.orgHot{
    padding:10px;
}
.orgHot>h3 {
    color: #F47D2F;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
    margin: 5px 0;
}
.orgHot .jg-hot>a{
	display: block;
	margin:5px 4px;
	width: 24%;
	text-align: center;
	position: relative;
}
.orgHot .jg-hot>a div{
	position: relative;
}
.orgHot .jg-hot>a div .pictitle{
	position: absolute;
	bottom:20%;
	left:0;
	right:0;
	font-weight: 600;
	color:#FFFFFF;
	text-align: center;
}
.orgHot .jg-hot>a div .pictitle>h1,.orgHot .jg-hot>a div .pictitle>p{
	font-size: 25px;
	margin-bottom: 5px;
}
.orgHot .jg-hot>a div img{
	width:100%;
	height:160px;
	border:1px dashed #D8D8D8;
}
.orgHot .jg-hot>a>div:nth-child(2){
	margin:10px 0;
	font-size: 12px;
	font-weight: 600;
	color: #4D4D4D;
	white-space: nowrap;
  	overflow:hidden;
  	text-overflow: ellipsis;
}
.orgHot .jg-hot>a>div:nth-child(3){
	margin:15px 0;
	font-size: 16px;
}
.orgHot .jg-hot>a>div:nth-child(3) span:nth-child(1){
	font-size: 30px;
	color: #F7413B;
}
.orgHot .jg-hot>a>div:nth-child(3) span:nth-child(2){
	padding:5px 15px;
	background: #F47D2F;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
}

.orgHot .jg-hot>a>div:nth-child(3) span:nth-child(1){
	font-size: 15px;
	color: #636363;
}
.orgHot .jg-hot>a>div:nth-child(4) b{
	font-size: 16px;
	color: #F47D2F;
}


@media all and (max-width:768px){
	
	.organ .organ-list>.fl {
	    width: 100%;
	}
	
	.organ .organ-list .organ-sort ul li {
	    width: 33%;
	}
	.organ .organ-list .jg {
	     padding: 10px 0px; 
	}
	.organ .organ-list .jg>a>.img {
	    width: 35%;
	}
	.organ .organ-list .jg>a>.img .pictitle {
	    bottom: -10px;
	}
	.organ .organ-list .jg>a>.img .pictitle>h1, .organ .organ-list .jg>a>.img .pictitle>p {
	    font-size: 16px;
	    margin-bottom: 0px;
	}
	.organ .organ-list .jg>a>.title {
	    width: 65%;
	    padding-left: 5px;
	}
	.organ .organ-list .jg>a>.title p:first-child {
	    font-size: 16px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.organ .organ-list .jg>a>.title p:nth-child(3) ,.organ .organ-list .jg>a>.title p:nth-child(5){
	     display: none;
	}
	.organ .organ-list .jg>a>.img img {
	    height: 90px;
	}
	.organ .organ-list .jg>a>.price {
	    width: 100%;
	    height:60px;
	    font-size:14px;
	    padding-top: 20px;
	    color: #333;
	}
	.organ .organ-list .jg>a>.price>span {
	    width: 40%;
	}
	.organ .organ-list .jg>a>.price>span:first-child {
	    width: 50%;
	    text-align: left;
	    font-size: 16px;
	}
	.organ .organ-list .jg>a>div {
	    height: 60px;
	}
	.orgHot .jg-hot>a {
	    margin: 5px 2px;
	    width: 48.8%;
	}
	.orgHot .jg-hot>a div .pictitle>h1, .orgHot .jg-hot>a div .pictitle>p {
	    font-size: 20px;
	}
	.orgHot .jg-hot>a div img {
	    height: 110px;
	}
}
    