.carousel114 .item .gp-img-responsive {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.carousel114 .item .bottom {
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.carousel114 .item .bottom .title {
  color: #333333;
  margin-bottom: 28px;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom .title {
    margin-bottom: 14px;
  }
}
.carousel114 .item .bottom .time {
  color: #235D9A;
}
.carousel114 .item .bottom .time i {
  display: inline-block;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom {
    padding: 10px 15px 20px;
  }
}
.carousel114 .item .bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background: #235D9A;
  height: 2px;
}
.carousel114 .slick-dots {
  font-size: 0;
  left: 0;
  width: 100%;
  bottom: 8px;
  text-align: center;
}
.carousel114 .slick-dots li {
  width: 30px;
  height: 5px;
  margin: 0 10px;
}
.carousel114 .slick-dots li button {
  border-radius: 0;
  background: #cfa972;
}
.carousel114 .slick-dots li.slick-active button {
  background: #235D9A;
}
.carousel114:hover .bottom::after {
  width: 100%;
}
.carousel114:hover .title {
  color: #235D9A !important;
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #235D9A;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #235D9A;
  padding-bottom: 5px;
}
.tab3-list li a p {
  height: 1.8em;
  overflow: hidden;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.tab3 >div {
  position: relative;
}
.tab3 .tabMenu1 {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab3 .tabMenu1 li h2 {
  line-height: 1.5;
  font-weight: normal;
}
.tab3 .tabMenu1 li h2 a {
  font-weight: normal;
  padding: 0 20px;
  position: relative;
}
.tab3 .tabMenu1 li h2 a::before {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
}
.tab3 .tabMenu1 li:first-child a {
  padding-left: 0;
}
.tab3 .tabMenu1 li:first-child a::before {
  display: none;
}
.tab3 .tabMenu1 .on a {
  color: #235D9A;
}
.tab3 .tabMore1 {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 200;
}
.tab3 .tabMore1 a {
  display: none;
}
.tab3 .tabList .tabListBox {
  display: none;
}
.tab3 .tabList .tabListBox > * {
  padding-top: 20px;
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #235D9A;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #235D9A;
  margin-bottom: 5px;
}
.tab3-list li a p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #235D9A;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.block-list243 {
  overflow: hidden;
  margin: 0 -30px;
}
.block-list243 a {
  display: block;
  margin: 0 30px;
  transition: all 0.3s ease-in-out;
}
.block-list243 a .mode1Pic {
  padding-bottom: 56.27%;
}
.block-list243 a .mode1article {
  box-sizing: border-box;
  margin: 20px 0;
  line-height: 1.56;
  height: 3.12em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #333333;
}
.block-list243 a .date {
  position: relative;
  line-height: 1;
  color: #999999;
  box-sizing: border-box;
}
.block-list243 a .date i {
  color: #235D9A;
  margin-right: 3px;
}
.block-list243 li:hover a {
  transform: translateY(-10px);
}
.block-list258 {
  margin: 0 -15px;
}
.block-list258 a {
  display: block;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
}
.block-list258 a .modexbot {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  position: relative;
}
.block-list258 a .modexbot .date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  padding: 7px 17px 7px 10px;
  box-sizing: border-box;
  background: #235D9A;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.block-list258 a .modexbot .mode2article {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list258 li:hover a {
  transform: translateX(5px);
}
.block-list117 {
  margin: 0 -20px;
}
.block-list117 li a {
  display: block;
  margin: 0 20px;
  height: 100%;
  transition: all 0.35s ease;
  background: #f7f6f0;
  position: relative;
  z-index: 1;
  padding: 30px 30px 30px;
}
.block-list117 li a:hover {
  transform: translateY(-10px);
}
.block-list117 li a::after {
  content: "";
  display: block;
  width: 44px;
  height: 8px;
  background: #bfbeac;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.block-list117 li a span {
  height: 29px;
  line-height: 29px;
  background: #fff;
  margin: 0;
  color: #235D9A;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px 0 28px;
}
.block-list117 li a span::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 2px;
  top: 50%;
}
.block-list117 li a h3 {
  line-height: 1.5;
  height: 3em;
  color: #222;
  font-weight: normal;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:767px) {
  .block-list117 {
    margin: 0 -10px;
  }
  .block-list117 li a {
    margin: 0 10px;
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #235D9A;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.service_con {
  box-sizing: border-box;
  padding: 14px 0;
  background: #f7f7f7;
  overflow: hidden;
}
.service_con li {
  overflow: hidden;
}
.service_con li a {
  transition: 0.5s;
  display: block;
  padding: 0 23px;
  background: url("https://www.mflcommunication.com/fishery/images/ser_li_03.png") no-repeat left center;
  height: 2em;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media screen and (max-width: 1388px) {
  .service_con li a {
    margin-right: 0px;
  }
}
.block-list312 {
  background-color: #9e8990;
  display: flex;
  flex-wrap: wrap;
}
.block-list312 li .item {
  display: block;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 10px 15px;
}
.block-list312 li .item .img {
  margin: 0 auto;
  height: 50px;
  transition: all 0.25s ease-in-out;
}
.block-list312 li .item .img img {
  max-height: 50px;
}
.block-list312 li .item .title {
  color: #fff;
  margin: 20px 0 0;
}
.block-list312 li .item:hover .img {
  transform: rotateY(180deg);
}
.block-list312 li:first-child .item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width:996px) {
  .block-list312 li .item {
    padding: 20px 10px;
  }
  .block-list312 li .item .title {
    margin: 10px 0 0;
  }
  .block-list312 li:nth-child(6n) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width:768px) {
  .block-list312 li .item {
    padding: 15px 10px;
  }
  .block-list312 li .item .img {
    height: 40px;
    line-height: 40px;
  }
  .block-list312 li .item .img img {
    max-height: 30px;
  }
  .block-list312 li:nth-child(6n) .item {
    border-left: none;
  }
  .block-list312 li:nth-child(3n+1) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width:479px) {
  .block-list312 li .item {
    padding: 10px 10px;
  }
  .block-list312 li .item .title {
    margin: 5px 0 0;
  }
  .block-list312 li:nth-child(3n+1) .item {
    border-left: none;
  }
  .block-list312 li:nth-child(2n+1) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
