/*初始化css*/
body {
    font-family: 微软雅黑;
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
    color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
    color: #e30000;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
    color: #e30000;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

.w1230 {
    width: 1230px;
    margin: 0 auto;
    position: relative;
}


/* main */
.main-box {
    width: 1230px;
    height: auto;
    margin: 0 auto;
}

/* 通知公告 */
.tzgg-box {
    width: 100%;
    height: 25px;
    margin: 30px 0;
}

.txtMarquee-left {
    width: 1149px;
    position: relative;
    background-color: #f2f2f2;
}

.txtMarquee-left .bd {
    padding: 0 20px;
}

.txtMarquee-left .bd ul.tzgg-list {
    zoom: 1;
}

.txtMarquee-left .bd .tempWrap {
    width: 1124px !important;
}

.txtMarquee-left .bd ul.tzgg-list li {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    width: auto !important;
    padding-left: 20px;
}

.section1 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* 轮播 */
.lunbo {
    width: 665px;
    height: 425px;
}

#focus {
    width: 665px;
    height: 425px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

#focus ul {
    height: 425px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 665px;
    height: 425px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li img {
    width: 100%;
    height: 425px;
    border: 0;
}

#focus ul li div.photo_bt {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    line-height: 40px;
}

#focus .photo_bt a {
    color: #ffffff;
    font-size: 15px;
}

#focus .btnBg {
    position: absolute;
    width: 665px;
    height: 40px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 665px;
    height: 17px;
    padding: 14px 10px;
    right: 15px;
    bottom: 17px;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 8px;
    height: 8px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #ffffff;
    /* border-radius: 10px; */
}

#focus .btn span.on {
    background: #f1060e;
    width: 20px;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 155px;
    background: url(/jxsfljxsfnlhh/images/jt.png) no-repeat 0 0;
    cursor: pointer;
}

#focus .pre {
    left: 0;
}

#focus .next {
    right: 0;
    background-position: right top;
}

.section1 .right-box {
    width: 536px;
    height: auto;
    /* margin-bottom: 25px; */
}

/* 时政要闻 */
.section1 .right-box .szyw-box {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.szyw-box ul.tit {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 6px;
}

.szyw-box ul.tit li {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    float: left;
    font-size: 18px;
    border-radius: 10px;
    margin-right: 10px;
}

.szyw-box ul.tit li.hover {
    background: #e30000;
}

.szyw-box ul.tit li.hover a {
    color: #ffffff;
}

.szyw-box .list_pad {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 5px 0;
}

.szyw-box .list_pad ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 15px;
    background: url(/jxsfljxsfnlhh/images/dian.png) left no-repeat;
    color: #555555;
}

.szyw-box .list_pad ul li span {
    float: right;
}

/* 妇联动态 */
.section1 .right-box .fldt-box {
    width: 100%;
    height: auto;
}

.fldt-box ul.tit {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 6px;
}

.fldt-box ul.tit li {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    float: left;
    font-size: 18px;
    border-radius: 10px;
    margin-right: 10px;
}

.fldt-box ul.tit li.hover {
    background: #e30000;
}

.fldt-box ul.tit li.hover a {
    color: #ffffff;
}

.fldt-box .list_pad {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 8px 0 0;
}

.fldt-box .list_pad ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 16px;
    background: url(dian.png) left no-repeat;
    color: #555555;
}

.fldt-box .list_pad ul li span {
    float: right;
}

/* 大图 */
.bigpic {
    width: 100%;
    height: 148px;
    margin-bottom: 20px;
}

/* 权益维护电话 */
.qywh-phone {
    background: url(/jxsfljxsfnlhh/images/phone.png) left center no-repeat;
    padding-left: 30px;
    float: right !important;
    font-size: 17px !important;
    color: #d50707;
    line-height: 36px !important;
    font-weight: bold;
}

.section2 {
    width: 100%;
    height: auto;
}

.section2 .left-box {
    width: 400px;
    height: auto;
}

.section2 .left-box ul.tit {
    border-bottom: 1px solid #eeeeee;
}

.section2 .left-box ul.tit li {
    height: 36px;
    line-height: 30px;
    float: left;
    font-size: 20px;
}

.section2 .left-box ul.tit li.hover {
    border-bottom: 2px solid #e30000;
}

.section2 .left-box ul.tit li.hover a {
    color: #e30000;
}

.section2 .left-box .list_pad {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 12px 0;
}

.section2 .left-box .list_pad ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 16px;
    background: url(dian.png) left no-repeat;
    color: #555555;
}

.section2 .left-box .list_pad ul li span {
    float: right;
}

.section2 .left-xx {
    width: 830px;
    height: auto;
}

.section2 .right-box {
    width: 360px;
    height: auto;
}

.section2 .right-box ul.tit {
    border-bottom: 1px solid #eeeeee;
}

.section2 .right-box ul.tit li {
    height: 36px;
    line-height: 30px;
    float: left;
    font-size: 20px;
}

.section2 .right-box ul.tit li.hover {
    border-bottom: 2px solid #e30000;
}

.section2 .right-box ul.tit li.hover a {
    color: #e30000;
}

.section2 .right-box .list_pad {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 12px 0;
}

.section2 .right-box .list_pad ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 16px;
    background: url(dian.png) left no-repeat;
    color: #555555;
}

.section2 .right-box .list_pad ul li span {
    float: right;
}

.section2 .zxzxpic {
    width: 100%;
    height: 48px;
    text-align: center;
    margin-top: 10px;
}

.section2 .zxzxpic img {
    width: 362px;
    height: 48px;
    text-align: center;
}

.section2 .right-search {
    width: 360px;
    height: auto;
}

