.Newsbk1 {
    width: 1550px;
    height: 600px;
    margin: 0px auto;
}

.Newsbk1>img {
    width: 100%;
    height: 100%;
}

.titlestyle1 {
    width: 1550px;
    height: 91px;
    margin: 0px auto;
    margin-top: 20px;
}

.titlestyle2 {
    line-height: 91px;
    font-weight: 700;
    font-size: 36px;
    color: #e24220;
    text-align: center;
}

.titlestyle3 {
    line-height: 20px;
    margin-top: 10px;
    font-size: 20px;
    color: #666;
}
ul li{
    list-style: none;
    cursor: pointer;
}

.divAll{
    width: 1550px;
    margin: 0px auto;
    position: relative;
}

.divTop{
    /* border: 1px solid; */
    position: absolute;
    top: -100px;
    right: 100px;
}

.divTop ul{
    display: flex;
    font-size: 20px;
    margin-top: 5px;
    margin-right: 150px;
}

.divFooter{
    margin-top: 100px;
    /* border: 1px solid; */
}

.divFooter h5{
    text-align: center;
    font-size: 22px;
}

.divTop ul li{
    margin-right: 50px;
}

.News {
    width: 1200px;
    height: 210px;
    margin: 0px auto;
    /* border: 1px solid; */
    margin-top:60px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.News>.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:110px;
    height: 95px;
    background-color: #00a1e9;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.News>.img {
    margin-left: 20px;
    width: 400px;
    height: 210px;
    /* border: 1px solid; */
    text-align: center;
}
.News div{
    overflow: hidden;
}
.News:hover img{
    scale: 1.2;
    rotate: 360deg;
    transition: all 2s;
}
.News>.img img{
    width: 100%;
    height: 100%;
}

.News>.text {
    font-size: 20px;
    width: 825px;
    height: 210px;
    padding: 23px 59px 0 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid; */
    color: #666;
    font-weight: bold;
}

.News>.text:hover h5{
    color: red;
    cursor: pointer;
}

.foot{
    width: 1550px;
    height: 325px;
    margin: auto;
    margin-top:100px;
    margin-bottom: 20px;
}
.divFooter>section {
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
  }