* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.main{
  padding: 0 3%;
}
.crumbs{
  padding: 0 3%;
  font-size: 1rem;
  color:#666666;
  line-height: 3;
  display:flex;
  align-items:center;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin-top:88px;
}
.crumbs img{
  margin-right: 20px;
}
.crumbs a{
  color:#666;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.news_sum {
  font-size: 0.9rem;
  color: #333333;
  width: 100%;
  line-height: 2;
  /* height: 72px; */
  overflow: hidden;
  transition: all 0.5s ease;
}

.news_time {
  font-size: 0.9rem;
  color: #999999;
  display: block;
  width: 100%;
  line-height: 2;
}

.news_li em {
  display: block;
  width: 5px;
  height: 5px;
  background: #d6d6d6;
}

.news_li:hover .news_sum {
  color:#0051a2;
}

.news_li>a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.news_li>a > div{
  width:100%;
  padding: 0 3%;
}
.news_title {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 3%;
}

.news_title a {
  font-size: 18px;
  color: #fff;
  background: #0051a2;
  display: inline-block;
  text-align: center;
  padding: 3%;
  width: auto;
  max-width: 300px;
}

.news_box {
  margin-bottom: 5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #e5e5e5;
}



.news_detail{
  padding: 3%;
}
.news_title{
  line-height: 18px;
  color:#333333;
  text-align: left;
}
.news_data{
  font-size:.938rem;
  color:#999999;
  line-height: 2;
  text-align:center;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom:2px solid #0051a2;
}
.news_articles{
  color:#333333;
}
.news_articles img{
  max-width:100%;
  width:auto;
  height:auto;
}
