
.current_location {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  border-left: 3px solid #2C7DF1;
  padding-left: 7px;
}
.current_location a{
  color: #333333;
}
.current_location .go_index, .current_location .go_page {
  margin-left: 5px;
}
.current_location .page_name {
  color: #999999;
  margin-left: 5px;
  width: 560px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

.main_r {
  width: 920px;
  border-radius: 8px 8px 8px 8px !important; 
  line-height: inherit;
  line-height: 1;
  margin-top: 20px;
}
.main_r .content {
  background: #ffffff;
  margin-top: 20px;
  padding: 0 30px 40px;
  border-radius: 8px !important;
}
.main_r .content .item {
  border-bottom: 1px solid #f1f1f1;
  padding: 30px 0 25px;
}
.main_r .content .item img {
  width: 160px;
  height: 100px;
  background: #dceeff;
  border-radius: 10px !important;
  margin-right: 20px;
}
.main_r .content .item .item_message h4 {
  font-size: 16px;
  color: #212121;
  width: 668px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_r .content .item .item_message h4 a{
  color: #212121;
  font-weight: normal;
}
.main_r .content .item .item_message h4:hover {
  color: #FF7321;
  cursor: pointer;
}
.main_r .content .item .item_message h4:hover a{
  text-decoration: none;
  color: inherit;
}

.main_r .content .item .item_message p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  height: 39px;
  margin: 12px 0 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 定义显示的行数 */
  display: -ms-flexbox; 
  -ms-flex-direction: column;
  -ms-line-clamp: 2; /* 试图在 IE10 中限制为2行 */
  -ms-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 668px;
}
.main_r .content .item .item_message .item_info ul li {
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
}
.main_r .content .item .item_message .item_info ul li i {
  width: 12px;
  height: 10px;
  display: block;
  margin-right: 6px;
  background-size: contain;
}
.main_r .content .item .item_message .item_info ul li i.reader {
  background: url("../images/companyPress/readerLogo.svg") no-repeat;
}
.main_r .content .item .item_message .item_info ul li i.time {
  height: 12px;
  background: url("../images/companyPress/timeLogo.svg") no-repeat;
}
.main_r .content .item .item_message .item_info ol li a {
  display: block;
  max-width: 92px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #efefef;
  border-radius: 10px !important;
  padding: 0 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
  color: #999999;
  font-size: 12px;
}
.main_r .content .item .item_message .item_info ol li a:hover {
  background: #FF7321;
  color: #ffffff;
  text-decoration: none;
}



.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_direction_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex_direction_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex_align_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_align_s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_justify_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_justify_b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_justify_a {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex_justify_s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_justify_e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.flex_justify_f_e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex_warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_align_content_s {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.text_overflow {
  white-space: nowrap;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

 