.top{
    padding-top: 5.2vh;
    background-image: url(../image/27004182.png);
    background-repeat: no-repeat;
    background-size:auto 6vh ;
    background-position: right 5.7vh;
    background-color: #3b78b9;
    height: 7vh;
    width: 100%;
    position: absolute;
    display: flex;
    border-bottom: 1px solid #eee;
    z-index: 1;
    /* top: 12.2vh; */
}
.NavBut {
    background-image: url(../icon/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #3b78b9;
    position: absolute;
    height: 5vh;
    width: 5vh;
    border-radius: 10%;
    border: 2px solid #eee;
    margin: 1vh;
    box-sizing: border-box;
}
.main{
    position: relative;
    width: 100%;
    top: 12.2vh;
}
.title1{
    margin-top: 20px;
    font-size: 20px;
    position: relative;
    text-align: center;
    font-weight: bolder;
    color: #3b78b9;
}
.title2{
    font-size: 14px;
color: #808080;
/* border-top: #808080 solid 1px; */
}
.newsList{
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.newsContent{
    border-radius: 10px;
    position: relative;
    width: 94%;
    left: 3%;
    height: 150px;
    background-color: #eee;
    background-position:10px ;
    background-repeat: no-repeat;
    background-size: 100px 100px;
  
}
.pd10{
    padding: 10px;
}
.bs{
    box-sizing: border-box;
}
.mgb{
    margin-bottom: 20px;
}
.NC{
    top: 0;
    position: relative;
    width: calc(100% - 100px);
    height: calc(100% - 20px);
    left: 110px;
    /* background-color: #fff; */
    line-height: 1.6;
}
.title{
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color: #3b78b9;
    height: 30px;
    /* overflow-x:hidden; */
    overflow: hidden;
}
.content{
    position: relative;
    border-top: 1px solid #3b78b9;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #808080;
    white-space:normal; word-break:break-all;overflow:hidden;
    height: calc(100% - 30px);
    /* white-space: pre-wrap; */
    /* word-wrap: normal; */
}
.bottom{
    height: 250px;
    top: 12.2vh;
    position: relative;
    width: 100%;
    background-color: #eee;
    display: flex;
}
.L{margin-top: 20px;
    background-image: url(../image/27004182.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 16%   ;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px #3b78b9 dashed;
    height: 210px;
    font-size: 16px;
    color: #808080;
}
.L div{
    position: relative;
    top: 20%;
    width: 80%;
    left: 10%;
}
.R{
    background-image: url(../image/28707163.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60%;
    position: relative;
    width: 50%;
    height: 200px;
margin-top: 40px;
}
.R div{
    position: relative;
    top: 66%;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
    color: #808080;
}
.R div div{
    color: #3b78b9;
    font-style: italic;
}
#nage{
    position: relative;
    width: 100%;
}
#nage ul{
    position: relative;
    width: 100%;
}