ul{
    margin: 0;
}
.notice_box{
    display: flex;
}

.notice_box .lbt{
    position: relative;
    width: 758px;
    height: 400px;
    margin-right: 26px;
    background: pink;
}

.notice_box .notice_wrap{
    display: flex;
    width: 100%;
    height: 400px;
}

.notice_box .right{
    flex:1;
    height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.notice_box .btn_list{
    display: flex;
    align-items: center;
}

.notice_box .btn_list a{
    display: inline-block;
    width: 172px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #eaeaea;
}

.notice_box .btn_list .more{
    display: inline-block;
    float: right;
    margin-left:70px;
    font-size: 15px;
    font-weight: bold;
    color: #bf0412;
    width: unset;
    height: unset;
    background: transparent;
}

.notice_box .btn_list .more:hover{
    cursor: pointer;
    text-decoration: none;
    background: transparent!important;
}


.notice_box .btn_list a.active{
    background: #bf0412!important;
}

.notice_box .btn_list a:hover{
    background: #bf0412!important;

}

.notice_item{
    padding: 0px 13px 5px;
}

.notice_item li {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding-left: 25px;
    padding-right: 5px;
    justify-content: flex-start;
    border-bottom: 1px dashed #e1e1e1;
}

.notice_item li::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 20px;
    margin-left: -18px;
    background: #bf0412;
    border-radius: 50%;
}


.notice_item li a{
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin-right: 52px;
}

.notice_item li a:hover{
    text-decoration: none;
    color: #bf0412;
}

.notice_item li span{
    float: right;
    display: inline-block;
    margin-right: 25px;
    font-size: 18px!important;
    color: #a8a1a1;
}

.notice_box .title_box{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, .5);
}

.notice_box .title_box h1{
    text-indent:23px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.notice_box .title_box .date{
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: #bf0412;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 74px;
    height: 70px;
    color: #fff;
    font-size: 17px;

}

.notice_box .title_box .date .day{
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
    line-height: 28px;
    font-weight: bold;
}

.small_banner{
    position: relative;
    width: 100%;
    height: 108px;
}

.small_banner img{
    width: inherit;
    height: inherit;
}

.cs_pro{
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fdfaf1;
}

.w5 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #fff0ef;
}

.w5 .title h3{
    display: inline-block;
    width: 178px;
    height: 40px;
    line-height: 40px;
    text-indent: 32px;
    font-size: 20px;
    color: #fff;
    margin: 0px!important;
    background: url(../images/title_bg.jpg) no-repeat;
}

.w5 .title .more{
    display: inline-block;
    font-size: 16px;
    margin-right:10px;
    color: #bf0412;
    font-weight: bold;
}

.jg_list{
    text-align: left;
    margin-top: 28px;
}

