/* 头部 */

.top-header {
    background: #FFFFFF;
    color: #999;
    line-height: 3rem;
}

.T-list {
    display: flex;
}

.T-list li {
    display: flex;
    float: left;
}

.T-list li a {
    color: #999;
}

.T-list li::after {
    content: "|";
    padding: 0 6px;
}

.T-list li:last-child:after {
    content: "";
    padding: 0;
}

.T-email>a {
    position: relative;
    padding-left: 2.2rem;
}

.T-email>a::before {
    content: ' ';
    background: url(http://www.rushan.gov.cn/picture/2821/2009211022223776304.png) no-repeat;
    left: 0;
    top: 0.9rem;
    width: 1.7rem;
    height: 1.4rem;
    position: absolute;
    background-size: 100%;
}

.banner-box {
    width: 100%;
    /* height: 26rem; */
    background-image: url(http://www.rushan.gov.cn/picture/2821/2009211022224823524.png);
    background-size: 100% 100%;
    /* padding: 7.5rem 0; */
    overflow: hidden;
}

.banner_top {
    margin: 5rem auto!important;
}

.ba-logo-1,
.ba-logo-2 {
    width: 50%;
}

.ba-logo-2 .ba-select {
    display: flex;
    margin-top: 5px;
}

.ba-logo-2 img {
    /* display: block; */
    width: 245px;
    height: 73px;
}

.ba-logo-1 img {
    display: inline-block;
    width: 100%;
    max-width: 600px;
}

.ba-logo-2 .ba-select .searchtext {
    display: inline-block;
    width: 30rem;
    height: 4rem;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    padding-left: 1rem;
}

.ba-select-btn {
    width: 8rem;
    height: 4rem;
    margin: 0 1rem;
}

.aianser {
    width: 12.2rem!important;
    height: 4rem!important;
}

.nav {
    width: 100%;
    line-height: 6rem;
    background-image: url(http://www.rushan.gov.cn/picture/2821/2009211022225229298.png);
}

.nav-list {
    display: flex;
    width: 100%;
}

.nav-list li:hover,
.nav-list li.active {
    background: #114583;
    box-shadow: inset 0px 4px 4px 0px #000000;
}

.nav-list li+li::before {
    content: '';
    background: #417dbe;
    width: 2px;
    height: 20px;
    margin-top: 2rem;
    position: absolute;
    left: -1px;
}

.nav-list li {
    float: left;
    position: relative;
    width: 12.5%;
    text-align: center;
}

.nav-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px 0px #000000;
    font-weight: bold;
    font-size: 1.8rem;
}

.nav-list li:hover,
.nav-list li.active {
    background: #114583;
    box-shadow: inset 0px 4px 4px 0px #000000;
}

.nav-list li:hover a {
    color: #fff!important;
}

.nav-list li img {
    width: 2rem;
    height:2rem;
    margin-right: 10px;
    margin-top: -3px;
}


/* 尾部 */

.footer {
    width: 100%;
    padding: 2rem 0;
    background: #FAFAFA;
    box-shadow: 0px -1px 0px 0px #000000;
}

.footer-box {
    display: flex;
}

.footer-text {
    padding: 0 50px;
    color: #20242A;
    font-size: 13px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    width: calc(100% - 400px);
    line-height: 1.75;
}

.footer-webmap {
    text-align: center;
    width: 150px;
}

.footer-img {
    width: 220px;
    order: 0;
}

.footer-webmap p {
    font-size: 14px;
    line-height: 1.67;
    list-style: none;
    box-sizing: border-box;
}

.footer-webmap p a {
    color: #20242A;
    text-decoration: none;
}

.rsmap {
    display: none;
}


/* 适老化 */



.old * {
    cursor: url(http://www.weihai.gov.cn/module/accessiblereadingnew/images/allaw.cur), auto !important;
}

.old a {
    cursor: url(http://www.weihai.gov.cn/picture/pointer.cur), auto !important;
}

.old .nav-list {
    flex-wrap: wrap;
}

.old .nav-list li {
    width: 25%;
}

.old .nav {
    background-image: none;
    background-color: #0f6db8;
}


/* .old . */

.old .ba-logo-2 {
    width: 100%;
    /* margin-top: 3rem; */
}

.old .ba-logo-2 .ba-select {
    float: left;
}

.old .T-today-time {
    display: none;
}

.old .T-list {
    font-size: 1.2rem;
}

.old .nav-list li+li::before {
    height: 60px;
}

.old .banner_top {
    margin: 3rem auto;
}

.old .footer-webmap p a,
.old .footer-text {
    font-size: 24px;
}

@media (max-width:868px) {
    .ba-logo-2 .ba-select .searchtext {
        width: 286px;
    }
    .ba-logo-1,
    .ba-logo-2 {
        width: 100%;
    }
    /* .ba-logo-2{margin-top: 20px;} */
    .banner_top {
        margin: 5rem auto;
    }
    .ba-logo-2 .ba-select {
        margin-top: 25px;
    }
    .nav-list li {
        width: 25%;
    }
    .nav-list {
        flex-wrap: wrap;
    }
    .nav {
        background: #0f6db8;
        background-image: none;
    }
    .T-today-time {
        display: none;
    }
    .footer-text {
        width: 100%;
        padding: 0;
        text-align: center;
        order: -1;
    }
    .footer-box {
        flex-direction: column;
        align-items: center;
    }
    .footer-webmap {
        display: none;
    }
    .rsmap {
        display: block;
        padding: 8px 0;
    }
    .rsmap a {
        padding: 0 8px;
    }


}

@media (max-width:768px) {
    html {
        font-size: 56%;
    }
    .ba-logo-2 .ba-select .searchtex {
        width: 50%;
    }
    .T-list li.rsdl,
    .T-list li.T-email,
    .T-list li.wza {
        display: none;
    }
    .mars {
        display: none;
    }
    .ba-select {
        float: none;
        justify-content: center;
    }
}

@media (max-width:420px) {
    .banner-box {
        padding: 0;
    }
    .nav-list li a {
        font-size: 1.48rem
    }

}
ul.clearfix::after{clear: both;}

/* 头部尾部样式结束 */

/* 友情链接 */
.container .other-web {
	margin: 16px auto;
	display: flex;
}
.other-web{position: relative;}
.select_ul{
    width: 1200px;
    position: absolute;
    top: 43px;
    display: none;
    left: 0px;
    font-size: 15px;
    text-indent: 10px;
    max-height: 105px;
    min-height: 80px;
    overflow-y: auto;
    background: #EDF3FB;
    border: 1px solid #CDCDCD;
    box-shadow: inset 0px 4px 0px 0px #2962aa;
}
.select_ul li{
    float: left;
    width: 20%;
    line-height: 16px;
    padding: 16px 8px;
}
.select_ul li a{
    font-size: 16px;
    color: #000000;
}
.drop-menu {
    display: inline-block; 
	float: left;
	margin-right: 30px;
}
.hover-btn {
	padding: 11px 20px;
	line-height: 44px;
	border: 1px solid #2962AA;
	margin-right: 32px;
	color: #2962AA;
	font-weight: medium;
	font-size: 16px;
    cursor: pointer; 
}
.hover-btn img {
	margin-left: 10px;
}
@media (max-width:868px) {
    .select_ul{
        width: 860px;
        position: absolute;
        top: 43px;
        display: none;
        left: 0px;
        font-size: 15px;
        text-indent: 10px;
        min-height: 80px;
        overflow-y: auto;
        background: #EDF3FB;
        border: 1px solid #CDCDCD;
        box-shadow: inset 0px 4px 0px 0px #2962aa;
    }
    .select_ul li{
        float: left;
        width: 25%;
        line-height: 16px;
        padding: 12px 8px;
    }
}
@media (max-width:768px) {
    .select_ul{
        width: 100%;
        position: absolute;
        top: 43px;
        display: none;
        left: 0px;
        font-size: 15px;
        text-indent: 10px;
        min-height: 80px;
        max-height: none;
        overflow-y: auto;
        background: #EDF3FB;
        border: 1px solid #CDCDCD;
        box-shadow: inset 0px 4px 0px 0px #2962aa;
    }
    .select_ul li{
        float: left;
        width: 50%;
        line-height: 16px;
        padding: 12px 8px;
    }
    .select_ul li a{
        font-size: 15px;
        color: #000000;
    }
    .hover-btn {
        padding: 10px 4px;
        line-height: 44px;
        margin-right: 32px;
        color: #2962AA;
        font-weight: medium;
        font-size: 13px;
        cursor: pointer;
        border: none;
    }
    
    .drop-menu {
        display: inline-block; 
        float: left;
        margin-right: 0px;
    }
}
@media (max-width:420px) {
    .hover-btn {
        padding: 10px 4px;
        line-height: 44px;
        margin-right: 0px;
        color: #2962AA;
        font-weight: medium;
        font-size: 13px;
        cursor: pointer;
    }
    .select_ul li {
        float: left;
        width: 50%;
        line-height: 16px;
        padding: 10px 0px;
    }
    .select_ul li a{
        font-size: 14px;
        color: #000000
    }
    .hover-btn img{
        margin-left: 4px;
    }
}


/* 主题内容 */

.important-event {
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    border-radius: 8px;
    background: #E2EBF9;
    display: flex;
    position: relative;
    overflow: hidden;
}

.important-event .in-title {
    width: 175px;
    background-image: url(http://www.rushan.gov.cn/picture/2821/2009211022225439626.png);
    text-align: center;
    font-weight: heavy;
    font-size: 1.8rem;
    color: #FFFFFF;
}

.zysj_news {
    padding-left: 2rem;
    width: calc(100% - 195px);
}

.important-event .in-news li {
    width: 80%;
    line-height: 46px;
}

.important-event .in-news li:nth-child(2n+1) {
    margin-right: 50px;
}

.important-event .in-news li a,
.important-event .swap li a {
    padding: 0 20px;
}

.text-overhidden {
    color: #666;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}

.text-overhidden::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E04A43;
    border-radius: 50%;
    margin-right: 10px;
}


/* 轮播模块 */

.topnews {
    position: relative;
}

.focus-banner {
    position: absolute;
    width: 600px;
    overflow: hidden;
}

.focus-tab {
    margin-left: 620px;
}

.item1_top_tplb .hd {
    width: 100px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 16px;
    z-index: 10;
}

.item1_top_tplb .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.item1_top_tplb .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: url(http://www.rushan.gov.cn/images/6001/num.png) no-repeat center;
    background-size: auto;
    background-size: cover;
    cursor: pointer;
}

.item1_top_tplb .hd ul li.on {
    background: url(http://www.rushan.gov.cn/images/6001/num_hover.png) no-repeat center;
    background-size: cover;
    width: 10px;
}

.item1_top_tplb .bd li {
    zoom: 1;
    vertical-align: middle;
}

.item1_top_tplb .bd li a {
    position: relative;
    padding-top: 63%;
    z-index: 2;
    display: block;
}

.item1_top_tplb .bd li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.item1_top_tplb .bd li a .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(http://www.rushan.gov.cn/images/6001/banner_num.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    color: #ffffff;
    font-size: 15px;
    padding: 0 135px 0 20px;
}


/* 选项卡 */

.focus-tab .focus-tab-title {
    background: #F6F8FD;
    box-shadow: 0px 1px 0px 0px #F2F2F2;
    width: 100%;
    line-height: 4.8rem;
    text-align: center;
}

.focus-tab .focus-tab-title li {
    width: 20%;
    cursor: pointer;
    float: left;
}

.focus-tab .focus-tab-title li a {
    color: #666666;
    font-size: 1.8rem;
    /* line-height:1.75; */
    font-weight: bold;
}

.focus-tab .focus-tab-title li.on a {
    color: #2962AA;
    font-weight: bold;
}

.focus-tab .focus-tab-title .on .active-line {
    display: block;
}

.focus-tab .focus-tab-title .active-line {
    display: block;
    width: 60%;
    height: 2px;
    margin: 0 auto;
    background-color: #2962AA;
    display: none;
}

.focus-tab .focus-news-list ul:first-child {
    display: block;
}


/* 横栏 */

.topic-imgbox {
    display: flex;
}

.topic-imgbox li {
    width: 32.66%;
    margin-left: 1%;
    cursor: pointer;
    float: left;
}

.topic-imgbox li:first-child {
    margin-left: 0;
}

.topic-imgbox li a {
    position: relative;
    padding-top: 22%;
    display: block;
}

.topic-imgbox li img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* 政务服务 */

.government {
    /* margin-top: 16px; */
    /* padding: 16px; */
    background-color: #fff;
    /* height: 189px; */
}

.government-title {
    width: 100%;
    height: 4.8rem;
    border-bottom: 1px solid #E5E5E5;
}

.government-img2 {
    width: calc(100% - 200px);
    max-width: 27.5rem;
    height: 100%;
    text-align: center;
    line-height: 4.8rem;
}

.government-img2 a {
    color: #666;
}

.government-img2 img {
    width: 100%;
}

.government .government-list {
    padding-top: 2rem;
    width: 98%;
    margin: 0 auto;
}
/*  */
.container .government {
    margin-top: 16px;
    padding: 16px;
    background-color: #fff;
}
.government .government-list {
    padding-top: 32px;
    margin: 0 auto;
}
/* .government .government-list li:nth-child(4n+4) {
      margin: 0;
  } */
  .government .government-list li {
    width: 24.25%;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #2962AA;
    margin-left: 1%;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}


/*  */
/* .government .government-list li {
    width: 24.25%;
    height: 6rem;
    line-height: 6rem;
    border-radius: 4px;
    border: 1px solid #2962AA;
    margin-left: 1%;
    text-align: center;
    float: left;
} */

.government .government-list li:nth-child(4n+1) {
    margin-left: 0;
}

.government .government-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #2962AA;
    font-weight: bold;
}

.government .government-list li img {
    width: 25px;
    height: 27px;
    margin-right: 15px;
}

.focus-news-list-government {
    display: none;
}

.focus-news-list-government:nth-child(4n+1) {
    display: block;
}


/* 政府信息公开 */

.disclosure {
    /* padding: 16px; */
    /* height: 448px; */
    background-color: #FFFFFF;
    /* margin-top: 16px; */
}

.information {
    width: 848px;
}

.disclosure .information .info-title {
    width: 100%;
    height: 4.8rem;
    border-bottom: 1px solid #E5E5E5;
}

.info-img {
    width: 178px;
}

.information .info-content {
    margin-top: 2.2rem;
}

 .info-content-list {
    width: 32%;
}

 .info-content-list li {
    width: 100%;
    height: 4.6rem;
    line-height: 4.6rem;
    /* padding-left: 60px; */
    
    background: #F6F8FD;
    border: 1px solid #E1E5EE;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding-left: 35px;
}

.info-content-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #20242A;
}

.info-content-list li img {
    width: 22px;
    height: 19px;
    margin-right: 16px;
}

.disclosure .info-content-navbox {
    width: 66%;
    min-width: 424px;
}

.disclosure .info-content-nav {
    box-sizing: border-box;
    width: 100%;
    line-height: 5.6rem;
    border-bottom: 1px solid #E1E5EE;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
}

.disclosure .info-content-nav li {
    float: left;
    width: 30%;
    text-align: center;
    /* display: block; */
}

.disclosure .info-content-nav li:nth-child(2) {
    width: 40%;
    min-width: 144px;
    /* min-width: 160px; */
}

.disclosure .info-content-nav li::after {
    display: inline;
    content: "|";
    float: right;
    font-weight: 100;
    color: #E5E5E5;
}

.disclosure .info-content-nav a {
    color: #666666;
}

.disclosure .info-content-nav li.on a {
    color: #2962AA;
}

.disclosure .info-content-nav li .info-text {
    cursor: pointer;
}

.focus-news-list2 li a::before {
    background: #E04A43;
}

.information {
    width: 72%;
}

.exchange {
    width: 26%;
    height: 100%;
}

.exchange-title {
    width: 100%;
    height: 4.8rem;
    border-bottom: 1px solid #E5E5E5;
}

.exchange .exchange-nav {
    padding-top: 16px;
}

.exchange .exchange-nav li {
    width: 100%;
    height: 8.8rem;
    line-height: 8.8rem;
    text-align: center;
    margin-top: 28px;
    background: #F7F8FA;
}

.exchange .exchange-nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #20242A;
    font-weight: bold;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exchange .exchange-nav li a span:nth-child(1) {
    /* flex: 5; */
    /* text-align: right; */
}


/* .exchange .exchange-nav li a span:nth-child(2) {
    flex: 1;
    text-align: left;
    margin-left: 2rem;
} */

.exchange .exchange-nav li img {
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 2rem;
}


/* 专题 */

.ztmore {
    text-align: right;
    line-height: 4.8rem;
    color: #999;
}

.txtScroll-pic {
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
}

.txtScroll-pic .hd a.next {
    background: url(http://www.rushan.gov.cn/images/6001/left.png) no-repeat center;
    width: 3.8rem;
    display: block;
    position: absolute;
    left: 0;
    top: 2rem;
    height: 3.8rem;
    cursor: pointer;
    z-index: 10;
}

.txtScroll-pic .hd a.prev {
    background: url(http://www.rushan.gov.cn/images/6001/right.png) no-repeat center;
    width: 3.8rem;
    display: block;
    position: absolute;
    right: 0;
    top: 2rem;
    height: 3.8rem;
    cursor: pointer;
    z-index: 10;
}

.txtScroll-pic .bd {
    padding: 0px;
    overflow: hidden;
    width: calc(100% - 0px);
}


/* .txtScroll-pic .bd ul{margin:-20px;} */

.txtScroll-pic .bd ul>* {
    width: calc(25% - 10px);
    margin-right: 14px;
    float: left;
}

.txtScroll-pic .bd ul>*:first-child {
    margin-left: 0;
}

.txtScroll-pic .bd li a {
    position: relative;
    padding-top: 28%;
    display: block;
}

.txtScroll-pic .bd li a img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0
}

@media (max-width:1069px) {
    .focus-banner {
        width: 400px;
    }
    .focus-tab {
        margin-left: 420px;
    }
    .focus-news-list-government li:nth-child(n+7) {
        display: none;
    }
    .focus-news-list-government1 li:nth-child(n+7) {
        display: block;
    }
    .government .government-list {
        width: 100%;
    }
    
    .government .government-list li {
        width: 31%;

    }
    .government .government-list li:nth-child(4n+1){
        margin-left: 1%;
    }
    
}

@media (max-width:906px) {
    .focus-banner {
        width: 100%;
        position: relative;
    }
    .focus-tab {
        margin-left: 0;
        margin-top: 2rem;
    }
    .government .government-list li {
        width: 49%;
        margin-bottom: 1rem;
    }
    .government .government-list li:nth-child(2n+1) {
        margin-left: 0;
    }
    .information {
        width: 100%;
    }
    .exchange {
        width: 100%;
    }
    .exchange .exchange-nav li {
        float: left;
        width: 32.66%;
        margin-left: 1%;
        margin-top: 0
    }
    .exchange .exchange-nav li:first-child {
        margin-left: 0;
    }
    .txtScroll-pic .bd ul>* {
        width: calc(33.33% - 10px);
    }
}

@media (max-width:630px) {
    .disclosure .information .info-content .info-content-list {
        width: 100%;
        text-align:center;
    }
    .disclosure .info-content-navbox {
        width: 100%;
        margin-bottom: 2rem;
        min-width: 320px;
    }
    .exchange .exchange-nav li a {
        font-size: 1.7rem;
    }
    .focus-news {
        padding: 1rem;
    }
    .txtScroll-pic .bd ul>* {
        width: 100%;
        margin-right: 0
    }
    .txtScroll-pic .hd a.next,
    .txtScroll-pic .hd a.prev {
        top: 5rem
    }
    .exchange .exchange-nav li img {
        margin-right: 1rem;
    }
}

@media (max-width:430px) {
    
    /* .focus-tab .focus-tab-title li a{font-size: 1.6rem} */
    .focus-tab .focus-tab-title li {
        width: 33.33%;
    }
    .topic-imgbox {
        flex-wrap: wrap;
    }
    .topic-imgbox li {
        width: 49%;
    }
    .topic-imgbox li:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    .government .government-list li:nth-child(2n+1) {
        margin-left: 1%;
    }
    .government .government-list li {
        width: 98%;
        margin-left: 1%;
    }
    .disclosure .info-content-nav li {
        width: auto;
    }
    .disclosure .info-content-nav li:nth-child(2) {
        width: auto;
    }
    .disclosure .info-content-nav li::after {
        display: unset;
        float: none;
    }
    .exchange .exchange-nav li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .exchange .exchange-nav li {
        margin-left: 0;
    }
    .exchange .exchange-nav li a span:nth-child(1) {
        text-align: right;
        flex: 1;
    }
    .exchange .exchange-nav li a span:nth-child(2) {
        text-align: left;
        flex: 1;
    }
}
@media (max-width: 1069px){
                .le_fly{display: none;}
                .right_fly{display: none;}
            }