/*整體*/
body {
    color: #000;
    font-size: 14px;
    margin: 0;
}

/*首頁*/
.column.right{display:none;}
.column.left{width:100%;}
.column h2{display:none;}


/*小圖*/
.serveimg {
    display: block;
    text-align: center;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background: #173378;
    overflow: hidden;
    position: relative;
    border-radius:5px;
    transition:all 0.5s;
}

.serveimg:hover {
    display: block;
    text-align: center;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background: #1e90ff;
    overflow: hidden;
    position: relative;
    border-radius:50%;
}

/*left*/
.rk_nav__title {
    background:#000;
    height:32px;border-radius:5px 5px 0 0;}


.rk_nav a {background:#eee;
    border-bottom: 1px solid #ccc;box-shadow: 0 1px 0 #fff inset;
    display: block;
    /*font-weight:bold*/;font-size: 14px;
    /*height: 70px;*/
    line-height: 26px;
    text-align: left;padding-left:10px;color:#000;
}
.rk_nav a:hover {background:#173378;
    border-bottom: 1px solid #ccc;box-shadow: 0 1px 0 #fff inset;
    display: block;
    /*font-weight:bold*/;font-size: 14px;
    /*height: 70px;*/
    line-height: 26px;
    text-align: left;padding-left:10px;color:#fff;
}

