
/*********重要***********/
a {
	text-decoration: none;
}
.waper{
    background: url(../img/waper_bg_2.png) ;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%; 
}
.section .container-fluid{max-width:1200px; }

.section-header{
  background-image: url(../img/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
}
.section-nav {
  background: #C9161E;
}
.section-links {
  background: #29a7b3;
}
.section-footer{
  background: #fff;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; 
}

/*******************************************************/
.list-news {}

.list-news li {
	cursor: pointer;
	border: none;
    align-items: center !important;
}

.list-news li * {
    transition: 0.5s;
}

.list-news a {
	display: -webkit-box;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;  
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.list-news .time
{
	width: 52px;
	height: 52px;
	min-width: 52px;
	background: #C9161E;
	border-radius: 0.25rem !important;
	font-size: 14px;
	color: #f8f9fa;
	line-height: 18px;
	text-align: center;
	display: inline-block;
}

.list-news li a {
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px dashed #ddd;
}
.list-news li a::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0px;
    height: 1px;
    bottom: 0px;
    background: #c9161e;
    transition: width 0.5s ease;
    z-index: 1;
}
.list-news li a:hover::after {
    width: 100%;
}
.list-news li h3 {
    color: #333333;
    padding: 0 1.2rem;
    flex: 1;
    font-size: 1rem;
    line-height: 1.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.list-news li h3::after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    left: 0px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(201, 22, 30);
}

.list-news li a:hover h3 {
    color: rgb(201, 22, 30) !important;
    font-weight: bold;
}

.list-news .info-time{
    color: #A3A3A3;
    padding-left: 0.5rem;
    border-left: 1px solid #ddd;
}

/***************************/

a:hover,a:focus {
	text-decoration: none;
}

.bg-nav {
	background-color: #C9161E !important;
}

.bg-card {
	background-color: #00a44e!important
}

.bg-footer {
	background-color: #00a44e!important;
	background: url(../img/bg_footer.png);
	background-size: cover;
	background-repeat: no-repeat
}

.bg-user {
	background: url(../img/bg_user.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom
}

#main_nav .active,#main_nav .nav-item:hover,#main_nav .nav-item:focus {
	color: #fff;
	background-color: #961017 !important;
}

#main_nav .nav-link {
	color: #fff
}
