﻿@charset "utf-8";
/* CSS Document */
a {
    color: black;
    text-decoration: none;
}

body{
    background-size: 100% 100%;
}

.let_bg {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -168px auto;
    width: 100%;
    background-size: 100% auto;
    box-shadow: 0px 2px 15px 0px rgba(0, 110, 183, 0.1);
}

/* 头部样式 */
.header-bg {
    width: 1026px;
    height: 178px;
    background-image: url("../../img/header/hdbg1366.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-logo {
    position: absolute;
    top: 40px;
    margin-left: 50px;
    background: url(../../img/header/shzz-logo.png) no-repeat;
    background-size: cover;
    width: 445px;
    height: 78px;
}

.menu {
    height: 50px; 
    margin: 0 auto; 
    width: 782px;
    font-size: 0;
}
.menu ul li{ width:94px; height:50px; text-align:center; float:left; line-height:50px; position:relative; z-index:22;}
.menu ul li>a{ display:block; width:94px; height:50px; font-size:15px; font-weight:bold; color:#fff; text-decoration:none;}
.menu ul li.on>a{ background:#fff; color:#0176c5;}
.menu ul li a.cur{ background:#fff; color:#0176c5;}
.menu ul li .sub{ position:absolute; top:50px; left:-2px; line-height:32px; height:32px; border:1px solid #ededed; background:#c8e7f3; min-width:350px; display:none;}
.menu ul li.on .sub{ display:block; text-align:left;}
.menu ul li .sub a{ color:#0176c5; padding:0 4px; font-size:13px;}
.menu ul li .sub a:hover{ text-decoration: underline;}

/* 搜索样式 */
.ser {
    width: 234px;
    height: 32px;
    padding: 9px 5px;
    background: #30a1f7;
}
.ser .inn {
    width: 198px;
    height: 31px;
    background: #fff;
    line-height: 30px;
    padding: 0 2px;
    float: left;
    border: none 0;
    outline: none;
    font-family: '宋体';
    font-size: 12px;
}
.ser .btn {
    background: url(../../img/topic/mz_btn.jpg) no-repeat;
    width: 32px;
    height: 31px;
    border: none 0;
    cursor: pointer;
}

/* 日期提醒样式 */
.dwe {
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    width: 1026px;
    margin: 0 auto;
}
.dwe .shzz_time {
    float: left;
    margin-right: 30px;
    background: url(../../img/topic/d2.gif) no-repeat 13px 18px;
    padding-left: 24px;
    color: #252323;
    font-size: 12px;
}
.dwe .shzz_time em {
    color: #0176c5;
    padding-left: 10px;
}

.fl {
    float: left;
}
.fr {
    float: right;
}

.content_fl {
    width: 694px;
    float: left;
    padding-left: 10px;
}
.contet_fl_top {
    height: 252px;
    overflow: hidden;
}
.content_fl_midtop {
    margin-top: 10px;
}
.content_fl_midbottom {
    width: 1006px;
    height: 100px;
    margin-top: 15px;
    padding: 0 10px;
}
.content_fr {
    width: 302px;
    padding-right: 10px;
}

/* 图片滚动 */
.content_scroll {
    width: 335px;
    height: 220px;
    float: left;
    margin-left: 10px;
}
.section-focus-pic ul li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 375px;
    height: 264px;
    list-style-type: none;
    font-size: 0;
}
.item_date {
    float: right;
}

.mod_tit .title {
    height: 30px;
    background: url(../../img/topic/shzz_tibg.gif) repeat-x;
}
.mod_tit .title .more {
    padding-top: 5px;
    color: #848484;
    padding-right: 10px;
}
.mod_tit .title .more a {
    font-size: 12px;
    color: #595959;
}
.mod_tit .title h3 {
    height: 28px;
    float: left;
    padding: 0 22px;
    line-height: 28px;
    color: #0176c5;
    font-size: 16px;
    border-top: 2px solid #0176c5;
    background-color: #fff;
}
.mod_tit .title h3 a {
    color: #0176c5;
    text-decoration: none;
    font-weight: bold;
}

/* 政务要闻 */
.part_news {
    width: 300px;
}
.part_news .title ul li {
    height: 28px;
    float: left;
    padding: 0 22px;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border-top: 2px solid rgba(233,233,233,1);
}
.part_news .title ul li.hover {
    border-top-color: #0176c5;
    color: #0176c5;
    background-color: #fff;
}
.part_news .title ul li a {
    color: #595959;
    text-decoration: none;
}
.part_news .title ul li.hover a {
    color: #0176c5;
}
.part_news .cont {
    height: 222px;
    overflow: hidden;
}
.part_news .cont .tab_cnt ul li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 100%;
    float: left;
    overflow: hidden;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.part_news .cont .tab_cnt ul li span {
    float: right;
    font-size: 12px;
    color: #595959;
}
.part_news .cont .tab_cnt ul li a {
    padding-left: 16px;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 210px;
}
.part_news .cont .tab_cnt ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}

.part_news .cont ul li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 100%;
    float: left;
    overflow: hidden;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.part_news .cont ul li span {
    float: right;
    font-size: 12px;
    color: #595959;
}
.part_news .cont ul li a {
    padding-left: 16px;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 210px;
}
.part_news .cont ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}

/* 通知公告 */
.gov_cate {
    width: 342px;
}
.gov_cate .cont {
    height: 142px;
    overflow: hidden;
}
.gov_cate .cont ul li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 100%;
    float: left;
    overflow: hidden;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.gov_cate .cont ul li span {
    float: right;
    font-size: 12px;
    color: #595959;
}
.gov_cate .cont ul li a {
    padding-left: 16px;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 220px;
    font-weight: inherit;
}
.gov_cate .cont ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}

/* 政策法规 */
.law_rule {
    width: 342px;
}
.law_rule .cont {
    height: 142px;
    overflow: hidden;
}
.law_rule .cont ul li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 100%;
    float: left;
    overflow: hidden;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.law_rule .cont ul li span {
    float: right;
    font-size: 12px;
    color: #595959;
}
.law_rule .cont ul li a {
    padding-left: 16px;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 255px;
}
.law_rule .cont ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}

/* 工作动态 */
.notice {
    width: 302px;
}
.notice .cont {
    height: 222px;
    overflow: hidden;
}

/* 社会组织党建和社会组织动态 */
.shzzdj, .shzzdt {
    width: 342px;
}
.shzzdj .title ul li, .shzzdt .title ul li {
    height: 28px;
    float: left;
    padding: 0 22px;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border-top: 2px solid rgba(233,233,233,1);
}
.shzzdj .title ul li a, .shzzdt .title ul li a {
    color: #595959;
    text-decoration: none;
}
.shzzdj .cont, .shzzdt .cont {
    height: 140px;
    overflow: hidden;
    padding-top: 2px;
}
.shzzdj .cont ul li, .shzzdt .cont ul li {
    width: 342px;
    float: left;
    line-height: 28px;
    font-size: 13px;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.shzzdj .cont ul li a, .shzzdt .cont ul li a {
    display: inline-block;
    float: left;
    width: 255px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 16px;
}
.shzzdj .cont ul li a:hover, .shzzdt .cont ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}
.shzzdj .cont ul li span, .shzzdt .cont ul li span {
    font-size: 12px;
    float: right;
    color: #595959;
}

/* 社会组织网上办事大厅 */
.bsdt_add {
    width: 300px;
    height: 359px;
    background: #d9f4ff;
    margin-top: 24px;
    margin-right: 10px;
}
.bsdt_add h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #0a7ecb;
    padding: 20px 0;
    font-family: '微软雅黑';
}
.bsdt_add a {
    display: block;
    width: 246px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #72c7ff;
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: '微软雅黑';
    color: #0a7ecb;
    font-size: 17px;
    font-weight: 500;
}
.bsdt_add a:hover {
    color: red;
    text-decoration: underline;
    border-color: red;
}

