/********************case-banner********************/

.case-center-content{
	position: relative;
}
.sol-breadnav a{
	font-size: 16px;
	color: #b1b1b1;
}
.sol-breadnav a.on{
	color: #FFFFFF;
}
/********************case-content********************/

.case-search {
	background: #efefef;
	padding: 1.9% 0;
}

.cs-search {
	width: 66%;
	margin: 0 auto;
	box-sizing: border-box;
	height: 45px;
	position: relative;
}

.cs-search input {
	position: absolute;
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	font-size: 18px;
	height: 100%;
}

.cs-search input[type="text"] {
	width: 88%;
	color: #8e8e8e;
	border: 1px solid #c9c9c9;
	border-right: none;
	padding-left: 2.1em;
	border-radius: 1.25em 0 0 1.25em;
	
}

.cs-search-button {
	width: 12%;
	background: #00856f;
	border: none;
	border-radius: 0 1.25em 1.25em 0;
	right: 0;
	color: #fff;
}

.screening {
	background: #f4f4f4;
}

.sc-op-clo-btn {
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	/*font-size: 17px;*/
	font-size: 16px;
	color: #666666;
	/*width: 125px;
	height: 30px;
	line-height: 28px;*/
	width: 132px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	/*border-radius: 0.9em;*/
	border-radius: 20px;
	border: 1px solid #666666;
	text-align: center;
}
.sc-open-close{
	display: none;
}
.sc-open-close .com-content {
	padding: 1.3% 0;
}

.sc-list-li {
	border-bottom: 1px solid #FFFFFF;
	color: #2d5082;
	padding: 18px 0;
}

.sc-list-li label{
	font-weight: 500;
}

.sc-list-li:last-child {
	border-bottom: none;
}

.sc-list-li-title {
	width: 15%;
	float: left;
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	font-size: 17px;
	height: 34px;
	line-height: 34px;
}

.sc-list-li-ul-children {
	width: 85%;
	float: left;
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	font-size: 16px;
}

.sc-list-li-ul-children li {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	position: relative;
	padding-left: 24px;
	float: left;
	white-space: nowrap;
	margin-left: 5%;
}

.sc-list-li-ul-children li label{
	cursor: pointer;
}

.sc-list-li input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	top: 50%;
    margin-top: -8px;
	position: absolute;
	left: 0;
	outline: none!important;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sc-list-li input.radio-btn {
	background: url(../images/case-radio-icon.png) no-repeat center center;
}

.sc-list-li input.checkbox-btn {
	background: url(../images/case-checkbox-icon.png) no-repeat center center;
}

.sc-list-li input.radio-btn:checked {
	background: url(../images/case-radio-icon-checked.png) no-repeat center center;
}

.sc-list-li input.checkbox-btn:checked {
	background: url(../images/case-checkbox-icon-checked.png) no-repeat center center;
}

.sc-clear {
	border-top: 1px solid #cccccc;
	text-align: center;
	padding: 24px 0 37px;
}

.sc-clear-btn {
	/*width: 90px;
	height: 30px;*/
	width: 132px;
	height: 35px;
	line-height: 35px;
	/*line-height: 28px;*/
	text-align: center;
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	/*font-size: 17px;*/
	font-size: 16px;
	color: #666666;
	/*border-radius: 15px;*/
	border-radius: 20px;
	border: 1px solid #666666;
	display: inline-block;
	margin: 0 13px;
	cursor: pointer;
}
.sc-clear-btn.pack-up{	
	color: #d20032;
	border: 1px solid #d20032;
}
.sc-clear-btn.empty:hover,
.sc-op-clo-btn:hover {
	color: #d20032;
	border: 1px solid #d20032;
	cursor: pointer;
}

.space14 {
	width: 14.7%;
}

.space15 {
	width: 15%;
}

.space16 {
	width: 16%;
}

.space18 {
	width: 17.8%;
}
.result-empty{
	text-align: center;
	margin-top: 80px;
	display: none;
}
.result-empty img{
	margin-right: 20px;
}

@media (max-width: 1280px) {
	.sc-list-li-title {
		width: 10%;
	}
	.sc-list-li-ul-children {
		width: 90%;
	}
	.space15 {
		width: 14%;
	}
}

