.study {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}












.study .hd {
  width: 100%;
  background-color: #fff;
}

.study .hd h3 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  padding: 0 28px;
  box-sizing: border-box;
  background: radial-gradient(circle, #2D66A5, #4086CB);
  border-radius: 4px 4px 0px 0px;
  margin: 0;
}

.study .hd .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 28px;
  box-sizing: border-box;
}

.study .hd .item span {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}

.study .hd .item:hover span {
  color: #326CA1;
}

.study .hd .current span {
  color: #326CA1;
}

.study .bd {
  width: 100%;
  padding: 29px 32px;
  box-sizing: border-box;
  background-color: #fff;
}

.study .bd .list {
  display: none;
}

.study .bd h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
  margin-bottom: 43px;
}

.study .bd h3::before {
  position: absolute;
  top: 2px;
  left: -11px;
  content: '';
  width: 4px;
  height: 22px;
  background: #015293;
}

.study .bd .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #999;
}

.study .bd .item a img {
  width: 28px;
  height: 30px;
}

.study .bd .item a span {
  color: #333333;
}

.study .bd .item .time {
  color: #999999;
}

.study .bd .tit h4 {
  font-size: 28px;
  font-weight: bold;
  color: #015293;
  margin-bottom: 34px;
}

.study .bd .tit span {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-bottom: 29px;
}

.study .bd .nr img {
  width: auto;
max-width:800px;
  margin-bottom: 33px;
}

.study .bd .nr p,
.study .bd .nr span {
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 30px !important;
  text-indent: 32px !important;
  margin-bottom: 20px !important;
}

.study .bd .line {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: 1px dotted #999999;
}

.study .bd .page {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 60px 0;
}

.study .bd .page .page_box1 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 20px;
}

.study .bd .page .page_box1 a:last-child {
  margin-bottom: 0;
}

.study .bd .page .page_box2 a {
  font-size: 18px;
  font-weight: 500;
  color: #015293;
}

@media screen and (max-width: 992px) {

  .study .bd .item {
    display: block;
  }

  .study .bd .item .time {
    display: inline-block;
    margin-top: 10px;
  }

  .study .bd .nr p {
    width: 100% !important;
  }

  .study .bd .tit h4 {
    font-size: 20px;
  }

  .study .bd .tit span {
    margin-bottom: 20px;
  }

  .study .bd .page {
    display: block;
  }

  .study .bd .page .page_box1 a {
    font-size: 12px;
  }

  .study .bd .page .page_box2 a {
    font-size: 12px;
  }

  #page {
    left: unset !important;
    transform: unset !important;
  }
}