.m-0 {
  margin: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.m-10 {
  margin: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.published .publication {
  overflow: hidden;
}

.published .publication-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.published .publication-list .item {
  text-align: center;
}

.published .publication-list .item img {
  width: 280px;
}

.published .publication-list .item p.name {
  font-size: 20px;
  color: #333;
}

.published .publication-list .item p.phase {
  font-size: 12px;
}

.published .publication-list .item a {
  color: #0b92e4;
}

.published .publication .iu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
}

.published .publication .iu-journal.grid {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-column-gap: 50px;
}

.published .publication .iu-journal.grid .img {
  height: 285px;
}

.published .publication .iu-journal .img {
  overflow: hidden;
  border: 1px solid #dddddd;
  height: 215px;
}

.published .publication .iu-journal .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.published .publication .iu-journal ul li {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  font-size: 18px;
  color: #333333;
}

.published .publication .iu-journal ul li a {
  color: #0b92e4;
}

.published .publication .iu-journal ul li::after {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #7d7d7d;
  border-bottom: 6px solid transparent;
  content: "";
}

.published .cover {
  width: 100%;
}

.published .publications {
  overflow: hidden;
}

.published .publications h6.title {
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 18px;
}

.published .publications p.introduction {
  position: relative;
  padding-left: 20px;
  color: #7d7d7d;
  text-align: justify;
}

.published .publications p.introduction span {
  font-size: 18px;
  color: #333;
}

.published .publications h6.title,
.published .publications p.introduction {
  line-height: 2;
}

.published .publications h6.title::before,
.published .publications p.introduction::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(11, 146, 228, 0.5);
  position: absolute;
  left: 0;
  top: 12px;
}
.pub .pub_logo img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.pub .pub_logo p {
  font-size: 12px;
  color: #848484;
  line-height: 23px;
  text-align: center;
  width: 980px;
  margin: 20px auto;
}
.pub .layui-tab-title li {
  width: 100px !important;
  height: 25px !important;
  line-height: 25px !important;
}
.pub .layui-tab-title {
  /*width: 500px !important;*/
}
.pub .service {
  margin-top: 0;
}
.pub .service ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pub .service li {
  width: 200px !important;
}
.pub .service li img {
  width: 200px !important;
  margin-bottom: 10px;
  height: 270px !important;
}
.pub .service li p {
  width: 200px !important;
  font-size: 16px;
  color: #333;
  font-family: "ArialMT", "Arial";
  text-align: center;
  line-height: 25px;
}
.pub .service-more .more-btn {
  width: 134px !important;
  height: 35px !important;
  line-height: 35px !important;
}
.pub .service-more .more-btn .more {
  font-family: "Arial-BoldMT", "Arial Bold", "Arial";
  font-style: normal;
  font-size: 14px !important;
}
.pub_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.pub_list .item {
  width: 375px;
  margin-bottom: 60px;
}
.pub_list .item .item_t {
  width: 375px;
  margin-bottom: 15px;
}
.pub_list .item .item_t span {
  font-family: "ArialMT", "Arial";
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.pub_list .item .item_t b {
  font-family: "Arial-BoldMT", "Arial Bold", "Arial";
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
.pub_list .item .item_con {
  display: flex;
  justify-content: space-between;
  height: 210px;
}
.pub_list .item .item_con img {
  width: 153px;
  height: 100%;
}
.pub_list .item .item_con .con_r {
  width: 211px;
  height: 100%;
  text-indent: 2em;
  position: relative;
}
.pub_list .item .item_con .con_r p {
  font-size: 14px;
  line-height: 30px;
  font-family: "ArialMT", "Arial";
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  color: #333333;
}
.pub_list .item .item_con .con_r b {
  width: 110px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-family: "ArialMT", "Arial";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  background-color: #169bd5;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.orter {
  width: 1200px;
  margin: 13px auto;
}
.orter ul {
  display: flex;
  justify-content: space-between;
}
