@font-face {
    font-family: 'Roboto-Light';
    src: url('../font/Roboto-Light.ttf');
}
.news-index
{
    width: 100%;
    background: #fafafa;
    padding: 20px 0px;
    font-family:Roboto-Light ;
}
.news-index .news-i-item
{
    width: 32.333%;
    float: left;
    margin: 0px 0.5%;
}
.news-index .news-i-item .news-i-item-title
{
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #3b4694;
    margin-bottom: 20px;
    text-transform:uppercase;
    font-size: 16px;
    color: #3b4694;
    position: relative;
}
.news-index .news-i-item .news-i-item-title:after
{
    content: "";
    height: 3px;
    width: 90px;
    background: #fcaa02;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.news-index .news-i-item .item-content
{
    width: 100%;
    padding-left: 20px;
}
.news
{
    
}
.news ul
{
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.news ul h5 a
{
    text-decoration:none;
    color: #3b4694;
}
.news ul li
{
    padding: 5px 0px 25px 0px;
}
.news ul li p
{
    min-height: 60px;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news ul h5
{
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #3b4694;
    margin-bottom: 20px;
}
.news ul h5:after
{
    content: "";
    height: 3px;
    width: 90px;
    background: #fcaa02;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.news ul h5:hover:after
{
     width: 100%;
     transition: 1s;
}
.feedback-item
{
    
}
.feedback-item .feedback-img img
{
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.feedback-item .feedback-description
{
    width: 100%;
    padding: 10px;
    padding-top: 70px;
    margin-top: -50px;
    border: 1px solid #ccc;
}
.price-about-description a
{
    text-decoration: none;
    font-weight: bold;
    color: #3b4694;
}
.price-about-description a:hover
{
    color: #fcaa02;
}
.price-about-img img
{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .news-index .news-i-item
    {
        width:100%;
        padding:20px 30px;
    }
}
@media screen and (max-width: 603px) {
    
	
}