.tab {
  margin-top: 60px;
  text-align: center;
}

.tab__list, .tab .txtp {
  display: inline-block;
  vertical-align: middle;
}

.tab .txtp {
  color: #1C579B;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-right: 20px;
}

.tab__list li {
  color: #666;
  cursor: pointer;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  float: left;
  margin-right: 40px;
  position: relative;
  padding-bottom: 15px;
}

.tab__list li::before {
  background-color: #666;
  bottom: 0;
  content: '';
  left: calc(50% - 4px);
  position: absolute;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab__list li.active {
  color: #2A83E9;
}

.tab__list li.active::before {
  background-color: #2A83E9;
}

.tab__list li:hover {
  color: #2883d6;
}

.tab__list li:hover::before {
  background-color: #2883d6;
}

.tab__content {
  margin: 60px 0 90px;
  position: relative;
}

/*.tab__content::before, .tab__content::after {
  content: '';
  position: absolute;
}

.tab__content::before {
  background-color: #707070;
  top: 7px;
  left: 50%;
  height: calc(100% + 13px);
  width: 1px;
  z-index: -1;
}

.tab__content::after {
  background-color: #707070;
  border-radius: 50%;
  bottom: -20px;
  left: calc(50% - 5px);
  height: 10px;
  width: 10px;
  z-index: -1;
}*/

.content-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
}

.content-top::before {
  border-top: 1px dashed #C1C1C1;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 400px;
  z-index: -1;
}



/*# sourceMappingURL=baocao.css.map */
.tab {
    margin-top: 60px;
    text-align: center;
}

.tab__list, .tab .txtp {
    display: inline-block;
    vertical-align: middle;
}

.tab .txtp {
    color: #1C579B;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 20px;
}

.tab__list li {
    color: #666;
    cursor: pointer;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    float: left;
    margin-right: 40px;
    position: relative;
    padding-bottom: 15px;
}

    .tab__list li::before {
        background-color: #666;
        bottom: 0;
        content: '';
        left: calc(50% - 4px);
        position: absolute;
        height: 8px;
        width: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tab__list li.active {
        color: #2A83E9;
    }

        .tab__list li.active::before {
            background-color: #2A83E9;
        }

    .tab__list li:hover {
        color: #2883d6;
    }

        .tab__list li:hover::before {
            background-color: #2883d6;
        }

.tab__content {
    margin: 60px 0 90px;
}

.content-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}

    .content-top::before {
        border-top: 1px dashed #C1C1C1;
        content: '';
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 1px;
        width: 400px;
        z-index: -1;
    }

    .content-top .label {
        background-color: #FFF;
        border: 1px dashed #C1C1C1;
        border-radius: 50px;
        /*color: #1C579B;*/
        color: #2A83E9;
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        max-width: 480px;
        padding: 16px 10px;
        text-align: center;
        width: 100%;
    }
    .content-top.us .label {
        max-width: 495px;
    }
    .fixtxten {
        align-items: center;
        /*display: flex;*/
    }

