.newsTopNav{
    height: 200px;
    background: url(./newsTopNavBg.jpg);
}
.newsTopNav-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}
.newsIndex-bannerText-top{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.newsIndex-bannerText-top .newsIndex-bannerText-top-a{
    font-size: 26px;
    color: #fff;
    position: relative;
    padding-left: 35px;
    font-weight: bold;
}
.newsIndex-bannerText-top .newsIndex-bannerText-top-a::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
    background: url(./pubSeal.png) center no-repeat;
    background-size: 30px;
}
.newsIndex-bannerText-drop-down{
    height: 36px;
    position: relative;
}
.newsIndex-bannerText-drop-down-icon{
    vertical-align: top;
    font-size: 18px;
}
.newsIndex-bannerText-drop-down-icon::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.newsIndex-bannerText-drop-down.active .newsIndex-bannerText-drop-down-icon::after{
    position: relative;
    top: -6px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.newsIndex-bannerText-drop-down-icon span{
    font-weight: bold;
    color: #fff;
    vertical-align: top;
}
.newsIndex-bannerText-drop-down-Box{
    position: absolute;
    left: 0;
    top: 35px;
    width: 130px;
    display: none;
    background: #fff;
    padding: 25px 0;
    z-index: 1000;
    box-shadow: 0px 7px 8.28px 0.72px rgba(135, 127, 127, 0.2);
}
.newsIndex-bannerText-top .newsIndex-bannerText-drop-down .newsIndex-bannerText-drop-down-Box{
    left: auto;
    right: 0;
}
.newsIndex-bannerText-drop-down-Box li{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}
.newsIndex-bannerText-drop-down-Box li:hover{
    background: #fab07e;
}
.newsIndex-bannerText-drop-down-Box li a{
    color: #333;
}
.newsIndex-bannerText-nav{
    display: flex;
    align-items: center;
    justify-content: end;
}
.newsIndex-bannerText-nav-right{
    margin-left: 30px;
}
.newsIndex-bannerText-nav-ul{
    display: flex;
    gap: 0 35px;
    line-height: 36px;
}
.newsIndex-bannerText-nav-a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    position: relative;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box{
    width: 240px;
    padding: 0;
    /* top: 25px; */
    background: none;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li{
    height: 49px;
    line-height: 49px;
    margin-bottom: 1px;
    padding: 0 20px;
    text-align: left;
    display: flex;
    font-weight: bold;
    color: #e66c2c;
    justify-content: space-between;
    background: url(./newsIndexnav-bg.png);
    background-size: cover;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li a{
    color: #e66c2c;
    font-weight: normal;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
}
.newsIndex-bannerText-nav-ul li a::after{
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    margin-top: 2px;
    transition: width .3s ease;
    width: 0;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover{
    background: #ff9e5c;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li a::after{
    display: none;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover{
    background: url(./newsIndexnav-bg-ac.png);
    background-size: cover;
    color: #fff;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover a{
    color: #fff;
}
.newsIndex-bannerText-nav-ul li a:hover::after{
    width: 100%;
}
.newsIndex-bannerText-nav-right input{
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 100px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
}
.newsIndex-bannerText-nav-right button{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    background: url(./newsIndexSearch.png) center #fff no-repeat;
    background-size: 15px;
}


@media screen and (max-width: 1024px){

}