.acontain {
  width: 62.5%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.acontain .arcontleft {
  width: 62%;
  overflow: hidden;
}

.atnav {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acontain .atnav .title {
  color: #333;
  font-weight: 500;
  font-size: 20px;
}

/* 文章部分 */
.maralist {
  width: 100%;
  overflow: hidden;
}
.maralist li {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 0;
  display: flex;
}
.maralist li .imgc {
  width: 34%;
  height: 130px;
  overflow: hidden;
}
.maralist li .imgc a {
  display: block;
  height: 100%;
  width: 100%;
}
.maralist li .imgc a img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.maralist li .amlist {
  width: 63%;
  padding-left: 15px;
  height: 130px;
}
.amlist .arcont,
.amlist h4 {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323232;
  margin-bottom: 10px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 20px;
}
.amlist .arcont,
.amlist h4 {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amlist .arcont {
  height: 60px;
  width: 100%;
  color: #555;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.amlist .arfoot {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amlist .arfoot .box {
  display: flex;
  align-items: center;
  color: #bfbfbf;
  width: 40%;
}
.amlist .arfoot .box .el-icon {
  margin-right: 5px;
}
.amlist .arfoot .box h4 {
  margin-bottom: 0;
  color: #bfbfbf;
  font-size: 12px;
}
.amlist .arfoot .box.brand {
  width: 50%;
}
.amlist .arfoot .box.brand a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.amlist .arfoot .box .el-icon {
  width: 0.8em;
}

/* 可能喜欢的文章 */
.acontain .arcontright {
  width: 30%;
  overflow: hidden;
  background-color: #fff;
}
/* 搜索框 */
.sinputs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sinputs .el-input-group__append,
.sinputs .el-input__inner {
  border: 0 !important;
  outline: none;
  background: #fff !important;
}
.sinputs .el-input-group__append {
  color: #333;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: #f5f7fa;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 20px;
  white-space: nowrap;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 1.4rem;
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-icon-search {
  width: 1.4rem;
  margin: -14px -30px;
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
}

/* 可能感兴趣 */
.company_right_title {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.company_right_title .moutsidetop_title {
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 400;
  background: #e20200;
  font-size:16px;
}
.company_right_title ul {
  border: 1px solid #eaeaea;
  border-top: 0;
  list-style-type: square !important;
  padding-left: 40px;
  padding-top: 15px;
  font-size: 14px;
}

.company_right_title li {
  font-weight: 400;
  color: #333;
  line-height: 22px;
  list-style-type: square !important;
  margin-bottom: 15px;
}
.company_right_title li a {
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.company_right_title li a:hover {
  color: #e20200;
}