@media only screen and (max-width: 1180px) {
    .content-top .label {
        font-size: 15px;
        max-width: 440px;
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 1140px) {
    .content-top .label {
        max-width: 400px;
    }
}

@media only screen and (max-width: 1040px) {
    .content-top .label {
        font-size: 14px;
        max-width: 380px;
    }
}


@media only screen and (max-width: 1180px) {
    .content-top .year {
        top: 3px;
    }
}

.content-main {
    margin-top: 20px;
}

.row {
    border-bottom: 1px dashed #C7C7C7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 30px;
    position: relative;
}

.row .item {
    background-color: #FFF;
    box-shadow: 0px 20px 12px -24px rgba(0, 0, 0, 0.45);
    margin: 0 auto 15px;
    min-height: 58px;
    width: 440px;
    /*display: table;*/
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1140px) {
    .row .item {
        width: 400px;
    }
}

@media only screen and (max-width: 1040px) {
    .row .item {
        width: 380px;
    }
}

.row .item::before, .row .item::after {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #FFF;
    content: '';
    position: absolute;
    height: 42px;
    width: 42px;
    transform: rotate(45deg);
    top: 8px;
    z-index: -1;
}

.row .item:hover p {
    color: #288ad6;
}

.row .item::before {
    left: -20px;
}

.row .item::after {
    right: -20px;
}

.row .item-wrap {
    font-size: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.row .item i, .row .item p {
    display: inline-block;
    vertical-align: middle;
}

.row .item p {
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    text-align: left;
    width: calc(100% - 30px);
    display: block;
}

.row .item-wrap i {
    transform: scale(0.75);
    float: left;
}

.box {
    background-color: #FEF8E1;
    border: 1px dashed #666;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px 10px;
    text-align: center;
}

.box__txt01 {
    font-size: 20px;
    line-height: 26px;
}

.box__txt02 {
    color: #717171;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

.updating {
    background-color: #FFF;
    border: 1px dashed #8D8D8D;
    border-radius: 10px;
    padding: 45px 0;
    text-align: center;
    width: 440px;
}

.row__list {
    display: block;
    width: 41%;
}

@media only screen and (max-width: 1140px) {
    .updating {
        width: 400px;
    }
}

@media only screen and (max-width: 1040px) {
    .updating {
        max-width: 380px;
    }
}

.updating p {
    color: #666;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 20px;
}

.wrap-content {
    position: relative;
}

    .wrap-content::before, .wrap-content::after {
        content: '';
        position: absolute;
    }

    .wrap-content::before {
        background-color: #707070;
        top: 7px;
        left: 50%;
        height: calc(100% + 13px);
        width: 1px;
        z-index: -1;
    }

    .wrap-content::after {
        background-color: #707070;
        border-radius: 50%;
        bottom: -20px;
        left: calc(50% - 5px);
        height: 10px;
        width: 10px;
        z-index: -1;
    }

.wrap-content--column1 {
    left: -20%;
}

    .wrap-content--column1 .content-top {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }

        .wrap-content--column1 .content-top::before {
            transform: translate(0, -50%);
            width: 200px;
        }

    .wrap-content--column1 .row {
        border-bottom: none;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        padding: 0 30px;
        position: relative;
    }

        .wrap-content--column1 .row::before {
            border-bottom: 1px dashed #C7C7C7;
            bottom: 0;
            content: '';
            left: 50%;
            position: absolute;
            width: 50%;
            height: 1px;
        }

    .wrap-content--column1 .row__list {
        padding: 20px 0;
    }

    .wrap-content--column1 .row .item:last-child {
        margin-bottom: 0;
    }

/*# sourceMappingURL=baocao.css.map */

@media only screen and (max-width: 1180px) {
  .content-top .label {
    font-size: 15px;
    max-width: 440px;
    padding: 12px 10px;
  }
}

@media only screen and (max-width: 1140px) {
  .content-top .label {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1040px) {
  .content-top .label {
    font-size: 14px;
    max-width: 380px;
  }
}

.content-top .year {
  background: url(/img/web/bg_year.png) no-repeat;
  background-size: 120px 40px;
  color: #2A83E9;
  font-style: italic;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  left: calc(50% - 60px);
  position: absolute;
  top: 7px;
  text-align: center;
  height: 40px;
  width: 120px;
  display: block;
  margin: auto;
}

.non-data {
    display: block;
    margin: auto;
}

    @media only screen and (max-width: 1180px) {
        .content-top .year {
            top: 3px;
        }
    }

    .content-main {
  margin-top: 20px;
}

.row {
  border-bottom: 1px dashed #C7C7C7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 30px;
  position: relative;
}

.row__label {
  background-color: #2A83E9;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  line-height: 75px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
}

.row .item {
  background-color: #FFF;
  box-shadow: 0px 20px 12px -24px rgba(0, 0, 0, 0.45);
  margin: 0 auto 15px;
  min-height: 58px;
  width: 440px;
  /*display: table;*/
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1140px) {
  .row .item {
    width: 400px;
  }
}

@media only screen and (max-width: 1040px) {
  .row .item {
    width: 380px;
  }
}

.row .item::before, .row .item::after {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
  content: '';
  position: absolute;
  height: 42px;
  width: 42px;
  transform: rotate(45deg);
  top: 8px;
  z-index: -1;
}

.row .item:hover p {
  color: #288ad6;
}

.row .item::before {
  left: -20px;
}

.row .item::after {
  right: -20px;
}

.row .item-wrap {
    font-size: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.row .item i, .row .item p {
  display: inline-block;
  vertical-align: middle;
}

.row .item p {
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    text-align: left;
    width: calc(100% - 30px);
    display: block;
}

.box {
  background-color: #FEF8E1;
  border: 1px dashed #666;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 10px;
  text-align: center;
}

.box__txt01 {
  font-size: 20px;
  line-height: 26px;
}

.box__txt02 {
  color: #717171;
  font-size: 15px;
  line-height: 18px;
  margin-top: 10px;
}

.updating {
  background-color: #FFF;
  border: 1px dashed #8D8D8D;
  border-radius: 10px;
  padding: 45px 0;
  text-align: center;
  width: 440px;
}

.year-noti {
    display: block;
    text-align: justify;
    margin: 0 100px 30px 86px;
    max-width: 1200px;
}

    .year-noti.empty {
        max-width: 1230px;
        width: 100%;
        margin: 0 auto;
        padding: 0 100px 30px 100px;
    }

@media only screen and (max-width: 1140px) {
  .updating {
    width: 400px;
  }
}

@media only screen and (max-width: 1040px) {
  .updating {
    max-width: 380px;
  }
}

.updating p {
  color: #666;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}

/*# sourceMappingURL=baocao.css.map */

.top .c-block:nth-child(even) {
    background-color: #fff;
}

.top .c-block {
    padding: 40px 0;
}

body .c-block .l-list__item {
    border-bottom: 1px dashed #999;
    margin-bottom: 15px;
    width: calc(50% - 20px);
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid var(--Grey-300, #d0d5dd);
    background: #fff;
}

.carou-list__item {
    display: flex;
    /* width: 280px; */
    padding: 16px 13px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    /* Shadow/Level 3 */
    box-shadow: 0 4px 12px -2px rgba(16, 24, 40, 0.12), 0 2px 6px -2px rgba(16, 24, 40, 0.06);
}

    .carou-list__item .img {
        display: flex;
        height: 246px;
        padding: 26px 44px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }

.report-btn {
    display: flex;
    align-items: center;
    gap: 13.69px;
}

a.report-readmore {
    display: flex;
    height: 32px;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 6.845px;
    background: #2A83E9;
    color: var(--Grey-25, #FCFCFD);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 20.535px */
}

.l-list.owl-carousel .owl-stage-outer {
    padding: 10px;
}

p.carou-title {
    color: #344054;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.container1200.post-future {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: linear-gradient(180deg, #2A83E9 0%, #0058BC 100%);
}

.container-post-future-title {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    background: var(--White-25, #FFF);
}

p.post-future-header {
    color: #2871D5;
    text-align: center;
    /* Desktop/Body L/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.containter-time-post-future {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.post-future-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 40px */
}

.post-future-date {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}