      /*褰撳墠椤*/
      
      .position {
        margin-bottom: 36px;
      }
      
      .container {
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
      }
      
      .newsList {
        
      }
      
      .line {
        position: absolute;
        height: 72%;
        width: 1px;
        background: url(../image/hmy_1px.png) repeat-y 20% 50%;
        left: 44px;
        top: 89px;
      }
      .specialLine{
        display: none;
      }
      
      .newsList dl {
        margin-bottom: 48px;
        position: relative;
      }
      
      .newsList dl:hover .dateDay {
        color: #3278c0;
      }
      
      .newsList dl:hover .date .dateMonth {
        color: #3278c0;
      }
      
      .newsList dl:hover a {
        color: #3278c0;
      }
      
      .newsList dl:hover dd {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
      }
      
      .newsList dt {
        color: #999999;
        width: 88px;
        height: 88px;
        float: left;
        border: 1px solid #bababa;
        border-radius: 8px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
        background-color: #FFFFFF;
      }
      
      .newsList .date {
        background: url(../image/hmy_line.png) no-repeat 50% 68%;
        width: 88px;
        height: 88px;
        display: inline-block;
        text-align: center;
      }
      
      .newsList .date .dateDay {
        display: block;
        font-size: 47px;
        font-family: arial;
        margin-bottom: 9px;
        margin-left: -2px;
        margin-top: 3px;
      }
      
      .newsList .date .dateMonth {
        font-size: 13.14px;
        font-family: arial;
        margin-left: 2px;
      }
      
      .newsListText a {
        display: inline-block;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        margin-top: 7px;
        color: #666666;
        text-decoration: none;
      }
      
      .newsListText h2 {
        margin: 0px;
        margin-top: 7px;
      }
      
      .newsList dd {
        font-family: \5FAE\8F6F\96C5\9ED1;
        width: 861px;
        height: 138px;
        margin-left: 136px;
        border: 1px solid #ededed;
      }
      
      .newsList dd p {
        word-spacing: 21px;
        margin-top: 11px;
        font-size: 12px;
        color: #666666;
        line-height: 22px;
        margin-bottom: 7px;
        margin-right: 11px;
      }
      
      .newsListImg {
        float: left;
        margin-right: 20px;
      }


      

