.new-position{
    overflow: hidden;
    border: 1px solid #dfdfdf;
    height: 44px;
    line-height: 44px;
    box-shadow: 3px 3px 1px #e7e7e7;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #3b3b3b;
    padding-left: 15px;
    /*margin-top: 22px;*/
    box-sizing:border-box;
      -moz-box-sizing:border-box; /* Firefox */
      -webkit-box-sizing:border-box; /* Safari */
  }
  .new-position p{
    display: block;
    float: left;
  }
  .new-position span{
    display: block;
    float: left;
    padding: 0 12px;
  }
  .new-position a{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #3b3b3b;
    display: block;
    float: left;
  }
  .new-position a.act{
    display: block;
    float: left;
    color: #006ac1;
  }
  
  .newg-main .newg-lf{
    width: 830px;
    overflow: hidden;
    float: left;
  }
  .newg-main .newg-lf > h1{
    display: block;
    line-height: 55px;
    height: 55px;
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #083b90;
    font-weight: normal;
  }
  .newg-main .newg-lf ul{
    overflow: hidden;
  }
  .newg-main .newg-lf li {
      overflow: hidden;
      display: block;
      background: url(newg-listbg.jpg) no-repeat left center;
      padding-left: 14px;
      vertical-align: bottom;
      line-height: 40px;
  }
  .newg-main .newg-lf li a {
      display: block;
      float: left;
      font-size: 18px;
      color: #3f3f3f;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 500px;
  }
  .newg-main .newg-lf li a:hover{
    color: #006ac1;
  }
  .newg-main .newg-lf li span {
      display: block;
      float: right;
      font-size: 14px;
      color: #888;
      font-family: "微软雅黑";
  }
  
  /*****right***/
  
  .newg-rt{
    width: 360px;
    overflow: hidden;
    float: left;
  }
  
  .new-rtmpub{
    overflow: hidden;
    margin-top: 18px;
    margin-left:30px;
  }
  .new-rtmpub .title {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
  }
  .new-rtmpub .title h1 {
    display: block;
    float: left;
    font-family: "微软雅黑";
    color: #083b90;
    font-size: 20px;
    font-weight: normal;
  }
  .new-rtmpub .title a.more{
    display: block;
    float: right;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #b4b4b4;
    padding-right: 5px;
    line-height: 32px;
    margin-top: 14px;
  }
  .new-rtmpub .title a.more:hover{
    color: #d62d1d;
  }
  .new-rtmpub > ul {
    overflow: hidden;
    margin-top: 10px;
  }
  .new-rtmpub > ul li {
    display: block;
    overflow: hidden;
    line-height: 35px;
    background: url(new-rtlistbg.png) no-repeat left center;
    padding-left: 15px;
  }
  .new-rtmpub > ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 340px;
    height:35px;
    font-size: 14px;
    color: #3f3f3f;
  }
  .new-rtmpub > ul li a:hover{
    color: #d62d1d;
  }
  
  /******推荐视频******/
  .newg-rtm4 .newg-rt4con{
    width: 281px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
  }
  .newg-rtm4 .newg-rt4con img{
    display: block;
    width: 281px;
    height: 180px;
  }
  .newg-rtm4 .newg-rt4con a.newg-rtradiobtn{
    display: block;
    width: 45px;
    height: 45px;
    background: url(newg-rtbfbtn.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
  }
  .newg-rtm4 .newg-rt4con p{
    overflow: hidden;
    background: url(newg-rtopabg.png) repeat-x;
    height: 35px;
    line-height: 35px;
    width: 267px;
    padding-left: 14px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  /******page******/
  .info-page {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      margin-top: 40px;
      text-align:center;
      padding-bottom: 20px;
  }
  .info-page a {
      display: inline-block;
      padding: 0 10px;
      height: 24px;
      background: #c9c9c9;
      float: none;
      margin-left: 10px;
      color: #fff;
      font-size: 12px;
      text-align: center;
      line-height: 24px;
  }
  .info-page a.page-act {
      background: #083b90;
  }