.d-top {
    width: 100%;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 15px;
    background-color: #044382;
    position: relative;
    box-sizing: border-box;
}
.min-con {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.d-top .top-left {
    display: flex;
    position: relative;
    box-sizing: border-box;
}
.d-top .top-left .date {
    color: #fff;
    font-size: 15px;
}
.d-top .top-left .weather {
    margin-left: 20px;
    display: flex;
    position: relative;
}
.d-top .top-right {
    display: flex;
    position: relative;
    box-sizing: border-box;
}
.d-top .top-right a {
    margin: 0 5px;
    color: #fff;
    font-size: 15px;
}
/* 顶部 */
.haeder-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.haeder-part .header-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.haeder-part .logo {
    margin-top: 50px;
}
.haeder-part .logo img {
    width: 380px;
    display: block;
}
.haeder-part .navbar {
    margin-top: 108px;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
}
.haeder-part .search {
    margin-left: 190px;
    margin-top: 65px;
    width: 430px;
    position: relative;
    box-sizing: border-box;
}
.search .search-box {
    height: 36px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}
.search .search-input {
    width: 358px;
    height: 34px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    transition: border .3s linear;
}
.search .search-input .search-input-inner {
    margin: 6px 0 0 10px;
    padding: 0;
    width: 340px;
    height: 22px;
    line-height: 22px;
    color: #ced2da;
    font-size: 14px;
    border: 0;
    background: 0 0;
}
.search .search-input-btn {
    float: right;
    width: 60px;
    height: 36px;
    cursor: pointer;
    border: none;
    background: url(../images/20240313_search.png);
}
/* 热门搜索 */
.search .search-hotwd {
    margin-top: 10px;
    margin-left: 10px;
    height: 18px;
    line-height: 18px;
    color: #888;
    font-size: 14px;
    font-weight: 700;
}
.search .search-hotwd a {
    padding: 0 4px;
    color: #888;
    font-weight: 400;
}
.search .search-hotwd a:hover {
    color: #fa0000;
}
/* 菜单栏 */
.menu-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.menu-part .menu-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
/* 菜单栏 */
.menu-part {
    margin-top: 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.menu-part .menu-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 46px;
    border-bottom: #00418c 4px solid;
    background-color: #004da9;
    position: relative;
    box-sizing: border-box;
}
.menu-part .menu-list {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.menu-part .menu-list .menu-item {
    padding: 0 10px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #0053c1;
    flex: 1;
    position: relative;
    box-sizing: border-box;
}
.menu-part .menu-list .menu-item a {
    color: #ebf1fd;
    text-align: center;
    display: block;
}
.menu-part .menu-list .menu-item a:hover,
.menu-part .menu-list .menu-item a.on {
    border-bottom: 3px solid #258de8;
}