section{
  width: 1400px;
  margin: auto auto;}
section .pic{
  width: 100%;
  height: 260px;}
section .pic img{
  width: 100%;
  height: 100%;}
section .tables-main{
  width: 1200px;
  padding: 40px 100px 0 100px;
  min-height: 600px;}
section .tables-main .left{
  width: 180px;
  border-top: 1px solid #ccc;
  margin-right: 60px;
  display: inline-block;
  float: left;}
.tables_left_item{
  width: 100%;
  height: 40px;
  line-height: 40px;
  user-select: none;
  cursor: pointer;
  text-align: center;
  padding-top: 9px;}
.tables_left_item_f{
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;}

.tables_left_item.active .tables_left_item_f{
  border-left: 2px solid #C51015;}
.tables_left_item span{
  color: #666;
  font-size: 16px;
  font-weight: 300;}
.icon-we{
  width: 24px;
  height: 24px;
  background-size: 100%;
  float: left;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/135a47063feeda729b5a983fa971fb45.jpg");
  margin-right: 6px;}
.tables_left_item:first-child{
  background-color: #C51015;}
.tables_left_item:first-child span{
  float: left;
  margin-top: -7px;
  color: #fff;
  font-size: 18px;}
.tables_left_item span.active{
  color: #C51015;}
.tables_left_item{
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;}

.icon-home{
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/c35a2f41762ce3c0ceace2fc70e95f04.jpg");
  background-repeat: no-repeat;
  margin-right: 6px;}
section .tables-main .right{
  width: calc(100% - 260px);
  display: inline-block;}
section .tables-main .header{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #999;}
section .tables-main .right .title{
  width:95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;}
section .tables-main .right .content{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;}
section .tables-main .right .content .content-body{
  width: 100%;}
section .table{
  width: calc(100% - 30px);
  padding: 20px 10px 0 20px;}
section .table_item{
  width: 100%;
  height: 68px;
  line-height: 68px;
  border-bottom: #ccc 1px solid;
  align-items: center;}
section .table_item span{
  font-size: 16px;
  color: #333;}
section .table_item span:first-child
{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
section .table_item span.date{
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  float: right;}

.page{
  width: 100%;
  margin: 26px 0 0 30px;
  color: #999;}
.page span{
  margin-right: 12px;}
.page .go{
  margin-right: 16px;
  font-size: 15px;
  display: inline-block;
  line-height: 25px;}
#ipage{
  font-size: 14px;
  width: 36px;
  padding-left: 6px;
  height: 22px;
  display: inline-block;}
#go{
  height: 28px;
  width: 36px;
  border-radius: 3px;
  margin-left: 6px;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  background-color: #C51015;
  cursor: pointer;
  text-align: center;}


.tables_left_item a:hover{
  color: #C51015;}