.head {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  height: 66px;
  /* background: url(../img/head.jpg) no-repeat center center; */
}
/* .head .logo {
  width: 250px;
  height: 60px;
} */
.head .logo img {
  /* width: 100%;
  height: 100%; */
}
.head .share {
  align-self: flex-start;
  margin-top: 10px;
}
.head .share .social-share-icon {
  position: relative;
  margin-right: 20px;
  border: 0;
  color: #888;
}
.head .share .social-share-icon::after {
  content: '|';
  height: 3px;
  position: absolute;
  right: -15px;
  color: #888;
}
.head .share #ymd {
  letter-spacing: 2px;
}
.nav {
  height: 50px;
  background-color: #094baa;
}
.nav .z {
  width: 1200px;
  margin: 0 auto;
}
.nav .z ul {
  display: flex;
  justify-content: space-between;
}
.nav .z ul li {
  padding: 10px;
}
.nav .z ul li a {
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
  font-size: 18px;
  text-align: center;
}
.nav .z ul .cur {
  background-color: #346ad2;
}
.nav .z ul li:hover {
  background-color: #346ad2;
}
.index-tit h3 {
  margin: 0px auto;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #1c4aa3;
  line-height: 120%;
}
.index-tit p {
  margin: 0px auto;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 10px;
  color: #666;
  -webkit-line-clamp: 1;
}
.fouce {
  display: flex;
  height: 340px;
  justify-content: space-between;
}
.fouce .left {
  position: relative;
  width: 48%;
  height: 340px;
}
.fouce .left .swiper-container {
  height: 340px;
}
.fouce .left .swiper-container img {
  width: 100%;
  height: 100%;
}
.fouce .left .swiper-container p {
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.fouce .left .swiper-container p span {
  width: 75%;
  display: block;
  overflow: hidden;
}
.fouce .left .swiper-pagination {
  text-align: right;
  left: -40px;
}
.fouce .left .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.fouce .left .swiper-pagination-bullet-active {
  background-color: #ff6600;
}
.fouce .right {
  width: 48%;
}
.er {
  display: flex;
  justify-content: space-between;
}
.er .title-list {
  width: 48%;
}
.san {
  display: flex;
  justify-content: space-between;
}
.san .title-list {
  width: 32%;
}
.img-p {
  width: 32%;
  height: 200px;
  position: relative;
}
.img-p img {
  width: 100%;
  height: 100%;
}
.img-p p {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.title-list .list {
  margin-top: 10px;
}
.title-list .list .img-div {
  width: 32%;
  display: flex;
  justify-content: space-between;
}
.title-list .list .img-div img {
  width: 100%;
  margin-right: 20px;
}
.title-list .list .img-div .text {
  width: 240px;
}
.title-list .list .img-div .text p {
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.title-list .list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.title-list .list ul li {
  position: relative;
  margin: 4px 0;
  padding-left: 20px;
}
.title-list .list ul li a {
  color: #094baa;
}
.title-list .list ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #094baa;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.img-fouce {
  overflow: hidden;
}
.img-fouce a {
  display: inline-block;
  position: relative;
  width: 279px;
  height: 167px;
  margin: 0 28px 0 0;
  overflow: hidden;
}
.img-fouce a img {
  width: 100%;
  height: 100%;
}
.img-fouce p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}
.img-fouce .swiper-container {
  overflow: initial;
  padding: 0 40px;
}
.img-fouce .swiper-container .swiper-slide {
  margin-right: 20px;
}
.img-fouce .swiper-button-prev {
  height: 100%;
  width: 40px;
  top: 0;
  margin-top: 0;
  left: 0px;
  background-color: #ccc;
  z-index: 999;
}
.img-fouce .swiper-button-next {
  right: 0;
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px;
  background-color: #ccc;
}
.title {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #eee;
  padding: 0 0 10px 0;
}
.title a:first-of-type span {
  color: #094baa;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 6px solid #094baa;
  padding: 10px 0;
}
.title a:last-of-type span {
  font-size: 14px;
  margin-right: 10px;
  position: relative;
}
.title a:last-of-type span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/more.gif) no-repeat right 5px;
}
.title-2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #eee;
  padding: 0 0 10px 0;
}
.title-2 a:first-of-type span {
  color: #094baa;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 6px solid #094baa;
  padding: 10px 0;
}
.left_tab {
  width: 100%;
}
.left_tab .left_tab_title {
  height: 50px;
  border-top: 1px solid #eee;
}
.left_tab .left_tab_title .tabs {
  display: flex;
  justify-content: space-between;
}
.left_tab .left_tab_title .tabs a {
  width: 33.33333333%;
  font-size: 20px;
  line-height: 50px;
  color: #094baa;
  text-align: center;
  cursor: pointer;
  background-color: #b4c8fa;
}
.left_tab .left_tab_title .current {
  border-top: 3px solid #094baa;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #094baa !important;
  background-color: #fff !important;
}
.left_tab .left_tab_conten {
  width: 100%;
  overflow: hidden;
}
.left_tab .left_tab_conten .left_tab_conten_item {
  width: 100%;
  display: none;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item {
  display: block;
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item img {
  float: left;
  display: block;
  margin-right: 20px;
  width: 220px;
  height: 165px;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item dl {
  overflow: hidden;
  zoom: 1;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item dl dt {
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item dl dd .item_text {
  color: #999;
  line-height: 28px;
  font-size: 16px;
  height: 80px;
  text-indent: 1rem;
  overflow: hidden;
  margin-bottom: 24px;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item dl dd .item_info {
  overflow: hidden;
  line-height: 28px;
  height: 28px;
  color: #999;
}
.left_tab .left_tab_conten .left_tab_conten_item .con_item dl dd .item_info .pbtime {
  float: right;
}
.left_tab .left_tab_conten .left_tab_conten_item .no-img .item_text {
  height: auto !important;
  margin-bottom: 10px;
}
.lie-list {
  display: flex;
  justify-content: space-between;
}
.lie-list .left {
  width: 70%;
}
.lie-list .left .left_tab .left_tab_title .tabs a {
  width: 100%;
  font-size: 24px;
}
.lie-list .right {
  position: sticky;
  top: 0;
  height: 100%;
  width: 27%;
}
.lie-list .right .img-p {
  width: 100%;
}
.lie-list .right .advertising {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.lie-list .right .advertising img {
  width: 300px;
  height: 300px;
}
.lie-list .right .advertising-2 {
  width: 300px;
  height: 250px;
}
.lie-list .right .advertising-2 img {
  width: 300px;
  height: 250px;
}
.lie-list .right .title-list .text {
  width: 200px;
}
.coume {
  background-color: #f5f5f5;
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.coume span,
.coume a {
  font-size: 16px;
  margin-right: 10px;
}
.paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 60px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 50px;
  background-color: #fafafa;
}
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #094baa;
}
.paging .hover {
  color: #fff;
  background-color: #094baa;
}
.content .con-tit h1 {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: 500;
}
.content .con-info {
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.content .con-info span {
  font-size: 14px;
  margin-right: 10px;
}
.content .con-share {
  text-align: center;
  padding: 10px 0;
}
.content .con-share .social-share-icon {
  border: 0;
  margin-right: 6px;
}
.content .con-txt h6 {
  font-weight: 400;
  text-indent: 2rem;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 32px;
}
.content .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  border-top: 1px solid #eee;
  padding: 20px;
}
.pian p {
  margin-bottom: 10px;
}
.pian p strong {
  margin-right: 20px;
}
.tuijian .title-list {
  border-bottom: 1px dashed #eee;
}
.tuijian .title-list .list {
  margin-bottom: 20px;
}
