.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  font-size: 0;
}

.clearboth {
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
  font-size: 0;
}

a, a:hover {
  text-decoration: none;
}

body, ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

.header {
  background: #fff;
  padding: 10px 0;
}
.header .head-left {
  line-height: 66px;
  font-size: 24px;
}
.header .head-right {
  padding-left: 10px;
  text-align: right;
  line-height: 60px;
  vertical-align: middle;
}
.header .head-right .post-btn {
  padding: 0 20px;
  border: 1px solid #1890ff;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #1890ff;
  color: #fff;
  display: inline-block;
}

.main-view {
  padding: 20px 0;
}
.main-view .pasge-news-lists li {
  list-style: none;
  padding: 10px 0;
  line-height: 25px;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
}
.main-view .pasge-news-lists li a {
  display: block;
  padding-right: 80px;
  font-size: 16px;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-view .pasge-news-lists li a:hover {
  color: #1890ff;
}
.main-view .pasge-news-lists li span {
  position: absolute;
  width: 80px;
  text-align: right;
  right: 0;
  top: 10px;
  font-size: 14px;
  color: #787878;
}

.page-news-details {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 5px 20px 20px;
}
.page-news-details .details-source {
  padding: 15px 0;
  line-height: 26px;
  border-bottom: 1px dashed #e6e6e6;
  margin-bottom: 10px;
  text-align: center;
}
.page-news-details .details-source h3 {
  font-size: 18px;
  color: #2e2c3e;
  padding-bottom: 4px;
  font-weight: normal;
  margin: 0;
}
.page-news-details .details-source .time {
  color: #82808b;
  font-size: 14px;
}
.page-news-details .details-main {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.page-news-details .details-main p {
  color: #666;
}
.page-news-details .details-main .article-img {
  text-align: center;
  margin: 5px 0;
}
.page-news-details .details-main .article-img img {
  max-width: 100%;
  border: 1px solid #efefef;
  height: auto !important;
  padding: 1px;
}
.page-news-details .prev-next .prev, .page-news-details .prev-next .next {
  width: 47.5%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-news-details .prev-next .prev {
  padding-right: 2.5%;
}
.page-news-details .prev-next .next {
  padding-left: 2.5%;
}
.page-news-details .prev-next a {
  color: #333;
  font-size: 14px;
}
.page-news-details .prev-next a:hover {
  color: #1890ff;
}

.new-crumbs {
  line-height: 40px;
}
.new-crumbs a {
  color: #333;
  font-size: 14px;
}
.new-crumbs a:hover {
  color: #1890ff;
}
.new-crumbs span {
  color: #333;
  font-size: 14px;
}

.footer {
  background: #333;
  padding: 10px 0;
  font-size: 12px;
  text-align: left;
  color: #fff;
  line-height: 32px;
}

.page-content {
  margin-top: 20px;
}

.page-left.pull-left {
  width: auto;
  line-height: 27px;
  font-size: 14px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.error-wrap {
  text-align: center;
}
.error-wrap .img-404 {
  max-width: 100%;
}

.pagination {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 25px;
}
.pagination span, .pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  border: 1px solid #efefef;
  padding: 0 10px;
}
.pagination a {
  background: #fff;
}
.pagination li {
  display: inline;
}
.pagination li:not(.disabled):hover a,
.pagination li:not(.disabled):hover span, .pagination li:not(.disabled).active a,
.pagination li:not(.disabled).active span {
  background: #1890ff;
  color: #fff;
  border-color: transparent;
}
.pagination li.disabled {
  cursor: not-allowed;
}
