body {
  background: blue; /* For browsers that do not support gradients */  
  background: -webkit-linear-gradient(left,rgba(0, 255, 255, 0),rgba(0, 255, 255, 0.7)); /*Safari 5.1-6*/  
  background: -o-linear-gradient(right,rgba(0, 255, 255, 0),rgba(0, 255, 255, 0.7)); /*Opera 11.1-12*/  
  background: -moz-linear-gradient(right,rgba(0, 255, 255, 0),rgba(0, 255, 255, 0.7)); /*Fx 3.6-15*/  
  background: linear-gradient(to right, rgba(33, 117, 155, 0.5) , rgba(33, 117, 155, 1));
}
//background-image: url("https://file.mumayi.com/forum/201401/16/220708awl80882c1qlrw1z.jpg");//
//background-repeat: no-repeat;
//background-attachment: fixed;
//https://desk.fd.zol-img.com.cn/t_s1280x800c5/g5/M00/06/02/ChMkJlgWwl2IVyKKAC9x0fYzI-YAAXViwJD2QgAL3Hp502.jpg
//https://www2.autoimg.cn/newsdfs/g14/M0A/5E/12/autohomecar__wKgH5FfsOoSAXCT2AKYkByxUGL0829.jpg
#main {
    overflow: auto;
    padding-left: 25px;
}
#home {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #000;
    word-wrap: break-word;
    line-height: 1.5;
    filter:alpha(opacity=100);   
      -moz-opacity:1;   
      -khtml-opacity: 1;   
      opacity: 1; 
}
.newsItem {
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
}
#leftcontentcontainer > div {
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
}