.content{
    width:1200px;
    margin:0 auto;
}
.content p.addr{
    color:#a5a6a7;
    font-size: 14px;
    padding-left:30px;
    position: relative;
    margin:10px 0;
}
.content p.addr a{
    color:#a5a6a7;
}
.content p.addr .house-icon{
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/house.png) no-repeat;
    left:5px;
    top:2px;
}
.content .table-detail{
    background-color: #fff;
    padding:40px;
    box-sizing: border-box;
}
.content .table-detail .table-title{
    border-bottom: 1px solid #e5e5e5;
    color:#3b7aa3;
}
.content .table-detail .table-title span{
    border-bottom: 3px solid #3b7aa3;
}
.fuwu,.dating,.fawang{
    height:100px;
    margin:30px 0;
}
.fuwu i { width: 110px; height: 80px; display: block; float: left; margin: 5px; border: 1px solid #00548a; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; font-size: 14px; line-height: 20px; font-style: normal; color: #00548a}
.fuwu i:before { width: 50px; height: 50px; content: ''; display: block; margin: 0px auto; margin-top: 5px; background: url("../images/icon.png");}
.fuwu i:first-child:before { background-position: -50px -95px;}
.fuwu i:nth-child(2):before { background-position: -250px -95px;}
.fuwu i:nth-child(3):before { background-position: -100px -95px;}
.fuwu i:nth-child(4):before { background-position: -150px -95px;}
.fuwu i:nth-child(5):before { background-position: -200px -95px;}
.fuwu i:nth-child(6):before { background-position: 0px -95px;}
.fuwu i:hover,.dating i:hover,.fawang i:hover {
    border: 1px solid #b2cbe6;
    background: #b2cbe6;
}

.dating i { width: 230px; height: 80px; display: block; float: left; margin: 5px; border: 1px solid #00548a; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; font-size: 14px; line-height: 20px; font-style: normal; color: #00548a}
.dating .zwfw:before { width: 50px; height: 50px; content: ''; display: block; margin: 0px auto; margin-top: 5px; background: url("../images/dating.png") center no-repeat;}
.dating .xxgk:before { width: 50px; height: 50px; content: ''; display: block; margin: 0px auto; margin-top: 5px; background: url("../images/xxgk.png") center no-repeat;}

.fawang b { width: 230px; height: 80px; display: block; float: left; margin: 5px; border: 1px solid #00548a; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; font-size: 14px; line-height: 20px; font-style: normal; color: #00548a;background: url(../images/fawang.png) center top no-repeat;background-color: #4d7195;}


.add-btn{
	background:#00548a;
	color:#fff;
	border:none;
	border-radius:8px;
	padding:5px 25px;
	margin:10px 0 10px 15px;
}