﻿

.fixationBox{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

.closeBox{
  text-align: right;
}
.btn{
    background: none;
    border: none;
    outline: none;
}

/*主体样式  开始*/
.subject {
    width: 1170px;
    margin: 10px auto;
    padding: 15px;
    background-color: white;
}

.column {
    margin-bottom: 10px;
    text-align: left;
}

/*头条样式 开始*/

.headline {

    width: auto;
    height: 72px;
    margin: 0 auto;
    padding: 20px 20px 20px 35px;
    border-bottom: #999999 solid 1px;
    overflow: hidden;
    margin-bottom: 10px;
}

.headline_icon {
    /*width: 100px;*/
    float: left;
}

.hl_content {
    width: 1000px;
    float: left;
    text-align: center;
    margin-left: 35px;
}

.hl_title a {
    display: block;
    float: none;
    font-size: 25px;
    font-weight: bold;
    color: #1152a4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hl_title a:hover {
    color: #082496;
}

.hl_text {
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hl_text a{
    color: red;
}
.hl_text a:hover{
    color: #e94f52;
}
/*头条样式 结束*/

/* 轮播图样式 开始*/
.slideshow {
    width: 60%;
    height: 385px;
    float: left;
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width: 10%;
    height: 100%;
    position: relative;
    float: left;
}

.banner .list li img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: 1s;
    object-fit: cover;
    object-position: center;
}
}

.banner .list li img:hover {
    transform: scale(1.02);
}

.banner .list li p {
    position: absolute;
    bottom: 0;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    padding-right: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
}

.banner .listIndex {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 10px;
    z-index: 10;
}

.banner .listIndex li {
    width: 10px;
    height: 100%;
    background: #999999;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #ffffff;
}

/* 轮播图样式 结束*/

/* 部门新闻  开始*/
.news {
    width: 38%;
    float: right;
    border-bottom: #999999 solid 1px;
}

.news_line,
.wjjd_line ,
.yjzj_line{
    padding-left: 15px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    /*background: url(../images/icons.png) 0px -132px no-repeat;*/
}
.news_line {
    background: url(../images/icons.png) 0px -132px no-repeat;
}

.news_line .tit {
    float: left;
    width: 340px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_line  .date{
    line-height: 30px;
}
/*  国务院信息 */
#gow{
    display: inline;
    padding: 10px;
    font-weight: 900;
    font-size: 18px;
}

/* 部门新闻  结束*/

.img_box{
    margin-bottom: 10px;
}

.img_box img {
    width: 100%;
}

/* 服务事项  开始*/
.service{
    margin-bottom: 10px;
}

.service_nav {
    background-color: white;
    /*background: url("../images/indBoxHd.png") left center repeat-x;*/
}

.service_nav ul{
    width: 80%;
    margin: 0 auto;
    padding-left: 25px;
}

.service_nav li {
    float: left;
    width: 30%;
    padding: 15px;
}

.service_nav_ul span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 50px;
    color: #FFFFFF;
    /*border: #999999 solid 1px;*/
}

.service_title01 span{
    background: url("../images/index_zw01on.jpg")  no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}
.pitchOn01 span,
.service_title01 span:hover{
    background: url("../images/index_zw01.jpg")  no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}

.service_title02 span{
    background: url("../images/index_zw02on.jpg")  no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}

.pitchOn02 span,
.service_title02 span:hover{
    background: url("../images/index_zw02.jpg")  no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}

.service_title03 span{
    background: url("../images/index_zw03on.jpg")  no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}
.pitchOn03 span,
.service_title03 span:hover{
    background: url("../images/index_zw03.jpg")  no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}


.service_list {
    width: 100%;
    margin: 0px auto;
border: #2f4596 solid 1px;
 
    background-color: #ffffff;
}

.service_list1,
.service_list2,
.service_list3 {
    padding: 20px;
    overflow: hidden;
    min-height: 200px;
}

/*信息公开 开始*/

.xxgk {
    width: 250px;
    float: left;
}

.xxgk ul li {
    float: left;
    width: 100%;
    /*height: 58px;*/
    padding-bottom: 20px;
}

