
.xh {
    width: 10%;
    float: left;
    text-align: center;
  }
#list-data li .xh{
  
line-height: 90px;
}
.bt {
    width: 70%;
    float: left;
  }
.bt p{
  font-size:16px;
}
.bt .time-box p{
  font-size:14px;
  color:#5988b6;
}
.xz {
    width: 7%;
    float: right !important;
  }
.gkgz_list_title {
    border-bottom: 2px solid #1e68ac;
    height: 40px;
    line-height: 35px;
    border-top: 2px solid #1e68ac;
  }
  .list-fr > p{
    border-bottom:unset;
  }
.gkgz_list_title ul {
    width: 100%;
    height: 100%;
    padding: 0;
  }
.gkgz_list_title ul li {
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
  }
  .gkgz_list_content {
          height: 1030px;
          /* overflow-y: scroll; */
  }
  
.gkgz_list_content::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
.gkgz_list_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(45, 102, 165, 1);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  }
.gkgz_list_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
  }
  
.gkgz_list_content ul li {
    height: 100px;
    text-align: center;
  }
.gkgz_list_content ul li > div {
    height: 100%;
  }
.gkgz_list_content ul li .xh {
    line-height: 100px;
  }
.gkgz_list_content ul li .bt {
    text-align: left;
  }
.gkgz_list_content ul li .bt > p {
    line-height: 50px;
  }
.gkgz_list_content ul li .bt > p a {
    color: #393939;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
.gkgz_list_content ul li .bt .time-box {
    color: #5988b6;
    font-size: 14px;
  }
.gkgz_list_content ul li .xz {
    line-height: 100px;
    font-size: 14px;
  }
.gkgz_list_content ul li .xz span {
    margin-left: 10px;
    cursor: pointer;
  }
.gkgz_list_content ul li .xz span a {
    color: #393939;
    text-decoration: none;
  }
.gkgz_list_content ul li:nth-child(2n) {
    background-color: #eee;
  }
@media(max-width:1500px){
  .xz {
    width: 10%;
    float: right !important;
  }
}
@media(max-width:768px){
  .gkgz_list_title ul li{
    font-size:16px;
    line-height:35px;
  }
  #list-data .list li{
    padding:8px 0;
  }
  #list-data li .xh{
    width: 7%;
    line-height: 32px;
  }
  #list-data .list li .xz{
    line-height:30px !important;
    width: 21%;
  }
  .bt {
    width: 71%;
    float: left;
  }
  .xz{
    width: 18%;
    float:left;
  }
}