.head {
    width: 100%;
    height: auto;
    /* margin-top: 84px; */
}

.head .banner{
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.content .box1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.box1 .box1-con{
    width: 62%;
    margin: 0  auto;
}

.box1-con .box1-head {
    width: 100%;
    height: 240px;
}

.box1-head .box1-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
}

.box1-head .box1-title h1,.box1-head .box1-title h2{
    width: 100%;
}

.box1-head .box1-title h1{
    font-size: 48px;
    font-weight: normal;
}

.box1-head .box1-title h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing:6px;
}

.box1-con .box1-main {
    width: 100%;
    height: 942px;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1-main .arclist{
    width: 30%;
    height: 354px;
}

.box1-main .text-c{
    width: 100%;
    text-align: center;
}

.box1-main .text-c a{
    font-size: 16px;
    line-height: 32px;
    color: #3786c8;
    display: inline;
}

.arclist .arclist-link{
    text-decoration: none;
    overflow: hidden;
}

.arclist .arclist-arcimg{
    width: 100%;
    overflow: hidden;
}

.arclist .arclist-txt{
    width: 100%;
    padding-top: 38px;
    height: auto;
    overflow: hidden;
}
.arclist-txt .arclist-title{
    color: #3786c8;
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.arclist-txt .arclist-conjj{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arclist-txt .arclist-pubdate{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}