
/* 导航 */

.nav ul.menu, .nav ul.menu li {
    overflow: inherit!important; 
    z-index:999;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    width: 100%;
    display: none;
    margin-top: -2px;
    position: absolute;
    background-color: #cfcfcf;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    background: rgba(178, 178, 178, 0.9);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover{background:#da4747!important;}

.top_news_title a {
    width: 1080px;
}

/* 公示公告 */

.header_search .picbg {
    margin: 0;
}

.gsgg_box {
    display: flex;
    align-items: center;
}

.gsgg_box .icon {
    width: 15px;
    height: 18px;
    margin-right: 10px;
}

.gsgg {
    width: 230px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    display: block;
}

.gsgg ul li {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.gsgg ul li a {
    font-size: 14px;
    color: #000;
}

/* 桂阳视频 */

.gyvideo_list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.gyvideo_list li {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.gyvideo_list li .icon {
    margin-right: 35px;
    width: 55px;
    height: 56px;
}

.gyvideo_list li .news>a {
    width: 240px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
}

.gyvideo_list li .news>a:hover, .person_list li a:hover, .leader .person:hover {
    color: #da4747;
}

/* 领导班子 */

.leader {
    /* display: flex; */
    margin-top: 20px;
}

.leader .person {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    margin-right: 15px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    justify-items: center;
}
.leader .person:nth-child(1){float:left;}
.leader .person:nth-child(2){float:right;}

.leader .person img {
    width: 105px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.leader_list {
    min-width: 228px;
    margin-top: 20px;
}

.leader_list .news_list_head {
    height: 25px;
    line-height: 25px;
    border-bottom: none;
}

.leader_list .news_list_tab {
    display: flex;
    width: 260px;
    text-align: center;
    margin: 0 auto;
}

.leader_list .news_list_tab li {
    position: relative;
    float: unset;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    font-size: 14px;
    width: 48px;
    text-align: center;
    border: 1px solid #ffdfba;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff0de;
}

.leader_list .news_list_tab .active, .leader_list .news_list_tab li:hover {
    border-bottom: 2px solid #da4747;
}

.leader_list .news_list_tab li a {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #6a4800;
}

.person_list {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    height: auto;
min-height:20px;float:left;
}

.person_list li {
    width: 57px;
    height: 28px;
    line-height: 28px;
    text-align-last: center;
    float: left;
}

.person_list li a {
    font-size: 14px;
    color: #000;
    display: block;
}

.xzxx>a {
    display: block;
}

.xzxx img {
    margin-top: 10px;
    display: block;
    width: 343px;
    height: auto;
}

/**/

.newsbox_left {
    width: 800px;
}

.newsbox_right {
    width: 370px;
}

/* 领导动态 */

.lddt {
    margin: 15px 0 0 0;
}

.lddt_box .title {
    background: #da4747;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
}

.lddt_box .title a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.lddt_box .list a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
    height: 40px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

.lddt_box .list a::after {
    content: '';
    background: #666;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 18px;
    border-radius: 50%;
}

.lddt_box .list a:hover {
    color: #da4747;
}

/****   右侧悬浮   ****/
.site_specific {
width: 190px;
border: 1px solid #ededed;
position: relative;
top: -64px;
right: 5%;
background: #fff;
text-align: center;
z-index: 9;
float: right;
}

.site_specific div {
position: absolute;
text-align: center;
height: 50px;
padding-top: 10px;
width: 62px;
float: left;
background: #fff;
}
.site_specific div span {
    top: -14px;
}
.site_sk{right: 70px;}
.site_phone{right: inherit;}
/***** 左侧悬浮 ****/
#div_shujuan{position: relative;top: 0%;left: 5%;width: 10%;}



#holdService a {
    margin: 0 10px;
}