.banner img{display: block;}

.news_box{margin-top: 30px;}
.news_right ul li{  height:180px;margin: 10px 0;}
.news_left,.list_right{margin:10px 0;
                        height: 100%;
                        overflow: hidden;}                     
.news_left a img{
    height: 100%;
    width: 100%;
    transition: transform 1.8s;
}       
.news_left a img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}                
.news_right ul li a{

                        color: #333333;
                        font-size: 18px;
                        font-family: "Arial,Helvetica Neue", "Microsoft yahei", Helvetica, sans-serif;
                        line-height: 26px;
                        display: block;
                        overflow: hidden;
                    }

.news_right ul li a:hover{  color: #0067d0;}

.news_right ul li p{
                        color: #666666;
                        font-size: 14px;
                        font-family: "Arial,Helvetica Neue", "Microsoft yahei", Helvetica, sans-serif;
                        line-height: 26px;
                        /*overflow: hidden;*/
                        text-overflow: ellipsis;
                        /*white-space: nowrap;*/
                    }


.page{
  height: 38px;
  line-height: 38px;
    font-size: 16px;
    float: right;
}
.page li{
      margin-left: 15px;
    float: left;
}

@media (max-width:760px) {

     .page ul li{
         height:42px;
         line-height: 42px;
         border: 1px solid #9e9e9e;
         text-align: center;
         /*margin-right: 10px;*/
         padding-left: 0;
         padding-right: 0;
         width:26%;
         margin:1% 1%;
     }

    .page ul li:first-child{background: #2f96cd; width:26%; }
    .news_right ul li a{ color: #333333;
                         font-size: 14px;
                         font-family: "Arial,Helvetica Neue", "Microsoft yahei", Helvetica, sans-serif;
                         line-height: 26px;
                       }

}