.content{
    padding:10px 150px;

}
.contentinner{
    height:100%;
    background: url("../images/backgroud.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
    padding:10px 0px;
    width: 1260px;
    margin: 0 auto;
    text-align: center;

}
.title{
    height: 45px;
    background: url("../images/titlebg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 45px;
    text-align: center;
    line-height: 45px;
    color: white;
    font-family: 华文行楷;
    font-size: 25px;
}
.info>div{
    border-radius: 10px;
    padding:15px 5px;
}
.info>div:hover{
    background: rgba(225,223,225,0.4);
    color:gray;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #C6C6C6;
}
.info>div>img{
    width: 40px;
    margin-right: 10px;
}

