
.img_list{
    float: left;
    overflow: hidden;
}

.clear{
    clear: both;
}

.img_list a{
    float: left;
    width: 587px;
    display: inline-block;
    height: 240px;
    margin: 0px 16px;
}

.img_list a img{
    width: 100%;
    height: 100%;
}


.img_list a:hover{
    filter: brightness(1.1);
}

.title{
    display: flex;
    align-items: center;
    padding: 15px 7px;
    margin-top: 45px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    color: #c30101;
    border-bottom: 2px solid #e5e5e5;
}

.jgdj{
    width: 21px;
    height: 25px;
    margin-right: 12px;
}

.jg_list{
    text-align: left;
    margin-top: 28px;
}

.jg_list li{
    padding-left: 10px;
    height: 170px;
    max-height: 170px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.jg_list li .img_box{
    width: 315px;
    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;
    margin: 5px 0px 10px;
}


.jg_list li .content p{
    font-size: 17px;
    margin-bottom: 6px;
    padding-right: 70px;
    color: #626262;
    line-height: 1.5;
}


.jg_list .content .txt_area{
    min-height: 70px;
    line-height: 1.7;
    text-align: justify;
    overflow: hidden;
}



.page_select{
    display: flex;
    justify-content: center;
    height:36px;
    font-size: 18px;
    margin: 15px 0px;
}

.page_select span{
    display: inline-block;
}

.page_select ul{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.page_select ul li{
    margin-right: 10px;
}


.page_select ul li a{
    display: inline-block;
    text-align: center;
    padding: 8px 12px;
    color: #000!important;
    background: none!important;
    margin: 0px 2px;
    border: 1px solid #ccc;
}

.page_select ul li a:hover{
    color: #fff!important;
    text-decoration: none;
    background: #bf0412!important;
}