ol,
ul {
  margin: 0;
  padding: 0;
}
.top_banner {
  background: url(/templates/miaozo/images/news_banner.jpg) no-repeat -7px -1px;
  background-size: 590px;
}

.item_news a {
  color: #333;
}
.item_news .left_images {
  display: none;
  width: 420px;
}

.item_news .news_content {
  width: 100%;
  max-width: 900px;
  margin: 5rem auto;
}

.news_content .news_list {
  width: 100%;
}

.page-box {
  text-align: center;
  padding-bottom: 50px;
}
.page-box .digg > * {
  padding: 5px 10px 5px 0
}
.page-box a,
.page-box a:hover {
  color: #6b6b6b;
}

.news_content .item .item_news {
  margin: 10px auto;
}

.news_list .item {
  margin: 10px;
  padding: 10px;
  color: #818181;
  cursor: pointer;
}

.news_list .item_img {
  width: 100%;
  text-align: center;
}

.news_list .item_img > img {
  width: 100%;
  min-width: 200px;
  max-width: 400px;
}

.item .title {
  font-size: 18px;
  font-weight: 550;
}

.item .title .date {
  font-size: 16px;
  font-weight: 500;
}

.item .title .date {
  float: right;
}
.item .subject {
  margin-top: 15px;
  position: relative;
  padding-right: 80px;
}

.item .subject .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  border: solid #818181;
  display: inline-block;
  padding: 3px;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-width: 1px 1px 0 0;
}

.news_text .position {
  height: 32px;
  margin: 8px 0;
  font-size: 14px;
  line-height: 32px;
  color: #919199;
}
.news_text .position a {
  color: #919199;
}
.txt_content h1 {
  border-bottom: 1px dashed #ddd;
  font-size: 28px;
  line-height: 40px;
  padding: 35px 0;
  text-align: center;
  font-weight: normal;
  color: #2b2b2b;
}
.txt_content .info {
  font-size: 13px;
  line-height: 52px;
  text-align: center;
  color: #767676;
}
.txt_content .info small {
  margin-left: 20px;
}
.txt_content .art_content > p {
  text-indent: 3rem;
}
.txt_content .art_content img {
  width: 100%;
  margin-bottom: 10px;
}
.txt_content .btninfo {
  margin: 20px 0;
}
.txt_content .clear {
  zoom: 1;
}
.txt_content .copyright {
  text-align: end;
  font-size: 14px;
  line-height: 20px;
  color: #bbb;
}
.txt_content .page {
  font-weight: blod;
  color: #898684;
}
.txt_content .page ul {
  background: none;
  margin-top: 18px;
}
.txt_content .page li {
  width: 50%;
  float: left;
  text-align: center;
  font-weight: bold;
  list-style: none;
}
.txt_content .page li,
.txt_content .page a {
  font-size: 14px;
  line-height: 36px;
  color: #898684;
  font-weight: normal;
  transition: 0.3s;
  width: 100%;
  text-align: justify;
}
.txt_content .page a:hover {
  color: #4cbeaf;
}

@media (min-width: 768px) {
  .news_list .item {
    height: 150px;
    position: relative;
  }
  .news_list .item_img {
    width: 150px;
    float: left;
  }
  .news_list .item_img > img {
    min-width: 50px;
    height: 150px;
  }
  .news_list .item_news {
    padding-top: 20px;
    float: right;
    width: 460px;
  }
  .txt_content .page ul {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
  }
  .txt_content .page ul > li {
    position: relative;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .news_list .item_news {
    width: 660px;
  }
  .news_content {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
  }
  .item_news .left_images {
    width: 420px;
    display: initial;
  }
  .txt_content .art_content img {
    width: auto;
  }
}
