@charset "UTF-8";
.news_content, .news_content .news_item, .congress .data {
  zoom: 1; }
  .news_content:before, .news_content .news_item:before, .congress .data:before, .news_content:after, .news_content .news_item:after, .congress .data:after {
    content: '';
    display: block; }
  .news_content:after, .news_content .news_item:after, .congress .data:after {
    clear: both; }

.slider {
  margin-top: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .slider .slick-next, .slider .slick-prev {
    z-index: 1; }
    .slider .slick-next:before, .slider .slick-prev:before {
      font-size: 30px; }
  .slider .slick-next {
    right: 30px; }
  .slider .slick-prev {
    left: 30px; }
  .slider .slick-slide img { 
    width: 100%; }

.row {
  padding-top: 30px;
  padding-bottom: 60px; }

.title {
  background-color: var(--c-main);
  padding-left: 23px;
  padding-top: 11px;
  padding-bottom: 8px; }
  .title.xs h3 {
    font-size: 22px; }
  .title h3 {
    color: #fff;
    font-size: 36px;
    font-family: Verdana;
    font-weight: normal; }

.news {
  max-width: calc(100% - 355px - 50px);
  width: 100%;
/*   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 50px;
  min-height: 402px;
  padding-bottom: 95px; }

.news_content {
  background-color: white;
  padding-top: 37px;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 46px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  max-height: 234px; }
  .news_content .news_item {
    padding-bottom: 15px;
    border-bottom: dashed 1px #878787;
    margin-bottom: 24px; }
    .news_content .news_item .date {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: white;
      width: 108px;
      background-color: var(--c-secondary);
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      transition: 0.4s; }
    .news_content .news_item .news_title {
      font-size: 16px;
      color: #575757;
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px;
      width: calc(100% - 108px - 10px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: 0.4s; }
  .news_content .more {
    color: #005b8a;
    display: inline-block;
    float: right; }

.btn_arae{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn_arae:after{
  content: '';
  display: block;
  clear: both;
}
.btn_arae a{
  display: inline-block;
  width: calc(100% / 4);
  float: left;
  padding: 5px;
}
.btn_arae a img{
  width: 100%;
}

.com {
  max-width: 355px;
  width: 100%;
  float: left;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }
  .com img {
    width: 100%; }
  .com .txt {
    padding-top: 37px;
    padding-left: 40px;
    padding-right: 38px;
    padding-bottom: 37px;
    background-color: var(--c-main);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden; }
    .com .txt h4 {
      font-family: Verdana;
      color: var(--c-secondary);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
      font-size: 24px;
      font-weight: normal; }
    .com .txt p {
      color: white;
      font-size: 14px;
      line-height: 20px;
      text-align: justify;
      padding-top: 23px;
      padding-bottom: 23px; 
      height: 110px;}
    .com .txt .readmore {
      color: #fff;
      font-size: 14px;
      text-decoration: underline; }
      .com .txt .readmore:hover {
        text-decoration: underline; }

.important_Data {
  /* max-width: calc(100% - 440px - 248px - 28px - 28px); */
  max-width: calc(50% - 15px);
  width: 100%;
  float: left;
  /* margin-right: 28px; */
  margin-right: 15px;
  margin-top: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }
  .important_Data .data {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 245px;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    list-style: none; }
    .important_Data .data li {
      padding-left: 5px; }
      .important_Data .data li:before {
        content: "◆";
        display: block;
        position: absolute;
        top: 0;
        left: -10px;
        color: #666; }
    .important_Data .data p {
      color: #f02947;
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 16px; }
      .important_Data .data p:last-child {
        padding-bottom: 0; }
    .important_Data .data .importamt_title {
      width: calc(100% - 130px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .important_Data .data .date {
      text-align: right;
      display: inline-block;
      min-width: 130px;
      position: absolute;
      top: 0;
      right: 0;
      color: #555; }

.congress {
  /* max-width: 440px; */
  max-width: calc(50% - 15px);
  width: 100%;
  float: left;
  /* margin-right: 28px; */
  margin-left: 15px;
  margin-top: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }
  .congress .data {
    padding-top: 66px;
    padding-left: 23px;
    padding-right: 23px;
    min-height: 245px;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .congress .data .item {
      /* float: left; */
      margin-right: 24px; }
      .congress .data .item:last-child {
        margin-right: 0; }
      .congress .data .item .box {
        color: white;
        background-color: var(--c-secondary);
        font-size: 32px;
        text-align: center;
        padding-top: 26px;
        padding-bottom: 26px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        width: 80px;
        height: 80px; }
      .congress .data .item p {
        font-size: 14px;
        color: #005b8a;
        text-align: center;
        padding-top: 10px; }

.support {
  max-width: 248px;
  width: 100%;
  float: left;
  margin-top: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }
  .support .sup_slider {
    min-height: 245px;
    padding-top: 53px;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden; }

.logoArea{
  float: left;
  width: 100%;
  margin-top: 30px;
}
  .logoArea .content{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 46px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .logoArea .content .img_box{
    width: 100%;
    height: 0;
    padding-bottom: 65%;
  }
  .logoArea .content .img_box > img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

@media screen and (max-width: 1280px) {
  .news {
    min-height: auto; 
    padding-bottom: 0;}
  .btn_arae{
    position: relative;
    margin-top: 15px;
  }
  .btn_arae a{
    width: calc(100% / 5);
  }
/*   .important_Data {
    max-width: calc(100% - 440px - 210px - 28px - 28px); } */
  .support {
    max-width: 210px; } 
}

@media screen and (max-width: 1200px) {
  .news {
    max-width: 100%;
    float: none; }
  .news_content{
    max-height: initial;
  }
  .com {
    margin-top: 30px;
    margin-right: 28px; }
  .important_Data {
    max-width: calc(100% - 355px - 28px);
    margin-right: 0; }
    .important_Data .data {
      min-height: 360px; } 
  .congress{
    max-width: 100%;
    margin-left: 0; }
}

@media screen and (max-width: 960px) {
  .btn_arae a{
    width: calc(100% / 4);
  }
  .important_Data .data .importamt_title {
    width: 100%; }
  .important_Data .data .date {
    position: relative;
    top: -10px;
    text-align: left;
    display: block; } }

@media screen and (max-width: 768px) {
  .com, .important_Data, .congress, .support {
    float: none;
    max-width: 100%; }
  .com {
    width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .important_Data .data {
    min-height: auto;
    padding-bottom: 40px; }
  .congress .data {
    text-align: center; }
    .congress .data .item {
      display: inline-block;
      float: none; } }

@media screen and (max-width: 640px) {
  .btn_arae a{
    width: calc(100% / 3);
  }
  .news_content .news_item .date {
    display: block; }
  .news_content .news_item .news_title {
    width: 100%;
    padding-left: 0;
    padding-top: 10px; } }

@media screen and (max-width: 530px) {
  .congress .data {
    padding-top: 40px;
    padding-bottom: 45px; }
    .congress .data .item {
      width: calc(50% - 50px / 2);
      text-align: center; }
      .congress .data .item .box {
        margin-left: auto;
        margin-right: auto; }
      .congress .data .item:nth-child(1), .congress .data .item:nth-child(2) {
        margin-bottom: 10px; }
      .congress .data .item:nth-child(2n) {
        margin-right: 0; } }

@media screen and (max-width: 480px) {
  .btn_arae a{
    width: calc(100% / 2);
  }
  .com {
    width: 100%; } }
