
section {
  min-height: 100%;
}

.new {
    width: 1200px;
}
ul.list-new {
   width: 1200px;
   margin: 0 auto;
}

span.span-new {
    display: inline-block;
    width: 830px;
    height: 160px;
    float: right;
    padding-top: 22px;
    margin-right: 20px;
}

.list-new li {
    height: 210px;
    width: 1200px;
    margin-top: 15px;
     background-color:#fff;
            border-radius: 2px;
            -moz-box-shadow:1px 1px 3px #ccc; 
            -webkit-box-shadow:1px 1px 3px #ccc; 
            box-shadow: 2px 3px 6px #ccc;
}

    .list-new li a {
        text-decoration: none;
        out-line: none;
        color: #006192;
    }

p.nr-new {
    padding-top: 20px;
    width: 799px;
}
p.dj {
    display: inline-block;
    margin-top: 40px;
    margin-left: 490px;
}

p.time {
    display: inline-block;
    margin-top: 40px;
    margin-left: 20px;
}

.list-new li img {
    max-height: 170px;
    margin-left: 10px;
    max-width: 26%;
    padding: 20px 0;
}
.h3-new{
	font-size: 16px;
    font-weight: bold;
}
