﻿/* 历城区空调维修-详情 */
.main .min-box{
	min-height: 100px;
	display: flex;
	align-self: center;
	justify-content: space-between;
	margin-top: 30px;
}
.main .left-item{
	width: 260px;
	height: auto;
}
.main .left-item .left-list{
	width: 100%;
	height: auto;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 46px;
}
.main .left-item .left-list .left-title{
	box-sizing: border-box;
	padding:15px 20px;
	background-color: #ec1313;
	color: #ffffff;
}
.main .left-item .left-list .left-title .title-zh{
	font-size: 20px;
	font-weight: bold;
}
.main .left-item .left-list .left-title .title-en{
	font-size: 16px;
	opacity: 0.2;
}
.main .left-item .left-list .left-li{
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.main .left-item .left-list .left-li .left-a{
	display: block;
	height: 74px;
	line-height: 74px;
	text-align: center;
	border-bottom: solid 1px #e6e6e6;
	font-size: 16px;
	color:#666;
}
.main .left-item .left-list .left-li .left-a:last-child{
	border-bottom: none;
}
.main .left-item .left-list .left-li .left-act{
	color: #ec1313;
}
.main .left-item .left-box-item{
	width: 100%;
	height: auto;
	border-bottom: solid 1px #e6e6e6;
	padding: 18px 0;
}
.main .left-item .left-box-item:last-child{
	border-bottom: none;
}
.main .left-item .left-box-item .left-box-item-title{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	margin-bottom:8px;
}
.main .left-item .left-box-item .left-box-item-title .left-bpx-title-icon{
	height: 20px;
	margin-top: -4px;
	margin-right: 6px;
}
.main .left-item .left-box-item .left-box-item-a{
	font-size: 16px;
	color:#666;
}
.main .left-item .left-box-item .left-box-item-a::after{
	content: "，";
}



.main .right-item{
	width: 900px;
	height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    overflow: hidden;
	padding: 0 40px;
	margin-bottom:60px;
}
.casedetail-title {
    padding-bottom: 23px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.casedetail-title .right-title{
	width: 100%;
	font-size: 22px;
	color: #333;
	text-align:center;
	padding:40px 0 20px;
}
.casedetail-title p {
    color: #969696;
    font-size: 12px;
}
.casedetail-title p span {
    margin-right: 32px;
}

.main .right-item .right-service-item{
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 60px;
	overflow: hidden;
	font-size:16px;
	color:#666;
	line-height:1.7;
}
.main .right-item .right-service-item *{
	font-size:16px;
	line-height:32px;
	color:#666;
}
.main .right-item .right-service-item img{
	max-width: 100%;
}
