﻿  /*********底部城市 同省 同城律师***********************/
.link{
	width: 1198px;
	margin: 0 auto 10px;
	border: 1px solid #e7e7e7;
        background-color: #ffffff;
}
.link .link-title{
	height: 33px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f8f8f8;
}
.link .link-box{
	padding: 9px 25px;
}
.link .link-box a{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin-right: 8px;
	color: #222222;
}
.link .link-icon ul{
	float: left;
	height: 33px;
	margin-left: 15px;
	border-left: 1px solid #e7e7e7;
}
.tc.link .link-icon ul{
	float: left;
	height: 33px;	
    margin-left: 0;
	border-left: none;
}
.link .link-icon ul li{
	float: left;
	height: 33px;
	line-height: 33px;
	border-right: 1px solid #e7e7e7;
	padding: 0px 20px;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}
.link .link-icon ul li.on{
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
.tc.link .link-icon ul li.on {
    border-bottom: 1px solid #ffffff;
    background-color: #4593d1;
    color: #fff;
}

.link .link-box ul li{
	display: none;
}
.link .link-box ul li.on{
	display: block;
}
