@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSans-Regular.ttf");
}
body {
  min-width: 1440px;
   font-family: "思源黑体";
}
main {
    margin-top: 78px;
}

main .imgbar {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .imgbar .titlecontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .imgbar .titlecontent img {
    width: 100%;
    height: 400px;
}

main .infoContent {
    width: 100%;
    height: auto !important;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100% 100%;
}

main .infoContent .navbar {
    width: 100%;
    height: 40px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
}

main .infoContent .navbar .nav {
    width: 1200px;
    height: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    color: #909090;
}

main .infoContent .navbar .nav a {
    color: #909090;
    padding: 10px;
}

main .infoContent .contentmiddle {
    width: 1200px;
    height: auto !important;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

main .infoContent .contentmiddle .detail {
    width: 100%;
    height: auto !important;
    min-height: 300px;
    overflow: hidden;
    background-color: #fff;
    margin: 100px 0 50px 0;
}

main .infoContent .contentmiddle .detail .title {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

main .infoContent .contentmiddle .detail .info {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}

main .infoContent .contentmiddle .detail .info .time {
    float: left;
    width: 50%;
}

main .infoContent .contentmiddle .detail .info .hit {
    float: right;
    width: 50%;
    text-align: right;
}

main .infoContent .contentmiddle .detail .content {
    width: 100%;
    height: auto !important;
    min-height: 300px;
    overflow: hidden;
    margin: 30px 0;
    line-height: 30px;
}

main .infoContent .contentmiddle .detail .content p {
    line-height: 30px;
}

main .infoContent .contentmiddle .detail .pages {
    width: 100%;
    height: 60px;
    margin: 30px 0;
}

main .infoContent .contentmiddle .detail .pages p {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .infoContent .contentmiddle .detail .pages p a {
    color: rgba(51, 51, 51, 1);
}