* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 58px;
  background: #0045FF;
}
.header ul {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.header li {
  margin-right: 30px;
  float: left;
  line-height: 58px;
}
.header li a {
  color: #C1C1C1;
}
.navbar {
  width: 100%;
  height: 58px;
  background: #EDEDED;
}
.navbar_content {
  width: 1000px;
  line-height: 58px;
  color: #666666;
  font-size: 14px;
  margin: 0 auto;
}
.article_list {
  margin-top: 40px;
}
.article_list ul {
  width: 1000px;
  margin: 0 auto;
}
.article_list ul li {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 15px;
}
.article_list li p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
}
.article_list li div {
   margin: 10px 0;
   font-size: 12px;
   color: #666666;
}
.article_list li span {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #999999;
}

/*文章详情页 css*/
.article_content {
  width: 1000px;
  margin: 40px auto;
}
.article_content h2 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.article_content span {
  display: block;
  color: #666666;
  font-size: 14px;
  margin: 20px 0;
}
.article_content div {
  font-size: 14px;
  line-height: 36px;
}


/*遮罩css*/
.shadow {
  height:100%;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  background:rgba(0,0,0,.5);
}
.dialog {
  width: 594px;
  height: 400px;
  background: #fff;
  box-shadow:0px 2px 8px rgba(0,0,0,0.16);
  border-radius:10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -297px;
  text-align: center;
}
.dialog h3 {
  font-size: 20px;
  margin-top: 40px;
}
.dialog img {
  width: 182px;
  height: 182px;
}
.btns {
  overflow: hidden;
  margin-top: 20px;
}
.btns a {
  display: inline-block;
  width: 166px;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
  color: #A3A3A3;
  border: 1px solid #A3A3A3;
}
