.s5{
    min-height: 640px;
    background-color: #fff;
    padding-top: 40px;
    box-sizing: content-box;
    padding-bottom: 30px;
}
.s5 #newInfo .title{
    font-size: 32px;
    line-height: 32px;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.s5 #newInfo .tsUrl{
    width: 600px;
    /* height: 600px; */
    display: block;
    margin: 10px auto;
}
.s5 #newInfo .nr{
    border-bottom: 1px solid #e7e6e4;
    height: 50px;
    margin-bottom: 30px;
}
.s5 #newInfo .nr .time{
    /* margin-right: 20px; */
    float: none;
    text-align: center;
}
.s5 #newInfo .nr .time,
.s5 #newInfo .nr .sourceunit{
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
.reportbodyImg{
    display: block;
    width: 605px;
    height: auto;
    margin: 0 auto;
}

.attachmentImg { 
    width: 16px;
    height: auto;
    margin: 0 auto;
}
.s5 video{
    display: block;
    width: 605px;
    /* height: 340px; */
    height: auto;
    margin: 0 auto;
}

.s6 {
    width: 100%;
    height: 55px;
    /* background-color: #F0F0F0; */
}
.s6 .tag{
    float: right;
    height: 55px;
    line-height: 55px;
    background: url(../images/home-icon.png) no-repeat left center;
    background-size: 25px;
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #505050;
}
.s6 .tag a{
    font-size: 14px;
    color: #505050;
}
