.head,.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.5%;
    margin: 0  auto;
}

.box1-con .box1-head{
    width: 100%;
    height: 256px;
    border-bottom: 2px solid #efefef;
}
.box1-head .box1-title{
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
}
.box1-title .news-name{
    font-size: 36px;
    line-height: 72px;
    color: #204699;
    font-weight: bolder;
}
.box1-title .news-gf{
    margin-top: 10px;
    color: #204699;
    font-weight: bolder; 
}
.box1-head .news-nav{
    width: 100%;
    height: 116px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.news-nav .news-tab{
    width: 28.4%;
}
.news-tab ul{
    display: flex;
}
.news-tab ul li{
    width: 152px;
    height: 52px;
    color: #204699;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    border-radius:26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px; 
}
.news-tab .active{
    color: #ffffff;
    background-color: #204699;
}
.news-tab ul li a{
    color:inherit;
}
.news-nav .news-position{
    width: 20.8%;
    position: relative;
    font-size: 16px;
    line-height: 40px;
}
#position p{
    position:absolute;
    bottom: 0px;
    right: 10px;
    padding: 0;
    margin: 0;
    color: #7b7b7b;
}
.news-nav .news-position p a{
    display: inline;
    color: #7b7b7b;
}
.box1-con .box1-main{
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
}
.box1-main .title{
    width: 100%;
    height: 125px;
    text-align: center;
    border-bottom: 2px solid #efefef;
}
.title h1{
    font-size: 30px;
    line-height: 52px;
    color: #000000;
    white-space: nowrap;
}
.title .info{
    width: 100%;

}
.info .time,.info .from,.info .hits{
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.box1-main .content{
    width: 100%;
    padding-top: 36px;
}
#content p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    margin: 0 0 46px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 36px 0;
}
.content p img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.box1-main .confoot{
    width: 100%;
    height: 218px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.confoot .fcon{
    width: 97%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction:column;
}
.fcon .fconxg{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #222222;
    border-bottom: 2px solid #e0e0e0;
}
.fcon .fconfy{
    width: 100%;
    height: 140px;
    margin-top: 10px;
    display: flex;
    flex-direction:column;
}
.fconfy .fconpre,.fconfy .fconnext{
    color: #222222;
    font-size: 16px;
    line-height: 36px;
}
.fconfy .fconpre a,.fconfy .fconnext a{
    color: inherit;
}