
    .news .gird_item {
        margin-bottom: 50px;
    }
    .news .gird_item .wrap_item .fl{
        width: 50%;
    }
    .news .gird_item .wrap_item:nth-child(even) .fl{
        float: right;
    }
    .news .gird_item .wrap_item .fl .i-img{
        padding-top: 66.67%;
        position: relative;
        overflow: hidden;
    }
    .news .gird_item .wrap_item .fl .i-img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .news .gird_item .wrap_item .fl .i-img:hover img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .news .gird_item .wrap_item .fr{
        width: 50%;
        padding: 35px 30px;
    }
    .news .gird_item .wrap_item:nth-child(even) .fr{
        float: left;
    }
    .news .gird_item .wrap_item .fr .i-title h3 a{
        display: block;
        font-size: 25px;
        line-height: 35px;
        height: 105px;
        overflow: hidden;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .news .gird_item .wrap_item .fr .i-title h3 a:hover{
        color: #e83033;
    }
    .news .gird_item .wrap_item .fr .i-content{
        font-size: 15px;
        line-height: 22px;
        color: #555555;
        height: 66px;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .news .gird_item .wrap_item .fr .viewAll{
        text-align: left;
    }
    .viewAll a{
        width: 180px;
        height: 45px;
        text-align: center;
        font-size: 14px;
        line-height: 45px;
        color: #333;
        background: #eeeeee;
        font-weight: 400;
        display: inline-block;
        border-radius: 5px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .viewAll a:hover{
        background: #0f3252;
        color: #fff;
    }
    .viewAll a span{
        display: inline-block;
        position: relative;
        padding-right: 25px;
    }
    .viewAll a span:after{
        content: '\f105';
        font-family: fontAwesome;
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .i-date{
        border-radius: 5px;
        padding: 5px 10px;
        background: #0f3252;
        display: inline-block;
        margin-bottom: 15px;
        color: #fff;
    }
    .i-date span{
        display: inline-block;
        position: relative;
        padding-left: 20px;
    }
    .i-date span:after{
        content: '\f133';
        font-family: fontAwesome;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .detail h1{
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        color: #333;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 30px;
    }
    .detail h1:after{
        content: '';
        width: 75px;
        height: 3px;
        background: #0f3252;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .date_share{
        margin-bottom: 20px;
        padding-top: 20px;
        border-top: 1px dotted #ddd;
    }
    .date_share .ds_date{
        float: left;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        position: relative;
        padding: 0 15px 0 30px;
        line-height: 30px;
        background: #0f3252;
    }
    .date_share .ds_date:after{
        content: '\f133';
        font-size: 13px;
        line-height: 20px;
        font-family: fontawesome;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .date_share .ds_share{
        float: left;
        margin-left: 8px;
    }
    .date_share .ds_share ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .date_share .ds_share ul li{
        margin-left: 5px;
        font-size: 16px;
        line-height: 30px;
        float: left;
    }
    .date_share .ds_share ul li a{
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .date_share .ds_share ul li a:hover{
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .date_share .ds_share ul li a .fa{
        font-size: 14px;
        line-height: 30px;
    }
    .the_content{
        margin-bottom: 25px;
    }
    .the_content strong{
        font-size: 15px;
        line-height: 22px;
        display: block;
        margin-bottom: 15px;
    }
    .the_content p{
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 15px;
    }
    .the_content .img{
        margin-bottom: 15px;
    }
    .the_content .img img{
        width: 100%;
    }

    .news_related{
        width: 100%;
        margin: 30px 0 0;
    }
    .news_related h4{
        color: #333;
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        padding-bottom: 10px;
        margin-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        border-bottom: 2px solid #0f3252;
    }
    .news_related ul{

    }
    .news_related ul li{
        line-height: 25px;
        position: relative;
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }
    .news_related ul li p{
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }
    .news_related ul li p span{
        color: #999999;
    }
    .news_related ul li a{
        text-decoration: none;
        font-size: 15px;
        line-height: 24px;
        color: #666;
        font-weight: 400;
        padding-left: 0;
        position: relative;
        display: block;
    }
    .news_related ul li a:hover{
        color: #e83033;
    }
    .news_related ul li a:after{
        content: none;
    }
    .news_related ul li span{
        font-size: 13px;
        line-height: 22px;
        color: #999999;
        padding-left: 20px;
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .news_related ul li span:after {
        content: '\f133';
        font-size: 13px;
        line-height: 20px;
        font-family: fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box_news_sidebar{
        margin-bottom: 20px;
    }
    .box_news_sidebar .bn_title{
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #555555;
        background: #f5f5f5;
        padding: 10px 20px;
        text-transform: uppercase;
        margin-bottom: 3px;
    }
    .box_news_sidebar .bn_title h3{
        font-size: inherit;
        line-height: inherit;
    }
    .box_news_sidebar .bn_content .w_item{
        border-bottom: 1px solid #ddd;
    }
    .box_news_sidebar .bn_content .w_item:last-child{
        border-bottom: 0;
    }
    .box_news_sidebar .bn_content .item{
        background: #f5f5f5;
        padding: 20px;
    }
    .box_news_sidebar .bn_content .item .i-image{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .box_news_sidebar .bn_content .item .i-image a{
        display: block;
        padding-top: 66.666667%;
        position: relative;
    }
    .box_news_sidebar .bn_content .item .i-image img{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .box_news_sidebar .bn_content .item:hover .i-image img{
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    .box_news_sidebar .bn_content .item .i-title a{
        font-size: 14px;
        line-height: 22px;
        color: #333;
        display: block;
        font-weight: 700;
        height: 44px;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .box_news_sidebar .bn_content .item:hover .i-title a{
        color: #e83033;
    }


    @media screen and (max-width: 1100px){
        .news .gird_item .wrap_item .fr{
            padding: 10px 30px;
        }
    }

    @media screen and (max-width: 991px){
        .news .gird_item .wrap_item{
            margin-bottom: 20px;
        }
        .news .gird_item .wrap_item .fl,
        .news .gird_item .wrap_item:nth-child(even) .fl{
            width: 100%;
            float: none;
        }
        .news .gird_item .wrap_item .fr,
        .news .gird_item .wrap_item:nth-child(even) .fr{
            width: 100%;
            float: none;
            padding: 20px;
        }
        .news .gird_item .wrap_item .fr .i-title h3 a{
            font-size: 17px;
            line-height: 24px;
            height: auto;
        }
        .detail .col-lg-3{
            display: none;
        }
        .news_related ul li span{
            position: relative;
            display: block;
        }
    }

    @media screen and (max-width: 379px){
        .date_share .ds_date{
            float: none;
            margin-bottom: 5px;
            width: 165px;
        }
        .date_share .ds_share{
            float: none;
            margin-left: 0;
        }
        .date_share .ds_share ul li:first-child{
            margin-left: 0;
        }
    }