@media (min-width: 768px) {
  .main-content {
    width: 1300px !important;
  }
  .main-content .left{
    width: 150px !important;

  }
  .main-content .right{
    width: calc(100% - 150px - 2rem) !important;
  }
.img-list li{
    width: calc((100% - 2rem - 6px) / 3)!important;
    margin-right:1rem!important;
}
.img-list li:nth-child(3){
    margin-right:0!important;
}
.img-list li:nth-child(6){
    margin-right:0!important;
}
.img-list li:nth-child(9){
    margin-right:0!important;
}
 
}
.main-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.main-content .left {
  width: 100%;
  margin: 1rem;
  font-size: 18px;
  display: inline-flex;
  flex-direction: column;
}
.main-content .left p{
    width: 100%;
    height: 5rem;
    background-color: #064ec0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0;
}
.main-content .left ul{
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}
.main-content .left li{
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px #ccc dashed;
    list-style: none;
    text-align: center;
}
.main-content .left .select a{
    color:#064ec0;
}
.main-content .left li:last-child{
    border-bottom: none;
}
.main-content .left li a{
    color: #000;
}
.main-content .left li a:hover{
    color: #064ec0;
}
.main-content .right {
    height: calc(100% - 2rem);
    width: 100%;
    margin: 1rem 0;
}
.main-content .right nav{
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    background-color: #fafafa;
    padding-left: 1rem;
    font-size: 16px;
}
.main-content .right ul{
    height: calc(100% - 4rem);
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}
.article{
    width: 100%;
}
.page{
      margin-top: 1rem;
  }
.page table{
      float:right;
  }
  .page td{
    height: 2rem;
    line-height: 2rem;
    
  }
  .page td span,  .page td a{
       display: inline-flex!important;
    height: 2rem!important;
    line-height: 2rem!important;
    align-items: center;
}

.main-content .right >ul li{
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #ccc dashed;
margin-bottom:1rem;
}
.main-content .right >ul li span{
    width:140px;
}
.main-content .right >ul li a{
    width:calc(100% - 156px);
    color:#000!important;
}
.main-content .right >ul li a:hover{
    color:#007bff!important;
}
.img-list{
    display: flex;
    flex-wrap: wrap;
}
.img-list li{
    height:auto;
    flex-direction: column!important;
    justify-content: center!important;
border: 1px #ccc dashed!important;
    width: 100%;
}
.img-list li a{
   width:100%;
    margin-top: 1rem;

}
.img-list li span{
    padding:0 1rem;
margin-top: 1rem;
    font-weight: bold;
display:inline-block;
width:100%!important;

}
.submit{
    height: 380px;
    padding: 0.5rem;
}
.submit table{
    margin:0!important;
}
.submit table td{
   height:2rem;
   line-height:2rem;
}
.submit table td span{
   height:2rem;
   line-height:2rem;
    font-size: 18px!important;
    margin-left: 1rem;
}
.submit table td{
   height:2rem;
   line-height:2rem;
}
.submit table:nth-child(2) tr:first-child td{
   background-image: none;
    background-color: #064ec0;
    font-size: 1rem;
    font-weight: bolder;
    color: #fff;
    border-right:1px #fff solid;
}
.submit table:nth-child(2) tr:first-child td:last-child{
    border-right:none
}
.submit >form{
    display:none!important;
}
.submit >table[bgcolor*="#F5F5F5"]{
    height:330px;
}

.img-list li img{
    width:100%;
}
