* {
  margin: 0;
  padding: 0;
}
/*清除样式*/
html,
body,
div,
p,
ul,
ol,
li,
form,
input,
select,
em,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
tr,
td {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

body {
  background: #eee;
}

a,
a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#S_infor * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#S_infor i,
#S_infor em {
  font-style: normal;
}
#S_infor {
  width: 1200px;
  max-width: 1200px;
  margin: 35px auto 0;
  font-size: 14px;
  display: none;
}
#S_infor .PBox {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 18px;
}

#S_infor .PBox a,
#S_infor .PBox i {
  color: #000;
}

#S_infor .PBox i {
  display: inline-block;
  width: 575px;
}
#S_infor .article > .Ttips {
  min-height: 1200px;
}
#S_infor .Ttips h1 {
  height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 20px;
  font-size: 20px;
  text-align: left;
}
#S_infor .Mbody p {
  text-indent: 0;
  line-height: 30px;
}
#S_infor .Mbody p span {
  font-size: 14px !important;
}
#S_infor .Newtag {
  height: 28px;
}
#S_infor .Newtag .tag {
  height: 28px;
  min-width: 60px;
  background: #ffe2d9;
  border-radius: 28px;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #ff5622;
}
#S_infor .DCommonBox {
  width: 721px;
  padding-top: 34px;
  margin-bottom: 0;
  background: #ffffff;
  padding-bottom: 30px;
}
#S_infor .Newinfo {
  margin-top: 0;
  background: none;
  height: 20px;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 12px;
}
#S_infor .Newinfo span {
  line-height: 20px;
  color: #808080;
}
#S_infor .Newinfo span.createdAt {
  width: 80px;
  margin-right: 15px;
}
#S_infor .Newinfo span a {
  font-size: 14px;
  color: #808080;
}
#S_infor .Newinfo span a:hover {
  color: #f10000;
}
#S_infor .Mbody {
  margin-bottom: 0;
  min-height: 300px;
  padding-top: 0;
}
#S_infor .Mbody > p {
  text-align: left;
  line-height: 25px;
  color: #666666;
  text-indent: 0;
  margin-bottom: 20px;
}
#S_infor .Mbody img {
  width: 100%;
}
#S_infor .Mbody .posters {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
}
#S_infor .Mbody .posters > div {
  width: 428px;
  max-height: 428px;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  align-items: flex-start;
}
#S_infor .Mbody .posters .poster_img {
  width: 136px;
  height: 136px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
}
/* #S_infor .Mbody .posters .poster_img:nth-child(3n) {
  margin-right: 0;
}
#S_infor .Mbody .posters .poster_img:nth-child(7),
#S_infor .Mbody .posters .poster_img:nth-child(8),
#S_infor .Mbody .posters .poster_img:nth-child(9) {
  margin-bottom: 0;
} */
#S_infor .art_content {
  height: 20px;
  overflow: hidden;
  margin-top: 25px;
  padding: 0 20px;
}
#S_infor .art_content li {
  width: 326px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}

#S_infor .art_content li {
  position: relative;
}

#S_infor .art_content li a {
  color: #373737;
}
#S_infor .art_content li:hover a {
  color: #f10000;
}
#S_infor .Mbody .posterPreview > .swiper-img {
  width: 630px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  position: relative;
}
#S_infor .Mbody .posterPreview > .swiper-img img {
  width: 100%;
}
#S_infor .Mbody .posterPreview .idxs {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 55px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  background: rgb(0 0 0 / 43%);
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
#S_infor .Mbody .posterPreview .previews {
  align-items: stretch;
  height: auto;
}

#S_infor .Mbody .posterPreview ul {
  overflow-y: auto;
  margin-top: 30px;
  padding: 0 40px;
}
#S_infor .Mbody .posterPreview li {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 2px #e5e5e5;
  margin-right: 10px;
  flex-shrink: 0;
  padding: 2px;
  cursor: pointer;
}
#S_infor .Mbody .posterPreview li:hover,
#S_infor .Mbody .posterPreview li.active {
  border: solid 2px #ff123f;
}

#S_infor .Mbody .posterPreview .swiper-button {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(toggle.png) no-repeat;
  background-size: 60px;
  background-position: center 300px;
  cursor: pointer;
  opacity: 0.2;
}

#S_infor .Mbody .posterPreview .swiper-button.active {
  opacity: 1;
}
#S_infor .Mbody .posterPreview .swiper-prev {
  left: 0;
}
#S_infor .Mbody .posterPreview .swiper-next {
  right: 0;
  transform: rotateY(180deg);
}

#S_infor .Mbody .yuyue {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 80px;
}
#S_infor .Mbody .yuyue img {
  width: 80px;
  border-radius: 8px;
  margin-right: 14px;
}
#S_infor .Mbody .yuyue p:nth-child(1) {
  font-size: 16px;
}
#S_infor .Mbody .yuyue p:nth-child(2) {
  font-size: 14px;
  color: #646464;
}
#S_infor .Mbody .yuyue .right {
  width: 100px;
  height: 35px;
  background: #ffffff;
  border-radius: 35px;
  color: #a90021;
  border: 1px solid #a90021;
  cursor: pointer;
}
#S_infor .Mbody .yuyue .right:hover {
  color: #ffffff;
  background: #a90021;
  font-weight: bold;
}
#S_infor .tools {
  width: 480px;
  background: #ffffff;
  padding: 30px 0;
  box-sizing: border-box;
}

#S_infor .tools .Mbody {
  position: relative;
  padding-bottom: 110px;
}

#S_infor .tools > div {
  padding: 0 30px;
  box-sizing: border-box;
  border-left: 1px dashed #e6e6e6;
  height: 100%;
}
#S_infor .tools .xcx {
  margin-bottom: 20px;
}
#S_infor .tools .newsList {
  padding: 30px 0 0;
  background: #ffffff;
  min-height: 551px;
  box-sizing: border-box;
  border-top: 1px dashed #e6e6e6;
}
#S_infor .tools .newsList > div {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}
#S_infor .tools .newsList > div::before {
  content: "";
  width: 6px;
  height: 18px;
  background-color: #ff123f;
  border-radius: 3px;
  margin-right: 15px;
}
#S_infor .tools .newsList ul {
  flex-wrap: wrap;
  align-items: flex-start;
}
#S_infor .tools .newsList li {
  width: 200px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
#S_infor .tools .newsList .st {
  height: 65px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #efefef;
}
#S_infor .tools .newsList .st > p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

#S_infor .tools .newsList .poster {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#S_infor .tools .newsList .poster img {
  width: 100%;
  transition: all 0.2s;
  transform: scale(1);
}
#S_infor .tools .newsList li:hover img {
  transition: all 0.2s;
  transform: scale(1.02);
}
#S_infor .btmtags {
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  align-items: stretch;
}
#S_infor .newsad {
  width: 840px;
  height: 241px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  background: url(https://www.igo.cn/newigo2019/images/liuxuenews.png) no-repeat;
  background-size: 100%;
}

#S_infor .btmtags .keywords {
  flex-wrap: wrap;
  width: 300px;
  padding-left: 20px;
  border-left: 1px dashed #e6e6e6;
}
#S_infor .btmtags .keywords > p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
#S_infor .btmtags .keywords a {
  color: #3a3a3a;
  line-height: 40px;
  text-align: center;
  width: 132px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
}
#S_infor .btmtags .keywords a:hover {
  color: #f10000;
}
