body {
    width: 100%;
    margin: 0;
}
div {
    display: block;
}
a {
    text-decoration: none;
    color: #000;
}

.topPic {
    width: 100%;
    height: 195px;
    margin: 0;
    display: flex;
    background-image: url(../static/top.png);
    background-repeat: no-repeat;
}
.topBlock {
    width: 70%;
    margin-left: 15%;
    display: flex;
    align-items: center;
}

.logo {
    width: 300px;
    height: 87px;
    display: inline-block;
    text-align: justify;
}

.logo img{
    width: 100%;
    margin: 0;
}


.wrap {
    width: 100%;
    background-color: aliceblue;
}

.lineBlock {
    width: 100%;
    height: 300px;
    margin: 0;
    background-color: white;
    display: flex;
    flex-direction: row;
}


.bigPic {
    width: 45%;
}

.boxtitle {
    font-size: 22px;
    font-weight: bold;
    border-bottom: #064491 1px solid;
}
.boxtitle span {
    border-bottom: #064491 3px solid;
}
.location {
    font-size: 20px;
    font-weight: normal;
}

.arti_title {
    text-align: center;
}
.arti_title1 {
    text-align: center;
}
.arti_metas {
    border-bottom: #064491 3px solid;
    text-align: center;
}
.Article_Index {
    display: none !important;
}
