.tygl_lb_title{
    height: 75px;
    background-color: #ffedea;
    line-height: 75px;
    color: #bc1d2e;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    
}
.tygl_lb_con{
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
    /* min-height: 600px; */
    margin-bottom: 30px;

}
.gl-left {
    width: 315px;
   /* height: 493px; */
    
}
ol._gl-menu{
    border: 1px solid #f3f3f3;
    
}
ol._gl-menu li{
    /* height: 82px;
    line-height: 82px; */
   
    border-bottom: 1px solid #f3f3f3;
}
ol._gl-menu li:last-child{
    border: none;
}
ol._gl-menu li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333;
    padding: 23px 50px;
    box-sizing: border-box;
    font-size: 24px;
}
ol._gl-menu li>a:hover,
ol._gl-menu .cur>a{
    background-color: #bb1c2d;
    color: #fff;
}
ol._gl-menu .cur>a{
    font-weight: 600;
}
/*  */
p.ldzc-wrap-1 {
    color: #bb1c2d;
    font-size: 20px;
    padding-bottom: 11px;
    border-bottom: 2px solid #f2f2f2;
}
.ldzc-wrap-1 span {
    border-bottom: 4px solid #bd1b2d;
    padding: 0 20px;
    padding-bottom: 11px;
}
ol#lm li {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    color: #333333;
    padding-left: 13px;
    border-bottom: 1px dashed #e0e0e0;
    background: url(/images/arrow-right.png) left center no-repeat;
}
ol#lm li>a{
    height: 100%;
    line-height: 60px;
    color: #333333;
}
ol#lm li:hover a{
    color: #bd1b2d;
}
.gl--right.ml-20.tab-list {
    width: 836px;
}
/* 分页 */
.page.row {
    margin-top: 30px;
    margin-bottom: 70px;
}
span.tab-list-time{
    color: #999;
}
.page-btn>a{
    display: inline-block;
    height: 29px;
    color: #333333;
    line-height: 29px;
    text-align: center;
    margin-right: 9px;
    background-color: #efefef;
    border: 1px solid #b5b5b5;

}
/* 第一页 */
a.first {
    width: 66px;
}
a.current {
    width: 38px;
}
a.last{
    width: 83px;
}