

.zhiku{
    width: 1200px;
    margin: 0px auto 0 auto;
}
.zhiku h2{
    border-left: 10px solid #c00000;
    text-indent: 16px;
    font-size: 26px;
    color: #c00000;
    height: 26px;
    line-height: 26px;
    position: relative;
}
.zhiku h2 div{
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: #b5b5b5;
    font-size: 17px;
    color: #b5b5b5;
    left: 147px;
    top: 21px;
    text-align: center;
    text-indent: initial;
}
.zhiku h2 div span{
    background-color: #fff;
    position: relative;
    top: -13px;
    padding: 0 15px;
}

.zhikulist{
    background-color: #fbfbfb;
    float: left;
    width: 375px;
	height: 260px;
    margin-top: 175px;
    margin-right: 24px;
    position: relative;
    border-bottom: 3px solid #c42727;
    margin-bottom: 100px;
}
.zhikulist:nth-child(4n){
    margin-right: 0px;
}
.zhikulist img{
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 202px;
    height: 202px;
    top: -95px;
    left: 91px;
}
.zhikulist .firstline{
    font-size: 16px;
	font-weight: bold;
	line-height: 16px;
    color: #000000;
    text-align: center;
    margin-top: 125px;
}
.zhikulist .twoline{
    width: 242px;
	height: 36px;
	background-color: #f2f2f2;
    border-radius: 17px;
    margin: 5px auto 0 auto;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
	color: #000000;
}
.zhikulist p{
    width: 361px;
    margin: 15px auto 0 auto;
    text-align: center;
    font-size: 12px;
	line-height: 20px;
	color: #333333;
}