@charset "gb2312";
.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}
/*手机端css(小于767的屏幕使用一下css)*/
@media (max-width: 767px) {
  * {
    padding: 0;
    margin: 0;
  }
  body {
    font-family: "Microsoft YaHei", "宋体", "\5b8b\4f53";
    font-size: 14px;
  }
  /*公共类S*/
  .clear {
    clear: both;
  }
  .divH2 {
    height: 2px;
    clear: both;
  }
  .divH3 {
    height: 3px;
    clear: both;
  }
  .divH5 {
    height: 5px;
    clear: both;
  }
  .divH10 {
    height: 10px;
    clear: both;
  }
  .divH15 {
    height: 15px;
    clear: both;
  }
  .divH20 {
    height: 20px;
    clear: both;
  }
  .divH30 {
    height: 30px;
    clear: both;
  }
  .divH40 {
    height: 40px;
    clear: both;
  }
  .divH50 {
    height: 50px;
    clear: both;
  }
  .divH60 {
    height: 60px;
    clear: both;
  }
  a {
    text-decoration: none !important;
    color: #343434;
  }
  a:hover {
    text-decoration: none !important;
    color: #FF0000;
  }
  .fl {
    float: left !important;
  }
  .fr {
    float: right !important;
  }
  ul,
  li,
  ol,
  span,
  em,
  p {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  img {
    border: 0px;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  /*手机端通用头部*/
  .m_header img {
    display: block;
    width: 100%;
  }
  /*头部导航*/
  .ny_top_tool {
    background: #cb1011;
    background-size: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 130%;
    width: 100%;
    position: relative;
  }
  .ny_top_tool .back {
    position: absolute;
    top: 0px;
    left: 2%;
    width: 60px;
    height: 50px;
  }
  .ny_top_tool .back a {
    display: table-cell;
    height: 50px;
    width: 60px;
    line-height: 50px;
    vertical-align: middle;
  }
  .ny_top_tool .back a img {
    display: block;
    width: 15px;
    height: 25px;
    vertical-align: middle;
  }
  .ny_top_tool .nav_more {
    position: absolute;
    top: 0px;
    right: 2%;
    width: 50px;
    height: 50px;
  }
  .ny_top_tool .nav_more a {
    display: table-cell;
    height: 50px;
    width: 50px;
    line-height: 50px;
    vertical-align: middle;
  }
  .ny_top_tool .nav_more a img {
    width: 25px;
    height: 22px;
    vertical-align: middle;
    display: inline;
    float: right;
  }
  /*头部菜单*/
  .header_menu {
    display: block;
    width: 100%;
    background-color: #cb1011;
  }
  .header_menu ul li {
    display: block;
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
  }
  .header_menu ul li:after {
    content: "";
    display: block;
    float: right;
    width: 1px;
    height: 15px;
    margin-top: 13px;
    margin-right: 1px;
    background: #fff;
  }
  .header_menu ul li:nth-child(4n):after {
    width: 0;
  }
  .header_menu ul li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 120%;
  }
  /*查询*/
  .m_search {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
  }
  .m_search .searchTxt {
    float: left;
    width: 75%;
    height: 35px;
    line-height: 35px;
    border: none;
    margin-top: 12px;
    margin-left: 5%;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    text-indent: 1em;
  }
  .m_search .searchSub {
    float: left;
    width: 15%;
    height: 35px;
    border: none;
    margin-top: 12px;
    background: #cb1011 url(m_search.png) no-repeat center center;
    -webkit-background-size: 40%;
    background-size: 40%;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
  }
  /*通知公告*/
  .txtMarquee-top {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 80px;
    background: url(m_tzgg.png) no-repeat 4% center;
    -webkit-background-size: 40px 44px;
    background-size: 40px 44px;
  }
  .txtMarquee-top .bd {
    margin-top: 5px;
    height: 70px;
  }
  .txtMarquee-top .bd .infoList {
    display: block;
    float: right;
    width: 80%;
    height: 70px;
  }
  .txtMarquee-top .bd .infoList li {
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
  .txtMarquee-top .bd .infoList li p {
    display: block;
    float: left;
    width: 13%;
    height: 24px;
    line-height: 24px;
    color: #cb1011;
    text-align: center;
    border: 1px solid #cb1011;
    margin-top: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .txtMarquee-top .bd .infoList li a {
    display: block;
    float: left;
    width: 65%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
  }
  .txtMarquee-top .bd .infoList li span {
    display: block;
    float: right;
    width: 15%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 2%;
  }
  /*新闻焦点*/
  .slider .picFocus {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .slider .picFocus .bd ul > li {
    vertical-align: middle;
  }
  .slider .picFocus .bd ul > li > a {
    display: block;
    width: 100%;
    position: relative;
  }
  .slider .picFocus .bd ul > li > a .pic_title {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    float: left;
    width: 100%;
    height: 40px;
    background: url(bg_50.png);
  }
  .slider .picFocus .bd ul > li > a .pic_title > span {
    display: block;
    width: 75%;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    text-indent: 2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(m_title_bg.png) no-repeat 10px center;
    background-size: 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
  }
  .slider .picFocus .bd ul > li > a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slider .picFocus .hd {
    position: absolute;
    right: 5px;
    bottom: 10px;
    height: 17px;
    min-width: 10px;
    overflow: hidden;
  }
  .slider .picFocus .hd > ul > li {
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    margin-right: 2px;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 2px solid #FFFFFF;
  }
  .slider .picFocus .hd > ul > li.on {
    background-color: #cb1011;
  }
  /*柳南要闻、部门动态、基层动态（tab）*/
  .m_tab .m_tab_title {
    display: block;
    width: 100%;
    height: 40px;
  }
  .m_tab .m_tab_title ul {
    display: block;
    width: 100%;
  }
  .m_tab .m_tab_title ul li {
    display: block;
    float: left;
    height: 40px;
    width: 33.33333333%;
  }
  .m_tab .m_tab_title ul li.on span {
    color: #cb1011;
    border-bottom: 2px solid #cb1011;
    background-color: #f7f7f7;
  }
  .m_tab .m_tab_title ul li span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .m_tab .m_tab_con_base {
    display: none;
    width: 100%;
    height: 240px;
  }
  .m_tab .m_tab_con_base ul li {
    display: block;
    width: 100%;
    height: 40px;
    background: url(m_list_bg.png) no-repeat 1em center;
    -webkit-background-size: 15px;
    background-size: 15px;
  }
  .m_tab .m_tab_con_base ul li a {
    display: block;
    float: left;
    width: 85%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 2.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .m_tab .m_tab_con_base ul li span {
    display: block;
    float: right;
    width: 13%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin-right: 2%;
  }
  .m_tab .m_tab_con_base .m_tab_more {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f0f0f0;
    text-align: center;
    color: #5c5c5c;
  }
  .m_hf {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .m_hf .bd ul > li {
    vertical-align: middle;
  }
  .m_hf .bd ul > li > a {
    display: block;
    width: 100%;
    position: relative;
  }
  .m_hf .bd ul > li > a .pic_title {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    float: left;
    width: 100%;
    height: 40px;
    background: url(bg_50.png);
  }
  .m_hf .bd ul > li > a .pic_title > span {
    display: block;
    width: 75%;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    text-indent: 2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(m_title_bg.png) no-repeat 10px center;
    background-size: 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
  }
  .m_hf .bd ul > li > a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .m_hf .hd {
    position: absolute;
    right: 5px;
    bottom: 10px;
    height: 17px;
    min-width: 10px;
    overflow: hidden;
  }
  .m_hf .hd > ul > li {
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    margin-right: 2px;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 2px solid #FFFFFF;
  }
  .m_hf .hd > ul > li.on {
    background-color: #ffbe0e;
  }
  /*通用标题样式*/
  .bs_title {
    display: block;
    width: 100%;
    height: 50px;
    background: #f7f7f7 url(m_title_bg1.png) no-repeat 0.5em center;
    border-top: 1px solid #cb1011;
  }
  .bs_title span {
    display: block;
    float: left;
    width: 75%;
    height: 50px;
    line-height: 50px;
    font-size: 130%;
    padding-left: 1.3em;
    color: #d71112;
  }
  .bs_title a {
    display: block;
    float: right;
    width: 16%;
    height: 50px;
    line-height: 50px;
    font-size: 100%;
    color: #333;
    text-align: center;
  }
  /*政府信息公开*/
  .zfxxgk ul {
    display: block;
    width: 100%;
  }
  .zfxxgk ul li {
    display: block;
    float: left;
    width: 33.33333333%;
  }
  .zfxxgk ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .zfxxgk ul li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*网上政务大厅*/
  .wszwdt ul {
    display: block;
    width: 100%;
  }
  .wszwdt ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .wszwdt ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .wszwdt ul li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*国务院信息*/
  .gwyxx ul li {
    display: block;
    width: 100%;
    height: 40px;
    background: url(m_list_bg.png) no-repeat 1em center;
    -webkit-background-size: 15px;
    background-size: 15px;
  }
  .gwyxx ul li a {
    display: block;
    float: left;
    width: 85%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 2.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .gwyxx ul li span {
    display: block;
    float: right;
    width: 13%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin-right: 2%;
  }
  /*图景柳南*/
  .tjln ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .tjln ul li a {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .tjln ul li a img {
    display: block;
    width: 100%;
    height: 132px;
  }
  .tjln ul li a p {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /*政民互动*/
  .zmhd ul {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
  }
  .zmhd ul li {
    display: block;
    float: left;
    width: 25%;
  }
  .zmhd ul li a {
    display: block;
    width: 100%;
  }
  .zmhd ul li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*底部*/
  .m_footer {
    position: fixed;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
  }
  .m_footer p {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 24px;
    text-align: center;
    padding-top: 5px;
  }
  /*菜单样式 开始*/
  .menu_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    background: url(bg_50.png);
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 165px;
    background: #9b1113;
    z-index: 100;
  }
  .menu .menu_list {
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
  .menu .menu_list a {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    border-bottom: 1px dashed #dcdcdc;
  }
  /*栏目列表*/
  .lm_nav {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .lm_nav ul li {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lm_nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 16px;
  }
  .lm_nav ul li a:hover {
    color: #333 !important;
  }
  .lm_nav ul li a:link {
    color: #333 !important;
  }
  .lm_nav ul li a:visited {
    color: #333 !important;
  }
  .lm_nav ul li a:active {
    color: #333 !important;
  }
  /*****************************************************************/
  /*文章列表*/
  .m_txt_list {
    display: block;
    width: 100%;
  }
  .m_txt_list ul li {
    display: block;
    width: 100%;
    height: 35px;
    background: url(m_list_bg.png) no-repeat 0.5em center;
    -webkit-background-size: 5%;
    background-size: 4%;
    margin-top: 2px;
  }
  .m_txt_list ul li a {
    display: block;
    float: left;
    width: 75%;
    height: 35px;
    line-height: 35px;
    text-indent: 2em;
    font-size: 110%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .m_txt_list ul li span {
    display: block;
    float: right;
    width: 23%;
    height: 35px;
    line-height: 35px;
    font-size: 110%;
    text-align: right;
    padding-right: 2%;
  }
  /*图片列表*/
  .photobd {
    display: block;
    width: 100%;
  }
  .photobd ul li {
    display: block;
    list-style: none;
    float: left;
    width: 47%;
    height: 154px;
    margin-left: 2%;
    margin-top: 1%;
  }
  .photobd ul li .photoimg {
    display: block;
    width: 100%;
    height: 128px;
  }
  .photobd ul li .photoimg img {
    display: block;
    width: 100%;
    height: 128px;
  }
  .photobd ul li .phototit {
    text-align: center;
    line-height: 24px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /*单篇*/
  .m_dp {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .m_dp .m_sub_nav {
    display: block;
    width: 100%;
    height: 40px;
  }
  .m_dp .m_sub_nav ul {
    display: block;
    width: 100%;
  }
  .m_dp .m_sub_nav ul li {
    display: block;
    float: left;
    width: 33.33333333%;
    margin-top: 5px;
  }
  .m_dp .m_sub_nav ul li.check a {
    background-color: #ca1011;
    color: #fff;
  }
  .m_dp .m_sub_nav ul li a {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background-color: #ececec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
  }
  .m_dp .danpian_content {
    display: block;
    width: 96%;
    margin: 0 auto;
    min-height: 300px;
    border-radius: 5px;
  }
  .m_dp .danpian_content .danpian_title {
    display: block;
    width: 98%;
    min-height: 40px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
  }
  .m_dp .danpian_content > p {
    padding: 3px 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    height: 24px;
  }
  .m_dp .danpian_content .content_content {
    display: block;
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #cb1011;
  }
  /*详细页面*/
  .detail {
    display: block;
    min-height: 200px;
    background: #f2f2f2;
    padding: 0px 5px;
  }
  .detail .title {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
    margin: 0px 10px;
  }
  .detail .title h1 {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
  }
  .detail .title p {
    padding: 3px 0px;
    margin: 0px;
    font-size: 12px;
  }
  .detail .content {
    margin: 0px;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .detail .NextUp {
    color: #999999;
    font-size: 14px;
    margin: 0px 10px;
    width: 96%;
    padding-bottom: 10px;
  }
  .detail .NextUp p {
    padding: 5px 0px;
    margin: 0px;
  }
  .detail .NextUp p a {
    color: #017DC5;
    font-size: 14px;
    line-height: 20px;
  }
  /*分页开始*/
  .aa {
    padding: 20px;
    text-align: center;
  }
  .aa a {
    padding: 4px 10px;
    margin: 2px;
    border: 1px solid #d1d1d1;
  }
  .aa .active {
    background: #cb1011;
    color: #fff;
    padding: 4px 10px;
    margin: 2px;
    border: 1px solid #d1d1d1;
  }
  .aa .cpb {
    background: #cb1011;
    color: #fff;
    padding: 4px 10px;
    margin: 2px;
    border: 1px solid #d1d1d1;
  }
  /*分页结束*/
}