.otherShared>aside {
    display: block;
    margin-bottom: 30px
}

.otherShared>aside ul {
    text-align: center
}

.otherShared>aside li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9.5px
}

.otherShared>aside li a {
    display: block;
    width: 97px;
    height: 35px;
    color: #343e46;
    font-size: 16px;
    line-height: 35px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    background: url(../images/btn.png) no-repeat center;
    cursor: pointer
}

.otherShared>aside li a:hover {
    color: #32a8ff;
    background-image: url(../images/btn_hover.png)
}

.otherShared .articles {
    padding: 38px 27px 38px 30px;
    border: 1px solid #d5e1ea;
    color: #343e46;
    font-size: 14px;
    text-align: left;
    background: #fff
}

.otherShared .articles h2 {
    color: #343e46;
    font-size: 24px;
    margin: 0 0 28px
}

.otherShared .articles h3 {
    color: #32a8ff;
    font-size: 24px;
    font-weight: 400;
    text-align: left
}

.otherShared .articles h4 {
    color: #32a8ff;
    font-weight: 400;
    font-size: 18px;
    text-align: left
}

.otherShared .articles>ul {
    list-style: none
}

.otherShared .articles ol {
    padding-left: 20px;
    list-style-type: decimal
}

.otherShared .articles p,
.otherShared .articles li {
    font-size: 14px;
    text-align: justify;
    line-height: 2em
}

.otherShared .articles p {
    margin: 1em 0
}

.otherShared .articles a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #32a8ff
}

.otherShared .articles table {
    width: 100%;
    color: #343e46
}

.otherShared .articles table tr,
.otherShared .articles table th,
.otherShared .articles table td {
    line-height: 2.5em;
    text-align: center;
    border: 1px solid #bdc9d2
}

.otherShared .articles table th {
    font-weight: 400;
    background-color: #e8f4fc
}

.otherShared .articles .highlight {
    color: #32a8ff;
    font-weight: bolder
}

.otherShared .articles .partner ul {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 22px;
    text-align: center;
    border-bottom: 1px solid #1e1e1e
}

.otherShared .articles .partner ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;
    color: #636363;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid transparent;
    cursor: pointer
}

.otherShared .articles .partner ul li:hover,
.otherShared .articles .partner ul li.active {
    color: #21499c;
    border-color: #21499c;
    border-radius: 26px
}

.main.Register #content {
    padding: 31px 0 37px;
    background-color: #eff7fa;
    background-image: url(../images/bg.jpg)
}

.main.Register .otherShared>aside {
    display: none
}

.main.Register .articles {
    padding: 0;
    border: none;
    background: none
}