/* 布局 */
.newstui {
  display: flex;
  flex-direction: column;
}

/* 共用 */
.tui_box {
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 4px;
  display: none;
}

.tui_box a {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  box-sizing: border-box;
  color: #333;
}
.tui_box a:hover{
  color: #00b150;
}
.patent_tui>a{
  display: block;
  line-height: 45px;
}
/* 小模块标题 */
.tui_box > h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.one_ellipsis {
  cursor: pointer;
}

.one_ellipsis:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

/* 第二个容器 */
.tui_box_margin a {
  width: 100%;
  height: 60px;
}

.result_tui a:not(:last-child) {
  margin-bottom: 10px;
}

.tui_box_margin img {
  width: 100px;
  height: 100%;
}

.tui_box_margin h4 {
  width: 210px;
  font-size: 16px;
  line-height: 1.5;
}
