@charset "utf-8";
.topnews {
    margin: 0 auto;
    width: 100%;
}
.topnews a {
    color: #7d7d7d;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #cbcbcb;
}
.topnews .nowpage {
    border-bottom: 1px solid #320c6f;
    color: #333333;
    font-size: 15px;
}
.downlist {
	margin: 5px auto 10px;
  width: 98%;	
}
.down {
    border-bottom: 1px solid #dddddd;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
}
.down p {
    color: #000000;
    float: left;
    font-size: 15px;
    overflow: hidden;
    padding-left: 5px;
    width: 85%;
}
.down a {
  color: #000000;
    display: block;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.down a img {
    height: 100%;
    margin-right: 5px;
}