.content_bot {
    width: 100%;
    margin-top: 15px;
}
.xzxk_notice, .shzzpg_notice {
    width: 342px;
}
.xzxk_notice .title ul li, .shzzpg_notice .title ul li {
    height: 28px;
    float: left;
    padding: 0 22px;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border-top: 2px solid #0176c5;
    color: #0176c5;
    background-color: #fff;
}
.xzxk_notice .title ul li a, .shzzpg_notice .title ul li a {
    color: #0176c5;
    text-decoration: none;
}
.xzxk_notice .cont, .shzzpg_notice .cont {
    height: 140px;
    overflow: hidden;
    padding-top: 2px;
}
.xzxk_notice .cont ul li, .shzzpg_notice .cont ul li {
    width: 342px;
    float: left;
    line-height: 28px;
    font-size: 13px;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.xzxk_notice .cont ul li a, .shzzpg_notice .cont ul li a {
    display: inline-block;
    padding-left: 16px;
    float: left;
    width: 255px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xzxk_notice .cont ul li a:hover, .shzzpg_notice .cont ul li a:hover {
    color: #fa7e52;
    text-decoration: underline;
}
.xzxk_notice .cont ul li span, .shzzpg_notice .cont ul li span {
    font-size: 12px;
    float: right;
    color: #595959;
}

.exception {
    width: 300px;
    margin-top: 10px;
}
.exception .cont {
    height: 140px;
    overflow: hidden;
    padding-top: 2px;
}
.exception .cont ul li {
    width: 300px;
    float: left;
    line-height: 28px;
    font-size: 13px;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.exception .cont ul li a {
    display: inline-block;
    padding-left: 16px;
    float: left;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.exception .cont ul li a:hover {
    color: #fa7e52;
    text-decoration: underline;
}
.exception .cont ul li span {
    font-size: 12px;
    float: right;
    color: #595959;
}

.punish {
    width: 302px;
    margin-right: 10px;
}
.punish .title h3 {
    padding: 0 22px;
}
.punish .cont {
    height: 146px;
    overflow: hidden;
}
.punish .cont ul li {
    width: 100%;
    float: left;
    line-height: 28px;
    font-size: 13px;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.punish .cont ul li a {
    display: inline-block;
    float: left;
    width: 211px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 16px;
}
.punish .cont ul li a:hover {
    color: #fa7e52;
    text-decoration: underline;
}
.punish .cont ul li span {
    float: right;
    font-size: 12px;
    color: #595959;
}

.web_service {
    width: 342px;
}
.web_service .title ul li {
    height: 28px;
    float: left;
    padding: 0 22px;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border-top: 2px solid rgba(233,233,233,1);
}
.web_service .title ul li.hover {
    border-top-color: #0176c5;
    color: #0176c5;
    background-color: #fff;
}
.web_service .title ul li a {
    color: #595959;
}
.web_service .title ul li.hover a {
    color: #0176c5;
}
.web_service .tab_cont {
    height: 140px;
    overflow: hidden;
    padding-top: 2px;
}
.web_service .tab_cont .tab_cnt ul li {
    width: 342px;
    float: left;
    line-height: 28px;
    font-size: 13px;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.web_service .tab_cont .tab_cnt ul li a {
    display: inline-block;
    padding-left: 16px;
    float: left;
    width: 255px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.web_service .tab_cont .tab_cnt ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}
.web_service .tab_cont .tab_cnt ul li span {
    font-size: 12px;
    float: right;
    color: #595959;
}

/* 友情链接 */
.friendlink {
    width: 1026px;
    height: 52px;
    line-height: 52px;
    margin: 10px auto;
    overflow: hidden;
    background: #d6d6d6;
}
.friendlink .tlink {
    width: 100px;
    font-size: 14px;
    padding-left: 22px;
}
.friendlink .selection {
    display: block;
    margin-top: 15px;
    line-height: 20px;
    width: 190px;
    margin-right: 20px;
}

/* 二维码 */
.ewm {
    width: 100px;
    position: fixed;
    bottom: 125px;
    right: 25px;
}
.ewm .tit {
    color: #ef3020;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
}
.ewm ul li {
    width: 76px;
}
.ewm ul li .pic {
    width: 76px;
    height: 76px;
    border: 1px solid #ee1505;
    padding: 4px;
    background: #fff;
}
.ewm ul li .pic img {
    border: 0;
}
.ewm ul li .name {
    text-align: center;
    line-height: 20px;
    color: #ef3020;
    font-size: 12px;
}

/* 通用模板内容 */
.side {
    width: 213px;
    float: left;
    padding-left: 12px;
}
.news_cate ul li {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.news_cate ul li a {
    display: block;
    font-weight: bold;
    width: 100%;
    height: 40px;
    text-decoration: none;
    border-top: 1px solid #0e83d2;
    color: #595959;
}
.news_cate ul li a.cur1 {
    background: url(../../img/topic/shzz_libg.png) no-repeat;
    color: #fff;
}
.main {
    width: 712px;
    float: right;
    padding-right: 12px;
}
.mod1 .title {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px dotted #202122;
}
.mod1 .title .load {
    font-size: 14px;
}
.mod1 .title .load span {
    font-weight: bold;
    color: #0176c5;
}
.mod1 .cont {
    height: auto!important;
    height: 510px;
    min-height: 510px;
    padding-top: 10px;
}
.mod2 .cont {
    height: auto!important;
    height: 600px;
    min-height: 600px;
    padding-top: 10px;
} 
.ny_news .cont ul li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 100%;
    float: left;
    overflow: hidden;
    background: url(../../img/topic/shzz_d1.gif) no-repeat 2px 13px;
}
.ny_news .cont ul li span {
    float: right;
    font-size: 14px;
}
.ny_news .cont ul li a {
    padding-left: 16px;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 521px;
    color: #595959;
}
.ny_news .cont ul li a:hover {
    text-decoration: underline;
    color: #fa7e52;
}

/* 图片新闻栏目模板样式 */
.ny_pro .cont ul li {
    width: 224px;
    float: left;
    height: 207px;
    margin: 0 6px;
}
.ny_pro .cont ul li .pic, .ny_pro .cont ul li .pic img {
    width: 224px;
    height: 161px;
}
.ny_pro .cont ul li .name {
    text-align: center;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 4px;
}
.ny_pro .cont ul li .name a {
    color: #595959;
}
.ny_pro .cont ul li .name a:hover {
    text-decoration: underline;
}

/* 图文内容 */
.detail .cont {
    font-size: 14px;
}
.detail .tit {
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #484848;
}
.detail .related {
    padding: 6px 0;
    text-align: center;
}
.detail .related p {
    height: 32px;
    line-height: 32px;
    background: #eaf8fe;
}
.article_main_body {
    margin: 9px 0px 0px 0px;
}
.article_main_body div a:hover {
    text-decoration: underline;
}
.detail .print {
    padding: 8px 0;
    text-align: right;
    clear: both;
}
.detail .print a {
    margin-right: 20px;
}
.detail .print a {
    margin-right: 20px;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