.xxgk_link {
    display: block;
    height: 35px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    padding: 5px;
    border: #d7d7d7 1px solid;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    /*background: url(../images/ind_gklmico.png) 0 0 no-repeat;*/
}

.xxgk_icon {
    display: block;
    float: left;
    margin-left: 20px;
    width: 31px;
    height: 31px;
}


.icon1{
    background: url(../images/icon/map.png) 0 0 no-repeat;
    background-size: 120% 120%;
}

.icon2{
    background: url(../images/icon/editor.png) 0 0 no-repeat;
    background-size: 120% 120%;
}

.icon3{
    background: url(../images/icon/image-text.png) 0 0 no-repeat;
    background-size: 120% 120%;
}

.icon4{
    background: url(../images/icon/form.png) 0 0 no-repeat;
    background-size: 120% 120%;
}

.icon5{
    background: url(../images/icon/view.png) 0 0 no-repeat;
    background-size: 120% 120%;
}

.icon6{
    background: url(../images/icon/operation.png) 0 0 no-repeat;
    background-size: 120% 120%;
}

.xxgk_title {
    display: block;
    float: left;
    margin-left: 23px;
    padding-left: 24px;
    border-left: #082496 solid 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*信息公开 结束*/

/*文件解读 开始*/
.wjjd {
    width: 530px;
    margin-left: 20px;
    float: left;
}

.wjjd_line{
    background: url(../images/icons.png) 0px -131px no-repeat;
}


.wjjd_line .tit {
    float: left;
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*文件解读 结束*/

/*重点领域公开 开始*/
.zdlygk {
    width: 270px;
    float: left;
    background: #f8fafc url(../images/ind_zdlybg.gif) right bottom no-repeat;
    margin-left: 20px;
    padding: 5px 20px;
    overflow: hidden;
}


.zdlygk .hd a {
    text-align: center;
    font-weight: bold;
    display: block;
    color: #1152a4;
    line-height: 40px;
    font-size: 18px;
}

.zdlygk_ul {
    padding-top: 10px;
}

.zdlygk_li1 {
    float: left;
    /*width: 100px;*/
    height: 32px;
    padding: 5px 9px;
}

.zdlygk_li2 {
    float: left;
    /*width: 160px;*/
    height: 32px;
    padding: 5px 9px;
}

.zdlygk_li1 a,
.zdlygk_li2 a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*重点领域公开 结束*/

/*互动交流 开始*/



.xjgk {
    width:727px ;
    float: left;
}

.letter {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}


.table_head {
    background: #ececec;
}

.xjgk .bd table td {
    font-size: 13px;
    line-height: 30px;
    color: #676767;
    padding: 3px 4px;
    border-color: #e0e0e0;
    text-align:center;
}

.yjzj{
    width:380px ;
    float: left;
    margin-left: 10px;
    border-left:#2f4596  solid 1px;
    padding-left: 10px;
}

.yjzj_line{
    background: url(../images/icons.png) 0px -132px no-repeat;
}

.yjzj_line .tit{
    float: left;
    width: 270px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yjzj_line .date {
    line-height: 30px;
}
/*互动交流 结束*/

/*服务大厅 开始*/

.wsfw_li {
    float: left;
    margin: 15px;
    width: 195px;
}

.wsfw_li a {
    height: 40px;
    line-height: 20px;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: #e3e7ea 1px solid;
    border-left: #084c96 5px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.wsfw_li a:hover {
    color: #ffffff;
    background: #2f4596;
}

.zwfw_li {
    padding: 10px;  
float: left;
}

.zwfw_li img {
    width: 210px;
    height: 70px;
}

/*服务大厅 结束*/
/*专题专栏 开始*/

.ztzl_title{
    float: left;
    /*margin-left: 20px;*/
}

.ztzl_title a{
    float: left;
    width: 40px;
    line-height: 20px;
    font-size: 20px;
    background-color: #2f4596;
    color: white;
    padding:20px ;
    box-shadow: 4px 4px 0 #8b9ec3;
}

.ztzl_box{
    width: 1045px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    left: 10px;
}

.ztzl_box ul{
    overflow: hidden;
    width: 100%;
}

.ztzl_box ul li {
    float: left;
    margin: 0 10px;
}


.ztzl_box ul li img{
width: 220px;
    height: 70px;
}

/*专题专栏 结束*/

@media screen and (max-width:760px){
/* head */
.top{display:none;}
.wza-box{display:none;}
.logoAndSearch{position:initial;width:100%;}
#logo{float:inherit;position:inherit;margin-bottom:10px;}
#logo img{width:85%;margin-left:20px;}
.search{float:inherit;position:inherit;width:100%;overflow:hidden;display:flex;justify-content:center;}
.search form{float:initial;}
.mainNav{position:initial;width:100%;overflow-x:scroll;overflow-y:hidden;justify-content:initial;flex-direction:row;}
.mainNav .mainNav_li{padding:0 5px;}
/* main */
.subject{width:100%;box-sizing:border-box;}
.p_c{display:none;}
.headline{padding:5px 5px 5px 10px;}
.headline_icon{width:20%;}
.headline_icon img{width:75%;}
.hl_content{width:75%;margin-left:5px;}
.hl_title a{font-size:18px;}
.hl_text{font-size:14px;}
.slideshow{width:100%;height:300px;float:initial;}
.news{width:100%;float:initial;}
.news_line .tit{width:68%;}
.img_box,.service_nav,.ztzl{display:none!important;}
.service_list{border:0;}
.service_list1,.service_list2,.service_list3{padding:5px;}
.xxgk{overflow:hidden;float:initial;margin:0 auto;width:95%;}
.wjjd{width:100%;margin:0;float:initial;margin-bottom:10px;}
.wjjd_line .tit{width:68%;}
.zdlygk{width:100%;margin:0;}
/* footer */
.web_link{display:none;}
.footer_content{width:100%;flex-wrap:wrap;justify-content:space-around;}
.government_msg{height:auto;}

}

/* 适老化 */
.oldModel .slideshow{width:100%;height: 585px;}
.oldModel .news{width:100%;margin-top:10px;margin-bottom:10px}
.oldModel .news_line .tit{width:960px;height:50px;line-height:50px}
.oldModel .news_line .date{height:50px;line-height:50px}
.oldModel .news_line,.oldModel .wjjd_line,.oldModel  .yjzj_line{height:50px;line-height:50px}
.oldModel .xxgk_link{height: 50px;}
.oldModel .xxgk_icon{margin-left: 10px;margin-top: 5px;}
.oldModel .xxgk_title{white-space: wrap;width: 240px;margin-left: 15px;height: 50px;line-height: 50px;}
.oldModel .wjjd_line .tit{width: 560px;}
.oldModel .wsfw_li a{height: auto;line-height: 35px;min-height: 140px;}
.oldModel .yjzj_line .tit{width: 100%;}
.oldModel .letter a{line-height: 35px;}
.oldModel .xjgk .bd table td{line-height: 35px;}
.oldModel .web_link select{height: 35px;}
.oldModel .yjzj_line{display: flex;flex-wrap: wrap;height: auto;justify-content: space-between;}
.oldModel .yjzj_line .date{order: 2;}
.oldModel .yjzj_line .tit{line-height: 45px;}
.oldModel .ztzl_title a{line-height: 32px;}
.oldModel .ztzl_box{padding-top: 50px;}
.oldModel .ztzl_box ul li{margin: 0 20px;}
.oldModel .zdlygk{width: 100%;margin-left: 0;box-sizing: border-box;margin-top: 10px;}
.oldModel .xxgk{width: 340px;}
.oldModel .wjjd{width: 760px;}
.oldModel .zdlygk_ul{padding-bottom: 10px;}
.oldModel .zdlygk_li1, .zdlygk_li2{ height: 35px;line-height: 35px;}
.oldModel .zdlygk_li1 a, .zdlygk_li2 a{ height: 35px;line-height: 35px;}
.oldModel .hl_title a{font-size: 34px !important;}
.oldModel .headline{height: 82px;}
.oldModel .news_line{background: none;position: relative;}
.oldModel .news_line::before{background:url("../images/icons.png") 0px -132px no-repeat;width: 22px;height: 22px;content: '';position: absolute;top: 10px;left: 0;display: block;}
/* 适老化 */