@charset "utf-8";

.todaysNews_group_lat {
  box-sizing: border-box;
  width: 100%;
  height: 333px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 0;
  text-align:left;
}
.todaysNews_group_lat ul li {
  margin-bottom: 13px;
}
.todaysNews_group_lat ul li:first-child {
  height: 120px;
  margin-bottom: 40px;
}
.todaysNews_group_lat ul li:last-child {
  margin-bottom: 0;
}
.todaysNews_group_lat ul li a {
  display: -webkit-box; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  display: -moz-box; /* Firefox 19- */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Chrome */
  display: flex;

  -webkit-box-pack: justify; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  -moz-box-pack: justify; /* Firefox 19- */
  -ms-flex-pack: justify; /* IE10 */
  -webkit-justify-content: space-between; /* IE10 */
  justify-content: space-between;

  -webkit-box-align: center; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  -moz-box-align: center; /* Firefox 19- */
  -ms-flex-align: center; /* IE10 */
  -webkit-align-items: center; /* IE10 */
  align-items: center; /* Chrome */
}

.todaysNews_left_img img {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    margin-right: 24px;
}

.todaysNews_right_box {
  width: 492px;
}

.todaysNews_li_title {
  width: 600px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5a5a5a;
}
.todaysNews_group_lat ul li:first-child .todaysNews_li_title {
  width: 492px;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #1a1a1a;
}
.todaysNews_group_lat ul li:nth-child(2) .todaysNews_li_title {
  color: #1a1a1a;
}
.todaysNews_group_lat ul .todaysNews_li_text {
  font-size: 13px;
  line-height: 20px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #5a5a5a;
  margin-bottom: 20px;
}

.todaysNews_group_lat ul .todaysNews_li_info {
  font-size: 12px;
  color: #5a5a5a;
  line-height: 19px;
  vertical-align: center;
  display: -webkit-box;
  /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* Firefox 19- */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* Chrome */
  display: flex;
  -webkit-box-align: center;
  /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  -moz-box-align: center;
  /* Firefox 19- */
  -ms-flex-align: center;
  /* IE10 */
  -webkit-align-items: center;
  /* IE10 */
  align-items: center;
  /* Chrome */
}

.todaysNews_group_lat ul .todaysNews_li_info img {
  margin-right: 3px;
}

.main_todaysNews {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: left;
}

.main_todaysNews>strong>a {
  position: inherit;
  color: #1A1A1A;
  display: block;
  font-size: 18px;
  float: left;
}

.main_todaysNews>span>a {
  position: inherit;
  color: #5A5A5A;
  font-size: 14px;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 6px;
  font-weight: 400;
}

.main_todaysNews>span>a>img {
  padding-left: 2px;
  padding-top: 1px;
}