.right-content .ct strong{
    display: block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #000;
}
.right-content .aptitude{
    height: 1040px;
}
.aptitude a{
    display: block;
    width: 228px;
    height: 286px;
    margin: 33px 5px 0  4px;
    float: left;
}
.aptitude dl{
    width: 228px;
    height: 286px;
    box-shadow: 2px 2px 5px #e4e4e4;
    position: relative;
}
.aptitude dl dt{
    width: 228px;
    height: 286px;
    overflow: hidden;
}
.aptitude dl dt img{
    display: block;
    width: 228px;
    height: 286px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
}
.aptitude dl dd{
    color: #fff;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    text-align: center;
}
.right-content .culture-itme .pic {
    margin-right: 30px;
}
.culture-itme .pic-con{
    height: 50px;
    line-height: 50px;
}
.culture-itme{
    margin-bottom: 20px;
}