﻿body {
    background-color: rgb(241, 243, 245);
}
.left-content {
    padding: 15px;
    background-color: #fff;

    font-weight: 500;
    margin-bottom: 15px;
}
    .left-content .row {
        border-bottom: 1px solid #efefef; padding-bottom: 10px; padding-top: 10px;
    }
.right-content {
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    
    font-weight: 500;
    margin-bottom: 15px;
}
.right-content h3 {
    font-weight:normal;
    line-height:35px;
    color:#111111;
}
.news-title {
    
}
.news-des {
    color:#ababab;
    font-size:12px;
    padding:10px 0 10px 0;
    border-bottom:1px solid #efefef;
}
.news-content{
	padding:15px 0 15px 0px;
}
.left-content-bg img{

}
.left-content-bg div{
position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.hotnews-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}
.list-title {
    margin-bottom:5px;
}
.list-des {
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 22px;
}
.list-date {
    font-size:12px;
    float:right;
    color:#dcdcdc;
}
.list-title a{
    color:#c0392b;
    font-weight:bold;
}
.fy {
    margin: 50px auto 0px;
    width: auto;
    display: table;
    color: #333333;
    padding-bottom: 50px;
  
}
.btn-sm {
    padding:3px 15px;
    margin:0 5px 0 5px;
}