.item .Img,
.item .Img img,
.newsList .newsItem .item .Txt .moreBtn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.servicePage .insTopBox .bread {
    width: 100%;
  }

.contentBox .leftBox {
    padding: 0 50px 0 0
}

@media (max-width:1023px) {
    .contentBox .leftBox {
        padding: 0 0 30px 0
    }
}

.contentBox .rightBox {
    padding: 0
}

.classTitle {
    position: absolute;
    right: 0;
    top: 10%;
    background-color: #c9a063;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.dateBox .date {
    line-height: 1
}

.newsList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.newsList .newsItem {
    width: 33.3%
}

@media (max-width:1180px) {
    .newsList .newsItem {
        width: 50%
    }
}

@media (max-width:840px) {
    .newsList .newsItem {
        width: 100%
    }
}

.newsList .newsItem .item {
    margin: 0 25px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (max-width:1180px) {
    .newsList .newsItem .item {
        gap: 12px
    }
}

@media (max-width:840px) {
    .newsList .newsItem .item {
        max-width: 400px;
        margin: 0 auto 25px
    }
}

.newsList .newsItem .item .Img {
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    width: 100%;
    position: relative
}

.newsList .newsItem .item .Img:before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #c9a063;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.newsList .newsItem .item .Img a {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.newsList .newsItem .item .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.newsList .newsItem .item .Img .classTitle {
    bottom: 3%;
    right: 2%;
    position: absolute;
    display: inline-block;
    font-weight: 500
}

.newsList .newsItem .item .Txt {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.newsList .newsItem .item .Txt .title {
    font-size: 20px;
    padding: 5px 0 0
}

.newsList .newsItem .item .Txt .text {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newsList .newsItem .item .Txt .moreBtn {
    background-color: #6d6d6d;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (min-width:1201px) {
    .newsList .newsItem .item .Txt .moreBtn:hover {
        background-color: #c9a063
    }
}

.newsList .newsItem .item .Txt .moreBtn a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 1px
}

.newsList .newsItem .item .Txt .moreBtn .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: 18px;
    width: 18px
}

.newsList .newsItem .item .Txt .moreBtn .arrow:before {
    border: 1px solid;
    border-color: #6d6d6d #6d6d6d transparent transparent;
    width: 8px;
    height: 8px
}

.newsList .newsItem .item .date {
    font-size: 18px;
    color: #999999;
    top: 5%;
    left: 4%;
    padding: 5px 10px 5px 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    padding-right: 20px
}

.newsList .Txt {
    overflow: hidden
}

.newsList .Txt .title {
    font-size: 19px;
    font-weight: 400
}

.newsList .Txt .title a {
    color: #737373;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle
}

.newsList .Txt .title a.current {
    color: #c9a063
}

.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
}

.item .Img {
    background-color: #c9a063;
    overflow: hidden
}

.item .Img img {
    display: block;
    width: 100%;
    height: 100%
}

@media (min-width:1201px) {
    .item:hover .Img img {
        opacity: 0.8;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}