/* 列表 */
.news_body{
    margin-top: 30px;
}
.news_body .news_box{
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
}
.news_body .news_box .newLi {
    width: calc(100% / 3);
    height: 400px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.news_body .news_box .porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}
.news_body .news_box .newImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.news_body .news_box .porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}
.news_body .news_box .newTitle {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.news_body .news_box .newSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
        font-size: 14px;
    line-height: 1.42857143;
}
.news_body .news_box .lookDetail {
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
}
.news_body .news_box .arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 24px;
    height: 8px;
}
.news_body .news_box .arrowsR img {
    height: 100%;
    width: auto;
    object-fit: contain;
    position: absolute;
    transition: all .5s ease;
}
.news_body .news_box .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}
.news_body .news_box .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}
.news_body .news_box .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.news_body .news_box .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.news_body .news_box .newLi:hover .showBox {
    opacity: 1;
}
.news_body .news_box .newLi:hover .newImg {
    transform: translate(-50%, -50%) scale(1.1);
}
.news_body .news_box .newLi:hover .showBoxLink::before {
    width: 16px;
}
.news_body .news_box .newLi:hover .showBoxLink::after {
    width: 16px;
}
.news_body .news_box .lookDetail:hover .arrowsR{
    filter: brightness(0);
}




/* 详情 */
.view_body .main{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.view_body .view_fl{
    width: 68.39%;
}
.view_body .view_fl .view_title{
    font-weight: 500;
    line-height: 1.1;
    font-size: 36px;
    color: #262626;
    text-align: center;
}
.view_body .view_fl .view_txt{
    overflow: hidden;
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px dotted #ebebeb;
    text-align: center;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}
.view_body .view_fl .view_txt span,
.view_body .view_fl .view_txt span a{
    width: auto;
    height: auto;
    display: flex;
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
}
.view_body .view_fl .view_detail{
    padding: 20px 0;
}
.view_body .view_fl .view_detail p {
    line-height: 2em;
    font-size: 16px;
    margin: 10px 0;
}
.view_body .view_fl .view_detail div {
    line-height: 2em;
    font-size: 16px;
    margin: 10px 0;
}
.view_body .view_fl .view_detail table {
    border: 0 !important;
}
.view_body .view_fl .view_detail th {
    background: #09518c;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.view_body .view_fl .view_detail table tr:nth-child(odd) {
    background: #f8f8f8;
}
.view_body .view_fl .view_detail table tr:nth-child(even) {
    background: #f0f0f0;
}
.view_body .view_fl .view_detail table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.view_body .view_fl .view_url{
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.view_body .view_fl .view_url .url_item{
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.42857143;
}
.view_body .view_fl .view_txt span a:hover,
.view_body .view_fl .view_url .url_item a:hover{
    color: #60a9d7;
}
.view_body .view_fr{
    width: 28.89%;
}
.view_body .view_fr .view_class{
    width: 100%;
    padding:24px 5%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: rgba(27, 86, 157, 1);
}
.view_body .view_fr .view_list{
    width: 100%;
    height: auto;
    background-color: rgba(248, 248, 248, 1);
    padding:24px 6%;
    box-sizing: border-box;
}
.view_body .view_fr .view_list .view_li{
    margin: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #adadad;
    display: flex;
}
.view_body .view_fr .view_list .view_li .view_img{
    overflow: hidden;
    padding: 0px;
    width: 106px;
    height: 80px;
    background: #f8f8f8;
    margin-right: 20px;
}
.view_body .view_fr .view_list .view_li .view_txt{
    padding: 0 0 0 0px;
    overflow: hidden;
    height: auto;
    width: calc(100% - 126px);
    font-size: 18px;
    color: #333;
}


.footer{
    margin-top: 130px;
}









/*空内容显示*/
.news_null{
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
}
.news_null img{
    width: 31px;
    height: 31px;
    margin-right: 10px;
}













@media screen and (max-width: 1024px){
    /* 列表 */
    .news_body .news_box .newLi{
        width: 50%;
        height: 400px;
    }
}
@media screen and (max-width: 768px){
    /* 列表 */
    .news_body .news_box .newLi{
        width: 100%;
    }



    /* 详情 */
    .view_body .main{
        display: block;
    }
    .view_body .view_fl{
        width: 100%;
        margin-bottom: 30px;
    }
    .view_body .view_fl .view_title{
        text-align: left;
        font-size: 24px;
    }
    .view_body .view_fl .view_txt{
        display: block;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 0;
    }
    .view_body .view_fl .view_txt span{
        margin: 2px 0;
    }
    .view_body .view_fl .view_url{
        display: flex;
        margin-top: 20px;
        padding: 0;
    }
    .view_body .view_fl .view_url .url_item{
        width: 50%;
        display: block;
        text-align: center;
    }
    .view_body .view_fl .view_url .url_item a{
        white-space: normal;
    }
    .view_body .view_fr{
        width: 100%;
    }
    .view_body .view_fr .view_list .view_li .view_img{
        display: none;
    }
    .view_body .view_fr .view_list .view_li .view_txt{
        width: 100%;
    }
}