@import url("//img.315i.com/static/common/css/reset.css");
h3 {
  margin: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
.banner {
  margin-bottom: 20px;
}
.block {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(141, 155, 176, 0.3);
}
.block .block-item {
  flex: 1;
}
/* 中东局势时间线 */
.east {
  padding-bottom: 30px;
}
.east .east-header {
  margin-bottom: 30px;
}
.east .east-header .title {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 30px;
  color: #FFFFFF;
  font-size: 26px;
  border-radius: 1px 10px 10px 1px;
  background: linear-gradient(135deg, #E61E1E 0%, #2070D9 100%);
}
.east .east-body {
  margin: 0 20px;
}
.east .layui-input-inline {
  margin: 10px 15px;
}
.east .layui-input-inline .button {
  width: 60px;
  height: 30px;
  color: #fff;
  border: 0;
  background: #1b50a0;
}
.timeline .date {
  margin-bottom: 15px;
  color: #266DD3;
  font-size: 20px;
}
.timeline-item {
  padding-left: 35px;
  border-left: 1px dashed #2B6CCE;
}
.timeline-item .time {
  margin: 0 0 15px -35px;
  display: flex;
  align-items: center;
  position: relative;
}
.timeline-item .time span {
  width: 77px;
  height: 28px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  background: #2B6CCE;
}
.timeline-item .time .line {
  width: 35px;
  border-top: 1px dashed #2B6CCE;
}
.timeline-item .time::before {
  content: '';
  width: 13px;
  height: 13px;
  margin-left: -7px;
  position: absolute;
  background: #2B6CCE;
  border-radius: 20px;
}
.timeline-item .text {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
/* 大宗商品动态追踪 */
.dynamic {
  height: 100%;
  padding-bottom: 30px;
  background: #FAFCFF;
}
.dynamic .dynamic-header .title {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 30px;
  color: #FFFFFF;
  font-size: 26px;
  border-radius: 1px 10px 10px 1px;
  background: linear-gradient(135deg, #E61E1E 0%, #2070D9 100%);
}
.dynamic .dynamic-header .tablist {
  margin: 15px 20px;
  font-size: 18px;
}
.dynamic .dynamic-header .tablist a {
  margin: 0 10px;
  display: inline-block;
}
.dynamic .dynamic-header .tablist .active {
  color: #2B6CCE;
}
.dynamic .dynamic-body {
  margin: 0 20px;
}
.dynamic-list {
  font-size: 16px;
}
.dynamic-list li {
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
}
.dynamic-list li:last-child {
  border-bottom: none;
}
.dynamic-list li a {
  width: 100px;
  margin-right: 20px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dynamic-list li a:hover {
  text-decoration: underline;
}
/* layui-inline */
.layui-inline {
  display: flex;
  align-items: center;
}
.layui-input-inline input {
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
}
.layui-form-mid {
  margin: 0 5px;
}
/* pages */
.pages {
  margin: 20px 0;
  text-align: center;
}
.pages * {
  display: inline-block;
}
.pages {
  display: flex;
  justify-content: center;
}
.pages a,
.pages span {
  padding: 5px 15px;
  margin: 0 -0.5px;
  color: inherit;
  border: 1px solid #ddd;
}
.pages a {
  text-decoration: none;
}
.pages a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pages .active {
  color: #62a4ea;
  font-weight: bold;
}
