@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------banner--------------------*/
#bannerWrapper {
  width: 100%;
  background: #000;
}
#banner {
  position: relative;
}
.bannerslide .swiper-slide {
  opacity: 0.5;
}
.bannerslide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.hidden-content {
  max-width: 650px;
  display: none;
}
.orange {
  color: #FFF
}
.white {
  color: #fff
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:951px) {
  /*-------------banner--------------------*/
  #bannerWrapper {
    margin-top: 70px;
  }
  .bannerslide li {
    width: 70%;
  }
  /*-------------indexWrapper--------------------*/
  .bgUp {
    display: inline-table;
    width: 100%;
    background-image: url("../images/banner/bgUp.png");
    background-color: #363636;
    background-size: cover;
    background-position: center;
  }
  .bgDown {
    display: inline-table;
    width: 100%;
   height: 300PX;
  }
  .indexWrapper {
    display: block;
    width: 100%;
    margin: 50px auto;
    min-width: 1024px;
    max-width: 1200px;
  }
  .indexWrapper h1 {
    /*    text-align: left;*/
    font-size: 25px;
    font-weight: bold;
  }
  .indexWrapper .left {
    display: block;
    float: left;
    width: 48%;
    min-width: 550px;
  }
  /*.indexWrapper .left h1 {
    text-align: left;
    font-size: 25px;
  }*/
  .indexWrapper .right {
    display: block;
    float: right;
    width: 48%;
    min-width: 550px
  }
  /* .indexWrapper .right h1 {
    text-align: left;
    font-size: 25px;
  }*/
  /*-------------newsList--------------------*/
  .newsList {
    width: 100%;
    margin: 0 auto;
    /*height: 300px*/
  }
  .newsList li {
    padding: 15px 0px 15px 0px;
    width: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*border-bottom: dashed 1px #F46300;*/
  }
  /*.newsList li::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }*/
  .newsList li:last-child {
    /*padding-bottom: 0;*/
    border-bottom: none;
    margin-bottom: 50px;
  }
  .newsList li span {
    color: #fff;
    width: 100%;
    text-align: left;
    background: url("../images/calendar.svg") left no-repeat;
    padding-left: 30px
  }
  .newsList li p {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #fff
  }
  .date li span {}
  /*-------------orgList--------------------*/
  #orgWrapper {
    text-align: center;
  }
  #orgWrapper dd {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
  }
  #orgWrapper dd:last-child {
    margin-right: 0;
  }
  .orgList {
    text-align: center;
  }
  .orgList li {
    width: 150px;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
  }
  .orgList li img {
    width: 110px;
  }
  .orgList li:last-child {
    margin-right: 0;
  }
  .orgList li p {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 120%;
  }
  /*-------------video-------------*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #video li {
    /* float: left;*/
    width: 100%;
    margin: 0 1% 1% 0;
  }
  #video li:nth-child(3n) {
    margin-right: 0
  }
  #video li iframe {
    width: 100%;
  }
  .support {
    background: #eee;
    padding: 20px 10%;
    text-align: center;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:950px) {
  /*-------------banner--------------------*/
  #bannerWrapper {
    margin-top: 60px;
  }
  .bannerslide li {
    width: 100%;
  }
  /*-------------indexWrapper--------------------*/
  .bgUp {
    display: inline-table;
    width: 100%;
    background-image: url("../images/banner/bgUpM.png");
    background-color: #363636;
    background-size: 100%;
    background-position: top;
    background-repeat: repeat-y
  }
/*  .bgDown {
    display: inline-table;
    width: 100%;
    background-image: url("../images/banner/bgDownM.png");
    background-color: #363636;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
  }*/
  .indexWrapper {
    padding: 50px 15px;
  }
	.indexWrapper h1 {
    /*    text-align: left;*/
    font-size: 20px;
    font-weight: bold;
  }
  .indexWrapper .left {
    margin-bottom: 40px;
  }
  .indexWrapper .right {
    margin-bottom: 10px;
  }
  /*-------------newsList--------------------*/
  .newsList li {
    padding-bottom: 15px;
    border-bottom: dashed 1px #F46300;
    margin: 15px 0px;
  }

	.newsList li:last-child {
    /*padding-bottom: 0;*/
    border-bottom: none;
    margin-bottom: 10px;
  }
  .newsList li span {
    display: inline-block;
    color: #fff;
    /*background: #5dc2d0;*/
    width: 150px;
    text-align: left;
    font-weight: bold;
    /*font-size: 13px;*/
    /*border-radius: 20px;*/
    background: url("../images/calendar.svg") left no-repeat;
    padding-left: 30px;
	  
  }
  .newsList li p {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #fff
  }
  .date li span {
    /*background: #11448d;*/
  }
  /*-------------orgList--------------------*/
  #orgWrapper dd {
    margin-bottom: 20px;
  }
  #orgWrapper dd:last-child {
    margin-bottom: 0;
  }
  .orgList li {
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .orgList li span {
    display: none;
  }
  .orgList li:last-child {
    margin-bottom: 0;
  }
  /*-------------video-------------*/
  #video li {
    margin-bottom: 20px;
  }
  #video li:last-of-type {
    margin-bottom: 0
  }
  #video li iframe {
    width: 100%;
    height: 240px;
  }
}