.list_news .ul li {
  position: relative;
  padding: 2.75rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3b88fb;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .left img {
  transform: scale(1.1);
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .name {
  color: #3b88fb;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}
.list_news .ul li .left {
  padding-right: 0;
}
.list_news .ul li .left img {
  height: 20rem;
  object-fit: cover;
}
.list_news .ul li .right {
  padding-left: 2.8125rem;
}
.list_news .ul li .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 0.375rem;
}
.list_news .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
}
.list_news .ul li .text {
  margin: 0.75rem 0 1.5625rem;
}
.more_a {
  display: inline-block;
}
.more_a > div {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #3b88fb;
}
.more_a > div div {
  margin-left: 1.5625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #3b88fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_a > div div .iconfont {
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.25rem;
  font-weight: 600;
}
.more_a > div span {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.more_a.bor > div {
  color: #A1A1A1;
}
.more_a.bor > div div {
  position: relative;
  background: transparent;
}
.more_a.bor > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
}
.more_a.bor > div div .iconfont {
  color: #A1A1A1;
}
.more_a.bor:hover > div {
  color: #3b88fb;
}
.more_a.bor:hover > div div {
  background: #3b88fb;
  border-color: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a.bor:hover > div div::before {
  display: none;
}
.more_a.bor:hover > div div .iconfont {
  color: #fff;
  transform: translateX(0);
}
.more_a.borff:hover > div > div {
  background: #fff;
}
.more_a.borff:hover > div > div .iconfont {
  color: #3b88fb;
}
.more_a.borff > div {
  color: #fff;
}
.more_a.borff > div div {
  position: relative;
  background: transparent;
}
.more_a.borff > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
.more_a.borff > div div .iconfont {
  color: #fff;
}
.more_a:hover > div span {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover > div .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail {
  padding-top: 6.25rem;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}
.show_detail .text {
  color: #898989;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}
.show_detail .left .desc {
  background: rgba(124, 124, 124, 0.05);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 2.1875rem;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  padding: 0.75rem 0 1.5625rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #E8E8E8;
}
.show_detail .left .data > p {
  margin-right: 2.5rem;
}
.show_detail .left .data > div {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_detail .left .data > div ul {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div ul li {
  margin-right: 0.625rem;
}
.show_detail .left .data > div ul li .iconfont {
  font-size: 1.125rem;
}
.show_detail .left .data > div ul li a {
  border: none;
  color: #9B9B9B;
  font-size: 1.125rem;
  margin: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.show_detail .left .data > div ul li a:hover {
  background: transparent;
}
.show_detail .left .data > div ul li:hover a {
  color: #3b88fb;
}
.show_detail .left .more {
  background: #3b88fb;
  color: #fff;
}
.show_detail .left .more::before {
  background: #fff;
}
.more {
  border: 1px solid #0F75FB;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #0F75FB;
  padding: 0 2.25rem;
  display: inline-block;
  position: relative;
  border-radius: 6.25rem;
  z-index: 5;
}
.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #0F75FB;
  z-index: -1;
  opacity: 0;
  border-radius: 6.25rem;
}
.more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
}
.show_detail .left .more:hover {
  color: #3b88fb;
}
.show_detail .left > div {
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}
.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}
.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}
.show_detail .left .shangxia a {
  width: 80%;
}
.show_detail .left .shangxia .left2 .flex2 {
  justify-content: flex-start;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 {
  justify-content: flex-end;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 p {
  order: 2;
}
.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_detail .left .shangxia a:hover {
  color: #3b88fb;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}
.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}
.show_detail .right .top .ul .list:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.show_detail .right .top .ul .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3b88fb;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_detail .right .top .ul .list:hover a {
  color: #3b88fb;
}
.show_detail .right .top .ul .list a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: #3b88fb !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: #3b88fb;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picture_div_in{
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}
.picture_div a{
    margin: 0 5px;
}
.proxq_wid>div{
    width: 47%;
}
@media (max-width: 1024px) {
.picture_div_in {
    padding: 15px 0;
}
}
@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }
  .show_detail .right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .show_detail {
    padding: 30px 0;
  }
  .picture_div_in {
    display: none;
}
  .show_detail .right {
    display: none;
  }
    .pc_show_767 {
    display: none;
  }
  .show_detail .left {
    padding-right: 0px;
	padding-left:0;
  }
  .show_detail .left > div {
    padding-bottom: 30px;
  }
  .show_detail .left .shangxia {
    margin-top: 30px;
  }
  .show_detail .left .shangxia .tr {
    text-align: left;
  }
  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p {
    order: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p .phone_show_767 {
    display: inline;
  }
  .show_detail .left .shangxia .tr .flex2 {
    justify-content: flex-start;
  }
  .show_detail .left .data {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .show_detail .left .desc {
    margin-bottom: 20px;
  }
}
@media (max-width:990px) {
  .show_detail .text {
    width: 100%;

  }
}