.newsTitle{
    background: #404040;
}
.newsTitle h1{
    margin: 0;
    display: block;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 25px;
}
.newsMenu > h2{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #ccb274;
    font-size: 18px;
    padding: 10px 0;
}
.newsMenu > ul{
    padding-left: 15px;
}
.newsMenu > ul li h3{
    margin: 0;
    font-weight: normal;
}
.newsMenu > ul li a{
    display: block;
    padding: 0 0 5px 0;
    color: #101419;
    font-size: 16px;
}
.newsMenu > ul li a:hover, .newsMenu > ul li a:focus, .newsMenu > ul li a:active{
    text-decoration: none;
    color: #101419;
}
.blockArticle{
    margin-top: 20px;
    float: left;
    width: 100%;
    /*border-left: 1px solid #eee;*/
}
.articleDescription{
    font-size: 15px;
    height: 85px;
    overflow: hidden;
    margin: 10px 0;
}
.blockArticle > h1{
    display: block;
    color: #ccb274;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.blockArticle h2 {
    font-size: 20px;
}
.blockArticle > h1:before {
    content: '';
    border-bottom: 1px solid #ccb274;
    display: block;
}
.blockArticle > h1 > span{
    position: absolute;
    background: #fff;
    padding:0 15px 0 0;
    z-index: 9;
    top: -10px;
    text-transform: uppercase;
    color: #101419;
}
.articleItems > h2{
    display: block;
    font-weight: normal;
    color: #000;
    margin: 10px 0 0 0;
    line-height: 19px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}
.blockArticle .articleItems{
    height: 365px;
    overflow: hidden;
    margin-bottom: 10px;
}
.articleItems > a{
    display: block;
    height: 240px;
    overflow: hidden;
}
.articleItems > h2 a, .articleItems > h2 a:hover{
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.stArt{
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    padding: 10px;
}
.stArt > h4{
    font-size: 13px;
    color: #999;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: normal;
}
.stArt:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.35);
    background: #fff;
    z-index: 999;
}
#block1 .panel-heading, #block2 .panel-heading, #block3 .panel-heading, #block4 .panel-heading{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    background:#101419;
    color: #fff;
}
.panel-heading i{
    position: absolute;
    top: 15px;
    right: 10px;
}
#block1, #block2, #block1 .panel-body, #block2 .panel-body, #block3, #block4, #block3 .panel-body, #block4 .panel-body{
    border: none;
    box-shadow: none;
}
.chooseUs-wrp .no-padding.hidden_pc{
    padding: 0 20px;
}
