.main{
    width: 1200px;
    margin: -80px auto 30px;

}
.content{
    width: 1200px;
    background-color: #fff;
    margin-top: 30px;
}
.content .aside{
    width: 230px;
}
.content .aside h4{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #0B51A8;
    color: #ffffff;
}
.content .aside li a{
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 1px;
    background: #f8f8f8;
    color: #333;
    position: relative;
}

.content .aside li a:hover,.content .aside li.active a{
    color: #fff;
    background: url("/images/left_list_icon.png")  no-repeat  208px  35px #428DD1;
}

.content .newsList {
    width: 900px;
    margin-right: 20px;
}

.main .content .newsList .photo {
    text-align: center;
}

.main .content .newsList h4 {
    color: #356cb7;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}

.main .content .newsList .photo img {
    display: block;
    margin: 20px auto;
}

.main .content .newsList .section {
    margin: 20px auto;
}

.main .content .newsList .section h5 {
    color: #356cb7;
    font-weight: bold;
    font-size: 22px;
    background: #ecf1f5;
    line-height: 50px;
    height: 50px;
    padding-left: 16px;
}

.main .content .newsList .section .describe {
    padding: 20px 16px;
    background: #f9f9f9;
    line-height: 32px;
    font-size: 16px;
}