@charset "UTF-8";
/* CSS Document */
.section-top{
  background-image: url(../images/top.png), url(../images/top-back.jpg);
  background-repeat: no-repeat,no-repeat;
  background-size: 1440px, cover;
  background-position: center 144%, center 50%;
  min-width: 1000px;
  margin: 0 auto;
  height: 720px;
  }
.section-top__main-title img{
  width:706px;
  padding-top: 20px;
}
.section-top__sub-title img{
  width: 300px;
  position: relative;
  right: -2px;
  z-index: 0;
}
.main-wrap{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.left1 img{
  width:200px;
}
.left2 img{
  width: 300px;
  position: absolute;
  top: 287px;
  left: -10px;
}
.left-wrap{
  position: absolute;
  left: -7px;
  top: 20px;
}
.center img{
  width: 250px;
  position: absolute;
  bottom: 20px;
  left:45%;
}
.right1 img{
  width: 250px;
  position: absolute;
  top: 19%;
  right: -3%;
}
.right2 img{
  width: 332px;
  position: absolute;
  bottom: -4%;
  right: -6%;
}
.section-news{
  height:740px;
  background-image: url(../images/news-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1000px;
  background-position: right;
}
.section-news-wrap{
  background-image: url(../images/news-back.png);
  background-size:cover;
  margin: 0 auto;
  background-position: center;
  height: 740px;
}
.section-news h2{
  width: 960px;
  padding: 16px 0px 0 0;
  text-align: left;
  margin: 0 auto;
}
.news_list {
  margin: 0 5%;
  width: 836px;
  height: 350px;
  margin: 0 auto;
  overflow-y: scroll;
  background: rgba(255,255,255,0.6);
  padding: 15px 56px 25px 56px;
}
.news_list_item {
  padding: 9px 0 12px 0;
  text-align: left;
  list-style: none;
  border-bottom: dashed 1px #603f8f;
  display: flex;
}
.news_list_item time{
  background-color:#51327a;
  color:#fff;
  padding: 11px 7px;
  font-weight: 400;
}
.news_list_item p{
  color:#000;
  padding-top: 10px;
  line-height: 1.3rem;
  font-weight: 400;
}
.news_list_item a {
  position: relative;
  color: #51327a;
}
.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.banner-wrap{
  width: 800px;
  margin: 38px auto 10px auto;
}
.banner ul,.connection ul,.local ul{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner ul li,.connection ul li,.local ul li {
  margin-right: 12px;
}
.banner ul li:last-child {
  margin-right: 0;
}
.banner img,.connection ul li img {
  width: 200px;
  height: 60px;
}
.banner a:hover,.local a:hover{
  opacity: 1;
}
.big img{
  width: 200px;
}

.notice em{
  font-style: normal;
  font-size:1.2rem;
}

.btn2{
  width: 300px;
  display: block;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
    color: #603f8f;
    border: 5px solid #603f8f;
    background-color: #fdfaff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5rem;
    z-index: 1;
    margin: 10px 15px 0 90px;
}
.btn2:hover{
  background-color: #51327a;
  color: #fff;
  opacity: 1;
  transition: all 0.6s ease;
  border: 5px solid #51327a
}
.btn1{
  width: 370px;
  background-color: #fff7f9;
  display: block;
  padding: 7px;
  border-radius: 10px;
  text-decoration: none;
  color: #f22e63;
  border: 5px solid #f9628b;
  margin:0 15px 0 55px;
}
.btn1:hover{
  background-color: #e75078;
  color: #fff;
  opacity: 1;
  transition: all 0.6s ease;
  border: 5px solid #e75078
}
.btn1 span{
  line-height: 1.4rem;
  font-size: 1.0rem;
  padding-top: 5px;
  display: block;
}
.local{
  padding: 20px 0 25px 0;
}
.connection ul li a:hover{
  opacity: 1;
}
.web{
  position: relative;
  font-size: 1.15rem;
  line-height: 1.2rem;
  z-index: 2;
}

.web a{
  background-color: #0096ff;
    display: block;
    text-decoration: none;
    width: 300px;
    position: absolute;
    top: 207px;
    color: #fff;
    right: -78px;
    padding: 12px 10px;
    opacity: 1;
    border-radius: 7px;
    border: 4px solid #007ce3;
    z-index: 2;
    transition: all 0.6s ease;
    font-size: 1.25rem;

}
.web a:hover{
  background-color: #edf8ff;
  color: #118bff;
}
.web span{
  font-size: 0.98rem;
  display: inline-block;
  padding-top: 5px;
  text-align: left;
}
#indent{
  padding:10px 2px;
  display: block;
  font-size: 0.84rem;

}

.bold{
  font-size: 1.0rem;
  display: block;
}
.pop{
  position: relative;
  top: -4px;
}
.web2{
  background-color: #faf6ffcc;
  display: block;
  text-decoration: none;
  width: 730px;
  position: absolute;
  top: 473px;
  color: #521b9a;
  right: 217px;
  padding: 12px;
  opacity: 1;
  border-radius: 7px;
  pointer-events: none;
  z-index: 2;
  font-weight: 500;
  text-align: center;
  text-align: left;
  line-height:1.4rem;
  border: 5px solid #521b9a;
}

.web2 span{
  display: block;
  font-size: 1.3rem;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 600;
}