.border{
    height: 23px;
    width: 100%;
    margin-top: 2px;
    background-image: url(../imgs/border.png);
    background-position: center;
}
.header{
    height: 230px;
    width: 100%;
    background:#fff url(../imgs/header_bg.png);
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: top center;
}
.header-first-row{
    height: 165px;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.logo{
    padding-top: 35px;
}

.tel-search{
    width: 530px;
    display: flex;
    flex-direction: column;
    padding-left: 80px;
}
.tel {
    padding-top: 25px;
    height: 40px;
    display: flex;
    flex-direction: row;
}
.tel img{
    height: 42px;
}
.tel span{
    line-height: 40px;
    font-size: 15px;
    color: #008385;
}

.search{
    padding-top: 15px;
    display: flex;
    flex-direction: row;
}
.search-input{
    border: 2px solid #008385;
    height: 36px;
    width: 350px;
    font-size: 18px;
    padding: 0 5px;
}
.submit-btn{
    background: url(../imgs/button.png);
    height: 40px;
    width: 80px;
    align-items: baseline;
}

.header-last-row{
    display: flex;
    flex-direction: row;
    background: #008385;
    height: 65px;
    justify-content: center;
}

.item{
    width: 142px;
    text-align: center;
    line-height: 65px;
    font-size: 19px;
    letter-spacing: 1px;
}

.item a{
    color: #fff;
}
.item:hover{
    font-weight: bolder;
    /* border-bottom: 5px solid white; */
}

.footer{
    height: 320px;
    background: url(../imgs/indexbg1_109.png);
}
.address-info{
    width: 100%;
    height: 75px;
    background: #008385;
}
.address{
    line-height: 75px;
    color: white;
    width: 1280px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.site{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.site-info{
    width: 300px;
    padding: 40px 0 0 80px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 15px;
}
.department-img{
    width: 210px;
}
.media{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    flex: 1;
}
.media img{
    width: 123px;
}

.top-nav-menu .item{
    position: relative;
}

.top-nav-menu .item ul{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 100%;
    z-index: 9999;
    background: #ebf3f3;
    box-shadow: 0 8px 16px 0px #bdbdbd;
    box-sizing: border-box;
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
    display: none;
}
.top-nav-menu .item:hover ul{
    display: block;
}
.top-nav-menu .item ul li a{
    color: #000;
    display: block;
}
.top-nav-menu .item ul li{
    padding: 4px 8px;
    justify-content: center;
   
}
.top-nav-menu .item ul li:hover{
    background: #025052db;
   
}

.top-nav-menu .item ul li:hover a{
    color: #fff;
   
}

.one-line{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul li{
    list-style-type: disc;
    line-height: 33.5px;
    display: flex;
    flex-direction: row;
}
.navigation a,.news-nav-bar-item a{
    color: #999999;
}
.navigation a:after{
    content:' >';
    color: #999999;
}
.navigation a:last-child:after{
    content:'';
}
.news-nav-bar-item-active a{
    color: white;
}

.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
    width:100%;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px;
}
.pagination li{
    width: 40px;
    border: 1px solid black;
}
.disabled{
    width: 40px;
}
.pager li {
    margin: 0 .4em;
    display: inline-block;
}
.active{
    background: #008385;
    color: white;
}