html,body{
  height: 100%;
  font-family: "Source Han Sans CN"!important;
  /*display: flex;*/
  /*flex-direction: column;*/
}
.mainbox {
  /*flex: 1;*/
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  margin-bottom: 230px!important;
}
.h1, .h2, .h3, h1, h2, h3{
  margin: 0!important;
  font-weight: bold!important;
}

.mainbox .bread {
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.mainbox .searchbox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 53px;

}

.mainbox .searchbox input {
  width: 1018px;
  height: 48px;
  outline: none;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}

.mainbox .searchbox .btn {
  display: block;
  width: 160px;
  height: 48px;
  /*line-height: 48px;*/
  line-height: 30px;
  margin-left: 31px;
  border: 0;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #1976D2;
  text-align: center;
}
.mainbox .announce{
  width: 1200px;
}
.mainbox .announce table {
  width: 100%;
  /*height: 569px;*/
  margin-top: 59px;
}
.mainbox .announce table tr th{
  background-color: red;
  display: none;
}
.mainbox .announce table tr td:first-child a{
  display: block;
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #333333;
}
.mainbox table thead tr{
  display: none;
}


.mainbox table tr{
  position: relative;
  cursor: pointer;
}
.mainbox table tr:hover td:first-child {
  color:#1976D2 ;
}
.mainbox table tr:hover td:first-child a {
  color:#1976D2 ;

}
.mainbox table tr:hover td:nth-child(2){
  color:#1976D2 ;
}
.mainbox table tr:first-child td{
  border-top: 1px solid #1976D2;
}
.mainbox table tr td{
  border-bottom: 1px solid #EAEAEA;
  height: 55px;
  font-size: 16px;
}
.mainbox table  tr td:first-child{
  text-decoration: none;
  width: 820px;
}
.mainbox table  tr td:nth-child(2){
  width: 150px;
  color: #999999;
}
.mainbox table tr td:last-child{
  width: 200px;
}
.mainbox table tr td:last-child a{
  text-decoration: none;
  color: #1976D2;
}
.mainbox table tr td:first-child{
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.mainbox table tbody tr td:first-child::before{
  position: absolute;
  top: 25px;
  left: 0;
  /*transform: translateY(-50%);*/
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

/*.mainbox table li {*/
/*  position: relative;*/
/*  display: flex;*/
/*  height: 56px;*/
/*  line-height: 56px;*/
/*  padding-left: 20px;*/
/*  border-bottom: 1px solid #FFEAEAEA;*/
/*}*/

.mainbox .list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #2D66A5;
}

.mainbox .list li a {
  display: inline-block;
  width: 700px;
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainbox .list li a:hover {
  color: #1976D2;
}

.mainbox .list li .time {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin-left: 190px;
  color: #999999;
}

.mainbox .list li .preview {
  width: 70px;
  margin-left: 50px;
  text-align: center;
  color: #1976D2;
}

.mainbox .list li .download {
  width: 70px;
  text-align: center;
  color: #1976D2;
}
.mainbox


.fixed-table-pagination{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  /*background-color: red;*/
}
.fixed-table-loading{
  display: none
;
}
.fixed-table-pagination>.pagination .page-jump-to{
  margin: 20px 0;
}

.pagination{
  display: flex!important;
  flex-direction: row;
  align-items: center;
}
.pagination li{
  float: left;
  /*border: 1px solid #999999;*/
  /*color: #999999;*/
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 4px;
  /*cursor: pointer;*/
  padding: 0;
}
.pagination li a{
  color: #999999;
  overflow: hidden;
  width: 100%;
  display: block;
}
.page-list{
  display: none!important;
}

/*.pagination-info{*/
  /*display: none;*/
/*}*/
/*.pull-left{*/
  /*display: none;*/
/*}*/