.section2 .right-search ul.tit {
    border-bottom: 1px solid #e30000;
}

.section2 .right-search ul.tit li {
    height: 36px;
    line-height: 30px;
    float: left;
    font-size: 20px;
}

.section2 .right-search ul.tit li.hover a {
    color: #e30000;
}

.section2 .right-search .item-search {
    width: 100%;
    margin-top: 5px;
}

.section2 .right-search .item-search .title {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}

input.sec-input {
    width: 287px;
    height: 36px;
    border: 1px solid #cbcbcb;
    float: left;
}

input.sec-submit {
    width: 73px;
    height: 35px;
    background: url(/jxsfljxsfnlhh/images/search-btn2.png) no-repeat;
    border: 0;
    float: left;
}

.nvbao {
    width: 100%;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.nvbao img {
    width: 360px;
}

.nvbao .zhezhao {
    position: absolute;
    background: url(/jxsfljxsfnlhh/images/nvbao-bj.png);
    width: 350px;
    bottom: 0;
    height: 80px;
    padding: 5px 40px;
}

.nvbao .zhezhao p {
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
    font-weight: bold;
}

/* 专题专栏 */
.section3 .picScroll-left {
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.section3 .picScroll-left .hd {
    position: relative;
}

.section3 .picScroll-left .prev,
.section3 .picScroll-left .next {
    position: absolute;
    display: block;
    width: 20px;
    height: 34px;
    top: 25px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
}

.section3 .picScroll-left .next {
    background: url(/jxsfljxsfnlhh/images/jt2.png) no-repeat;
    right: 12px;
    background-size: 100%;
}

.section3 .picScroll-left .prev {
    background: url(/jxsfljxsfnlhh/images/jt1.png) no-repeat;
    left: 8px;
    background-size: 100%;
}

.section3 .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.section3 .picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.section3 .picScroll-left .bd ul li .pic {
    text-align: center;
}

.section3 .picScroll-left .bd ul li .pic img {
    width: 298px;
    height: 82px;
    display: block;
}

.section3 .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.section3 .picScroll-left .bd ul li .title {
    line-height: 24px;
}

.section3 .picScroll-left .tempWrap {
    width: 100% !important;
}

/* 导航链接 */
.daohanglink {
    width: 1230px;
    height: auto;
    margin: 0 auto;
}

.toplink ul.tit {
    border-bottom: 1px solid #e30000;
}

.toplink ul.tit li {
    height: 37px;
    line-height: 30px;
    float: left;
    font-size: 20px;
}

.toplink ul.tit li.hover {
    color: #e30000;
    font-weight: bold;
    border-bottom: 2px solid #e30000;
}

.toplink ul.listlink {
    margin: 20px 0;
}

.toplink ul.listlink li {
    float: left;
    margin-left: 15px;
}

.toplink ul.listlink li:first-child {
    margin-left: 0;
}

/* 友情链接 */
.footer-links {
    padding: 15px 0 5px;
    background: #e3e3e3;
}

.container {
    width: 1230px;
    height: auto;
    margin: 0 auto;
}

.footer-links .hd ul {
    margin: 0 -10px;
}

.footer-links .hd ul li {
    float: left;
    width: 33%;
    margin-bottom: 8px;
}

.footer-links .hd ul li span {
    display: block;
    position: relative;
    z-index: 5;
    padding: 0 10px;
    margin: 0 30px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #666666;
    border: #dddddd 1px solid;
    background: #fff;
}

.footer-links .hd ul li span a {
    display: block;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.footer-links .hd ul li.hs span {
    text-align: left;
    padding-right: 30px;
}

.footer-links .hd ul li.hs span:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: transparent solid 6px;
    border-top-color: #999999;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
}

.footer-links .hd ul li.on span {
    border-bottom-width: 0;
    color: #000;
}

.footer-links .hd ul li.on span a {
    color: #0558b8;
}

.footer-links .hd ul li.on span:before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.footer-links .hd ul li.on span:after {
    content: '';
    height: 10px;
    position: absolute;
    top: 35px;
    left: -1px;
    right: -1px;
    border-left: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
    background: #fff;
}

.footer-links .bd ul {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: #dddddd 1px solid;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    display: none;
}

.footer-links .bd ul li {
    float: left;
    width: 20%;
}

.footer-links .bd ul li h4 {
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
    overflow: hidden;
    vertical-align: top;
}

.footer-links .bd ul li a {
    color: #666;
    float: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.footer-links .bd ul li a:hover {
    color: #0e59a4;
}

/* 右侧侧边栏 */
.right-nav {
    display: block;
    text-align: center;
    float: left;
    position: fixed;
    top: 40%;
    z-index: 100;
    margin-left: 640px;
    left: 50%;
}

.right-nav .box {
    width: 73px;
    height: auto;
    position: relative;
}

.right-nav .box p {
    position: absolute;
    top: -22px;
    right: 0px;
    font-size: 14px;
    color: #ff9595;
}

.right-nav .box ul li {
    width: 73px;
    height: 79px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.weixin-ewm{
    position: absolute;
    width: 120px;
    height: 120px;
    left: -120px;
    top: -20px;
    display: none;
}
.weibo-ewm{
    position: absolute;
    width: 120px;
    height: 120px;
    left: -120px;
    top: -20px;
    display: none;
}
.app-ewm{
    position: absolute;
    width: 120px;
    height: 120px;
    left: -120px;
    top: -20px;
    display: none;
}
.email-list{
    width: 180px;
    height: 79px;
    text-align: center;
    line-height: 79px;
    color: #ffffff;
    font-size: 16px;
    background-color: cadetblue;
    padding: 0 20px;
    position: absolute;
    left: -180px;
    top: 0;
    display: none;
}

