/*.content {*/
/*    background: url("../img/header-bg.png");*/
/*    background-size: cover;*/
/*}*/

.main-content {
   position: inherit;
    min-height: calc(100vh);
    width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}

.head-banner {
    background-image: url("../img/middleImg/xinwen.png");
}

.news-tittle {
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #C80000;
    margin-bottom: 24px;
}

.main-content table{
width:100%
}

.news-time {
    left: 111px;
    top: 39px;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #8B8A8A;
}

.news-text img {
   width:100% !important;
}

.news-text-paragraph {
    display: flex;
    flex-direction: column;
    left: 0;
    right: 5px;
    top: 130px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    text-indent: 25px;
    color: #666666;
}
