/* 横幅 */
.banner {
  width: 100%;
  height: 260px;
}
.banner_box img {
  width: 100%;
  height: 100%;
}

/* tab栏 */
.tab {
  width: 100%;
  height: 800px;
  margin-top: 36px;
}
.tab_con {
  width: 100%;
  height: 100%;
}
/* 左 */
.tab_fl {
  float: left;
  width: 220px;
  min-height: 247px;
}
.tab_fl ul {
  width: 100%;
  height: 100%;
}
.tab_fl ul li {
  width: 220px;
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}

.tab_fl ul li:hover {
  background-color: #0759a7;
}
.tab_fl ul li:hover {
  color: #fff;
  font-weight: bold;
}
.tab_current {
  background-color: #0759a7 !important;
  color: #fff !important;
  font-weight: bold !important;
  border: 1px solid #0759a7 !important;
}

.tab_fl ul li:first-child {
  border-bottom: none;
}
.tab_fl ul li:last-child {
  border-bottom: 1px solid #dcdcdc !important;
}
.tab_fl ul li:nth-child(n + 2) {
  border-bottom: none;
}

/* 右 */
.tab_fr {
  float: right;
  width: 921px;
  height: 100%;
}
.tab_fr_title {
  width: 100%;
  height: 48px;
  border-top: 2px solid #0759a7;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 28px;
}
.tab_fr_title .tab_text_ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_fr_title .tab_text_ul h5 {
  font-size: 18px;
  color: #575757;
  font-weight: bold;
}
.tab_fr_title .tab_text_ul span {
  font-size: 14px;
  color: #575757;
}
.tab_fr_title .tab_text_ul li {
  margin-bottom: 0 !important;
}
.tab_fr_title .tab_text_ul a {
  color: #575757;
}
.tab_fr .box {
  width: 100%;
  height: 100%;
}

/* tab1 */
.tab_text .tab_con {
  width: 100%;
  height: 100%;
}
.tab_text .tab_text_ul li {
  width: 100%;
  margin-bottom: 22px;
}
.tab_text .tab_text_ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.tab_text .tab_text_ul li span:first-child {
  font-size: 15px;
  color: #292929;
  width: 630px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_text .tab_text_ul li a:hover span {
  color: #14398f;
}
.tab_text .tab_text_ul li span:first-child::before {
  content: "·";
  color: #292929;
  margin-right: 3px;
}
.tab_text .tab_text_ul li span:last-child {
  font-size: 15px;
  color: #a2a2a2;
}

/* tab2 */
.tab2 {
  width: 100%;
  height: 100%;
  display: none;
}
/* tab3 */
.tab3 {
  width: 100%;
  height: 100%;
  display: none;
}
/* tab4 */
.tab4 {
  width: 100%;
  height: 100%;
  display: none;
}
/* tab5 */
.tab5 {
  width: 100%;
  height: 100%;
  display: none;
}
.wp_article_list{font-size:15px}
.wp_article_list .list_item{height:35px;line-height:35px;}
.title1 h5{font-size:18px;color:#575757;font-weight: bold;}
