﻿

.content {
    margin: 6px 20px;
    min-height: 600px;
    height: auto !important;
}

.newsList li {
    height: 31px;
    background: url(/images/larh_16.jpg) no-repeat left center;
    line-height: 31px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
}

    .newsList li .date {
        float: right;
        color: #a1a0a0;
    }

    .newsList li a {
        float: left;
        color: #676767;
        padding-left: 16px;
        font-size: 15px;
    }

        .newsList li:hover, .newsList li a:hover {
            color: #c7000b;
            background: #eee;
        }

    .newsList li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 85%;
        -o-text-overflow: ellipsis;
    }

.hTitle .menu dt .has_sub a {
    color: black;
}

.hTitle .menu dt .has_sub li.article {
    list-style: none;
    background: none;
}

.hTitle .menu dt {
    display: table;
    width: 100%;
    background: none;
}


ul.has_sub {
    margin-top: 10px;
    margin-bottom: 10px;
}

li.li_0 {
    background: #f17ca8;
}



.hTitle .menu .on {
    background: none;
}

    .hTitle .menu .on li.li_0 {
        background: #eee;
    }



.panel_node_1_1801 {
}

    .panel_node_1_1801 .list_content1 {
        display: none;
    }

    .panel_node_1_1801 .list_content2 {
        display: table;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .panel_node_1_1801 .list_content2 ul {
            width: 100%;
            display: table;
            /*display: flex;*/
            /*            width: auto;
            margin: 0 auto;*/
            display: table-cell;
            text-align: center;
        }

            .panel_node_1_1801 .list_content2 ul li {
                /*float: left;*/
                text-align: center;
                width: 20%;
                margin: 20px 0px;
                /*flex:1;*/
                /*width:184px;*/
                display: inline-block;
            }

                .panel_node_1_1801 .list_content2 ul li a {
                    background: #F98BAF;
                    border: #F98BAF 1px solid;
                    padding: 10px;
                    display: table;
                    margin: 0 auto;
                    color: #fff;
                    width: 70%;
                    transition: transform 0.5s ease; /* 动画效果 */
                    transform: scale(1); /* 初始缩放比例 */
                    font-weight: bold;
                }

                    .panel_node_1_1801 .list_content2 ul li a:hover {
                        cursor: pointer;
                        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
                        transform: scale(1.2); /* 鼠标悬停时放大1.2倍 */
                    }

    .panel_node_1_1801 .list_bj {
        min-height: auto;
        margin-bottom: 0px;
    }


        .panel_node_1_1801  .dt_menu_second {
            display: none;
        } 
		.panel_node_1_1801    .hTitle .menu dt.has_sub .li_0 a.current:after{
            display: none;
        } 
		
		.panel_node_1_1801  .hTitle .menu dt.has_sub .li_0 {
    margin: 5px;
}
.example2025{
    background: none !important;
	
    z-index1: 999999;
	
	}
.example2025 ul{
border-radius: 120px;
    background: #fff3f5;
    border: 1px solid #ddd;
}
.example2025 ul li{
    border-bottom: 1px solid #ddd;
    padding: 10px 0px !important;
	}

.example2025 ul li:first-child {
    padding-top: 15px  !important;
}
.example2025 ul li:last-child{

    border-bottom: 0px solid #ddd;
    padding-bottom: 15px  !important;
}

.example2025  ul li img {
    width: 35%;
    margin: 0 auto;
	height:35%;
}.example2025  ul li span {
    width: 100%;
    margin: 0 auto;
    display: table;
    padding-top: 10px;
    font-weight1: bold;
    color: #000;
}
.example2025  ul li a{
	
    text-decoration: none;
    display: table;
    width: 100%;
}
.example2025  ul li a:hover img {
    webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}