
* {
  margin: 0;
  padding: 0;
}
a{
   text-decoration: none;
}
img {

  max-width: 100%;

  height: auto;

  }
  .content{
    background: linear-gradient(1turn, rgba(229, 237, 255, 0), #e5edff)!important;
  }
  .top_1{

    align-items: center;
    background-color: #fff;

    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 21vw;
    min-height: 400px;
    position: relative;
}

.top_1_l{ padding-left: 20%;}
.top_1_l .top_title{
  font-size: 54px;
  margin-top: 88px;
}
.top_1_l .top_title text{
color: #4372fe;
}

.top_1_l .top_title1{
  font-size: 32px;
  margin-top: 16px;
}

.top_1_l .top_title2{
  color: #212121;
  margin-top: 16px;  font-size: 14px;
}
















.content_1 {
  margin: auto 20%;
}
.title{
  color: #fff;
  font-size: 60px;
  left: 20%;
  position: absolute;
}
.content_title{
  margin-top: 40px;
  font-size: 32px;
    font-weight: 400;
    text-align: center;margin-bottom: 50px;
}
.content_list {
	width: 100%;height: 335px;

	margin: 40px auto 0;
}

.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#example-one {  }

#example-one  li { min-width: 100px; float: left; margin: 0 10px 0 0;  list-style: none;    width: 15%;
  align-items: center;
  background: hsla(0, 0%, 100%, .7);
  border-radius: 8px;
  color: #a7aeb4;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  margin: 10px;
  width: calc(16.66667% - 20px);


}
#example-one  li.last { margin-right: 0; }



#example-one   .active{
color: #000;    background-color: #fff;

 }
 .list-wrap{
  padding-bottom: 80px;
}
.outer {
  width: 1200px;
  padding: 0 25px; margin: 0 auto; padding-top: 30px;
}
#sidebar {
  display: block;
  float: left;
  width: 22.5490196078431%;
}
.document_a {
  border-left: none;
  padding: 0 0 0 2px;
  margin: 10px 0;
}
.sidebar-link {
  color: #666;
  text-decoration: none;
  display: block;
  font-weight: 300;
  padding: 5px 15px;
  border-left: 2px solid #ddd;
  margin-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-title {
  display: block;
  margin: 10px 0;
  color: #666;
  position: relative;
  padding-left: 20px;
  font-size: 102%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-link.current {
  color: #4A71EB;
  border-color: #4A71EB;
}