html,body{
background-color: #041312;
height:100%;
}
body{
padding:0;
margin:0;}
body.custom-background {
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: scroll;
    /*background-image: url('http://wiki.dsmake.com/wp-content/uploads/2014/05/微博背景1.png');*/
    background-color: #041312;
}

body .site {
    margin-bottom: 100px;
    margin-top: 100px;
    box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
	line-height:30px;
	font-size:14px;
}
.site {
    overflow: hidden;
    margin: 0px auto;
    max-width: 960px;
}
.site {
    padding: 30px 30px 50px 30px;
    background-color: #FFF;
}
span.info_title{
    line-height:20px;
    font-size:14px; 
    margin-right:10px;
}
span.info_title.active{
    color:#5AAFE8;
}

.news-container
{
    /*width: 260px;*/
    margin: auto;
}
.news-container ul li
{
    width:100%;
}
.news-container ul li a
{
    width:100%;
    color:#7f7f7f;
    line-height:20px;
}
