.technicalsupport {
    padding-top: 30px;
}

.technicalsupport-nav {
    text-align: center;
    font-size: 0;
}

.technicalsupport-nav span {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f2f3f7;
    font-size: 16px;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
}

.technicalsupport-nav span.active {
    color: #FFF;
    background-color: #1e6ff4;
}

.technicalsupport-nav {
    margin-bottom: 50px;
}


.technicalsupport-content li {
    box-shadow: 0px 0px 5px 1px #CCC;
    border-radius: 5px;
    height: 158px;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.technicalsupport-content li a {
    height: 100%;
    width: 100%;
}

.technicalsupport-content__left,
.technicalsupport-content__right {
    display: inline-block;
    vertical-align: middle;
}

.technicalsupport-content__left {
    width: 200px;
    text-align: center;
    background-color: #5886d1;
    height: 100%;
    line-height: 158px;
    font-size: 70px;
    color: #FFF;
}

.technicalsupport-content__right {
    width: calc(100% - 200px);
    height: 100%;
    padding: 20px 30px 20px 40px;
}

.technicalsupport-content__right .title {
    color: #0f6bac;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.technicalsupport-content__right .desc {
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    line-clamp: 2;
    color: #333333;
}

.technicalsupport-content__right .date {
    text-align: right;
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
}

.technicalsupport-content li.nodata {
    color: #0f6bac;
    /* box-shadow: none; */
    border-radius: 5px;
    height: 158px;
    line-height: 158px;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.technicalsupport_calc {
    text-align: right;
    font-size: 16px;
}

.technicalsupport_calc a {
    color: #FFF;
    background-color: #1e6ff4;
    padding: 5px 10px;
    border-radius: 5px;
}