﻿.bn{
    width: 100%;
    height: 143px;
    background-image: url(../images/nws.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 47px;
    padding-top: 80px;
}
.col-md-6{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    width: 100%;
    font-size: 16px;
}
.sub_banner_hdg, .ct_breadcrumb {
    float: left;
    width: 100%;
}
.sub_banner_hdg h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 50px;
}
.ct_breadcrumb ul {
    float: left;
    width: 100%;
    text-align: right;
}
.ct_breadcrumb ul li {
    display: inline-block;
    position: relative;
}
.ct_breadcrumb ul li a {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
}
.col-md-4{
    width: 100%;
    height: auto;
}
.ct_news_wrap{
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    border-bottom: 1px dashed;
    padding-bottom: 30px;
    display: inline-block;
}
.ctw-left{
    float: left;
}
.ctw-left img{
    height: 195px;
    width: 347px;
    border-radius: 10px;
}
.ctw-right{
    float: left;
    margin-left: 22px;
    width: 66%;
}
.ctw-right h5{
    font-size: 21px;
    padding-top: 12px;
    padding-bottom: 20px;
    color: black;
}
.ctw-right p{
    color: #333;
    font-size: 17px;
    line-height: 2;

}