.toppicbar{
    width: 100%;
    height: 300px;
}

.maincontent {
    width: 100%;
    background: rgb(245, 245, 239);
    margin: 0 auto;
    padding: 20px 0 100px 0;
}
.toppicbar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.firsttitle {
    margin-left: 300px;
    height: 60px;
    top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: rgb(184, 13, 16);
}

.newsbar {
    position: relative;
    width: 1300px;
    height: 400px;
    background: rgb(190, 190, 196);
    margin: 0 auto;
    margin-top: 50px;

}

.newspic {
    position: absolute;
    width: 500px;
    height: 360px;
    top: 20px;
    left: 25px;
    border-radius: 10px;
}

.newspic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newstitle {
    position: absolute;
    width: 680px;
    height: 360px;
    background: rgb(213, 218, 219);
    top: 20px;
    left: 550px;
    border-radius: 10px;
}

.newstitle h3 {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.newstitle h3 a{
    color: #000;
}

.newstitle h3 a:hover{
    color: #014099;
    text-decoration: underline;
}

.footbar {
    width: 100%;
    height: 200px;
}

.footbar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsWrap{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}

.newsWrap h2{
    text-align: center;
    font-size: 36px;
    padding: 50px 100px;
}

.newsContent{
    padding: 50px 100px;
}
.newsContent img{
    max-width: 100%;
    height: auto;
}
.newsContent p{
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.7;
}
.txtHui{
    padding: 50px;
    background-color: #f6f6f6;
}
.txtHui span{
    color: #014099;
    font-size: 22px;
    font-weight: bold;
}
.backToNews{
    padding-top: 40px;
    padding-left: 40px;
}
.backToNews a{
    color: #000;
    font-size: 14px;
}
.backToNews a:hover{
    color: #014099;
    text-decoration: underline;
}