.index_web .headlines_web {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.index_web .headlines_web .headlines_pic {
  width: 100%;
  height: auto;
}
.index_web .headlines_web .headlines_pic img {
  width: 100%;
  height: 400rem;
}
.index_web .headlines_phone {
  display: none;
}
.index_web .container {
  width: 100%;
  margin: 30rem auto;
  overflow: hidden;
}
.index_web .container .item_con {
  width: 1280rem;
  margin: 0 auto;
  overflow: hidden;
}
.index_web .container .item_con .con_news {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.index_web .container .item_con .con_news ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_web .container .item_con .con_news ul li {
  float: left;
  width: 32%;
  padding: 10rem;
  margin: 5rem;
  border: 1rem solid transparent;
}
.index_web .container .item_con .con_news ul li:hover {
  border: 1rem solid #eee;
  border-radius: 6rem;
  box-shadow: 0 0 5rem 2rem rgba(150, 150, 150, 0.4);
}
.index_web .container .item_con .con_news ul li div:first-child {
  position: relative;
  padding-bottom: 20rem;
  width: 390rem;
  height: 315rem;
  border-radius: 6rem;
  padding: 5rem;
  overflow: hidden;
}
.index_web .container .item_con .con_news ul li div:first-child .news_img {
  width: 378rem;
  height: 220rem;
  overflow: hidden;
}
.index_web .container .item_con .con_news ul li div:first-child .news_img img {
  width: 100%;
  height: 100%;
  border: 0rem solid #fdf9f1;
  border-radius: 6rem;
  box-shadow: 0 0 5rem 2rem rgba(88, 88, 88, 0.7);
}
.index_web .container .item_con .con_news ul li div:first-child .news_title p {
  color: #323232;
  font-size: 17rem;
  line-height: 28rem;
  margin: 10rem 5rem 20rem;
}
.index_web .container .item_con .con_news ul li div:first-child .news_title p:hover {
  color: #C00109;
}
.index_phone .headlines_phone {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.index_phone .headlines_phone .headlines_pic {
  width: 100%;
  height: auto;
}
.index_phone .headlines_phone .headlines_pic img {
  width: 100%;
  height: auto;
}
.index_phone .headlines_web {
  display: none;
}
.index_phone .container {
  width: 96%;
  margin: 30rem auto;
  overflow: hidden;
}
.index_phone .container .item_con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.index_phone .container .item_con .con_news {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.index_phone .container .item_con .con_news ul {
  width: 100%;
  height: auto;
  padding: 5rem;
  overflow: hidden;
}
.index_phone .container .item_con .con_news ul li {
  float: left;
  width: 50%;
  padding: 5rem;
  border: 1rem solid transparent;
}
.index_phone .container .item_con .con_news ul li:hover {
  border: 1rem solid #eee;
  border-radius: 6rem;
  box-shadow: 0 0 5rem 2rem rgba(150, 150, 150, 0.4);
}
.index_phone .container .item_con .con_news ul li div:first-child {
  position: relative;
  width: 100%;
  height: 220rem;
  border-radius: 5rem;
  padding: 3rem;
  overflow: hidden;
}
.index_phone .container .item_con .con_news ul li div:first-child .news_img {
  width: 100%;
  height: 120rem;
  overflow: hidden;
}
.index_phone .container .item_con .con_news ul li div:first-child .news_img img {
  width: 100%;
  height: 100%;
  border: 0rem solid #fdf9f1;
  border-radius: 5rem;
  box-shadow: 0 0 5rem 2rem rgba(88, 88, 88, 0.7);
}
.index_phone .container .item_con .con_news ul li div:first-child .news_title p {
  color: #323232;
  font-size: 15rem;
  line-height: 20rem;
  margin: 5rem 5rem 10rem;
}
.index_phone .container .item_con .con_news ul li div:first-child .news_title p:hover {
  color: #C00109;
}
.index_web_phone {
  width: 640rem;
}
.index_web_phone .container {
  width: 100%;
}
.index_web_phone .container .item_con .con_news ul li div:first-child {
  margin: 0 auto;
  height: 260rem;
}
.index_web_phone .container .item_con .con_news ul li div:first-child .news_img {
  width: 100%;
  margin: 0 auto;
  height: 170rem;
}
