.w1200 {
  width: 1210px;
  margin: 0 auto;
}
.index_zl_box {
  width: 100%;
}
.index_link_box {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.new_index_tit {
  border-bottom: 1px solid #f2f5f7;
  width: 100%;
  height: 55px;
  position: relative;
  font-size: 16px;
}
.new_index_tit_list {
  height: 55px;
  line-height: 55px;
  color: #666;
  margin-left: 15px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.new_index_tit_cur {
  font-weight: bold;
  color: #0c0b0b;
  font-size: 18px;
  position: relative;
}
.new_index_tit_cur .new_index_tit_line {
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: #3d7eff;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0px;
}
.new_index_tit_more {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 55px;
  color: #666666;
  font-size: 12px;
  background: url(../images/icon_jtright.png) no-repeat right center;
  padding-right: 10px;
}
.index_link_box_p {
  width: 100%;
  float: left;
  padding-top: 5px;
}
.index_link_box_p_name {
  width: 135px;
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-top: 8px;
  line-height: 18px;
}
body {
  background-color: #f6f6f8;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.__top {
  height: 33px;
  line-height: 33px;
  color: #fff;
  background-color: #004da9;
  font-size: 12px;
}
.__top-title {
  font-size: 12px;
}
.__top-links a {
  color: #fff;
  margin: 0 5px;
}
.__top-links a:hover {
  color: #fff;
  display: inline-block;
}
.__logo-wrap {
  height: 135px;
  min-width: 1210px;
  background-image: url(./images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.__nav-wrap {
  height: 50px;
  background-color: #1866a8;
}
.__nav-wrap .__nav {
  width: 900px;
}
.__nav-wrap .__nav-item {
  width: 20%;
  float: left;
  line-height: 50px;
  height: 50px;
  position: relative;
}
.__nav-wrap .__nav-item a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
}
.__nav-wrap .__nav-item::before,
.__nav-wrap .__nav-item::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
}
.__nav-wrap .__nav-item::after {
  right: 0;
  border-right: 1px solid #3880bb;
}
.__nav-wrap .__nav-item::before {
  right: 0;
  border-right: 1px solid #0f5a98;
}
.__nav-wrap .__nav-item.active a,
.__nav-wrap .__nav-item:hover a {
  background-color: #014670 !important;
}
.__search {
  width: 280px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin: 8px 0 7px;
}
.__search .__search-input {
  float: left;
  border: none;
  height: 35px;
  width: 160px;
  padding: 0 8px;
  box-sizing: border-box;
}
.__search .__search-btn {
  cursor: pointer;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  float: right;
  border: none;
  background-color: transparent;
}
.__search .__search-btn .icon {
  width: 20px;
  height: auto;
}
.__wrap {
  padding: 15px 0 0 0;
}
.__card {
  border-radius: 5px;
  margin: 16px 0 0 0;
}
.__card.__bg-white {
  background-color: #ffffff;
}
.__card-full {
  padding: 0 20px 0;
}
.__card-left {
  width: 930px;
  background-color: #ffffff;
}
.__card-left .__card-content {
  width: 325px;
  padding: 0 20px 0 25px;
}
.__card-right {
  height: 356px;
  width: 270px;
  background-color: #ffffff;
}
.__card-right .__card-main {
  padding: 0 18px;
}
.__card-slide {
  height: 356px;
}
.__card .__slide {
  width: 560px;
}
.__card-title {
  padding: 12px 0 0 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.__card-title h2 {
  line-height: 22px;
  padding: 6px 0;
  float: left;
  font-size: 16px;
  font-weight: 550;
  color: #006eab;
  border-bottom: 3px solid #006eab;
}
.__card-title__link {
  float: right;
  color: #006eab;
  margin: 10px 0 0 0;
  line-height: 22px;
}
.__card-list {
  padding: 10px 0 0 0;
}
.__card-list__item {
  width: 100%;
}
.__card-list__item a {
  font-size: 13px;
  overflow: hidden;
  padding: 4px 0;
  display: block;
  line-height: 20px;
}
.__card-list__item a .__tit {
  padding: 0 10px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.__card-list__item a .__tit.__hot::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #444;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.__card-list__item a.__has-date .__tit {
  width: 230px ;
}
.__card-list__item a.__has-date .__date {
  width: 75px;
  text-align: right;
}
.__card-list__item a:hover {
  color: #006eab;
}
.__card-list__item a:hover .__tit.__hot::before {
  background-color: #006eab;
}
.__list-group {
  position: relative;
  padding: 4px 0;
}
.__list-group .__list {
  float: left;
  width: 360px;
}
.__list-group .__list-line {
  margin: 0 15px;
  float: left;
  width: 1px;
  min-height: 170px;
}
.__list-group .__list-line::before {
  content: "";
  height: 170px;
  border-right: 1px dashed #ddd;
  position: absolute;
  top: 50%;
  margin-top: -85px;
}
.__list-group .__list .__item {
  line-height: 1;
  padding: 18px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dashed #ddd;
}
.__list-group .__list .__item:last-child {
  border-bottom: none;
}
.__list-group .__list .__item a:hover {
  text-decoration: none;
  color: #006eab;
}
.__card-group .__card {
  width: 560px;
  padding: 0 20px;
  min-height: 210px;
}
.__card-group .__card .__list {
  width: 100%;
}
.__card-group .__card .__list .__item .__post {
  max-width: 330px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.__card-group .__card .__list .__item .__desc {
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 220px;
  text-align: right;
}
.__footer {
  text-align: center;
  margin: 70px 0 0 0;
}
.__footer-top a {
  color: #444;
  margin: 0 10px;
}
.__footer a:hover {
  color: #004da9;
}
.__footer-bot {
  padding: 40px 100px;
  width: 600px;
  margin: 0 auto;
  position: relative;
}
.__footer-bot__left {
  position: absolute;
  width: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 22px;
}
.__footer-bot .maint {
  color: #333;
}
.__footer-bot .__code {
  max-width: 100%;
}
.__footer-bot__middle {
  line-height: 30px;
  position: relative;
}
.__footer-bot__middle a:hover {
  color: #004da9;
}
.__footer-bot__right {
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 22px;
}
