﻿a{
    color: #000;
}
  .content_er{
      padding: 0 20px;
      max-width: 1000px !important;
      margin: 0 auto;
      padding-top: 30px;
  }
  .banner_list{
    max-height:383px;
    overflow: hidden;
  }
  .banner_list img{
      width: 100%;
      fit:cover;
  }
  .weizhi{
      border-bottom: 3px solid #004B8D;
      line-height: 30px;
      font:#000;
      font-size:16px;
  }
  .weizhi_left{
      float: left;
  }
  .weizhi_right{
      float: right;
  }
  .content_list{
      padding-top: 15px;
      padding-bottom: 50px;
  }
  .content_list ul li{
      line-height: 42px;
      border-bottom: 1px dashed #ccc;
  }
  .con-r-text{
    display: inline-block;
    width: 70%;
    /* background-color: #004B8D; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content_list ul li .con-r-time{
      float: right;
  }
  .content_content_title{
  text-align:center;
  }
  .content_content_title h1{
  font-size:26px;
  margin:30px 0 20px 0;
  font-weight:400;
  color:#000;
  line-height:36px;
  }