.banner {
  width: 100%;
  background: #c9dcd7 url(../images/banner_img.png);
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.banner h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  text-transform: none;
  color: #684682;
}
.content {
  padding: 50px 0;
}
.content .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .l-text {
  width: 70%;
}
.content .r-menu {
  width: 25%;
  height: 1050px;
  background: #f5efe4;
  padding: 20px;
  border-radius: 6px;
}
.content h2 {
  font-size: 27px;
  color: #684682;
  margin-bottom: 20px;
  border-bottom: #e3e3e3 1px solid;
  padding-bottom: 10px;
}
.content h3 {
  font-size: 24px;
  color: #684682;
  margin-bottom: 10px;
}
.content h4 {
  text-align: center;
  margin: 30px;
  font-size: 22px;
  color: #684682;
}
.content span{
  font-size: 13px;
  color:#684682;
  padding-right:10px;
}
.content p {
  line-height: 28px;
  font-size: 15px;
  color: #306a6c;
  margin-top: 20px;
}
.content p strong{
  color: #684682;
}
.content p img{
  width: 100%;
  height: auto;
  padding: 2% 10%;
}
.content i{
  color: #fff;
  font-size: 2px;
  padding: 0;
  margin: 0;
}
.content .l-text ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-top: 10px;
  list-style:none;
}
.content .r-menu ul li {
  padding: 8px 5px ;
  border-bottom: 1px dashed #fff;
  font-size: 15px;
  color: #306a6c;
}
.content .r-menu ul li:hover {
  background: #3c40c6;
  color: #fff;
}
.content .r-menu .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .r-menu .img-list a {
  display: block;
  width: 48%;
  margin-bottom: 10px;
  height: 100px;
}
.content .r-menu .img-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.2s;
}
.content .r-menu .img-list img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.content .row .news-info a {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  background: #f9f9f9;
  transition: 0.2s;
}
.content .row .news-info a:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.sub-link {
  margin-bottom: 30px;
  color: #999;
  font-size: 15px;
}
.sub-link a:hover {
  color: #3c40c6;
}
@media screen and (max-width: 980px) {
  .row .l-text {
    width: 100%;
  }
  .row .r-menu {
    width: 100%;
    height:auto;
  }
  .row .r-menu .img-list a {
    width: 48%;
  }
}

.page_list {
	width: 100%;
	padding: 30px 0;
}

.page_list ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.page_list li {
	margin-right: 10px;
	margin-top: 10px;
}

.page_list ul li a {
	display: block;
	color: #684682;
	padding: 5px 10px;
	border: 1px solid #306a6c;
	border-radius: 3px;
}

.page_list ul li strong {
	display: block;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #306a6c;
	border-radius: 3px;
	background: #91c3ba;
}

.page_list ul .on_page a {
	background: #91c3ba;
	color: #fff;
	
}

.page_list ul li:hover a {
	background: #91c3ba;
	color: #fff;
}
@media screen and (max-width: 980px) {
  .banner{
  width: 100%;
  background: #caecee url(../images/banner_img.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center right !important;
  background-attachment: scroll;
  background-size: cover;
  }
  .banner h2 {
    font-size: 27px;
  }
  
  .banner1 {
    width: 100%;
    padding: 3% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
  }

}