.details-right {
  flex: 1;
  width: 0;
  margin-left: 58px;
}
.m-details {
  width: 100%;
  align-items: flex-start;
}
table{border:1px solid #000;width:100%}
tr,td{border:1px solid #000}
.m-details--rows {
  display: flex;
}
.m-details--rows .le {
  flex: 1;
  width: 0;
}
.m-details--rows .ri {
  width: 240px;
  margin-left: 20px;
}
.m-details--rows .ri .boxs {
  width: 100%;
  min-height: 100px;
  color: #fff;
  padding: 0;
  margin-bottom: 18px;
  border: 1px solid #E4E4E4;
}
.m-details--rows .ri .boxs .title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  position: relative;
  padding: 10px;
  padding-left: 26px;
  border-bottom: 1px solid #E4E4E4;
  background: url(../images/ind-ri-bg.png) no-repeat center / 100% auto;
}
.m-details--rows .ri .boxs .title::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 4px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.m-details--rows .ri .boxs .cards {
  padding: 10px 10px;
}
.m-details--rows .ri .boxs .cards .item {
  display: block;
  position: relative;
}
.m-details--rows .ri .boxs .cards .item:hover .imgs .img {
  transform: scale(1.2);
}
.m-details--rows .ri .boxs .cards .item.video .imgs {
  position: relative;
}
.m-details--rows .ri .boxs .cards .item.video .imgs::after {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  background: url(../images/video-play.png) no-repeat center / 100%;
}
.m-details--rows .ri .boxs .cards .item .imgs {
  width: 100%;
  height: 126px;
  overflow: hidden;
}
.m-details--rows .ri .boxs .cards .item .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-details--rows .ri .boxs .cards .item .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 5px;
  height: 50px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}
.m-details--rows .ri .boxs .news-list {
  background: #fff;
  padding: 5px 10px;
}
.m-details--rows .ri .boxs .news-list .item {
  display: block;
  font-size: 12px;
  display: flex;
  padding: 10px 0;
}
.m-details--rows .ri .boxs .news-list .item:not(:first-child) {
  border-top: 1px dashed #E4E4E4;
}
.m-details--rows .ri .boxs .news-list .item:hover {
  font-weight: bold;
}
.m-details--rows .ri .boxs .news-list .item:nth-child(-n+3) .num {
  background: #e9bd45;
  color: #fff;
}
.m-details--rows .ri .boxs .news-list .item .num {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ededed;
  line-height: 15px;
  text-align: center;
  padding: 0 2px;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 100px;
  margin-top: 3px;
  font-size: 12px;
}
.m-details--rows .ri .boxs .news-list .item .name {
  flex: 1;
  width: 0;
}
.m-details--rows .ri .boxs .list .item {
  display: block;
}
.m-details--rows .ri .boxs .list .item:not(:first-child) {
  margin-top: 13px;
}
.m-details--rows .ri .boxs .list .item.video .imgs {
  position: relative;
}
.m-details--rows .ri .boxs .list .item.video .imgs::after {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  background: url(../images/video-play.png) no-repeat center / 100%;
}
.m-details--rows .ri .boxs .list .item .imgs {
  height: 126px;
  overflow: hidden;
}
.m-details--rows .ri .boxs .list .item .imgs .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-details--rows .ri .boxs .list .item:hover {
  transform: translate(0, -20px);
}
.m-details--rows .ri .boxs .list .item .info {
  margin: 10px 0;
}
.m-details--rows .ri .boxs .list .item .info .name {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.m-details--rows .ri .boxs .list .item .info .msg {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 17px;
  margin-top: 5px;
}
.detail-ma--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.detail-ma--list .item {
  border-radius: 10px;
  background: #ededed;
  padding: 20px;
  display: flex;
}
.detail-ma--list .item .info {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-ma--list .item .imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 200px;
}
.detail-ma--list .item .imgs .img {
  width: 200px;
  border-radius: 10px;
  object-fit: contain;
}
.details-tab {
  display: flex;
  border-bottom: 2px solid #DBDBDB;
  margin-bottom: 20px;
  position: relative;
}
.details-tab .detail-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.details-tab .detail-search .name {
  font-size: 16px;
  color: #666666;
  line-height: 19px;
}
.details-tab .detail-search .sub {
  width: 100px;
  height: 40px;
  background: #005293;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  margin-left: 10px;
}
.details-tab .detail-search .input {
  width: 192px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  color: #D4D4D4;
  line-height: 19px;
  padding: 0 12px;
}
.details-tab .detail-search .input::placeholder {
  font-size: 16px;
  color: #D4D4D4;
}
.details-tab .item {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  padding: 15px 0;
  padding-top: 0;
  margin-right: 40px;
  border-bottom: 4px solid #fff;
}
.details-tab .item.hover,
.details-tab .item:hover {
  color: #005293;
  border-bottom: 4px solid #005293;
}
.details-info {
  width: 100%;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 100px;
  border: 1px solid #ededed;
}
.details-info .title {
  color: #0059ac;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
}
.details-info .info-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
}
.details-info .info-share .info {
  flex: 1;
  text-align: center;
  margin-top: 0;
}
.details-info .info-share .shares {
  position: absolute;
  right: 0;
  top: 0;
}
.details-info .info {
  color: #666666;
  line-height: 28px;
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
}
.details-info .info .span {
  margin: 0 10px;
}
.details-info .lines {
  height: 10px;
  border-top: 4px solid #0059ac;
  border-bottom: 1px solid #0059ac;
  margin: 30px 0;
}
.details-info .detail {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 10%;
}
.details-info .detail p {
  text-align: justify;
  line-height: 40px;
  margin: 20px 0;
  text-indent: 2em;
}
.details-info ul li {
 list-style:inherit;
}

