.strength-items {
  overflow: hidden;
}

.strength-track {
  display: flex;
  transition: 0.3s all ease;
}

@media (min-width: 769px) {
  .panel-profile {
    margin-bottom: 0.9rem;
  }
  .panel-profile .left {
    display: flex;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    float: left;
    clear: both;
    shape-outside: border-box;
    position: relative;
  }
  .panel-profile .left .img,
  .panel-profile .left .back {
    width: 7.5rem;
    height: 5rem;
  }
  .panel-profile .left .img {
    position: relative;
    z-index: 2;
  }
  .panel-profile .left .back {
    background: #143A84;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
  }
  .panel-profile .title {
    margin-bottom: 0.25rem;
    color: #000;
    font-size: 0.45rem;
    line-height: 0.725rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    text-align: center;
  }
  .panel-profile .content {
    color: #666;
    font-size: 0.225rem;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
  }
  .panel-profile .content p + p {
    margin-top: 1em;
  }
  .panel-profile .profile-content::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
  }
  .panel-certificate {
    margin-bottom: 0.2rem;
  }
  .panel-certificate .swiper-preset-switch {
    padding-bottom: 0.7rem;
    overflow: hidden;
  }
  .panel-certificate .slide-pagination {
    bottom: 0;
  }
  .panel-certificate .slide-pagination .swiper-pagination-bullet {
    width: 0.1rem !important;
    height: 0.1rem !important;
    border-radius: 0.1rem !important;
  }
  .panel-certificate .slide-pagination .swiper-pagination-bullet-active {
    width: 0.5rem !important;
  }
  .panel-certificate .swiper-slide {
    display: flex;
  }
  .panel-certificate .swiper-slide .img {
    width: calc((100% - (2.025rem + 1px)) / 4);
  }
  .panel-certificate .swiper-slide .img + .img {
    margin-left: 0.675rem;
  }
  .panel-strength {
    margin-top: 1rem;
    width: 100%;
  }
  .panel-strength .strength-tabs {
    display: flex;
  }
  .panel-strength .strength-tab {
    min-width: 2.25rem;
    height: 0.65rem;
    padding: 0.15rem 0.2rem;
    color: #143A84;
    font-size: 0.225rem;
    line-height: 0.325rem;
    font-weight: bold;
    border: 1px solid #143A84;
    border-radius: 0.05rem;
    text-align: center;
    transition: 0.3s all ease;
    cursor: pointer;
  }
  .panel-strength .strength-tab + .strength-tab {
    margin-left: 0.25rem;
  }
  .panel-strength .strength-tab:hover, .panel-strength .strength-tab.is-active {
    color: #fff;
    background: #2350A1;
  }
  .panel-strength .strength-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.225rem;
  }
  .panel-strength .strength-header .panel-title {
    margin-bottom: 0;
  }
  .panel-strength .strength-card {
    flex-shrink: 0;
    width: 100%;
    height: 7.5rem;
    position: relative;
  }
  .panel-strength .strength-card .img {
    position: absolute;
  }
  .panel-strength .strength-card .img:nth-child(1) {
    width: 6.1rem;
    height: 100%;
    left: 0;
    top: 0;
  }
  .panel-strength .strength-card .img:nth-child(2), .panel-strength .strength-card .img:nth-child(3) {
    width: calc((100% - 6.1rem) / 2);
    height: 3.9rem;
    bottom: 0;
  }
  .panel-strength .strength-card .img:nth-child(2) {
    right: calc((100% - 6.1rem) / 2);
  }
  .panel-strength .strength-card .img:nth-child(3) {
    right: 0;
  }
  .panel-strength .strength-card .info {
    width: calc(100% - 6.1rem);
    height: calc(100% - 3.9rem);
    padding: 0.625rem;
    background: #0A5AB9;
    position: absolute;
    right: 0;
    top: 0;
  }
  .panel-strength .strength-card .title {
    display: flex;
    align-items: center;
    margin-bottom: 0.275rem;
    color: #fff;
    font-size: 0.375rem;
    line-height: 0.5375rem;
    font-weight: bold;
  }
  .panel-strength .strength-card .title img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
  }
  .panel-strength .strength-card .desc {
    margin-left: 1rem;
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.375rem;
  }
  .panel-news {
    margin-top: 1rem;
  }
  .panel-news .news-content {
    display: flex;
  }
  .panel-news .card-list {
    width: 9.375rem;
  }
  .panel-news .card-item {
    display: flex;
    padding: 0.25rem;
    background: #fff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .panel-news .card-item + .card-item {
    margin-top: 0.375rem;
  }
  .panel-news .card-item,
  .panel-news .card-item .title {
    transition: 0.3s all ease;
  }
  .panel-news .card-item .img {
    flex-shrink: 0;
    width: 2.875rem;
    height: 2rem;
  }
  .panel-news .card-item .info {
    flex: 1;
    overflow: hidden;
    padding-left: 0.375rem;
    display: flex;
    flex-direction: column;
  }
  .panel-news .card-item .title {
    margin-bottom: 0.15rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 0.4375rem;
    font-weight: bold;
  }
  .panel-news .card-item .desc {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.3rem;
    height: 0.9rem;
  }
  .panel-news .card-item .bottom {
    display: flex;
    justify-content: space-between;
    font-size: 0.175rem;
    line-height: 0.2rem;
    margin-top: auto;
  }
  .panel-news .card-item .date {
    color: #999;
  }
  .panel-news .card-item .more {
    color: #143A84;
  }
  .panel-news .card-item:hover {
    box-shadow: 0 0.05rem 0.125rem 0 rgba(20, 58, 132, 0.3);
  }
  .panel-news .card-item:hover .title {
    color: #143A84;
  }
  .panel-news .news-list {
    width: calc(100% - 9.375rem);
    padding-left: 0.3rem;
  }
  .panel-news .news-item {
    display: flex;
    align-items: center;
    padding: 0.2875rem 0.375rem;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
  }
  .panel-news .news-item + .news-item {
    margin-top: 0.25rem;
  }
  .panel-news .news-item .date {
    flex-shrink: 0;
    color: #0A5AB9;
    text-align: center;
  }
  .panel-news .news-item .day {
    font-size: 0.75rem;
    line-height: 0.8rem;
    font-weight: bold;
  }
  .panel-news .news-item .month {
    font-size: 0.25rem;
    line-height: 1;
  }
  .panel-news .news-item .info {
    flex: 1;
    overflow: hidden;
    padding-left: 0.4rem;
  }
  .panel-news .news-item .title {
    margin-bottom: 0.175rem;
    color: #222;
    font-size: 0.3rem;
    line-height: 0.4375rem;
    font-weight: bold;
  }
  .panel-news .news-item .content {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.3rem;
  }
  .panel-news .news-item,
  .panel-news .news-item .date,
  .panel-news .news-item .title,
  .panel-news .news-item .content {
    transition: 0.3s all ease;
  }
  .panel-news .news-item:hover {
    background: #2350A1;
  }
  .panel-news .news-item:hover .date,
  .panel-news .news-item:hover .title,
  .panel-news .news-item:hover .content {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .panel-profile {
    padding-bottom: 0.25rem;
  }
  .panel-profile .left {
    display: flex;
    width: calc(100% - 0.075rem);
    margin-bottom: 0.2rem;
    position: relative;
  }
  .panel-profile .left .img,
  .panel-profile .left .back {
    width: 100%;
    height: 2.8125rem;
  }
  .panel-profile .left .img {
    position: relative;
    z-index: 2;
  }
  .panel-profile .left .back {
    background: #143A84;
    position: absolute;
    left: 0.075rem;
    top: 0.075rem;
  }
  .panel-profile .title {
    margin-bottom: 0.2rem;
    color: #000;
    font-size: 0.25rem;
    line-height: 0.3625rem;
    letter-spacing: 0.075rem;
    font-weight: bold;
    text-align: center;
  }
  .panel-profile .content {
    color: #666;
    font-size: 0.2rem;
    line-height: 0.375rem;
    text-indent: 2em;
    text-align: justify;
  }
  .panel-profile .content p + p {
    margin-top: 1em;
  }
  .panel-certificate {
    padding-bottom: 0.375rem;
  }
  .panel-certificate .certificate-list {
    display: flex;
    flex-wrap: wrap;
  }
  .panel-certificate .certificate-item {
    width: calc(50% - 0.075rem);
  }
  .panel-certificate .certificate-item:nth-child(even) {
    margin-left: 0.1375rem;
  }
  .panel-certificate .certificate-item:nth-child(2) ~ .certificate-item {
    margin-top: 0.2rem;
  }
  .panel-certificate .certificate-item .img {
    height: 2.875rem;
  }
  .panel-certificate .certificate-item .title {
    margin-top: 0.1rem;
    color: #000;
    font-size: 0.2rem;
    line-height: 0.2875rem;
  }
  .panel-strength {
    padding-bottom: 0.25rem;
  }
  .panel-strength .strength-tabs {
    display: flex;
    padding-bottom: 0.2rem;
  }
  .panel-strength .strength-tab {
    flex: 1;
    padding: 0.05rem 0.15rem;
    color: #143A84;
    font-size: 0.2rem;
    line-height: 0.2875rem;
    border: 1px solid #143A84;
    border-radius: 0.05rem;
    text-align: center;
    transition: 0.3s all ease;
    cursor: pointer;
  }
  .panel-strength .strength-tab + .strength-tab {
    margin-left: 0.25rem;
  }
  .panel-strength .strength-tab:hover, .panel-strength .strength-tab.is-active {
    color: #fff;
    font-weight: bold;
    background: #2350A1;
  }
  .panel-strength .strength-card {
    flex-shrink: 0;
    width: 100%;
    position: relative;
  }
  .panel-strength .strength-card .imgs {
    display: flex;
    flex-direction: column-reverse;
  }
  .panel-strength .strength-card .img {
    height: 2.8125rem;
    margin-top: 0.2rem;
  }
  .panel-strength .strength-card .img:nth-child(1) {
    height: 5.275rem;
  }
  .panel-strength .strength-card .info {
    padding: 0.35rem 0.2rem 0.175rem;
    background: #0A5AB9;
  }
  .panel-strength .strength-card .title {
    display: flex;
    align-items: center;
    margin-bottom: 0.125rem;
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.3625rem;
    font-weight: bold;
  }
  .panel-strength .strength-card .title img {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.15rem;
  }
  .panel-strength .strength-card .desc {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.375rem;
    height: 0.75rem;
    -webkit-line-clamp: 2;
  }
  .panel-news {
    padding-bottom: 0.05rem;
  }
  .panel-news .news-item {
    display: flex;
    align-items: center;
    padding: 0.175rem;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
  }
  .panel-news .news-item + .news-item {
    margin-top: 0.2rem;
  }
  .panel-news .news-item .date {
    flex-shrink: 0;
    color: #0A5AB9;
    text-align: center;
  }
  .panel-news .news-item .day {
    margin-bottom: 0.1rem;
    font-size: 0.45rem;
    line-height: 1;
    font-weight: bold;
  }
  .panel-news .news-item .month {
    font-size: 0.175rem;
    line-height: 1;
  }
  .panel-news .news-item .info {
    flex: 1;
    overflow: hidden;
    padding-left: 0.2rem;
  }
  .panel-news .news-item .title {
    margin-bottom: 0.1rem;
    color: #222;
    font-size: 0.225rem;
    line-height: 0.325rem;
    font-weight: bold;
  }
  .panel-news .news-item .content {
    color: #666;
    font-size: 0.15rem;
    line-height: 0.25rem;
  }
}