body {
    background: #F5F6FA
}

.content {
    width: 80%;
    margin: 20px auto;
    padding: 0 20px 20px 20px;
    display: flex;
    justify-items: center;
}

.left-info {
    width: 26%;
    background: white;
    border-radius: 4px;
}

.right-info {
    width: 74%;
    background: white;
    margin-left: 10px;
    padding: 0 30px;
    box-sizing: border-box;
}

.left-info .item {
    line-height: 20px;
    padding: 15px 0 15px 0;
    font-size: 18px;
    color: #333;
    border-left: 4px solid white;
    border-bottom: 1px solid #CCCCCC;
}

.left-info .item span{
    margin-left: 15px;
}

.left-info .item:hover {
    border-left: 4px solid #349AFF!important;
    background: #F4F4F4;
    cursor: pointer;
}

.left-active {
    border-left: 4px solid #349AFF!important;
    background: #F0F0F0;
    cursor: pointer;
}

.right-info .item {
    width: 100%;
    display: none;
    padding-bottom: 20px;
}

.align-center {
    text-align: center;
}

.item-active {
    display: block !important;
}

.profile span, .profile p {
    line-height: 35px;
    font-size: 14px;
}

.content img {
    margin: 10px 0;
}

.bottom-line {
    border-bottom: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

h1, h3 {
    text-align: center;
    margin: 10px 0;
}

h2 {
    margin: 10px 0;
}

.shadow {
    color: transparent;
    text-shadow: 1px 1px 5px #000000;
}

.part {
    margin-top: 40px;
}

table {
    width: 100%;
}

table th {
    font-size: 16px;
}

table th, table td {
    border: 1px solid #0A246A;
    padding: 6px 0px;
    text-align: center;
}
.item-i{
    float: right;
    margin-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.profile span, .profile p {
    line-height: 35px;
    font-size: 14px;
}

.itm {
    margin: 20px 0;
}

.itm .title {
    background: #0aa0f6;
    color: white;
    width: 160px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.links {
    min-height: 40px;
    border: 1px solid #ccc;
    border-top: 2px solid #0aa0f6;
    line-height: 34px;
    padding: 14px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.links div {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 24%;
    padding-left: 30px;
    box-sizing: border-box;
}

.links a {
    color: #0aa0f6;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}

.point {
    display: block;
    width: 3px;
    height: 3px;
    background: #333;
    margin-right: 4px;
}