a, a:hover, a:focus {
  text-decoration: none;
}

.waper .container-fluid {
	/*max-width: 1200px;*/
	max-width: 1460px;
}

/*
.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown:hover:before {
    transform: scaleY(1);
}
.navbar-nav .dropdown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #234382;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}
*/

/***************************************************************/
.section-minihd {
	background-color: #234382;
}

.section-news {
	background-image: url(../img/bg_news.jpg);
}
.section-hzfw .card
{
	cursor: pointer;
	opacity: 1;
	transition: linear 0.2s;
}
.section-hzfw .card .card-body
{
	border: 1px dashed rgba(255, 255, 255, 0.3);
}
.section-hzfw .card:hover {
    opacity: 0.8;
}
.section-hzfw .card-1
{
	background-color: #234382;
}
.section-hzfw .card-2
{
	background-color: #5075be;
}
.section-hzfw .card-3
{
	background-color: #ccac69;
}
.section-hzfw .card-4
{
	background-color: #5075be;
}
.section-hzfw .card-5
{
	background-color: #54baea;
}

.section-keshi {
	background-color: #fff;
	background-image: url(../img/bg_keshi.jpg);
}
.section-keshi .card-bg-1 {
	background-image: url(../img/keshi_img3.jpg);
	background-size: cover;
	background-position: left; /* 居中背景图 */
}
.section-keshi .card-bg-2 {
	background-image: url(../img/keshi_img2.png);
}
.section-keshi .card-body a {
	display: block;
	color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border: rgba(255, 255, 255, 0.2) 1px dashed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-keshi .card-body a:hover {
    color: #fff;
    background: #6690e0;
    font-weight: bold;
    border: #6690e0 1px solid;
}

.title-more {
	font-size: 14px;
    color: #b7bcc5;
	border: #b7bcc5 1px dashed;
    transition: all 0.4s ease-out 0s;
}
.title-more:hover {
	color: #fff;
	background: #015293;
}
.list-news li {
	cursor: pointer;
	border: none;
	background: #fbf9f6;
}
.list-news li:hover {
	box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
}

.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: #294c8f;
	border-radius: 0.25rem !important;
	font-size: 14px;
	color: #f8f9fa;
	line-height: 18px;
	text-align: center;
	display: inline-block;
}
.list-news .border-dashed {
	border: #294c8f 1px solid;
	border-radius: 0.33rem !important;
}
.list-news-notice .time {
	background: #ccac69;
	color: #fff;
}
.list-news-notice .border-dashed {
	border: #ccac69 1px dashed;
	border-radius: 0.33rem !important;
}
.list-news-keyan .time {
	background: #5075be;
	color: #fff;
}
.list-news-keyan .border-dashed {
	border: #5075be 1px dashed;
	border-radius: 0.33rem !important;
}

.section-keyan {
	background-color: #fff;
	background-size: cover;
	background-repeat: none;
	background-image: url(../img/keyan_bg.jpg);
}

.section-yisheng {
	background-color: #fff;
	background-size: cover;
	background-repeat: none;
	background-image: url(../img/cont_bg4.jpg);
}

.section-footer {
	/*background-color: #244584;*/
	background-image: url(../img/footer_bg.jpg);
	background-size: cover;
	background-position: bottom;
}
.footer-waper {
	background-color: rgba(36, 69, 132, 0.8);
}

.section-news3 {
	background-image: url(../img/cont_bg4.jpg);
}
.section-news3 .card-body {
	background-color: #274888;
}
.section-news3 .list-news li {
	border: none;
	color: #fff;
	background-color: transparent !important;
}

.list-group-news {
	
}

.list-group-news .list-group-item::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -12px;
    width: 5px;
    height: 24px;
    background: #b79f6c;
}

.list-group-news .list-group-item:hover {
    background: #234382;
    box-shadow: 0px 0px 23.76px 0.24px rgba(35, 67, 130, 0.35);
}
.list-group-news .list-group-item:hover .text-secondary {
	color:#fff !important;
}

/**************************/
.animated {
	animation: fadeIn 2s;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/*********media***********/
@media (max-width: 1399px) {
	.navbar-brand img{
		max-height: 70px;
	}
}

