.jrlySlider {
  position: relative;
}
.jrlySlider img {
  width: 759.62px;
  height: 457px;
}

.jrlySlider li p {
  background: #EDF6FE;
  /* font-family: MicrosoftYaHei-Bold; */
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 50px;
  text-indent: 1em;
  padding-right: 25px;
}

.jrlySlider li .xh {
  text-align: right;
  color: #000000;
  font-size: 30px;
  padding-bottom: 10px;
}

.jrlySlider li .xh em {
  color: #000000;
  font-size: 39px;
}
.jrlySlider .prev,
.jrlySlider .next {
  position: absolute;
  display: block;
  width: 43px;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.jrlySlider .prev {
  left: 0;
  right: auto;
  background: url(../img/prev.png) center no-repeat;
}

.jrlySlider .next {
  left: auto;
  right: 0;
  background: url(../img/next.png)center no-repeat;
}

.jrlySlider .prev:hover,
.jrlySlider .next:hover {
  /* filter: alpha(opacity=100); */
  display: block;
  background-color: #999;
  opacity: 0.8;
}

.jrlyList {
  width: 404px;
  background: url('../img/zwywbg.png') center top no-repeat;
  padding: 30px 25px 55px;
}

.jrlyList_tit {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 29px;
  color: #014892;
  letter-spacing: 0;
  background: url('../img/zwyw_t_bg.png')right center no-repeat;
}

.jrlyList ul {
  width: 404px;
  /* height: 536px; */
  /* background: #EDF6FE;
  border-top: 5px #0062C7 solid; */

  margin-top: 20px;
}

.jrlyList ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 42px;
  line-height: 42px;
  background: url("../img/li-bg.png") center left no-repeat;
  text-indent: 5px;
}

.ywdt_box {
  margin-top: 50px;
}

.box_t {
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  font-size: 34px;
  color: #014892;
  letter-spacing: 2px;
  background: url('../img/ldxx_bg.png')center center no-repeat;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ywdt_box .tab_title ul {
  text-align: center;
}

.ywdt_box .tab_title li {
  width: 170px;
  height: 48px;
  line-height: 48px;
  background: url('../img/ywdt_tab_bg.png')center center no-repeat;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 15px;
}

.ywdt_box .tab_title li a {}

.ywdt_box .tab_title li.on a {
  color: #FFFFFF;
}

.ywdt_box .tab_title li.on {
  font-weight: 700;
  color: #FFFFFF;
  background: url('../img/ywdt_tab_bg_on.png')center center no-repeat;
}

.ywdt_box .tab_content_items li {
  line-height: 52px;
  border-bottom: 1px dashed #979797;
}

.ywdt_box .tab_content_items .fl,
.ywdt_box .tab_content_items .fr {
  width: 572px;
  margin-top: 30px;
}

.ywdt_box .tab_content_items span {
  width: 100px;
  float: right;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}

.ywdt_box .tab_content_items a {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ywdt_box .tab_content_items {
  display: none;
}

.ywdt_box .tab_content_items.on {
  display: block;
}

.tcgg_box {
  margin-top: 30px;
}

.tcgg_box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}


.tcgg_box li {
  width: 393.41px;
  height: 184px;
  background: #F7F9FE;
  border-bottom: none !important;
}

.tcgg_box li a {
  display: block !important;
  width: 100% !important;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.tcgg_box li a .tcgg_data {
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  font-size: 42px;
  color: #014892;
}

.tcgg_box li a .tcgg_year {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  margin-left: 10px;

}

/* .tcgg_box li a p:nth-child(1) {
  width: 200px;
} */

.tcgg_box li a p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  width: 330px;
  white-space: pre-wrap;
  line-height: 1.5;
}

.tpxwBox {
  background: #F6F6F6;
  padding: 50px 0;
  margin-top: 50px;
  padding-bottom: 80px;
}



.specBtm {
  width: 100%;
  /* height: 196px; */
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.specBtm .hd .next,
.specBtm .hd .prev {
  width: 43px;
  height: 85px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0.39;
  top: 50%;
  transform: translateY(-50%);
}

.specBtm .hd .next {
  right: 0;
  background: #000000 url(../img/next.png) center center no-repeat;
}

.specBtm .hd .prev {
  left: 0;
  background: #000000 url(../img/prev.png) center center no-repeat;
}

.specBtm .bd {
  width: 100%;
  /* height: 196px; */
}

.specBtm .bd ul {
  /* height: 196px; */
  overflow: hidden;
}

.specBtm .bd ul li {
  float: left;
  margin-right: 62px;
  /* width: 330px;
  height: 196px; */
}

.specBtm .bd ul li img {
  display: block;
  width: 358px;
  height: 235px;
}

.specBtm .bd ul li p {
  width: 358px;
  height: 71px;
  background: #FFFFFF;
  padding: 10px 20px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 24px;
}

.link {
  margin-top: 0;
}