/*内容*/
.content{
    margin-top: 30px;
}
.titleBlock{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #0063b1;
    text-align: center;
    font-size:16px;
    color: #fff;
}
.blue{
    background-color: #fff !important;
    color: #333 !important;
}
#main-content1{
    display: block;
}
#main-content2,#main-content3{
    display: none;
}
.conBlockSty{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    margin-top: 20px;
    min-height: 260px;
    padding: 20px 0px;
}
.title{
    font-weight: bold;
    margin-bottom: 10px;
}
.blockSty{
    border-right:1px solid #eee;
    height: 240px;
    padding: 10px 20px;
}
.layui-icon-next{
    font-size: 10px;
}
.maSty{
    margin-top: 8px;
}
.more{
    border: 1px solid #b5b6b6;
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-size: 14px;
    border-radius: 5px;
}
