@charset "utf-8";
/*-----------------------for both-----------------------*/
.grayBG {
  background: #f5f5f5;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-------------banner--------------------*/
  #bannerWrapper {
    position: relative;
    width: 100%;
    margin-top: 70px;
    background: #000;
    z-index: 2;
  }
  #banner {
    position: relative;
  }
  .bannerslide li {
    width: 65%;
  }
  .bannerslide .swiper-slide {
    opacity: 0.5;
  }
  .bannerslide .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  /*-------------news--------------------*/
  .indexWrapper {
    width: 80%;
    margin: 20px auto 0 auto;
    min-width: 1024px;
    max-width: 1440px;
    position: relative;
    z-index: 5;
  }
  dl.indexNews dd {
    float: left;
    width: 32%;
    margin-right: 2%;
   
    padding: 25px;
    border-radius: 5px;
  }
	dl.indexNews dd:nth-child(1){
		 background-color: #fff;
		
	}
	dl.indexNews dd:nth-child(2){
		 background-color: #fff;
		
	}
  dl.indexNews dd:last-of-type {
    margin: 0;
    /*background-color: #2e3439;*/

    color: #fff;
  }
  dl.indexNews dd:last-of-type .btnStyle {
    width: 100%;
    background-color: #424b52;
    text-align: center;
  }
  .links li {
    margin: 0 0 5px 20px;
    list-style: disc;
  }
  .links li:last-of-type {
    margin-bottom: 0
  }
  .links li a {
    color: #fff;
    text-decoration: none;
    opacity: .8
  }
  .links li a:hover {
    opacity: 1;
  }
  /*-------------newsList--------------------*/
  .newsList li {
    padding-bottom: 15px;
  }
  .newsList li:last-child {
    padding-bottom: 0;
  }
  .newsList li span {
    display: block;
    font-size: 13px;
    color: #0094ab;
    font-weight: bold;
  }
  .newsList li p {
    line-height: 130%;
  }
  /*------Affiliated Conference-------*/
  .Affiliated {
    /*text-align: center;*/
  }
  .Affiliated li {
    width: 30%;
    margin-right: 2%;
    display: inline-block;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-------------banner--------------------*/
  #bannerWrapper {
    margin-top: 60px;
  }
  /*-------------news--------------------*/
  .indexWrapper {
    margin: 15px;
    position: relative;
    z-index: 5;
  }
  dl.indexNews dd {
    width: 100%;
    margin-bottom: 15px;
    /*background-color: #fff;*/
    padding: 20px 15px;
    border-radius: 5px;
  }
	dl.indexNews dd:nth-child(1){
		 background-color: #fff;
		
	}
	dl.indexNews dd:nth-child(2){
		 background-color: #fff;
		
	}
  dl.indexNews dd:last-of-type {
    margin: 0;
    /*background-color: #2e3439;*/
    color: #fff;
	  height: 100px;
  }
  dl.indexNews dd:last-of-type .btnStyle {
    width: 100%;
    background-color: #424b52;
    text-align: center;
  }
  .links li {
    margin: 0 0 5px 20px;
    list-style: disc;
  }
  .links li:last-of-type {
    margin-bottom: 0
  }
  .links li a {
    color: #fff;
    text-decoration: none;
    opacity: .8
  }
  .links li a:hover {
    opacity: 1;
  }
  /*-------------newsList--------------------*/
  .newsList li {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
  }
  .newsList li:last-child {
    padding-bottom: 0;
  }
  .newsList li span {
    display: block;
    font-size: 13px;
    color: #0094ab;
    font-weight: bold;
  }
  .newsList li p {
    line-height: 130%;
  }
  /*------Affiliated Conference-------*/
  .Affiliated {}
  .Affiliated li {
    display: inline-block;
    width: 30%;
  }
}