
    /*标题*/
section.tueru{
      width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
    section.tueru>p {

      padding: 10px 0 10px 11px;

      font-size: 28px;

      color: rgba(51, 51, 51, 1);

      line-height: 47px;

      background: -webkit-linear-gradient(left, #fbfbfb, rgba(244, 244, 244, 1));

      /* Safari 5.1 - 6.0 */

      background: -o-linear-gradient(right, #fbfbfb, rgba(244, 244, 244, 1));

      /* Opera 11.1 - 12.0 */

      background: -moz-linear-gradient(right, #fbfbfb, rgba(244, 244, 244, 1));

      /* Firefox 3.6 - 15 */

      background: linear-gradient(to right, #fbfbfb, rgba(244, 244, 244, 1));

      /* 标准的语法 */

      border-left: 3px solid rgba(0, 130, 199, 1);

    }

    #groupNews_contents li:hover p:nth-child(1) a{
    color: #0082C7;
    }

    #groupNews_contents li:hover>a {
    background-color: rgba(0,130,199,1);
    color: #fff;
    }

    /*正文内容*/

  /*  #groupNews_contents {

      margin-bottom: 150px;

    }*/



    #groupNews_contents li {



      height: 275px;

      padding: 50px 0 20px 10px;

      border-bottom: 1px solid #e6e6e6;

    }



    #groupNews_contents li>div {

      display: inline-block;

    }



    /*左边日期*/

    #groupNews_contents li>div:nth-child(1) {

      text-align: center;

    }



    #groupNews_contents li>div:nth-child(1)>p:nth-child(1) {

      line-height: 52px;

      font-size: 60px;

      font-family: ArialMT;

    }



    #groupNews_contents li>div:nth-child(1)>p:nth-child(2) {

      font-size: 24px;

      line-height: 20px;

      font-family: MicrosoftYaHei;

      ;

      color: rgba(153, 153, 153, 1);

      margin: 20px 0 11px 0;

    }



    /*右边内容*/

    #groupNews_contents li>div:nth-child(2) {

      width: 1000px;

      margin-left: 33px;

      padding-left: 40px;

      border-left: 3px solid rgba(204, 204, 204, 1);

      vertical-align: top;

    }



    #groupNews_contents li>div:nth-child(2)>p:nth-child(1) {

      margin-bottom: 27px;

      font-size: 24px;

      line-height: 24px;

      height: 24px;
      white-space: nowrap;
      overflow: hidden;
text-overflow: ellipsis;
    }



    #groupNews_contents li>div:nth-child(2)>p:nth-child(2) {

      font-size: 20px;

      color: rgba(153, 153, 153, 1);

      line-height: 38px;

      height: 76px;

       text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;

    }



    #groupNews_contents li>a {

      position: relative;

      left: 169px;

      top: 35px;

      display: block;

      width: 89px;

      height: 32px;

      font-size: 14px;

      border: 1px solid #999;

      text-align: center;

      line-height: 28px;

    }



    #groupNews_contents .mediaCoverage_this div p:nth-child(1) {

      color: #0082C7;

    }



    #groupNews_contents .mediaCoverage_this>a {

      background-color: #0082C7;

      color: white;

    }



    /*最下方分页*/

    #groupNews_contents+div {

      text-align: center;

    }

@media screen and (max-width: 750px) {
section.tueru{
  width: 100%;padding:0.2rem;
  padding-top:0;
}
#groupNews_contents li{width: 100%;padding:0.2rem 0;height: auto;}
#groupNews_contents li>div:nth-child(1){width: 1.2rem}
#groupNews_contents li>div:nth-child(1)>p:nth-child(1){font-size: 0.5rem;line-height: 0.6rem;}
#groupNews_contents li>div:nth-child(1)>p:nth-child(2){margin:0.1rem;font-size: 0.24rem;line-height: 0.3rem}
#groupNews_contents li>div:nth-child(2){width: calc(100% - 1.5rem);margin-left:0;padding-left:0.4rem;}
#groupNews_contents li>div:nth-child(2)>p:nth-child(1){margin-bottom: 0;font-size: 0.3rem;height: 0.5rem;line-height: 0.5rem;}
#groupNews_contents li>div:nth-child(2)>p:nth-child(2){font-size: 0.24rem;line-height: 1.5;height: 0.7rem}
#groupNews_contents li>a{display: none}
#groupNews_contents li>div:nth-child(2)>p:nth-child(1)>a{color: #0082C7}
.more{font-size: 0.4rem}
}