/*列表标记*/
.part01_box .tab_list {
  justify-content: center;
}
/*时政要闻  */
.part02_box {
  margin-top: 75px;
}
.part02_box,
.part01_box {
  padding: 0.42rem 28px;
  background-color: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(80, 141, 216, 0.26);
  border-radius: 4px;
}
.tab_list {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0px;
  display: flex;
  justify-content: space-between;
}
.tab_list a {
  display: block;
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 265px;
  height: 70px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 2px;
  color: #666666;
  border: solid 1px transparent;
}
.tab_list li {
  padding-bottom: 25px;
}
.tab_list li:hover a,
.tab_list li.current a {
  color: #235fb0;
  background-color: #ecf6ff;
  border: solid 1px #4680ce;
}
/* 列表 */
.pane_list {
  margin-top: 12px;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 74px;
  letter-spacing: 1px;
  color: #333333;
}
.pane_list li {
  display: flex;
  justify-content: space-between;
}
.pane_list li:not(:last-child) {
  border-bottom: 1px dashed #dddddd;
}
.pane_list a {
  width: calc(100% - 350px);
  color: #333333;
}
.pane_list a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: #2898ce;
  margin-right: 16px;
  margin-bottom: 6px;
}
.pane_list .time {
  font-size: 24px;
  color: #999999;
}
.pane_list li:hover a,
.pane_list li.current a {
  color: #104ea5;
  font-weight: bold;
}
.pane_list li:hover a::before,
.pane_list li.current a::before {
  background-color: #104ea5;
}
.pane {
  display: none;
}
.pane.current {
  display: block;
}
/* 第四部分-工作动态 */
.chjgg_box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.chjgg_box .fb {
  flex-wrap: wrap;
}
.chjgg_box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 199px;
  box-shadow: 0px 6px 16px 0px rgba(80, 141, 216, 0.26);
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 4px;
  color: #494949;
}
.chjgg_box ul li a {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 3px;
  color: #555555;
}
.chjgg_box ul li img {
  margin-bottom: 26px;
}
.listPag_box {
  padding: 24px 0.3rem;
  background-color: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(80, 141, 216, 0.26);
  border-radius: 4px;
}
/* 列表 */
.listPage_list {
  margin-top: 12px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 128px;
  letter-spacing: 1px;
  color: #333333;
}
.listPage_list li {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #dddddd;
}
.listPage_list a {
  width: calc(100% - 350px);
  color: #333333;
}
.listPage_list a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2898ce;
  margin-right: 16px;
  margin-bottom: 6px;
}
.listPage_list .time {
  font-size: 30px;
  color: #999999;
}
.listPage_list li:hover a,
.listPage_list li.current a {
  color: #104ea5;
  font-weight: bold;
}
.listPage_list li:hover a::before,
.listPage_list li.current a::before {
  background-color: #104ea5;
}
.slh_where {
  text-align: left;
  font-size: 24px;
  line-height: 40px;
  color: #666666;
}
.slh_where img {
  vertical-align: middle;
}
.slh_where span,
.slh_where a {
  color: inherit;
}
.slh_where a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slh_where a:hover {
  color: #1350a6;
}
.slh_where a.cur {
  text-decoration: underline;
}
.slh_pages {
  padding: 20px 0;
  text-align: center;
}
.slh_pages a,
.slh_pages span {
  transition: all 0.3s;
  margin: 3px 10px;
  display: inline-block;
  line-height: 18px;
  padding: 20px 25px;
  font-size: 29px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.slh_pages a:hover,
.slh_pages span:hover,
.slh_pages a.current,
.slh_pages span.current {
  background-color: #3777cd;
  color: #fff;
}

.stdt_article {
  padding: 14px 0.37rem;
}
.stdt_article p,.stdt_article div:not(.share) {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 38px;
}
.stdt_article .share {
  text-align: right;
  margin-top: 85px;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 57px;
  letter-spacing: 0px;
  color: #666666;
}
.stdt_article .share .share_btn {
  cursor: pointer;
  float: right;
  margin: 0 5px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.stdt_article .share .share_btn.share_weixin {
  background-image: url(../images/wx.png);
}
.stdt_article .share .share_btn.share_weibo {
  background-image: url(../images/wb.png);
}
.stdt_article .share .share_btn.share_qzone {
  background-image: url(../images/kj.png);
}
.stdt_article .share img {
  vertical-align: middle;
}
.title_box {
  text-align: center;
  margin-top: 28px;
  border-bottom: 1px dashed #e0e0e0;
  border-top: 1px dashed #e0e0e0;
}
.title_box .mainTitle {
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 4px;
  color: #333333;
  margin-bottom: 0.35rem;
  padding-top: 0.56rem;
}
.title_box .subTitle {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
  padding-bottom: 34px;
}
.title_box .subTitle .time {
  margin-right: 64px;
}
