html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,pre,code,address,variable,form,fieldset,blockquote {
    padding:0;
    margin:0;
    font-size:16px;
    font-weight:normal;
    font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
    
}
body{
    max-width: 1920px;
    min-width: 1400px;
    background: #f2f5f9;
}
ol{margin-left:0; list-style:none;}
ul{margin-left:0; list-style:none;}


a:hover{ text-decoration:none;}

 a{
        text-decoration: none;
        color: #000;
    }
    .header{
        width: 100%;
        height: 90px;
        line-height: 90px;
        background: #fff;
    }
    .main{
        width: 1200px;
        margin: auto;        
    }
    .head_nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 50px;
     
    }
    .bannerimg{width: 100%;}
    .head_nav li a{font-size: 20px;}
    .head_nav   .logo img{display: block;width: 145px;}
    .banner{
      position: relative;
     
    }

    .banner .title{
        width: 1200px;
        position: absolute;
       left: 0;
       right:0;
       top:110px;
        margin: auto;
    }
    .banner .title p{color: #fff;line-height: 50px;font-size: 30px;}
    .search{position: absolute;left: 0;right: 0;bottom: -25px;width: 1040px;margin: auto;
    display: flex;justify-content: center;

    align-items: center;
    box-sizing: border-box;
    box-shadow: -3px 8px 17px -2px #efefef;
  
    }
    .search>div:nth-child(1){width:940px;height: 60px;line-height: 60px;flex-shrink: 0;}
    .search>div:nth-child(1) input{width: 100%;height: 100%;
        border: none;          /* 去除默认边框 */
        outline: none;         /* 去除聚焦时的轮廓线 */
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 20px;


    }
    .search>div:nth-child(2){width: 100px;height: 60px;line-height: 60px;flex-shrink: 0;background: #f08e17;position: relative;cursor: pointer;}
    .search>div:nth-child(2) img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;}
    .section{display: flex;justify-content: space-between;margin-top: 110px;}
    .left_news{width: 400px;flex-shrink: 0;}
    .left_news .title{color: #214e8f;font-size: 30px;
        font-weight: bold;margin-bottom: 40px;}
        .left_news  ul li{margin-bottom:20px;}
        .left_news  ul li a{font-size: 20px;}
        .left_news  ul li a>div:nth-child(1){line-height: 35px;
            display: -webkit-box;          /* 旧版弹性盒模型（必要） */
            -webkit-line-clamp: 2;        /* 限制显示行数 */
            -webkit-box-orient: vertical; /* 文本垂直排列 */
            overflow: hidden;             /* 隐藏溢出内容 */
            text-overflow: ellipsis;      /* 超出部分显示省略号 */
            word-break: break-word;       /* 长单词换行处理 */
        }
        .left_news  ul li a>div:nth-child(2){color: #a6a5a6;font-size: 16px;line-height: 32px;}
    .mid_news{width: 400px;flex-shrink: 0;height: 530px;}
   .right_news{width: 350px;flex-shrink: 0;height: 530px;}
   .right_news ul{height: 100%;border-left: 1px solid #b9bcc0;}
   .right_news ul li{border-bottom: 1px solid #b9bcc0;}
   .right_news ul li:last-child{border-bottom: none;}
   .right_news ul li a{padding-left: 30px;display: block;}
   .right_news ul li .channel{    color: #214e8f;
    font-size: 30px;
    font-weight: bold;
 padding-top: 45px;
}
.right_news ul li .title{padding-top: 10px;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 45px;
}
   .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-slide{position: relative;}
  .swiper-slide a div{
    color: #fff;
    position: absolute;
    bottom: -20px;
    padding: 30px;
    line-height: 40px;
    font-size: 26px;
   
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer{width: 100%;height: 120px;line-height: 120px;text-align: center;background-color: #214e8f;font-size: 20px;color: #dee4ed;margin-top: 120px;}
  .footer .main{display: flex;justify-content: center;}
  .footer .main>div:last-child{margin-left: 90px;}
  .footer .main a{color: #dee4ed;margin-left: 20px;}

  /* 列表 */
  .list,.detail{width: 1040px;margin: auto;margin-top: 110px;min-height:500px ;}
  .list .title{font-size: 22px;color: #333;padding-bottom: 25px;}
  .list .info{font-size: 16px;color: #666;padding-bottom: 30px;}
  .list li{margin-bottom:55px;border-bottom: 1px solid #d9d1d1;}


  .navfix{position: absolute;top: 700px;left: 175px;z-index: 999;width: 220px;height: 500px;background: #214e8f;}
  .navfix ul li{text-align: center;}
  .navfix ul li a{color: #fff;font-size: 22px;}
  .navfix ul{display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  
}
.detail {color: #666;}
.detail h1 {
    font-size: 28px;
    font-weight: bold;
    color: #666;
    font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
    padding-bottom: 10px;
}
.detail span, .share {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
    line-height: 24px;
}
.article p {
    padding-bottom: 15px;
    font-family: Arial;
    line-height: 24px;
    text-align: justify;
    color: #666666;
}
.article img {
    padding: 10px 0px;
    max-width: 910px !important;
}
.page_info_area {
    display: none !important;
}
.detail_pos {
    color: #666666;

    font-size: 18px;
    padding: 12px 0px 10px 0px;
    border-bottom: 1px solid #8f7979;
    margin-bottom: 30px;
}
.detail_pos a{color: #666;}
.article {
    font-family: Arial;
}
@media screen and (max-width: 1800px) {
    .navfix {
    
      display: none;
  
    
    }
  }