@CHARSET "UTF-8";
:root {
	var-defaultcolor: #548762;
}
.content .row {
    margin-top: 20px; 
}
.news-player {
    height: 384px;
    border:1px solid #ccc;
    border-top:8px solid #a12e2f;
    padding:10px 15px 15px 15px;
    background: #fff;
    margin-bottom: 30px;
}

.news-player img {
    width:100%;
}

.block {
    height: 384px;
    border:1px solid #ccc;
    border-top:8px solid #a12e2f;
    padding:10px 15px 15px 15px;
    background: #fff;
    margin-bottom: 30px;
  
}
.block .block-title {
    font-size: 22px;         /* 字体更大 */
    font-weight: bold;
    color: #a12e2f;          /* 红色 */
    border-bottom: 3px solid #a12e2f; /* 红色横线 */
    padding-bottom: 6px;
    margin-bottom: 12px;
    background: none;
    height: auto;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block .block-title:first-child {
    border-bottom: none;
}

.glyphicon:first-child {
    float: left;
}

.first-block-title {
    float: none;
    width: auto;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

#dynamic {
    border:1px #ccc solid;
    border-bottom: none;
}
#elegant {
    border-bottom: 1px #ccc solid;
}
#elegant:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    width:30%;
    left:252px;
}

.index_more {
    display: block;
    font-weight: 400;
    float: right;
    margin-top:1px;
    font-size: 13px;
    color: #fff;
    background-color: #ffc900;
    padding: 2px 12px 2px;
}
.index_more:hover {
    color: #fff;
}

.block .block-content ul {
    padding:0;
    list-style: none;
}
.block .block-content ul li {
	list-style-type: disc;
	color: #4fc600;
    height:33px;
    line-height: 33px;
    margin-left: 20px;
}
.block .block-content ul li .time {
	color: #000;
    float: right;
}

.four-block {
	border-top:8px solid #a12e2f;
    margin: 0;
 
}
.four-block a {
    display: block;
    margin:20px auto;
    height: 42px;
    line-height: 42px;
    background: #a12e2f;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #c0c0c0;
}
.four-block .box-nav {
    padding:0px 0px;
}
.small-block1 {
    float: left;
}
.small-block2 {
    float: right;
}
.small-block3 {
    float: left;
}
.small-block4 {
    float: right;
}

.four-block a {
    text-decoration: none;
    color: #fff;
}

.link {
	border-top:8px solid #a12e2f;
    padding:10px;
    background: #fff;
   /*  border-left:1px solid #ccc; */
}

.link-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.link .link-img img {
	
    width:100%;
}

.link table {
    margin:auto;
}
.link .link-text ul {
    padding:0;
    margin:0;
    list-style: none;
}

.link .link-text td {
    width: 100px;
    font-size: 13px;
    height:45px;
    line-height: 45px;
    text-align: center;
}


.navbar{
    border:none;
}

.index-banner, .swiper-container {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-info-bar {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 18px;
}
.banner-info-left {
    color: #222;
}
.banner-info-right {
    color: #c00;
    font-weight: bold;
    width: 800px;
    overflow: hidden;
}
.banner-info-right marquee {
    width: 100%;
    display: block;
}

.block-title-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px;
}
.block-title-table td {
    padding: 0 8px 0 0;
    vertical-align: middle;
}
.block-title-table .block-title-text {
    font-size: 22px;
    font-weight: bold;
    color: #a12e2f;
    line-height: 1.2;
}
.block-title-table .block-title-more {
    font-size: 14px;
    background: #ffc900;
    color: #fff;
    padding: 2px 12px;
    border-radius: 2px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}
.block-title-table .block-title-more:hover {
    color: #fff;
    background: #e0a800;
}
.block-title-table .block-title-icon {
    margin-right: 6px;
}
.block-title-table .block-title-hr {
    width: 100%;
    height: 3px;
    background: #a12e2f;
    margin-top: 6px;
    border: none;
    padding: 0;
}
.articlelist3_tbl {
    width: 100%;
    border-collapse: collapse;
    background: none;
}
.articlelist3_tr {
    border-bottom: 1px solid #eee;
}
.articlelist3_a_title {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s;
}
.articlelist3_a_title:hover {
    color: #a12e2f;
    text-decoration: underline;
}
.articlelist3_title {
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
}
.news_icon {
    display: none; /* 如果不想要小图标可以隐藏 */
}
.div_more {
    text-align: right;
    margin-top: 8px;
}
.block-content img {
    width: 100%;
    height: 240px;      /* 或 220px、250px，根据实际效果调整 */
    object-fit: cover;  /* 保证图片不变形且填满区域 */
    display: block;
    margin: 0 auto;
}
.block.no-border {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
/* 让导航和搜索在同一行 */
.navbar .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/* 导航菜单左对齐 */
.navbar-nav {
    flex-direction: row;
    margin-bottom: 0;
}

/* 搜索窗口右对齐 */
.wp1_windowSearch, /* Webplus搜索窗口class，实际class以你后台生成为准 */
[frag="窗口54"] {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

/* 美化搜索框和按钮 */
[frag="窗口54"] input[type="text"],
.wp1_windowSearch input[type="text"] {
    height: 32px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 16px;
    outline: none;
}

[frag="窗口54"] button,
.wp1_windowSearch button {
    height: 32px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #ccc;
    background: #fff;
    color: #a12e2f;
    font-size: 16px;
    padding: 0 16px;
    margin-left: -1px;
    cursor: pointer;
    transition: background 0.2s;
}
[frag="窗口54"] button:hover,
.wp1_windowSearch button:hover {
    background: #a12e2f;
    color: #fff;
}