.box-list {
	width:100%;
	display:inline-block;
	margin-bottom:60px;
	}
.box-list .heading {
	padding-top:0;
	text-align:left;
	font-size:30px;
	}
.box-list .heading:before { display:none;}
.box-list .list {
	margin:0;
	padding:0;
	}
.box-list .list li {
	width:100%;
	float:left;
	padding:25px 0;
	border-top:1px solid #DEDEDE;
	list-style:none;
	}
.box-list .list li:last-child { padding-bottom:0;}
.box-list .list .photo {
	border-radius: 3px;
	width:220px;
	float:left;
	}
.box-list .list .info {
	margin-left:240px;
	}
.box-list .list .sub-text {
	margin:0;
	margin-top:10px;
	color:#666;
	font-size:16px;
	}		
.box-list .list .title {
	margin:0;
	font-weight: bold;
	font-size: 20px;
	}
.box-list .list .title a {
	color: #333333;
	display:block;
	}	
.box-detail {
	width:100%;
	display:inline-block;
	margin-bottom:30px;
	}
.box-detail .title-detail{	
	margin:0;
	font-size:20px;
	color:#555;
	}
.box-detail .detail {
	width:100%;
	display:inline-block;
	font-size:16px;
	color:#333;
	line-height:22px;
	}
.box-detail .detail h2, .box-detail .detail h3 {
	color: #2483C5;	
	font-size:18px;
	font-weight:600;
	}
.box-slide-mobile.nopd { padding-top:0 !important}
.mb-20 { margin-bottom:20px !important;}
.mg-top-0 { margin-top:0 !important;}
.button {
    position: relative;
    display: inline-block;
    background: #2483C5;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
    text-decoration: none;
    padding: 0.65em 3em 0.65em 3em;
    border: 0;
    cursor: pointer;
    outline: 0;
}
.c-column .heading-right {
	font-weight:  normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	padding-left:20px;
	position:relative;
	margin:0;
	margin-bottom:15px;
	}
.heading-right:before {
	background: #EC7723;
	left:0;
	top:4px;
	height:14px;
	width:3px;
	content:"";
	position:absolute;
	}	
.box-list-hot-c {
	width:100%;
	display:inline-block;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	padding-top:15px;
	padding-bottom:20px;
	margin-bottom:40px;
	margin-top:20px;
	}	


.box-list-hot-c .list {
	margin:0;
	padding:0 10px;
	}
.box-list-hot-c .list li {
	width:100%;
	float:left;
	padding:15px 0;
	border-top:1px solid #DEDEDE;
	list-style:none;
	}
.box-list-hot-c .list li:last-child { padding-bottom:0;}
.box-list-hot-c .list .photo {
	border-radius: 3px;
	width:120px;
	float:left;
	margin-right:15px;
	}
.box-list-hot-c .list .title {
	margin:0;
	font-weight: bold;
	font-size: 18px;
	margin-top:15px;
	}
.box-list-hot-c .list .title a {
	color: #333333;
	display:block;
	}

.form {
	width:100%;
	display:inline-block;
	margin:20px 0;
	padding:10px;
	border:1px solid #Ededed;
	}
.form li {
	width:100%;
	float:left;
	list-style:none;
	padding-bottom:20px;
	}
.form li .label {
	display:block;
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	}
.form .input, .form .textarea {
    background: #Ededed;
    border: 0;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 15px 22px;
    line-height: 20px;
    font-size: 20px;
    /*color: #fff;*/
    text-align: left;
}
.form .textarea	 {
	height:150px;
	}	
@media only screen and  (min-width: 980px){
	
	.box-detail .title-detail{font-size:30px;}
	.box-detail .detail h2, .box-detail .detail h3 {
		
	font-size:18px;
	}
	.box-detail  { margin-bottom:50px;}
	form {padding:30px; }
	 }
@media only screen and (min-width: 365px) and (max-width: 980px){
	.box-list .list .photo {
	
	width:150px;
	}

.box-list .list .info {
	margin-left:165px;
	}
.box-list .list .sub-text { font-size:15px;}		
	}	 
@media only screen and (max-width: 767px){
	.box-detail {
		border-bottom:1px solid #dedede;
		padding-bottom:10px;
		}
	
.box-list .list li { padding:15px 0;}	
	}	
@media only screen and (max-width: 365px){
	.box-list .list .photo {
	
	width:100%;
	}	
.box-list .list .info {
	margin-left:0;
	display:inline-block;
	width:100%;
	margin-top:10px;
	}	
	}

.total_search {
	margin-bottom: 15px;
}
	.total_search span {
		color: #ff7200;
	}