.other-cont-left {
    padding: 22px;
    height: 272px;
    box-sizing: border-box;
    width: 200px;
    background: #ffffff;
    border-radius: 5px;
	    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%)
}.other-cont-li {
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    color: #404040;
}.other-cont-li.active {
    background: #0069ab;
    color: #ffffff;
}
.active a{
	color: white;
}
.other-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.other-cont-right {
    width: 930px;
    border-radius: 10px;
}.other-cont-ul:first-child {
    margin-top: 0;
}.other-cont-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    box-sizing: border-box;
}.other-cont-title {
    color: #404040;
    font-size: 18px;
    font-weight:300;
    padding-bottom: 14px;
}.other-cont-center {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #eeeeee solid;
}.other-cont-a {
    cursor: pointer;
    margin-right:28px;
    margin-top: 28px;
    color: #404040;
    font-size: 16px;
    background: #f7f8fc;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 300;
}
.secondary-nav-cont{
	display: none;
}
.other-cont-ul {
    margin-bottom: 16px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
}
.other-cont-list {
    padding: 22px;
    min-height: 420px;
    background: #ffffff;
    border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
}.other-cont-title {
    color: #404040;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
}.other-cont-text {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    padding-top: 18px;
	font-weight: 400;
}.other-cont-txt {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    padding-top: 6px;
	font-weight: 400;
}