body, html {
    overflow-x: hidden;
}
/**
底部 四个网上 的css
 */
.lists {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.body_down .lists .i1 .box{
    height: 104px;
    width: 280px;
    /* display: block; */
    margin: 0 20px;
    background: #0D4AE0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    text-align: center;
}
.body_down .lists .i2 .box{
    height: 104px;
    width: 280px;
    /* display: block; */
    margin: 0 20px;
    background: #1E7DE9;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    text-align: center;
}
.body_down .lists .i3 .box{
    height: 104px;
    width: 280px;
    /* display: block; */
    margin: 0 20px;
    background: #0D4AE0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    text-align: center;
}
.body_down .lists .i4 .box{
    height: 104px;
    width: 280px;
    /* display: block; */
    margin: 0 20px;
    background: #1E7DE9;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    text-align: center;
}
/* 标签之间的距离 */
.body_down .lists .links .box .right{
    margin-left: 20px;
}

/******************************************/
.dropdown {
    position: relative;
    display: inline-block;
    /*margin: 10px;*/
}

.dropdown-btn {
    background-color: #f9f9f9;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    overflow: hidden;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

/**
信息公开受理机构 height:322
 */
.wp-wrapper .wp-inner .sidebar .xxgksljg {
    margin-top: 30px;
    width: 274px;
    height: 236px;
    color: white;
    background-color: #0D4AE0;
}

.xxgksljg .xxgksljg_new1{
    width: 320px;
    height: 240px;
    font-family: Arial, 'Microsoft YaHei';
    background-color: #0D4AE0;
}

.xxgksljg .xxgksljg_new1 .news_title{
    margin-top: 55px;
    padding-top: 20px;
    font-size: 18px;
    color: white;
    text-align: left;
    margin-left: 18px;
}

.xxgksljg .xxgksljg_new1 .text{
    margin-top: 15px;
}

.xxgksljg .xxgksljg_new1 .text p{
    margin-left: 18px;
    color: white;
    text-align: left;
    line-height: 2;
    font-size: 14px;
    font-family: Arial, 'Microsoft YaHei';
}


.xxgksljg .xxgksljg_new2{
    margin-left: 40px;
    width: 320px;
    height: 240px;
    font-family: Arial, 'Microsoft YaHei';
    background-color: white;
}

.xxgksljg .xxgksljg_new2 .news_title{
    margin-top: 55px;
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-left: 18px;
}

.xxgksljg .xxgksljg_new2 .text{
    margin-top: 15px;
}

.xxgksljg .xxgksljg_new2 .text p{
    margin-left: 18px;
    color: #6C6C6C;
    text-align: left;
    line-height: 2;
    font-size: 14px;
    font-family: Arial, 'Microsoft YaHei';
}

/*
顶部 导航
*/
.navbar {
    background-color: #333;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}

.index_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index_menu-item {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.index_menu-item a {
    color: #333;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.index_sub-menu {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 100%;
    width: 130px;
    z-index: 1;
}

.index_sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index_sub-menu li {
    margin: 10px 0;
}

.index_sub-menu a {
    text-align: center;
    color: #333;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.index_menu-item:hover .index_sub-menu {
    display: block;
}



/**
顶部 学校校训样式
 */

.wp-inner .wp-window .site-url .site-logo {
    vertical-align: middle;
    height: 80px;
}

/**
顶部 学校校训样式
 */
.wp-inner .wp-window a .xx{
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 100%;
    margin-left: 100px;

    /*vertical-align: middle;*/
    /*font-family: '宋体';*/
    /*color: #a11e23;*/
    /*font-size: 35px;*/
    /*margin-left: 50px;*/
}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;

}

.slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    display: inline-block;
    width: 60px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgba(255, 255, 255, 0.9);
}

/*  信息点击率排行*/
.xxdjl_new .list_item{
    text-align: left;
}
.xxdjl_new .list_item .fields{
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.xxdjl_new .list_item .fields a{
    margin-left: 10px;
    height: 26px;
    display: flex;
    align-items: center;
}

/*便民服务*/
.con{
    width: 418px;
    height: 243px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cbox-right .wp-post .post-body .news_list{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .wp-post .post-body .news_list{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .wp-post .post-body ul li{
    margin: 0 10px;
}

.con span{
    color: white;
}

.con img{
    margin: 15px 0;
}

.wp-post .post-body .con .i1{
    height: 110px;
    width: 130px;
    margin-top: 21px;
    /* display: block; */
    background: #0D4AE0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    text-align: center;
}

.wp-post .post-body .con .i2{
    height: 110px;
    width: 130px;
    margin-top: 21px;
    /* display: block; */
    margin-left: 10px;
    background: #0D4AE0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    text-align: center;
}

.wp-post .post-body .con .i3{
    height: 110px;
    width: 130px;
    /* display: block; */
    margin-top: 17px;
    background: #0D4AE0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    text-align: center;
}

.wp-post .post-body .con .i4{
    height: 110px;
    width: 130px;
    /* display: block; */
    margin-left: 10px;
    margin-top: 17px;
    background: #0D4AE0;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    text-align: center;
}

/******底部网址链接**********/
.dropbtn {
    background-color: rgba(79, 77, 77, 0.63);
    color: white;
    width: 240px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* 容器 <div> - 需要定位下拉内容 */
.foot .blogroll .dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(79, 77, 77, 0.63);
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* 下拉菜单的链接 */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {
    background-color: rgba(45, 45, 45, 0.79);
    color: white;
}


/* 在鼠标移上去后显示下拉菜单 */
.foot .blogroll .dropdown:hover .dropdown-content {
    display: block;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.foot .blogroll .dropdown:hover .dropbtn {
    background-color: rgba(79, 77, 77, 0.63);
}

/* 新增的样式 */
.foot .blogroll .dropdown .dropdown-content {
    bottom: 100%;
    top: unset;
}

/* 新增的样式 */
.foot .blogroll .dropdown::after {
    bottom: calc(50% - 2px);
    top: unset;
    border-width: 0 4px 4px 4px;
}

/* 新增的样式 */
.scroll-container {
    height: 180px;
    overflow: auto;
}
/*===================================================*/
 /* Style for the search box container */
        .search-box {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 25px;
            padding: 5px;
            width: 150px;
            background-color: #f8f8f8;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            width:220px;
        }

        /* Style for the search input field */
        .search-box input[type="text"] {
            flex: 1;
            border: none;
            outline: none;
            font-size: 16px;
            padding: 8px;
            background-color: transparent;
        }

        /* Style for the search button */
        .search-box button {
            background-color: #007bff;
            color: #fff;
            border: none;
            outline: none;
            padding: 8px 15px;
            border-radius: 25px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        /* Style for the search button icon (using Font Awesome) */
        .search-box button i {

            font-size: 16px; /* 调整图标大小 */
        }

        /* Hover effect for the search button */
        .search-box button:hover {
            background-color: #0056b3;
        }


        .search .retrieval_button{
            border-radius:10px
        }



