.pActive{
	background: #2A3266;
	color: #fff !important;
}
.breadcrumb{
	margin-top: 35px;
}
.profession-box{
	margin-top: 40px;
	min-height: 560px;
}
.profession-box .profession-nav{
	width: 330px;
	height:538px;
	border: 1px solid #DCDCDC;
	background: #eee;
	padding: 20px 0;
}
.profession-nav h3{
	font-weight: bold;
	margin: 30px 0 20px 0;
}
.profession-box .profession-nav ul li{
	text-align: center;
	height: 42px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	margin-top: 20px;
}
	
.profession-box .profession-nav ul li a{
	display: block;
	text-align: center;
	width: 145px;
	height: 42px;
	line-height: 42px;
}
.navActive{
	
	
}

.navActive a{
	
	background:#2a3266 ;
	color: #fff !important;
	border-radius: 5px;
}
.profession-title {
	border-bottom: 1px solid #DCDCDC;
	position: relative;
}

.profession-title i{
	display: block;
	width: 120px;
	height: 4px;
	background: #DCDCDC;
	position: absolute;
	bottom: -4px;
	left: 322.5px;
}
.profession-info-box{
	border: 1px solid #DCDCDC;
	padding: 30px 40px;
	width: 820px;
	margin-left: 20px;
	height: 538px;
	overflow: hidden;
}
.profession-info-title{
	position: relative;
	
}
.profession-info-title .profession-un{
	display: block;
	width: 90px;
	height: 3px;
	background: #2a3266;
	position: absolute;
	bottom: 10px;
	left: 324px;
}
.profession-info-title strong{
	display: block;
	width: 100%;
	height:30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}
.profession-details{
	height: 420px;
	overflow-y:auto ;
	padding-right:10px
}
.profession-details::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.profession-details::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px #f5f5f5;
        background: #535353;
    }
.profession-details::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px #ccc;
        border-radius: 10px;
        background: #EDEDED;
    }
.profession-remak1 ,.profession-remak2 {
	border: 1px solid #dcdcdc;
}
.profession-remak1 div:first-child{
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eeeeee;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #dcdcdc;
}
.profession-remak1 div:last-child{
	width: 580px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.profession-remak2{
	margin-top: 20px;
}
.profession-remak2 div:first-child{
	width: 155px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #eeeeee;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #dcdcdc;
}
.profession-remak2 div:last-child{
	width: 580px;
	height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.profession-remak2 div:last-child p{
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 30px;
}
.relavant-title {
	margin-top: 100px;
}
.case-classic .case{
	width: auto;
	margin-top: 0;
}
.case-classic .case-list a{
	width: auto;
	border: 1px solid #DCDCDC;
	overflow: hidden;
}
.case-classic .case{
	background: none;
}
.case-classic .case-text span{
	    -webkit-line-clamp: 2;
	        height: 40px;
    max-height: 80px;
}

.lc-tel{
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	margin-bottom: 30px;
}
.lc-tel span{
	position: absolute;
	display: block;
	width: 90px;
	height: 3px;
	background:#b2905f ;
	left: 0;
	bottom: 0;
}