.container .main {
  width: 1300px;
  margin: 50px auto 30px;
}
.container .main .literature h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0a61af;
  margin-bottom:20px;
}
.container .main .literature p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.container .main .screening h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.container .main .screening .filter-seacher {
  /*display: flex;*/
  /*align-items: center;*/
  /*font-size: 18px;*/
  /*font-family: Microsoft YaHei;*/
  /*font-weight: 400;*/
  /*color: #535353;*/
  /*margin: 24px 0 30px;*/
  /*justify-content: space-around;*/
}
.container .main .screening .filter-seacher select {
  width: 220px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  /*margin-right: 60px;*/
  text-indent: 10px;
}
.container .main table {
  width: 100%;
  border: 1px solid red;
  border-collapse: collapse;
  text-align: center;
}
.container .main table th {
  line-height: 50px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}
.container .main table td {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
  padding: 18px 22px;
}
.container .main table td span {
  color: #0a61af;
  margin-right: 8px;
}
.container .main table th,
.container .main table td {
  border: 1px solid #eeeeee;
}
.container .main table tr:nth-child(odd) {
  background: #f5f5f5;
}
.container .main table tr td:nth-child(1) {
  text-align: left;
}
.container .main table .select {
  color: #0a61af;
}
.search-btn{
    cursor: pointer;
    color: #ffffff;
    background: #0a61af;
    padding: 13px 40px;
}

.search-btn2{
    cursor: pointer;
    color: #ffffff;
    background: #0a61af;
    padding: 13px 40px;
}
@media screen and (max-width:769px){
    .literature,.screening{
        padding: 0 20px;
    }
    
    .container .main .screening .filter-seacher{
        display: block;   
    }
    .container .main .screening .filter-seacher .sp_container{
        width: 100%!important;
        margin: 10px 0;
    }
    
     .container .main .screening .filter-seacher .search-btn2{
         display: block;
         width: 100%;
         margin: 10px 0;
     }
     
     .container .main .screening .filter-seacher .search-btn{
         display: block;
         width: 100%;
         margin: 10px 0;
     }
    .container .paging{
        padding: 20px;
    }
    .container .main table{
       
    }
    
    .table{
        width: 100%;
        overflow-x: auto;
        padding: 0 20px;
    }
}