@media (max-width:1024px) {
	.cs-search {
		width: 100%;
		height: 32px;
	}
	.cs-search input {
		font-size: 12.5px;
	}
	.sc-list-li {
		border-bottom: none;
	}
	.sc-list-li-title,
	.sc-list-li-ul-children {
		width: 100%;
	}
	.space14,
	.space15,
	.space16,
	.space18,
	.sc-list-li-ul-children li {
		width: 50%;
		margin-left:0;
	}
	.sc-list-li-ul-children li.last {
		width: auto;
	}
	.sc-list-li-title {
		color: #222223;
		font-size: 15px;
		border-bottom: 1px solid #e3e3e3;
		background: url(../images/case-icon-add.png) no-repeat right center;
	}
	.sc-list-li.on2 .sc-list-li-title {
		background: url(../images/case-icon-sub.png) no-repeat right center;
		color: #d20032;
	}
	.sc-list-li-ul-children {
		font-size: 17.5px;
		background: #FFFFFF;
		padding: 16px;
		display: none;
	}
	.sc-list-li {
		padding: 0;
	}
	.sc-list-li .com-content {
		padding: 21px 4.5% 0 4.5%;
	}
	.sc-clear {
		border-top: none;
		padding: 0;
	}
	.sc-clear .com-content {
		padding: 22px 0 25px;
		border-top: 1px solid #CCCCCC;
	}
	.sc-list-li-ul-children li {
		height: 45px;
		line-height: 45px;
	}
	.sc-clear-btn {
		height: 32px;
		line-height: 30px;
		width: 96px;
		margin: 0 16px;
	}
	.cs-search input[type="text"] {
		width: 86%;
		border: 1px solid #dcdcdc;
	}
	.cs-search input[type="button"] {
		width: 14%;
	}
}

@media (max-width: 450px) {
	.cs-search input[type=button] {
		background-image: url(../images/case-search-icon-mb.png);
		background-size: 14px auto;
	}
}

@media (max-width: 374px) {
	.space18.css370 {
		width: auto;
	}
}
/********************case-list-content********************/

.screening-list-item {
	width: 30.5%;
	float: left;
	/*margin-top: 30px;*/
	box-shadow: 0 4px 5px 1px #E6E6E6;
	border: 1px solid #E6E6E6;
}
.screening-list-item a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.screening-list-item a.sc-list-view-more {
	display: inline-block;
}

.screening-list-item img {
	display: block;
	width: 100%;
	height: 207px;
}

.sc-list-item-title {
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	font-weight: bold;
	font-size: 20px;
	color: #505050!important;
	line-height: 1.5;
	height: 3em;
	max-height: 3em;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.screening-list {
	background: #FFFFFF;
}

.sc-list-item-des {
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	font-size: 16px;
	color: #898989!important;
	line-height: 1.5;
	height: 3em;
	max-height: 3em;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sc-list-item-des:hover{
	color: #656565!important;
}
.sc-list-view-more {
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
	font-size: 16px;
	color: #00856f!important;
	line-height: 1;
}
.sc-list-view-more:hover{
	text-decoration: none;
}
.sc-list-item {
	padding: 26px 18px 24px;	
}

.sc-list-img img.mb-show {
	display: none;
}
@media (max-width: 1024px) {
	.sc-list-item-title {
		margin-bottom: 10px;
	}
	.sc-list-item-des {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.sc-list-view-more {
	}
	.sc-list-item {
	}
}

@media (min-width: 768px) {
	.screening-list-item{		
		margin: 4.25% 0 0 4.25%;
	}
	li.screening-list-item:nth-of-type(3n+1){
		margin-left:0;
	}
	/* .screening-list-item:nth-child(3n+1) {
		margin-left: 0;
	} */
}
@media (max-width: 767px) {
	.sc-list-img img.mb-show {
		display: block;
	}
	.sc-list-img img.pc-show {
		display: none;
	}
	.screening-list-item {
		width: 100%;
	}
	.screening-list-item {
		margin-top: 25px;
	}
	.sc-list-item-title,
	.sc-list-item-des {
		height: auto;
	}
	.sc-list-item {
		padding: 20px;
	}
}