.details-info .detail img {
  max-width: 100% !important;
  height: auto !important;
}
.details-engine {
  margin: 50px 0;
}
.details-engine .titles {
  font-size: 32px;
  font-weight: 600;
  color: #FF0000;
  line-height: 45px;
  margin: 20px 0;
  text-align: center;
}
.details-engine .msgs {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  line-height: 28px;
  margin-bottom: 36px;
}
.details-engine .imps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FF0000;
  margin-bottom: 80px;
}
.details-engine .imps .line {
  flex: 1;
  width: 0;
  height: 10px;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}
.details-engine .imps .name {
  font-size: 34px;
  font-weight: 600;
  color: #FF0000;
  line-height: 48px;
}
.details-engine .imps .name .img {
  margin: 0 17px;
  vertical-align: middle;
  transform: translate(0, -5px);
}
.details-engine .infos .title-big {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  padding: 6px 0;
  border-bottom: 1px solid #D8D8D8;
}
.details-engine .infos .title-big .img {
  width: auto;
  height: 25px;
  vertical-align: middle;
  margin-right: 13px;
}
.details-engine .infos .title-sml {
  font-size: 20px;
  font-weight: 600;
  color: #005293;
  line-height: 18px;
  padding-left: 15px;
  border-left: 6px solid #005293;
  margin-top: 40px;
  margin-bottom: 20px;
}
.details-engine .infos .info-p {
  margin-bottom: 20px;
}
.details-engine .infos .info-p p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}
.details-engine .infos .info-p .imgs {
  overflow: hidden;
  flex: 2;
  padding: 0 50px;
  text-align: center;
}
.details-engine .infos .info-p .imgs .img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}
.details-engine .infos .info-p .msg {
  overflow: hidden;
  flex: 3;
}
.details-weekly {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.details-weekly .item.new .imgs::after {
  content: '';
  width: 80px;
  height: 81px;
  position: absolute;
  left: -1px;
  top: -1px;
  background: url(../images/icon-weekly-new.png) no-repeat center / 100% 100%;
}
.details-weekly .item:hover {
  transform: translate(0, -20px);
}
.details-weekly .item .imgs {
  position: relative;
  overflow: hidden;
  height: 294px;
  width: 100%;
}
.details-weekly .item .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-weekly .item .imgs .tips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.53);
  font-size: 16px;
}
.details-weekly .item .info {
  background: linear-gradient(to left, #FFFFFF 0%, #F5F5F5 100%);
  padding: 12px 20px;
}
.details-weekly .item .info .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.details-weekly .item .info .msg {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.details-files {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.details-files .item {
  display: flex;
  align-items: center;
  min-height: 80px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  margin: 5px;
  padding: 5px 24px;
  box-sizing: border-box;
  font-size: 16px;
  color: #005293;
}
.details-files .item .icon {
  margin-right: 5px;
  vertical-align: middle;
}
.details-files .item .file {
  flex: 1;
  width: 0;
  overflow: hidden;
  color: #005293;
  text-decoration: underline;
  height: 24px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-files .item .file .icon {
  width: auto;
  height: 22px;
  vertical-align: middle;
  object-fit: initial;
}
.details-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
  margin-bottom: 120px;
}
.details-other .infos {
  color: #666666;
  font-size: 16px;
  text-align: right;
}
.details-other .infos p {
  line-height: 40px;
  color: #666666;
  font-size: 16px;
}
.tetails-title {
  justify-content: space-between;
}
.tetails-title .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.tetails-title .search {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tetails-title .search .name {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
}
.tetails-title .search .input,
.tetails-title .search .select {
  width: 192px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 0 10px;
  margin: 0 5px;
}
.tetails-title .search .input::placeholder,
.tetails-title .search .select::placeholder {
  color: #D4D4D4 !important;
}
.tetails-title .search .input::selection,
.tetails-title .search .select::selection {
  color: #D4D4D4;
}
.tetails-title .search .sub {
  width: 100px;
  height: 44px;
  background: #005293;
  border-radius: 4px;
  font-size: 16px;
  font-family: Helvetica;
  color: #FFFFFF;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.expert-swiper {
  background: #EDF5FF;
  padding-bottom: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.expert-swiper .swiper-con {
  width: 1200px;
  margin: auto;
}
.expert-swiper .swiper-con .swiper-contents {
  position: relative;
  padding: 0 0;
}
.expert-swiper .swiper-con .swiper-contents .m-swiper-page {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 100;
}
.expert-swiper .swiper-con .swiper-contents .m-swiper-page.m-swiper-left {
  background: url(../images/org_prev.png) no-repeat center / 10px 20px rgba(255, 255, 255, 0.75);
}
.expert-swiper .swiper-con .swiper-contents .m-swiper-page.m-swiper-right {
  left: auto;
  right: -50px;
  background: url(../images/org_next.png) no-repeat center / 10px 20px rgba(255, 255, 255, 0.75);
}
.expert-swiper .swiper-con .swiper-title {
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #131313;
  line-height: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: 40px 0;
  padding-left: 50px;
  background: url(../images/icon-title--default.png) no-repeat 15px center / 25px 25px;
}
.expert-swiper .swiper-con .swiper .swiper-slide {
  background: #fff;
}
.expert-swiper .swiper-con .swiper .swiper-slide .imgs {
  width: 100%;
  height: 335px;
}
.expert-swiper .swiper-con .swiper .swiper-slide .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-swiper .swiper-con .swiper .swiper-slide .info {
  height: 104px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.expert-swiper .swiper-con .swiper .swiper-slide .info .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.expert-swiper .swiper-con .swiper .swiper-slide .info .msg {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.expert-info {
  width: 100%;
}
.expert-info .info-detail {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 40px;
  margin: 20px 0;
}
.expert-info .info-title {
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #131313;
  line-height: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-left: 50px;
  background: url(../images/icon-title--default.png) no-repeat 15px center / 25px 25px, linear-gradient(to left, #FFFFFF 0%, #F5F5F5 100%);
}
.expert-info .info-msg {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}
.expert-info .info-msg .h1 {
  border-left: 6px solid #CCCCCC;
  height: 18px;
  padding-left: 14px;
  line-height: 18px;
  margin: 10px 0;
}
.expert-info .info-msg .p {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
}
.expert-info .info-msg .p p {
  margin: 5px 0;
}
.expert-info .tops {
  position: relative;
  margin-bottom: 40px;
}
.expert-info .tops .boxs {
  display: flex;
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}
.expert-info .tops::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 195px;
  background: linear-gradient(to right, #005293 0%, #4096FF 100%);
}
.expert-info .tops .imgs {
  width: 210px;
  height: 260px;
  box-shadow: 0px 20px 22px 0px rgba(0, 94, 208, 0.74);
  border: 3px solid #FFFFFF;
}
.expert-info .tops .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-info .tops .info {
  margin-left: 37px;
  flex: 1;
  width: 0;
}
.expert-info .tops .info .title {
  margin-top: 15px;
  margin-bottom: 30px;
}
.expert-info .tops .info .title .name {
  font-size: 38px;
  font-weight: 600;
  color: #333333;
  line-height: 53px;
}
.expert-info .tops .info .title .tag {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  line-height: 25px;
  margin-left: 40px;
}
.expert-info .tops .info ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 10px;
  padding-top: 38px;
  color: #fff;
}
.expert-info .tops .info ul li {
  display: grid;
  grid-template-columns: 80px 1fr;
}
.details-expert {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 26px;
  margin: 30px 0;
}
.details-expert .item {
  display: flex;
  background: #EDF5FF;
}
.details-expert .item:hover {
  background: linear-gradient(to right, #005293 0%, #4096FF 100%);
}
.details-expert .item:hover .imgs .img {
  transform: scale(0.9);
}
.details-expert .item:hover .imgs::after {
  display: block;
}
.details-expert .item:hover .info {
  color: #fff;
}
.details-expert .item .imgs {
  width: 210px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.details-expert .item .imgs::after {
  display: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: url(../images/icon-circle-right.png) no-repeat center / 40px 40px rgba(0, 115, 255, 0.67);
}
.details-expert .item .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-expert .item .info {
  flex: 1;
  width: 0;
  padding: 26px;
  color: #333333;
}
.details-expert .item .info * {
  transition-duration: 0s;
}
.details-expert .item .info .name {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.details-expert .item .info ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: grid;
  grid-template-columns: 80px 1fr;
}
.details-expert .item .info ul li .key {
  display: inline-block;
  padding-right: 10px;
  text-align: justify;
  text-align-last: justify;
}
.details-expert .item .info ul li .val {
  display: flex;
  align-items: center;
  line-height: 20px;
  text-align: justify;
}
.userinfo-form {
  width: 446px;
  margin: 50px auto;
}
.details-publication .boxs {
  margin-bottom: 20px;
}
.details-publication .boxs .title {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
  border-bottom: 2px solid #DBDBDB;
  position: relative;
  display: flex;
}
.details-publication .boxs .title .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 65px;
  margin-right: 40px;
  padding-left: 50px;
  padding-right: 10px;
  background: url(../images/icon-tab4.png) no-repeat 10px center / 25px auto;
  color: #005293;
  position: relative;
}
.details-publication .boxs .title .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 6px solid #005293;
}
.details-publication .box-sj {
  margin-top: 50px;
  margin-bottom: 70px;
}
.details-publication .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
.details-publication .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.details-publication .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .info {
  height: 60px;
  opacity: 1;
  border-radius: 0px 0px, 6px, 6px;
  background: linear-gradient(to top, #dff1fe, #edf7ff);
  background-blend-mode: normalnormal;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 0 6px 6px;
  justify-content: center;
}
.details-publication .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .info .icon {
  height: 25px;
  margin-right: 15px;
}
.details-publication .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .info .name {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.details-publication .box-sj.box-xt .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
}
.details-publication .box-sj .n-banner {
  position: relative;
}
.details-publication .box-sj .m-swiper-pages .m-swiper-page {
  width: 10px;
  height: 20px;
  background: url(../images/n/icon-left.png) no-repeat center / cover;
  position: absolute;
  left: -20px;
  top: 80px;
  z-index: 1000;
}
.details-publication .box-sj .m-swiper-pages .m-swiper-page.m-swiper-right {
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}
.details-publication .box-sj .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.details-publication .box-sj .list .item:hover {
  opacity: 0.7;
}
.details-publication .box-sj .list .item .img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.details-publication .box-sj .list .item .info {
  min-height: 70px;
  opacity: 1;
  border-radius: 0px 0px, 6px, 6px;
  background: linear-gradient(to top, #dff1fe, #edf7ff);
  background-blend-mode: normalnormal;
display: flex!important;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px;
  border-radius: 0 0 6px 6px;
  justify-content: center;
  flex-direction: column;
}
.details-publication .box-sj .list .item .info .icon {
  height: 25px;
  margin-right: 15px;
}
.details-publication .box-sj .list .item .info .name {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.details-publication .box-sj .title {
  font-size: 22px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.details-publication .box-sj .title img {
  margin-right: 12px;
  height: 18px;
}
.details-publication .box-datas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  margin-top: 30px;
}
.details-publication .box-datas .item {
  height: 150px;
  background: url(../images/l-item-bg.png) no-repeat center top / 94% 130px;
  font-size: 16px;
  color: #005293;
  line-height: 24px;
  padding: 0 20px;
  padding-top: 35px;
  text-align: center;
  cursor: pointer;
}
.details-publication .box-datas .item:hover {
  transform: translate(0, -15px);
  background-image: url(../images/l-item-bg-hover.png);
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 20px 10px rgba(0, 115, 255, 0.2), 0px 0px 8px rgba(0, 106, 236, 0.75);
  filter: drop-shadow(0px 20px 10px rgba(0, 97, 255, 0.3));
}
.details-publication .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}
.details-publication .box-list .item {
  height: 180px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #005293;
  padding-top: 18px;
  cursor: pointer;
}
.details-publication .box-list .item:hover {
  transform: translate(0, -15px);
  background: #005293;
  box-shadow: 0px 10px 10px 0px rgba(0, 115, 255, 0.15);
  border: 1px solid #005293;
}
.details-publication .box-list .item:hover .img {
  filter: brightness(0) invert(1);
}
.details-publication .box-list .item:hover .msg {
  font-weight: bold;
  color: #fff;
}
.details-publication .box-list .item .imgs {
  margin-bottom: 10px;
  text-align: center;
}
.details-publication .box-list .item .imgs .img {
  width: auto;
  height: 100px;
}
.details-publication .box-list .item .msg {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
@media (max-width: 800px) {
  .m-details--rows {
    display: block;
  }
  .m-details--rows .le {
    width: 100%;
  }
  .m-details--rows .ri {
    margin-left: 0;
    margin-top: 20px;
  }
  .detail-ma--list {
    display: block;
  }
  .detail-ma--list .item {
    margin-bottom: 10px;
  }
  .detail-ma--list .item .imgs {
    flex: 1;
    margin-left: 0;
  }
  .detail-ma--list .item .imgs .img {
    width: 150px;
  }
  .detail-ma--list .item .info {
    flex: 1;
  }
  .details-publication .boxs .title {
    font-weight: bold;
    font-size: 22px;
  }
  .details-publication .boxs .title .name::after {
    border: none;
  }
  .details-publication .box-sj {
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .details-publication .box-sj .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .details-publication .box-datas {
    grid-template-columns: repeat(2, 1fr);
  }
  .details-publication .box-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  .details-publication .box-list .item {
    height: 180px;
    padding-top: 10px;
  }
  .details-engine {
    margin: 20px 0;
  }
  .details-engine .titles {
    font-size: 22px;
    line-height: 30px;
  }
  .details-engine .msgs {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .details-engine .imps {
    margin-bottom: 30px;
  }
  .details-engine .imps .name {
    font-size: 20px;
  }
  .details-engine .imps .name .img {
    height: 20px !important;
  }
  .details-engine .infos .info-p.m-flex {
    display: block;
  }
  .details-engine .infos .info-p .imgs {
    margin: 20px 0;
  }
  .m-form--message .m-padding--left20,
  .m-form--message .m-padding--left10,
  .m-form--message .m-padding--right20,
  .m-form--message .m-padding--right10 {
    padding: 0;
  }
  .expert-swiper .swiper-con {
    width: 100%;
    padding: 0 10px;
  }
  .expert-swiper .swiper-con .swiper-title {
    margin: 10px 0;
  }
  .expert-swiper .swiper-con .swiper .swiper-slide .imgs {
    height: 120px;
  }
  .expert-swiper .swiper-con .swiper .swiper-slide .info {
    height: auto;
    padding: 10px 0;
  }
  .expert-info .tops::after {
    display: none;
  }
  .expert-info .tops .boxs {
    padding: 0;
    display: block;
  }
  .expert-info .tops .boxs .imgs {
    width: 40%;
    height: 280px;
    margin: 30px auto;
  }
  .expert-info .tops .boxs .info {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    background: linear-gradient(90deg, #005293 0%, #4096FF 100%);
    margin-top: 40px;
  }
  .expert-info .tops .boxs .info .title {
    margin-top: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .expert-info .tops .boxs .info .title .name {
    color: #fff;
    font-size: 22px;
  }
  .expert-info .tops .boxs .info .title .tag {
    color: #fff;
    font-size: 16px;
  }
  .expert-info .tops .boxs .info ul {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .tetails-title {
    display: block;
  }
  .tetails-title .title {
    font-size: 22px;
  }
  .tetails-title .search {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .tetails-title .search .name {
    display: none;
  }
  .details-expert {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin: 20px 0;
  }
  .details-other {
    display: block;
    margin-top: 30px;
  }
  .details-other .shares {
    margin-bottom: 40px;
  }
  .details-files {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .details-files .item {
    margin: 0;
  }
  .details-tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .details-tab .item {
    font-size: 16px;
    margin: 0;
    text-align: center;
    padding: 5px 0;
  }
  .details-tab .detail-search {
    display: none;
  }
  .m-details.m-flex {
    display: block;
  }
  .m-details .details-left {
    width: 100%;
  }
  .m-details .details-right {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
  }
  .details-weekly {
    grid-template-columns: repeat(2, 1fr);
  }
  .details-weekly .item .imgs {
    height: 360px;
    background: #ededed;
  }
  .details-weekly .item .imgs .img {
    object-fit: contain;
  }
  .details-info {
    padding: 20px 0;
    padding-bottom: 160px;
  }
  .details-info .title {
    font-size: 18px;
    line-height: 25px;
  }
  .details-info .info-share {
    display: block;
  }
  .details-info .info-share .info {
    margin-top: 0;
  }
  .details-info .info-share .shares {
    position: initial;
    text-align: center;
    margin-top: 10px;
  }
  .details-info .info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .details-info .lines {
    margin: 15px 0;
  }
  .details-info .detail {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
  }
  .details-info .detail .video-img {
    height: 350px;
    padding: 20px 0;
  }
  .details-info .detail .video-img img {
    height: 100%;
  }
  .details-info .detail p {
    line-height: 20px;
    font-size: 14px;
    margin: 20px 0;
    display: block;
    flex-wrap: wrap;
  }
/*  .details-info .detail img {
    transform: translate(-2em, 0);
  }*/
}
