.showarticle{
    position: relative;
}
.showarticle h3{
    color: #f5b300;
}
.showarticle p{
    display: block;
    word-wrap: break-word;
}
.showarticle .readmore a,
.showarticlenews  .readmore a{
    background-color: transparent;
    color: #3a7729;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.showarticle i{
    position: absolute;
    top: 55px;
    font-size: 80px;
    color: #f0f0f0;
}
.showarticle .readmore a i{
    position: static;
    font-size: 18px;
    color: inherit;
}
.showarticle .head1{
    color: #3a7729;
    margin-bottom: 0;
    text-transform: uppercase;
}
.showarticle .head2{
    color: #0c3555;
    margin-top: 0;
    text-transform: uppercase;
}
.showarticle span.head2{
    font-size: 28px;
    color: #0c3555;
    margin-top: 0;
    text-transform: uppercase;
}
.showarticle .line{
    border-bottom: 3px solid #f5b300;
    width: 80px;
    display: inline-block;
    margin-left: 15px;
}
@media (min-width:997px){
    .showarticle{
        height: 780px;
    }
    .showarticle .row:nth-child(4){
        position: absolute;
        top: 290px;
        /*bottom: 240px;*/
    }
    .showarticle .frame{
        position: relative;
        width: 490px;
        height: 445px;
        overflow: hidden;
    }
    .showarticle .frame img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .showarticle .row:nth-child(4) div:nth-child(2) .row{
        position: relative;
        top: 260px;
    }
    .showarticlenews .frame{
        position: relative;
        width: 490px;
        height: 215px;
        overflow: hidden;
    }
    .showarticlenews .frame img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .showarticlenews .row{
        /*border: 1px solid #cccccc;*/
        margin-bottom: 30px;
    }
    .showarticlenews .row:nth-child(3) div:first-child{
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){

    .showarticle .frame{
        position: relative;
        width: 360px;
        height: 335px;
        overflow: hidden;
    }
    .showarticle .frame img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .showarticlenews .frame{
        position: relative;
        width: 360px;
        height: 210px;
        overflow: hidden;
    }
    .showarticlenews .frame img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .showarticlenews .row{
        border: 1px solid #cccccc;
        margin-bottom: 15px;
    }
    .showarticlenews .row:nth-child(3) div:first-child{
        padding-left: 0;
    }
}
@media (max-width: 767px){

    .showarticle .head1{
        /*margin-top: 0;*/
    }

    .showarticle .frame{
        position: relative;
        width: 300px;
        height: 260px;
        overflow: hidden;
    }
    .showarticle .frame img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .showarticlenews .frame{
        position: relative;
        width: 100%;
        height: 210px;
        overflow: hidden;
    }
    .showarticlenews .frame img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .showarticle{
        margin-bottom: 15px;
    }
}

/*.showarticlenews img{
    width: 100%;
    max-height: 215px;
    display: block;
}*/
.showarticlenews .head1{
    color: #3a7729;
    margin-bottom: 0;
    text-transform: uppercase;
}
.showarticlenews .head2{
    color: #0c3555;
    margin-top: 0;
    text-transform: uppercase;
}
.showarticlenews .line{
    border-bottom: 3px solid #f5b300;
    width: 80px;
    display: inline-block;
    margin-left: 15px;
}
.showarticlenews .readmore a{
    margin-top: 20px;
    margin-bottom: 20px;
}
.showarticlenews h4{
    margin-top: 15px;
    color: #0c3555;
}
.showarticlenews h4 a,
.showarticlenews h4 a:hover{
    color: #0c3555;
    /*text-decoration: none;*/
}
.showarticlenews .news-date{
    color: #e7b300;
}

.showarticlenews #newsknow{
    border: 1px solid #c9c9c9;
}
.showarticlenews #newsknow .item .row:nth-child(2){
    padding: 10px 15px;
}
.showarticlenews #newsknow .carousel-control{
    background: none;
    top: -50%;
}
.showarticlenews #newsknow .carousel-control a span{
    color: #ffffff;
}