.bannerArea {
    position: relative;
}
.insTxt {
    position: absolute;
}
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 0 0 30px 0;
    }
}
.contentBox .rightBox {
    padding: 0;
}
.newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}
.newsInfoBox .classTitle,
.newsInfoBox .dateBox {
    color: #3aaa26;
    padding: 5px 0;
}
.newsInfoBox .classTitle {
    color: #3aaa26;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 7px 10px;
}
.dateBox .classTitle {
    color: #3aaa26;
    margin-right: 10px;
}
.dateBox .date,
.dateBox p {
    font-size: 14px;
}
.newsList {
    width: 100%;
}
.newsList .newsItem {
    padding: 25px 0;
}
.newsList .newsItem:not(:first-child) {
    border-top: 1px solid #eef4fb;
}
@media (max-width: 640px) {
    .newsList .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.newsList .Img {
    float: left;
    width: 250px;
    height: 200px;
    margin-right: 10px;
    border: 2px solid #eef4fb;
}
.newsList .Img.app {
    width: auto;
    height: auto;
    aspect-ratio: 960/700;
    max-width: 250px;
}
@media (max-width: 640px) {
    .newsList .Img {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 5%;
        height: 100%;
    }
}
.newsList .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.newsList .Txt {
    overflow: hidden;
}
@media (max-width: 640px) {
    .newsList .Txt {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 5%;
    }
}
.newsList .Txt .title {
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 400;
    color: #2f2f2f;
}
.newsList .Txt .title a {
    display: inline-block;
    vertical-align: middle;
}
.newsList .Txt .text {
    margin-top: 7px;
    font-size: 13px;
    color: #909090;
    line-height: 1.8;
}
.shareBox {
    float: right;
}
.shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: rgb(174, 66, 51);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
    background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233",endColorstr="#c44c4c",GradientType=0);
    cursor: pointer;
}
.shareBox .back:hover {
    background: #398cb1;
}