.jg_list li{
    padding-left: 10px;
    height: 165px;
    max-height: 165px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.jg_list li .img_box{
    width: 305px;
    height: inherit;
    margin-right: 32px;
    cursor: pointer;
    overflow: hidden;
}

.jg_list li .img_box img{
    width: inherit;
    height: inherit;
    transition: all .3s;
}

.jg_list li .img_box img:hover{
    transform: scale(1.1);
}


.jg_list li .content{
    flex: 1;
    display: flex;
    flex-direction: column;
}


.jg_list li .content h3{
    font-size: 24px;
    font-weight: bold;
    margin: 22px 0px;
}


.jg_list li .content p{
    font-size: 17px;
    margin-bottom: 32px;
    padding-right: 42px;
    color: #626262;
    line-height: 1.6;
}

.cs_pro_list{
    padding: 20px;
    display: flex;
}

.cs_pro_list li{
    position: relative;
    width: 390px;
    text-align: center;
}

.cs_pro_list li:nth-child(2){
    margin: 0px 32px;
}

.cs_pro_list li .img_box{
    position: relative;
    width: inherit;
    height: 215px;
    overflow: hidden;
}

.cs_pro_list li .img_box img{
    width: inherit;
    height: inherit;
    cursor: pointer;
    transition: all .3s;
}


.cs_pro_list li .img_box img:hover{
    transform: scale(1.1);
}

.cs_pro_list li .content strong{
    display: block;
    margin: 16px 0px 24px;
    font-size: 18px!important;
}

.cs_pro_list li .content p{
    margin: 0px 10px;
    line-height: 1.6;
    font-size: 14px;
    color: #626262;
}

.news{
    width: 100%;
    max-width: 750px;
    margin: 15px 0px;
}

.news .notice_wrap li{
    width: 100%!important;
    border-bottom:1px dashed #e1e1e1;
}

.news .notice_wrap li a{
    flex: 1;
    color: #242424;
}

.news .notice_wrap li a:hover{
    color: #bf0412;
}

.news .notice_wrap .btn_list{
    position: relative;
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    background: #ece8e9;
}

.news .notice_wrap .btn_list .fill{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    padding-left:10px;
    font-size: 20px;
    background: #bf0412;
}

.news .notice_wrap .btn_list .fill img{
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.news .notice_wrap .btn_list::after{
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 2px;
    background: #bf0412;
}
.news .notice_wrap .btn_list .more{
    font-size: 16px;
    margin-right: 10px;
    color: #bf0412;
    font-weight: bold;
}

.news .notice_wrap .btn_list .fill:hover{
    text-decoration: none;
}

.news .money_box .content{
    padding: 10px 20px;
    height: 373px;
    font-size: 18px;
    color: #fff;
}


.zw_list{
    padding: 25px 13px;
    overflow: hidden;
}

.zw_list .left{
    float: left;
    overflow: hidden;
}

.zw_list .left a{
    float: left;
    width: 173px;
    height: 133px;
    margin:2px;
}

.zw_list .left a img{
    width: inherit;
    height: inherit;
}

.zw_list .left a:nth-child(4){
    display: flex;
    align-items: center;
    float: right;
    height: 270px;
    background: #ff7878;
    overflow: hidden;
}

.zw_list .left a:nth-child(4) img{
    width: 173px;
    height: 133px;
    text-align: center;
}


.zw_list a:hover{
    filter: brightness(1.1);
}


.xxgk .news .notice_wrap .btn_list .fill{
    flex: 1;
    color: #bf0412;
    text-align: left;
    text-indent: 20px;
    font-weight: 600;
}

.xxgk .news .notice_wrap .btn_list::after{
    top: unset;
    bottom: 0!important;
}

.money_box{
    height: 415px;
    overflow: hidden;
}

.money_box .title{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    text-indent: 16px;
    margin: 0px!important;
    font-weight: normal;
    color: #fff;
    background-color: #bf0412;
}

.money_box .content p{
    margin-bottom: 12px;
}

.money_box .content{
    color: #000!important;
    background: #f4f4f4!important;
}

.money_box h3{
    margin:12px 0px!important;
    font-size: 18px;
    font-weight: bold;
}

.money_box h5{
    font-weight: bold;
}

.news .notice_wrap{
    flex:1;
    padding-bottom: 20px;

}

.news .notice_wrap table{
    width:100%;
}

.table table tr {
    height: 40px;
    line-height: 40px;
}

.table table tr th{
    font-size: 20px;
}

.table table tr td{
    text-align: center;
    font-size: 18px;
}

.table table tr:nth-child(2){
    height: 42px;
    background: #f4f4f4!important;
}

.table table tr:nth-child(2) th{
    text-align: center;
}

.table table tr:nth-child(2) th:nth-child(2){
    width: 217px;
}

.table table tr:nth-child(2) th:nth-child(3){
    width: 140px;
}


.table table tr:nth-child(2) th:nth-child(4){
    width: 180px;
}

.table table tr:nth-child(2) th:nth-child(5){
    width: 150px;
}

.table table tr:hover{
    cursor: pointer;
    background: #eee;
}
.table table tr td{
    color: #3d3d3d;
}

.zyz .jg_list{
    display: flex;
    flex-wrap: wrap;
}

.zyz .jg_list li{
    width: 355px;
    min-height: 300px;
    margin: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zyz .jg_list li .img_box{
    width: inherit;
    height: 225px;
}

.zyz .jg_list li h5{
    margin-top: 20px;
    font-size: 18px;
}