.div_remen2 {
    width: 1200px;
    margin: auto;
}
#newsdiv {
    text-align: left;
    background-color: #FFFFFF;
    width: 900px;
    margin: auto;
    padding: 50px;
    box-shadow: 2px 4px 10px #000;
    margin-top: 50px;
}
#newsdiv p {
    text-align: left;
    line-height: 30px;
    text-indent: 2em;
}
.news_info{
    margin: 20px 0;
}
#title_div {
    width: 100%;
    text-align: center;
    line-height: 30px;
}
#date_div {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
}
.div_remen2 a:hover{
    text-decoration:underline}
.div_remen2 li{
    list-style:none; width:800px; height:60px; margin-left:10px;
}
.div_remen2 li span{
    float:right;
}
.div_remen2 li img{
    width:80px; height:40px; float:left; margin-right:20px;}
	
.resourceslist li {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: left;
    background: url(../images/icon1.png) left no-repeat;
    border-bottom: 1px dotted #dedede;
    text-indent: 10px;
}
.resourceslist li span {
    float: right;
    font-size: 14px;
    color: #bbb;
    width: 180px;
    text-align: center;
}
.resourceslist li .dl_btn {
    float: right;
    width: 67px;
    height: 26px;
    line-height: 26px;
    background: url(../images/bkgnormal.png) no-repeat;
    text-align: center;
    margin-top: 7px;
    text-indent: 0;
}
.resourceslist li a {
    color: #005aaa;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
