.list_banner_botbox{
    width: 1200px;
    height: 160px;
    position: absolute;
    left: -600px;
    bottom: -108px;
    z-index: 1;
    margin-left: 50%;
    overflow: hidden;
}
.home_listbanner .timeline .swiper-container {
    height: 353px;
}

.list_banner_botbox .list_title{
    width: 300px;
    height: 160px;
    background: url('../images/titlebg.png') no-repeat center/100% 100%;
    float: left;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 160px;
}
.list_banner_botbox .list_back{
    width: auto;
    height: 26px;
    float: right;
    margin-top: 96px;
}
.list_banner_botbox .list_back a{
    display: block;
    height: 26px;
}
.list_banner_botbox .list_back img{
    display: inline-block;
    width: 24px;
    height: 14px;
    margin-top: 3px;
    vertical-align: middle;
}
.list_banner_botbox .list_back label{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #888888;
    height: 26px;
    line-height: 26px;
    margin-left: 8px;
}
.list_box, .detail_box{
    height: auto;
    width: 1200px;
    margin: 0 auto;
    padding-top: 148px;
    padding-bottom: 80px;
    position: relative;
}
.list_box .list_box_line{
    width: 100%; 
    height: 6px;
    background-color: #22bee6; 
    position: absolute; 
    top: 148px; 
    left: 0;
}
.list_box .list_content{
    width: 100%;
    height: auto;
    list-style: none;
    margin-bottom: 50px;
}
.list_box .list_content li{
    list-style: none;
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
}
.list_box .list_content li:nth-child(2n){
    background-color: #fff;
}
.list_content a{
    display: block;
    width: 100%;
    height: 100%;
}
.list_content .list_con_main{
    width: 963px;
    line-height: 70px;
    font-size: 20px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
    float: right;
}
.list_content .list_con_main:hover{
    color: #22bee6;
}
.list_content .list_con_time{
    width: 217px;
    line-height: 70px;
    font-size: 20px;
    color: #22bee6;
    text-align: center;
    cursor: auto;
    float: left;
}
.list_page{
    text-align: center;
    font-size: 0;
}
.list_page a{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0 8px;
    padding-bottom: 25px;
    box-sizing: border-box;
    font-size: 20px;
    color: #888888;
    cursor: pointer;
    /*background: url(../images/hoverbg.png) no-repeat bottom left/0px 3px;*/
    transition: all 0.3s linear;
}
.list_page .current{
    color: #22bee6;
}
.list_page .current:active{
    color: #22bee6;
    background-size: 100% 3px;
}
.list_page .totalPages, .list_page .totalSize, #lastPage, #firstPage{
    display: none;
}
#page_content{
    display: inline-block;
    vertical-align: top;
}
#page_content span{
    font-size: 24px;
    color: #888888;
    line-height: 10px;
}
#page_content:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    position: relative;
    bottom: 2px;
    z-index: -1;
}
#prePage{
    padding: 0;
    padding-bottom: 0;
    cursor: pointer;
    background: none;
    width: 48px;
    height: 48px;
    margin-right: 32px;
}
#prePage img, #nextPage img{
    display: block;
}
#nextPage{
    padding: 0;
    padding-bottom: 0;
    cursor: pointer;
    background: none;
    width: 48px;
    height: 48px;
    margin-left: 32px;
}

/* 详情 */
.detail_title_box{
    width: 100%;
    height: 120px;
    background-color: #f5f5f5;
}
.detail_box .detail_title{
    width: 100%;
    height: auto;
    padding: 38px 0 24px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detail_box .detail_info{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.detail_box .detail_info label{
    font-size: 16px;
    line-height: 1;
    color: #888888;
}
.detail_box .detail_info label:last-child{
    margin-left: 55px;
}
.detail_box .m_detail_info{
    display: none;
}

.detail_box .detail_content_box{
    width: 78%;
    height: auto;
    box-sizing: border-box;
    padding: 50px 115px 40px 115px;
    /*border-bottom: 1px solid #e7e6e6;*/
    text-align: left;
  	margin:0 auto;
}
.detail_box .detail_content_box img{
    /*display: block;
    margin: 50px auto;*/
}
.detail_box .detail_content_box img:first-child{
    margin-top: 0;
}

.detail_box .m_detail_bot_box{
    display: none;
}
.detail_box .detail_bot_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 29px 30px 0;
    overflow: hidden;
}
.detail_box .detail_bot_box div{
    width: 50%;
    float: left;
}
.detail_box .detail_bot_box a{
    text-decoration: none;
    display: inline-block;
    width: auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	width: 100%;
}
.detail_box .detail_bot_box a:hover{
    color: #22bee6;
}

.detail_box .detail_bot_box div{
    text-align: right;
}
.detail_box .detail_bot_box div:first-child{
    text-align: left;
}

.detail_box .detail_bot_box label{
    cursor: pointer;
    font-size: 16px;
    color: #555555;
    line-height: 1;
}
.detail_box .detail_bot_box label:last-child:hover{
    color: #22bee6;
}

/*2021/9/9*/
.detail_content_box table{
      margin:0 auto;
  	  border-collapse: collapse;
      border:1px solid #000;
}
.detail_content_box table td{
	border:1px solid #000;
}
