.newsheader{
    /* overflow: auto; */
    /*width: 1200px;*/
    margin: 0px auto 30px;
}
.newsheader h2{
    font: 24px Arial, "微软雅黑";
    color: rgb(0,90,180);
    line-height: 45px;
    margin-top: 30px;

}
.newsheader .title{
    width: 95px;
    border-bottom: 2px solid rgb(0,90,180);
}

#news{
    width: 100%;
    overflow: auto;
}
.newsC{
    /*padding: 20px 250px;*/
    /*width: calc(100% - 512px);*/
    /*width: 1200px;*/
    /*margin-top: 20px;*/
    /*margin: 0px auto;*/
}
.newsL{
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.newsC .newsL:hover{
    background-color: rgba(0, 90, 180, 0.068);
    cursor: pointer;
}
.nimg{
    display: block;
    width: 300px;
    height: 200px;
    float: left;
    overflow: hidden;
    border-radius: 8px;
}
.nimg img{
    width: 100%;
}
.news_wrapper {
    width: 790px;
    float: left;
    position: inherit;
    margin-left: 50px;
}
.news_wrapper {
    left: auto;
}
.newsbody {
    width: 100%;
    position: relative;
    max-width: 100%;
    height: 50px;
    vertical-align: middle;
}
.nimg:hover img{
    transform: scale(1.1);
    transition: all 1s;
}
.newsbody h2:hover{
    color: red;
}
.newsbody .date {
    width: 120px;
    top: 0;
    text-align: left;
    float: left;
    padding-left: 15px;
}
.newsbody .title {
    left: 145px;
    width: 500px;
    margin-top: 35px;
    line-height: 24px;
    height: 24px;
}
 .separator {
    display: none;
}
.newsbody .description {
    left: 145px;
    width: 500px;
    top: 100px;
    margin-top: 35px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.year {
    color: #999;
    top: 22px;
    font-size: 28px;
    text-align: right;
}
.pList{
    height: 126px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; overflow: hidden;
}
.newsbody h2{
    font: 18px Arial, "微软雅黑";
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}
.pList p{
    font: 16px Arial, "微软雅黑";
    margin: 20px 0px;
    color: #666;
    text-indent:2em
}
.newsbody span{
    font: 14px Arial, "微软雅黑";
    margin-right: 28px;
    color: #666;
}
.pagination{
    text-align: center;
}
/* 新闻详情 */
.newsinfoList{
  overflow: auto;
    padding: 10px;
    /*margin: 0px auto;*/
    background-color: #fff;
    /*padding: 30px;*/
}
.newsinfoList .h2-class{
    font: 18px Arial, "微软雅黑";
    color: #333;
    font-weight: 600;
    margin-top: 15px;
    line-height: 50px;
    text-align: center;
}
.newsinfoList .span-class{
    font: 14px Arial, "微软雅黑";
    margin-right: 10px;
    color: #666;
    text-align: center;
}
.newsinfoList p {
    /*font: 16px Arial, "微软雅黑";*/
    /*margin: 20px 0px;*/
    /*color: #666;*/
}
/* 新闻推荐 */
.newsNoticeList {
    /*width: 1218px;*/
    /*margin: 40px auto;*/
    overflow: hidden;
}
.newsNoticeLi {
    width: 291px;
    background-color: #fff;
    float: left;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 245px;
    cursor: pointer;
}
.newsNoticeLi:last-child{
  margin-right: 0 !important;
}
.newsNoticeLi:first-child  {
  margin-left: 0 !important;
}
.newsNoticeLi .newsimg {
    /* border-radius: 5px; */
    height: 145px;
    overflow: hidden;
}
.newsNoticeLi .newsimg img {
    transform: scale(1, 1);
}

.newsNoticeLi img {
    width: 100%;
    margin-bottom: 10px;
}
.newsNoticeLi .newsTitle {
    font: 16px Arial, "微软雅黑";
    color: #333;
    margin: 20px 20px;
    line-height: 30px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.newsNoticeLi span {
    margin-top: 20px;
}
.banner{
    /* margin-top: 70px; */
}
.banner img{
    width: 100%;
}
.enclosure{
    font: 16px Arial, "微软雅黑";
    margin-top: 50px;
    color: #333;
}
.enclosure a{
    margin-right: 20px;
    color: #3475AD;
}
.swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
    border-radius: 5px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
