.btnTab_ul .btnTab {
  width: 120px;
}

.show_li {
  margin: 40px 70px 30px 0;
  width: 320px;
  height: 386px;
  background: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(158, 185, 229, 0.20);
  border-radius: 4px;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}

.show_li img{
  width:280px;
  height: 140px;
}
.show_li:hover {
  transform: scale(1.05);
  border: 1px solid #4381E5;
}

.show_li:hover .titleP {
  color: #4381E5;
}

.pageNum {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  background: #C9D9F3;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.pageSct {
  background: #FFFFFF;
  border: 1px solid #C9D9F3;
  color: #000000;
}

.titleP {
  margin: 20px 0;
  font-size: 15px;
  color: #3A436E;
  text-align: justify;
  font-weight: bold;
  width: 280px;
  height: 42px;
  line-height: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-wrap:break-word;
  -webkit-box-orient: vertical;
}

.conP {
  font-size: 14px;
  color: #646584;
  text-align: justify;
  line-height: 23px;
  width: 280px;
  height: 94px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  word-wrap:break-word;
}

.downCon {
  width: 730px;
  float: left;
  margin: 0 10px;
}

.downConP1 {
  text-align: justify;
  line-height: 23px;
  width: 730px;
  height: 23px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #3A436E;
  font-weight: bold;
  margin: 0px 0 15px 0;
  word-wrap:break-word;
}

.downConP2 {
  font-size: 14px;
  color: #646584;
  text-align: justify;
  line-height: 23px;
  width: 730px;
  height: 49px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 0px 0 10px 0;
  word-wrap:break-word;
}

.downConP3 {
  font-size: 12px;
  color: #B0B0B8;
}

.bottomCon {
  position: relative;
  margin-top: 10px;
}

.ydqw {
  font-size: 12px;
  color: #4381E5;
  line-height: 22px;
  position: absolute;
  right: 0;
}

.date {
  font-size: 12px;
  color: #B0B0B8;
  line-height: 22px;
}

.downIcon_div {
  background: #E5EFFF;
  width: 70px;
  height: 70px;
  border-radius: 6px;
}

.dowm_li:hover .downIcon_div {
  background: #4381E5;

}

.dowm_li {
  width: 100%;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(158, 185, 229, 0.20);
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 50px;
}

.dowm_li:hover {
  transform: scale(1.05);
  border: 1px solid #4381E5;
}

.downIcon p {
  font-size: 14px;
  color: #3A436E;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.dowm_li:hover .downIcon p {
  color: #4381E5;
}

.downIcon_div img {
  margin: 15px 0 0 15px;
}

.page_wrap {
  margin: 30px auto 0;
  position: relative;
  height: 40px;
  width: 1100px;
}

.page_wrap_ul {
  position: absolute;
  right: 0;
}

.wrap_down {
  width: 100%;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #F5F9FF 100%);
  display: none;
}

.wrap_down_ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.show_ul {
  width: 1100px;
  margin: 0 auto;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
}

.wrap_text {
  width: 100%;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #F5F9FF 100%);
  position: relative;
}

.news_bj_div {
  background: #4381E5;
  width: 100%;
  height: 230px;
  position: relative;
}

.news_bj_h1 {
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 56px;
  font-weight: bold;
}

.news_bj_img {
  position: absolute;
  right: 0;
  top: 0;
}

.page_wrap_ul select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  background: #fff ;width: 40px;margin:0 10px;height: 30px;line-height: 30px;
  text-align: center;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.page_wrap_ul  select::-ms-expand {
  display: none;
}
.goPage{
  float:left;line-height: 30px;margin-left: 20px;
}
.goPage span{
  float: left;
}