.news-nei {
    padding: 0;
}
.page {
    text-align: center;
    margin: 20px 0;
}
.page li {
    display: inline-block;
    margin: 0 5px;
    border: #ccc 1px solid;
    padding: 5px 8px;
}
.page li a {
    display: block;
    color: #2555b0;
}
.page .active {
    background: #2555b0;
    color: #fff;
}
.page .active a{
    color: #fff;
}
.news_show h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 25px;
    padding: 0;
}
.news_show .info {
    border-left: 3px solid #2384D5;
    background: #f3f3f3;
    margin: 15px 0;
    padding: 25px 15px;
    font-size: 14px;
    color: #666;
    width:70%;
    margin:0 auto;
}

.news_show .intro {
    padding: 10px 15px;
    background: #fff;
    width:70%;
    margin:0 auto;
    font-size: 16px;
    line-height:40px;
}
.news_show .prenext {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}
.news_show .prenext .pre {
    float: left;
}
.news_show .prenext a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}
.news_show .prenext .next {
    float: right;
}
.news_show .prenext a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}
.am-margin-top-lg {
    margin-top: 2.4rem;
}
hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.news_show .tags {
    font-weight: 500;
}
.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}
.subject {
    border-bottom: 1px solid #eaeaea;
}
.m20 {
    margin: 20px 0;
}
.news_show_list li {
    overflow: hidden;
    padding: 12px 0 12px 0;
    float: left;
    width: 49%;
    margin-right: 1%;
    min-height: 90px;
}
.news_show_list li .date {
    float: left;
    width: 86px;
    height: 80px;
}
.news_show_list li .date .dateline {
    width: 70px;
    height: 54px;
    display: block;
    background-color: #2384d5;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.news_show_list li .date em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 70px;
    background: #eee;
    color: #888;
}
.news_show_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 88px;
    line-height: 22px;
}
.news_show_list li .txt a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media (max-width: 770px){
        /*新闻详情*/
    .news_show .intro img{
        width: 90%!important;
        height: auto!important;
    }
    .news_show h1{
        font-size: 16px;
    }
    .news_show .intro{
        padding: 5px;
      	overflow: hidden;
    }
  .news_show .intro img{
  width:100%;
  }
    .news_show .prenext a{
        width: 40%;
    }
    .news_show_list li{
        width: 100%;
    }
}