.anchor-container .anchor-tab {
  margin: 40px 0 0 0; }

.anchor-container .layui-tab-content {
  padding: 0; }

.anchor-container .layui-tab .layui-tab-title {
  border-color: #aaaaaa;
  height: 60px; }
  .anchor-container .layui-tab .layui-tab-title::after {
    border-bottom-color: #aaaaaa; }
  .anchor-container .layui-tab .layui-tab-title li {
    color: #124989;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px; }
    .anchor-container .layui-tab .layui-tab-title li:after {
      border-bottom-color: #aaaaaa;
      height: 60px; }
    .anchor-container .layui-tab .layui-tab-title li.layui-this {
      color: #000;
      background: #FFF; }
      .anchor-container .layui-tab .layui-tab-title li.layui-this::after {
        border-color: #aaaaaa;
        border-bottom-color: #fff; }

.anchor-container .anchor-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #aaaaaa;
  border-top: none; }
  .anchor-container .anchor-content .anchor-left {
    flex: 1; }
    .anchor-container .anchor-content .anchor-left .a-title {
      font-size: 20px;
      color: #124989;
      font-weight: bold;
      margin-bottom: 20px; }
    .anchor-container .anchor-content .anchor-left .a-content {
      font-size: 16px; }
  .anchor-container .anchor-content .anchor-img {
    width: 480px;
    margin-left: 40px; }

.anchor-container .section-desc {
  margin: 30px 0; }

.anchor-container .address-list {
  gap: 30px;
  margin-top: 30px; }
  .anchor-container .address-list .list-item {
    width: calc(33.3333% - 20px);
    background-color: #fff;
    border-radius: 6px;
    height: 66px;
    text-align: center;
    font-size: 16px;
    line-height: 66px;
    color: #124989; }

.anchor-container .histroy-list {
  font-size: 16px;
  border-top: 1px solid #eaeaea; }
  .anchor-container .histroy-list .list-item {
    margin-top: 20px; }
    .anchor-container .histroy-list .list-item .h-year {
      color: #124989; }
    .anchor-container .histroy-list .list-item .h-content {
      margin-top: 6px; }

.library-container .anchor-content .library-list .list-item {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #124989; }
  .library-container .anchor-content .library-list .list-item:hover {
    text-decoration: underline; }

@media (max-width: 768px) {
  .anchor-container .anchor-content {
    padding: 16px 12px; }
    .anchor-container .anchor-content .flex {
      flex-direction: column; }
    .anchor-container .anchor-content .anchor-left .a-title {
      font-size: 16px;
      margin-bottom: 10px; }
    .anchor-container .anchor-content .anchor-left .a-content {
      font-size: 14px; }
    .anchor-container .anchor-content .anchor-img {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }
  .anchor-container .section-desc {
    margin: 12px 0; }
  .anchor-container .address-list {
    gap: 0;
    margin-top: 0; }
    .anchor-container .address-list .list-item {
      width: 100%;
      height: 44px;
      font-size: 14px;
      line-height: 44px;
      margin-top: 12px; }
  .anchor-container .histroy-list {
    font-size: 14px; }
    .anchor-container .histroy-list .list-item .h-content {
      margin-top: 6px; }
  .library-container .anchor-content .library-list .list-item {
    font-size: 14px;
    line-height: 44px; } }
