﻿

.newsv-box{
    padding: 20px 0 70px;
    display: flex;
    justify-content: space-between;
}

.newsv-ble{
    width: 72%;
}

.newsv-ble > p{
	font-size: 14px;
    line-height: 22px;
}


.newsv-bltxt{
    font-size: 16px;
}
.newsv-bltit{
    font-size: 36px;
    font-weight: 600;
    padding: 15px 0;
}

.newsv-blimg{
    width: 100%;
    padding: 0px 0 10px;
}
.newsv-blimg img{
    width: 100%;
    height: auto;
}

.newsv-blp {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}


.newsv-bltab{
    padding-bottom: 20px;
}
.layui-table th {
    font-weight: 600;
}
.layui-table td, .layui-table th {
    padding: 9px 15px;
    min-height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #222222;
}




.newsv-bri{
    width: 25%;
    background-color: #f8f3f8;
    padding: 25px;
}
.newsv-brshare{
    font-size: 18px;
    font-weight: 600;
}

.brshare-cnt{
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
}
.brshare-cnt a{
    width: 20%;
    padding: 10px 0;
    text-align: center;
}
.brshare-cnt a img{
    width: 20px;
    height: 20px;
}



.brshare-tact{
    padding: 25px 0;
    border-bottom: 1px solid #e4d3e4;
}
.tact-tit{
    font-size: 20px;
    font-weight: 600;
}
.tact-txt{
    font-size: 16px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
    .tact-txt a {
        color: #741d75;
    }


.brshare-latest{
    padding: 30px 0;
}
.latest-tit{
    font-size: 18px;
    font-weight: 600;
}
.latest-item{
    padding: 20px;
    background-color: #ffffff;
    margin-top: 20px;
}
.latest-itm-date{
    font-size: 16px;
    color: #333333;
}

.latest-itm-tit{
    font-size: 18px;
    color: #741d75;
    margin-top: 20px;
}

.latest-itm-txt{
    font-size: 16px;
    margin-top: 15px;
}


.latest-itm-a{
    margin-top: 30px;
}
.latest-itm-a a{
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #666666;
}


@media only screen and (max-width: 1400px) {

    .newsv-box {
        padding: 10px 0 60px;
    }
    .newsv-bltxt {
        font-size: 14px;
    }
    .newsv-bltit {
        font-size: 32px;
        padding: 10px 0;
    }
    .newsv-blimg {
        padding: 25px 0 5px;
    }
    .newsv-bltab {
        padding-bottom: 10px;
    }
    .newsv-blp {
        font-size: 16px;
        margin-top: 10px;
    }
    .layui-table td, .layui-table th {
        padding: 9px 15px;
        min-height: 30px;
        line-height: 30px;
        font-size: 16px;
    }


    
    
    .newsv-bri {
        padding: 15px;
    }
    .newsv-brshare {
        font-size: 16px;
    }
    .brshare-cnt {
        padding: 5px 0;
    }

    .brshare-cnt a {
        padding: 5px 0;
    }
    .brshare-tact {
        padding: 15px 0;
    }
    .tact-tit {
        font-size: 18px;
    }
    .tact-txt {
        font-size: 14px;
        margin-top: 2px;
    }


    .brshare-latest {
        padding: 20px 0;
    }
    .latest-tit {
        font-size: 16px;
    }
    .latest-item {
        padding: 10px;
        margin-top: 10px;
    }
    .latest-itm-date {
        font-size: 14px;
    }
    .latest-itm-tit {
        font-size: 16px;
        margin-top: 10px;
    }

    .latest-itm-txt {
        font-size: 14px;
        margin-top: 10px;
    }
    .latest-itm-a {
        margin-top: 20px;
    }

    .latest-itm-a a {
        font-size: 14px;
    }



}

@media only screen and (max-width:769px) {
    .newsv-box {
        padding: .1rem .1rem .6rem;
        flex-direction: column;
    }

    .newsv-ble {
        width: 100%;
    }
    .newsv-bltit {
        font-size: 26px;
        padding: .1rem 0;
    }
    .newsv-blimg {
        padding: .25rem 0 5px;
    }
    .newsv-bltab {
        padding-bottom: .1rem;
    }

    .layui-table td, .layui-table th {
        padding: 9px 15px;
        min-height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .newsv-blp {
        font-size: 14px;
        margin-top: .1rem;
    }


    .newsv-bri {
        width: 100%;
        padding: .15rem;
        margin-top: .2rem;
    }

}
