.adv {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.adv a {
  display: block;
  width: 100%;
}
.adv a img {
  transition: all 0.1s ease;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.adv a img:hover {
  transform: scale(1.02);
}
.adv .adv-flag {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #d8d4d4;
  border-radius: 10px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}
.adv .adv-tips {
  position: absolute;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0 5px;
  right: -1.5px !important;
  bottom: -1px !important;
  background: rgba(120, 120, 120, 0.5);
  border-radius: 6px 0 0 0;
  color: #d5d5d5;
  font-size: 12px;
  width: 31px;
  overflow: hidden;
  transform: scale(0.85);
  transition: all 0.3s ease-out;
  white-space: nowrap;
}

/*# sourceMappingURL=ad.css.map*/
.box {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-width: 1px;
  min-width: 0px;
}

.box .box-header {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-bottom-width: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
}

.box .box-header .box-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  line-height: 2rem;
}

.box .box-header .box-header-title a {
  display: block;
  height: 2rem;
  line-height: 2rem;
}

.box .box-header .box-header-title .title-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.box .box-header .box-header-title .title-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 1 auto;
}

.box .box-header .box-header-title .title-more {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.box .box-header .box-header-title .title-more a {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.box .box-body {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem;
}

.box .box-body ul.news-list {
  list-style: none;
  list-style-image: none;
  padding: 8px;
}

.box .box-body ul.news-list li {
  background: url(https://www.feedtrade.com.cn/skin/default/images/bullet.gif) no-repeat left center;
  line-height: 1.6;
  padding: 2px 0 2px 8px;
}

.box .box-body ul.news-list li p {
  margin: 0 0 4px;
  padding: 0 0 5px;
  color: #666;
  border-bottom: 1px dashed #CCC;
}

.box .box-body ul.news-list li strong {
  display: block;
}

.box .box-body ul.news-list li a {
  font-size: inherit;
}

.box .box-body ul.news-list li > span {
  float: right;
}

.box.box-skin-1 {
  border: 1px solid #ccc;
}

.box.box-skin-1 .box-header {
  text-indent: 20px;
  background-image: url(https://www.feedtrade.com.cn/img/livestock/right-line-bg.gif);
  vertical-align: bottom;
  height: 31px;
}

/*# sourceMappingURL=box.css.map*/
@charset "UTF-8";
/*广告显示控制*/
.ads-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
  /*竖向排列*/
}
.ads-list > div {
  flex: 1 1 auto;
}
.ads-list > div a {
  margin: 0 auto;
  display: block;
}
.ads-list.ads-list-vertical {
  flex-direction: column;
}
.ads-list.ads-list-vertical > div {
  padding: 3px 0px;
}
.ads-list.ads-list-vertical > div:first-child {
  padding-top: 0px;
}
.ads-list.ads-list-vertical > div:last-child {
  padding-bottom: 0px;
}
.ads-list.ads-list-horizontal {
  flex-direction: row;
}
.ads-list.ads-list-horizontal > div {
  padding: 0px 3px;
}
.ads-list.ads-list-horizontal > div:first-child {
  padding-left: 0px;
}
.ads-list.ads-list-horizontal > div:last-child {
  padding-right: 0px;
}

/*# sourceMappingURL=ad-box.css.map*/
