.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;
}
.news-nav .news-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: 18px;
    display: flex;
    flex-direction: column;
}
.box1-main .newscon{
    width: 100%;
    height: 218px;
    margin-top:52px;
    display: flex;
}
.newscon .newstxt{
    width: 75.5%;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}
.newstxt .newtxtc{
    width: 88.3%;
    height: 152px;
    margin: 0 auto;
    display: flex;
}
.newtxtc .txtc-left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 16.875%;
    height: 152px;
    border-right:2px solid #e0e0e0;
}
.txtc-left .txtc-timed{
    width: 100%;
    height: 72px;
    font-size: 72px;
    line-height: 72px;    
    color:#c2c2c2;
    font-weight:bolder;
}
.txtc-left .txtc-timemy{
    width: 100%;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color:#333333;
}
.txtc-left .txtc-timed,.txtc-left .txtc-timemy{
    margin: 0 auto; 
    text-align: center; 
}
.newtxtc .txtc-right{
    width: 83%;
    height: 152px;
    padding: 16px 30px;
}
.txtc-right .txtc-title{
    margin: 0 0 5px;
    height: 24px;
    overflow: hidden;
}
.txtc-right .txtc-title a{
    font-size: 20px;
    font-weight: bolder;    
    line-height: 24px;
    color:#333333;
}
.txtc-right .desc{
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 5px;
    line-height: 28px;    
}
.newscon .newsimg{
    width: 24.5%;
    height:100%;
    display: flex;
    overflow: hidden;
}
.newscon .newsimg img{
    flex: 0 0 auto;
    max-width: 100%;
}
.box1-main .text-c {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
.box1-main .text-c span{
    font-size: 16px;
    line-height: 32px;
    display: inline; 
}
.box1-main .text-c a {
    font-size: 16px;
    line-height: 32px;
    color: #204699;
    display: inline;
}