/*概览*/
.stdt_box {
  box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
}
.stdt_box .title_box {
  text-align: center;
  margin-top: 54px;
}
.stdt_box .title_box .mainTitle {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 4px;
  color: #333333;
  margin-bottom: 46px;
}
.stdt_box .title_box .subTitle {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-bottom: 48px;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 10px;
}
.stdt_box .title_box .subTitle .time {
  margin-right: 64px;
}
.stdt_article div:not(.share) {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 38px;
  word-break: break-all;
}
/*列表*/
.stdt_list_box .list_stdt_title {
  display: block;
  text-align: center;
  width: 100%;
  margin: 40px auto;
}
.stdt_list_box .stdt_list {
  width: 100%;
}
.stdt_list_box .stdt_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  background-color: #f7fbff;
  border-radius: 10px;
  border: solid 1px #d8edff;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}
.stdt_list_box .stdt_list li:not(:first-child) {
  margin-top: 36px;
}
.stdt_list_box .stdt_list li .time {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
}
.stdt_list_box .stdt_list .list_item_text {
  width: 85.5%;
}
.stdt_list_box .stdt_list .list_item_text a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stdt_list_box .stdt_list .list_text_title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #414141;
  cursor: pointer;
}
.stdt_list_box .stdt_list .list_text_title a {
  color: #414141;
}
.stdt_list_box .stdt_list .list_text_title:hover a {
  color: #1152a2;
}
.stdt_list_box .stdt_list .list_text_title.current a {
  color: #1152a2;
}
.voice_btn {
  cursor: pointer;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 132px;
  height: 69px;
  background-color: #1152a2;
  border-radius: 10px;
}
.voice_btn img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
}
.where {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.where a {
  color: #666666;
}
.where .current_pages {
  color: #226ebc;
}
/*分页*/
.pages {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 54px;
}
.pages a {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  line-height: 70px;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  margin-right: 5px;
}
.pages a:hover {
  background-color: #226ebc;
  color: #ffffff;
}
.pages a.w116 {
  width: 116px;
}
.pages a.w72 {
  width: 72px;
}
.pages a.current {
  background-color: #226ebc;
  color: #ffffff;
}
