.contentBox .rightBox,
.newsList li {
    box-sizing: border-box;
}
.contentBoxDetail,
.newsList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentBox .leftBox {
    width: calc(100% - 385px);
    padding: 0;
}
@media (max-width: 1024px) {
    .contentBox .leftBox {
        width: 100%;
    }
}
.contentBox .rightBox {
    width: 385px;
    padding: 0 0 0 50px;
}
@media (max-width: 1024px) {
    .contentBox .rightBox {
        width: 100%;
        padding: 0;
    }
}
.newsList {
    width: 100%;
    margin-top: 25px;
}
.newsList li {
    width: calc(100% / 3 - 20px);
    margin: 0 30px 30px 0;
}
.newsList li:nth-child(3n) {
    margin-right: 0;
}
@media (max-width: 768px) {
    .newsList li {
        width: calc(100% / 2 - 15px);
    }
    .newsList li:nth-child(3n) {
        margin-right: 30px;
    }
    .newsList li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .newsList li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .newsList li:nth-child(2n),
    .newsList li:nth-child(3n) {
        margin-right: 0;
    }
}
.newsList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newsList .Txt {
    overflow: hidden;
    padding: 20px 0;
}
.newsList .Txt h3 {
    margin: 15px 0 5px;
    color: #050505;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
.newsList .Txt p {
    height: 60px;
}
@media (min-width: 1201px) {
    .newsList .Txt h3:hover {
        color: #1577c3;
    }
}
.newsList .Txt h3 a {
    display: inline-block;
}
.newsList .Txt p {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.newsDate {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.newsDate span {
    color: #050505;
    display: inline-block;
    font-weight: 500;
    margin-left: 12px;
}
.newsDate p {
    width: 100%;
}
.newIcon {
    display: inline-block;
    font-weight: 400;
    padding: 5px 8px;
    color: #ffffff;
    background-color: #0068b7;
}
.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: #ae4233;
    background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233",endColorstr="#c44c4c",GradientType=0);
    cursor: pointer;
}
.shareBox .back:hover {
    background: #398cb1;
}
/*# sourceMappingURL=news.css.map */
