@charset "utf-8";




main {
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.wrapper {
  overflow: hidden;
}


.cloud2 {
  position: absolute;
  bottom: -5px;
  pointer-events: none;
  width: 100%;
}
.cloud1 {
  position: absolute;
  bottom: -5px;
  pointer-events: none;
  width: 100%;
}


.tw-area {
  margin: 0 auto;
  padding: 40px 0 60px;
  background: #111;
  border-bottom: #222 solid 1px;
}

.tw-widgets {
  margin: 0 auto;
  width: 1000px;
  border-radius: 10px;
}

.tw-ttl {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 1000px;
  height: 40px;
  text-align: left;
}

.tw-ttl a {
  height: 40px;
  line-height: 40px;
  position: relative;
  display: inline;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  transition: opacity .3s;
}


.tw-ttl img {
  width: 40px;
  vertical-align: middle;
}



.news {
  background: url(../images/common/bg001.jpg);
}
/*.newsWrap {
}*/

.newsContent {
  position: relative;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 100px;
  width: 1200px;
}

.news h3 {
  border-left: #e64600 solid 5px;
  padding-left: 10px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 24px;
}

.news .mainEventTopics>h3:nth-child(1) {
  margin-top: 10px;
}



h2.newsTitle {
  text-align: left;
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  line-height: 90px;
  height: 90px;
  margin-bottom: 60px;
  position: relative;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.newsTitle:before {
  display:block;
  content:attr(title);
  position: absolute;
  background: #fff;
  background: linear-gradient(to top,#666, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  padding-right: 20px;
}
h2.newsTitle:after {
  content: "";
  display: block;
  height: 6px;
/*    background: rgba(230,70,0,1);
*/  background: linear-gradient(to right,rgba(230,70,0,1) 60%, rgba(230,70,0,0));
  position: relative;
}



.subTopics {
  background: #100;
  margin: 60px auto 60px;
  border: #600 solid 1px;
  padding: 3%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-flow: row-reverse;
  position: relative;
  box-sizing: border-box;
}

.subTopics.new:before {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: -5px;
  line-height: 1.2;
  text-shadow: none;
  width: 26px;
  left: -10px;
  margin: 0 auto;
  text-align: center;
}

.subTopicsTitle {
  font-size: 40px;
  line-height: 90px;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  font-weight: 900;
  padding-right: 10px;
  margin-right: -10px;
  position: absolute;
  left: 40px;
  top: -40px;
}

.subTopicsTitle:before {
  display: block;
  content: attr(title);
  position: absolute;
  background: #fff;
  background: linear-gradient(to top,#999, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}


.subTopicsTitle2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0 0 10px #000;
  line-height: 60px;
  height: 70px;
  margin-bottom: 10px;
  text-align: left;
}

.subTopicsTitle2:after {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(to right, rgba(230,70,0,1), rgba(230,70,0,0));
  position: relative;
}

.subTopicsTitle2:after {
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0))
}

.subTopicsText {
  width: 48%;
}

.subTopicsText p {
  line-height: 1.4;
  font-size: 20px;
}

.subTopicsImg {
  width: 50%;
  margin-top: 0;
}

.subTopicsImg img {
  width: 100%;
}


.footer-banner {
  width: 320px;
  margin: 30px auto 0;
}

.footer-banner img {
  width: 100%;
  margin: 0 auto;
}

.footer-manual {
  width: 400px;
  background: #e64600;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  margin: 40px auto 0;
}

.footer-manual a {
  color: #fff;
  font-size: 20px;
}


.subTopics2 {
  background: #100;
  margin: 40px auto 20px;
  border: #600 solid 1px;
  padding: 20px;
  justify-content: space-between;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}

.subTopics2 h4 {
  font-size: 1.2em;
  height: 30px;
  line-height: 30px;
  margin-top: -35px;
  position: absolute;
  text-shadow: 0 0 5px #600;
}




@media screen and (min-width:961px) {


.tw-ttl a:hover {
  opacity: 0.7;
}

.footer-banner a {
  transition: opacity .3s;
  display: block;
}

.footer-banner a:hover {
  opacity: 0.7;
}

}

@media screen and (max-width: 960px){


  .footer-manual {
    width: 80%;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
  }

  .subTopics {
    display: block;
    width: 96%;
  }

  .subTopicsText {
    width: 100%;
  }

  .subTopicsText p {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .subTopicsTitle {
    font-size: 5vw;
    line-height: 40px;
    height: 40px;
    top: -17px;
  }

  .subTopicsTitle2 {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .subTopicsTitle2:after {
    height: 4px;
  }

  .subTopicsImg {
    width: 100%;
  }

  .tw-widgets iframe {
    width: 960px !important;
  }

  .tw-widgets {
    width: 80%;
    }

  .tw-ttl {
    margin: 0 auto;
    width: 80%;
  }

  .newsContent {
    width: 100%;
    padding: 0;
  }
  .newsWrap {
    padding-bottom: 40px;
    padding-top: 20vw;
  }


  h2.newsTitle {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 40px;
  }


  h2.newsTitle:before {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  h2.newsTitle:after {
    height: 4px;
  }

  .newsContent {
    width: 90%;
  }
  .newsContent p {
    font-size: 12px;
  }

}
