.bg_breadcrumb {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f9f9f9 url(../images/bg-line.png) repeat;
    padding: 12px 0;
    margin: 0px 0px 10px 0px;
}
.breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.news_dt .container{
    width: 46%;
}
.contentck{
    margin-top: 20px;
}
.contentck ul{
    padding-left: 20px;
    margin-bottom: 15px;
}
.contentck h1,.contentck h2,.contentck h3,.contentck h4,.contentck h5,.contentck h6{
    margin-bottom: 15px;
}
.contentck p,.contentck img{
    margin-bottom: 15px;
}
.contentck ul li{
    margin-bottom: 10px;
}
.contentck img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.news_dt h1.title{
    margin-top: 20px;
}
.news_dt .date{
    margin-top: 15px;
}
.share-btn{
    border-radius: 99.9em;
    overflow: hidden;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    transition-property: filter, background-color, border-color;
    width: 4.5em;
    height: 4.5em;
    cursor: pointer;
}
.share-btn__icon{
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    width: 4.5em;
    position: relative;
    transition-property: color, background-color;
    transition-duration: .2s;
    flex-grow: 1;
}
.share-btn__icon svg{
    fill: #fff;
    width: 1.7em;
    height: 1.7em;
}
.btn_facebook{
    background-color: #3b5998;
}
.btn_twitter{
    background-color: #000;
}
.btn_linkedin{
    background-color: #0077b5;
}
.share-btn:hover {
    filter: saturate(1.5) brightness(1.2);
}
.btn_email{
    background-color: #ea4335;
}
.wrap_share{
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
}
.social_share{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_share{
    margin-bottom: 17px;
}
.social_share > div{
    margin-right: 10px;
}
@media (max-width:992px) {
    .news_dt .container {
        width: 80%;
    }
}
@media (max-width:768px) {
    .news_dt .container {
        width: 90%;
    }
    .news_dt h1.title {
        font-size: 18px;
    }
    .title_share{
        font-size: 17px;
    }
}
.bg_news_other{
    background-color: #E6F3FF;
    padding: 60px 0;
    margin-top: 30px;
}
.bg_news_other .title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.list_news{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -1%;
    margin-right: -1%;
}
.list_news .item{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list_news .item .pic{
    width: 33%;
}
.list_news .item .pic img{
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.list_news .item .info{
    width: 64%;
}
.list_news .item .info .name{
    display: block;
    margin-bottom: 8px;
    line-height: 20px;
}
@media (max-width:992px) {
    .list_news .item{
        width: 100%;
        margin-top: 3%;
    }
}
@media (max-width:576px) {
    .list_news .item .pic {
        width: 100%;
    }
    .list_news .item .info{
        width: 100%;
        margin-top: 15px;
    }
    .list_news .item{
        margin-top: 3%;
        margin-bottom: 3%;
    }
}