@media (min-width: 1200px) {

  .nr{

    padding-bottom: 50px;

  }

  .nr h2{

    width: 100%;

    height: 60px;

    background-image: url(../images/ny-bt-bg.png);

    background-repeat: no-repeat;

    background-position: 0  22.5px;

    text-align: center;

    line-height: 60px;

    font-size: 30px;

    font-weight: 700;

    color: #44AD4C;

    margin-top: 70px;

    margin-bottom: 70px;

  }

  .new{

    display: block;

    width: 100%;

    height: 180px;

    box-sizing: border-box;

    padding-top: 15px;

    padding-bottom: 15px;

    border-bottom: 1px solid #ccc;

  }

  .new .new-l{
    display: none;
   /* width: 250px;

    height: 150px;

    overflow:hidden;

    display: none;

    float: left;

    margin-right: 20px;
*/
  }

  .new .new-l img{

    width: 250px;

    height: 150px;

    display: block;

    transition: all 0.3s;

  }

  .new:hover .new-l img{

    transform: scale(1.1);

  }

  .new .new-r h3{

    font-size: 18px;

    line-height: 2;

    font-family: '微软雅黑';

    color: #43AD4B;

  }

  .new .new-r h5{

    font-size: 15px;

    line-height: 2;

    font-family: '微软雅黑';

    color: #969696;

  }

  .new .new-r p{

    font-size: 15px;

    line-height: 2;

    font-family: '微软雅黑';

    color: #666;

    overflow: hidden;

     text-overflow: ellipsis;

     display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

  }

  .fanye{

    width: 100%;

    text-align: center;

    margin-top: 40px;

  }

  .fanye a{

    display: inline-block;

    height: 30px;

    line-height: 30px;

    padding-left: 10px;

    padding-right: 10px;

    box-sizing: border-box;

    border: 1px solid #ccc;

    font-size: 15px;

    color: #333;

  }

  .fanye a.on{

    color: #44AD4C;

    border: 1px solid #44AD4C;

  }

  .fanye a:hover{

    color: #44AD4C;

    border: 1px solid #44AD4C;

  }

  .dy-nr{

    border: 1px solid #ccc;

    width: 100%;

    height: 100%;

    margin-top: 40px;

    margin-bottom: 30px;

  }

  .dy-nr .dy-t h3{

    font-size: 28px;

    font-family: '微软雅黑';

    line-height: 2.2;

    font-weight: 700;

    text-align: center;

  }

  .dy-nr .dy-t .pp{

    font-size: 15px;

    font-family: '微软雅黑';

    text-align: center;

    line-height: 28px;

    height: 28px;

    color: #666;

  }

  .dy-nr .dy-t .pp span{

    margin-left: 10px;

    margin-right: 10px;

    position: relative;

    top: -28px;

  }

  .dy-nr .dy-t .pp .bdshare-button-style2-16{

    display: inline-block;

  }

  .dy-m{

    width: 100%;

    height: 10px;

    box-sizing: border-box;

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    background-color: #F5F5F5;

  }

  .dy-b{

    width: 100%;

    box-sizing: border-box;

    padding: 20px 40px;

  }

  .dy-b p{

    line-height: 2;

    font-size: 16px;

    font-weight: 400;

    font-family: '微软雅黑';

    color: #555;

    margin-top: 20px;

    margin-bottom: 20px;

  }

  .dy-b img{

    display: block;

    margin: 20px auto;

    max-width: 100%;

  }



}

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/

@media (max-width: 1199px) {

  .nr{

    padding-bottom: 50px;

  }

  .nr h2{

    width: 100%;

    height: 60px;

    text-align: center;

    line-height: 60px;

    font-size: 30px;

    font-weight: 700;

    color: #44AD4C;

    margin-top: 20px;

    margin-bottom: 20px;

  }

  .new{

    display: block;

    width: 100%;

    height: 180px;

    box-sizing: border-box;

    padding-top: 15px;

    padding-bottom: 15px;

    border-bottom: 1px solid #ccc;

  }

  .new .new-l{

    display: none;

    /*width: 130px;

    height: 70px;

    overflow:hidden;

    display: block;

    float: left;

    margin-right: 20px;*/

  }

  .new .new-l img{

    width: 130px;

    height: 70px;

    display: block;

    transition: all 0.3s;

  }

  .new:hover .new-l img{

    transform: scale(1.1);

  }

  .new .new-r h3{

    font-size: 16px;

    line-height: 2;

    height: 72px;

    font-family: '微软雅黑';

    color: #43AD4B;

  }

  .new .new-r h5{

    font-size: 13px;

    line-height: 2;

    font-family: '微软雅黑';

    color: #969696;

  }

  .new .new-r p{

    font-size: 13px;

    line-height: 2;

    font-family: '微软雅黑';

    color: #666;

    overflow: hidden;

     text-overflow: ellipsis;

     display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

  }

  .fanye{

    width: 100%;

    text-align: center;

    margin-top: 40px;

  }

  .fanye a{

    display: inline-block;

    height: 30px;

    line-height: 30px;

    padding-left: 10px;

    padding-right: 10px;

    box-sizing: border-box;

    border: 1px solid #ccc;

    font-size: 15px;

    color: #333;

  }

  .fanye a.on{

    color: #44AD4C;

    border: 1px solid #44AD4C;

  }

  .fanye a:hover{

    color: #44AD4C;

    border: 1px solid #44AD4C;

  }

  .dy-nr{

    border: 1px solid #ccc;

    width: 100%;

    height: 100%;

    margin-top: 20px;

    margin-bottom: 20px;

    box-sizing: border-box;

  }

  .dy-nr .dy-t h3{

    font-size: 20px;

    font-family: '微软雅黑';

    line-height: 1.6;

    font-weight: 700;

    text-align: center;

    margin-top: 5px;

    margin-bottom: 5px;

  }

  .dy-nr .dy-t .pp{

    font-size: 15px;

    font-family: '微软雅黑';

    text-align: center;

    line-height: 1px;

    color: #666;

    margin-top: 15px;

    margin-bottom: 15px;

  }

  .dy-nr .dy-t .pp span{

    margin-left: 10px;

    margin-right: 10px;

  }

  .dy-nr .dy-t .pp .bdshare-button-style2-16{

    display: inline-block;

    position: relative;

    top: 14px;

  }

  .dy-m{

    width: 100%;

    height: 10px;

    box-sizing: border-box;

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    background-color: #F5F5F5;

  }

  .dy-b{

    width: 100%;

    box-sizing: border-box;

    padding: 10px 5px;

  }

  .dy-b p{

    line-height: 1.6;

    font-size: 15px;

    font-weight: 400;

    font-family: '微软雅黑';

    color: #555;

    margin-top: 20px;

    margin-bottom: 20px;

  }

  .dy-b img{

    display: block;

    margin: 20px auto;

    max-width: 100%;

  }

}

