@media screen and (min-width: 1151px){
    .all_news {
        width: 100%;
        line-height: 40px;
        color: rgba(0, 0, 0, .8);
        font-size: 1.4rem;
        border-bottom: 1px dashed rgba(0,0,0,.15);
    }

    .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #016bc1;
        display: inline-block;
    }
    .all_news span:nth-child(2){
        display: none;
    }
    .all_news span:nth-child(3):hover {
        font-weight: 600;
        color:#016bc1;
    }
    .all_news span:nth-child(4) {
        text-align: right;
        float: right;
        color: rgba(0, 0, 0, .4);
        font-size: 1.2rem;
    }
    .all_news span:nth-child(5) ,.all_news span:nth-child(5){
        display: none;
    }
/* 新闻详情页 */
.news_title{
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.news_title p:nth-child(1){
   color: #016bc1;
   font-size: 2rem;
}
.news_title p:nth-child(2){
    color: #777777;
    font-size: .8em;
}
.news_content{
    padding: 3% 0;
    border-bottom: 1px solid #eee;
}
.news_content span{
  color: #666666;
  font-size: 1.4rem;
  line-height: 25px;
}
.news_content img{
    width: 602px;
    height: 358px;
    margin-top: 2%;
}

    
 } 
 @media screen and (min-width: 981px) and (max-width: 1150px){
    .all_news {
        width: 100%;
        line-height: 40px;
        color: rgba(0, 0, 0, .8);
        font-size: 1.4rem;
        border-bottom: 1px dashed rgba(0,0,0,.15);
    }

    .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #016bc1;
        display: inline-block;
    }
    .all_news span:nth-child(2){
        display: none;
    }
    .all_news span:nth-child(3):hover {
        font-weight: 600;
        color:#016bc1;
    }
    .all_news span:nth-child(4) {
        text-align: right;
        float: right;
        color: rgba(0, 0, 0, .4);
        font-size: 1.2rem;
    }
    .all_news span:nth-child(5) ,.all_news span:nth-child(5){
        display: none;
    }
/* 新闻详情页 */
.news_title{
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.news_title p:nth-child(1){
   color: #016bc1;
   font-size: 1.8rem;
}
.news_title p:nth-child(2){
    color: #777777;
    font-size: .8em;
}
.news_content{
    padding: 2% 0;
    border-bottom: 1px solid #eee;
}
.news_content span{
  color: #666666;
  font-size: 1.4rem;
  line-height: 25px;
}
.news_content img{
    width: 460px;
    height: 285px;
    margin-top: 2%;
}

 }
 @media screen and (min-width:470px) and (max-width: 980px){
    .all_news {
        width: 94%;
        line-height: 55px;
        color: rgba(0, 0, 0, .8);
        font-size: 1.5rem;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .all_news span:nth-child(2){
        color:#016bc1;
    }
    .all_news span:nth-child(3){
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 82%;
    }
    .all_news span:nth-child(3):hover {
        font-weight: 600;
        color:#016bc1;
    }
    .all_news span:nth-child(5) {
        color:#016bc1;
    }
    .all_news span:nth-child(1) ,.all_news span:nth-child(4){
        display: none;
    }
/* 新闻详情页 */
.news_title{
    width: 94%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.news_title p:nth-child(1){
   color: #016bc1;
   font-size: 1.8rem;
}
.news_title p:nth-child(2){
    color: #777777;
    font-size: .8em;
}
.news_content{
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
    border-bottom: 1px solid #eee;
}
.news_content span{
  color: #666666;
  font-size: 1.4rem;
  line-height: 25px;
}
.news_content img{
    width: 100%;
    margin-top: 2%;
}

 }
 @media screen and (max-width: 469px){
    .all_news {
        width: 94%;
        line-height: 55px;
        color: rgba(0, 0, 0, .8);
        font-size: 1.4rem;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .all_news span:nth-child(2){
        color:#016bc1;
    }
    .all_news span:nth-child(3){
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 70%;
    }
    .all_news span:nth-child(3):hover {
        font-weight: 600;
        color:#016bc1;
    }
    .all_news span:nth-child(5) {
        color:#016bc1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .all_news span:nth-child(1) ,.all_news span:nth-child(4){
        display: none;
    }
/* 新闻详情页 */
.news_title{
    width: 94%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.news_title p:nth-child(1){
   color: #016bc1;
   font-size: 1.8rem;
}
.news_title p:nth-child(2){
    color: #777777;
    font-size: .8em;
}
.news_content{
    width: 94%;
    padding: 2% 0;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}
.news_content span{
  color: #666666;
  font-size: 1.4rem;
  line-height: 25px;
}
.news_content img{
    width: 100%;
    margin-top: 2%;
}

 }


 
 