@charset "UTF-8";
/*css初始化*/ 
body, article, aside, blockquote, button, code, dd, dialog, div, dl, dt, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, input, legend, li, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
body{
    min-width: 1226px;   /*屏幕最小宽度*/
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color:#333;
    background: #f8f8f8;
}
html, body{
    height:100%;
}
.w{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}
/*去掉默认下划线*/
a {
    text-decoration: none;
    color: #333;
    display: block;
}
a:hover{
    color:red;
}
/*去掉默认小圆点*/
ul, li ,ol {
    list-style: none;
}
/*默认字体*/
em, i ,h1, h2, h3, h4, h5, h6 {
    font-style: normal
}
input, button, textarea, select, img ,a{
    outline-style: none;
    border: none;
}
/*去掉边框*/
fieldset{
    border: 0;
}
img{
    /* width: 100%; */
    vertical-align: middle;
}
/*清除table默认样式*/
table {
    border-collapse: collapse;
    border-spacing: 0
}
/*文字超出隐藏...*/
.text_hide{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*左浮动*/
.fl {
    float: left;
}
/*右浮动*/
.fr {
    float: right;
}
/*居中*/
.ct {
    text-align: center;
    cursor: pointer;
}
.text_fr{
    text-align: right;
}
.text_fl{

    text-align: left;
}



/* 头部 */
#top{
    width: 100%;
    height: 275px;
}
.top{
    width:100%;
    height:230px;
    float:left;
    background:url(../images/header.png);
    background-repeat:no-repeat;
}
.header{
    width:1200px;
    height:75px;
    margin:0 auto;
    margin-top:88px;
}
.logo {
    height: 74px;
    line-height: 74px;
    font-size: 40px;
    color: #fff;
    display: block;
    float: left;
}

.ssdl{
    width:405px;
    height:40px;
    float:right;
    margin-top:20px;
}
.search{
    width:312px;
    height:40px;
    float:left;
    background:#fff;
}
.search input{
    width:200px;
    height:24px;
    line-height:24px;
    border:0;
    outline:none;
    margin-top:8px;
    margin-left:10px;
    font-size:14px;
    color:#c0c0c0;
    float:left;
}
.search button{
    width:79px;
    height:38px;
    margin-top:1px;
    float:right;
    margin-right:1px;
    background:#c90006;
    text-align:center;
    line-height:38px;
    color:#fff;
    font-size:16px;
}
.login{
    width:81px;
    height:40px;
    background:#fda916;
    float:right;
    color:#fff;
    font-size:16px;
    text-align:center;
    line-height:40px;
}
.dhl{
    width:100%;
    height:45px;
    float:left;
    background:#c10005;
}
.nav{
    width:1200px;
    height:45px;
    margin:0 auto;
}
.nav a{
    width:100px;
    height:45px;
  	margin-left:10px;
  	margin-right:10px;
    float:left;
    display:block;
    color:white;
    font-size:16px;
    line-height:45px;
    text-align:center;
}
.nav a:hover{
    background:#fda916;
}

/* 底部 */
.wrap2{
    width:100%;
    height:77px;
    float:left;
    background:#cbcbcb;
}
.links{
    width:1000px;
    height:40px;
    margin:0 auto;
    margin-top:19px;
}
.links select{
    margin-right:20px;
    width:204px;
    height:38px;
    border:1px solid #dcdcdc;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:url(../images/select.png);
    text-indent:12px;
    font-size:16px;
    color:#333;
}
select::-ms-expand { display: none; }
#bottom{
    float:left;
    width:100%;
    height:137px;
    background:#3f3f3f;
}
.footer{
    width:1000px;
    height:90px;
    margin:0 auto;
    margin-top:35px;
}
.footer p{
    width:801px;
    font-size:14px;
    color:#fff;
    float:left;
    margin-bottom:8px;
}
.xflg{
    width:60px;
    height:90px;
    float:right;
}
.xflg img{
    width:60px;
    height:60px;
}
.xflg p{
    width:60px;
    height:30px;
}

.details,.present,.leadership,.train,.appearance,.general,.particulars,.journalism,.statute,.workers{
    padding: 20px;
}
/*  */
.list_title{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e0e0de;
    padding: 0 10px;
    background: url(../images/titbg.jpg);
}
.list_title img{
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}
.list_title span{
    color: #c10005;
    font-size: 16px;
    float: left;
}
.list_title a{
    float: right;
    color: #737373;
}
.list_ul li{
    height: 18px;
    line-height: 18px;
    margin: 15px 10px 0 15px;
    background: url(../images/sqr.png) no-repeat;
    background-position: left center;
    text-indent: 10px;
}
.list_ul li a{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_ul li span{
    float: right;
    color: #777777;
}

.lb_page{margin-top: 10px;height: 37px;line-height: 37px;font-size: 14px;}
.lb_page .page_left{float: left;}
.lb_page .page_right{float: right;}
.lb_page .page_r{float: left;margin-left: 66px;}
.lb_page .page_r a{display: block;float: left;font-size: 14px;color: #333;height: 35px;padding: 0 10px;line-height: 35px;border:1px solid #eee;border-right: none;}
.lb_page .page_r a:hover{color: #c00;}
.lb_page .page_r .wei{border-right:1px solid #eee;}
.lb_page .page_left span{color: #e3393a;}
.lb_page .page_right a{color: #333;}
.lb_page .page_right input{width: 29px;height: 19px;border: 1px solid #eee;text-align: center;margin: 0 10px 0 9px;}
.lb_page .page_right i{display: inline-block;width: 31px;height: 21px;background-color: #0d7dca;text-align: center;color: #fff;
font-style:normal;line-height: 21px;cursor: pointer;}
                           
/* 部门详情<!-- 中间部分 左边--> */
.details_left{
    width: 248px;
    border: 1px solid #e0e0de;
}
.details_left_tie{
    height: 40px;
    line-height: 40px;
    background: #f6f6f5;
    font-size: 16px;
    color: #c10005;
    border-bottom: 1px solid #e0e0de;
}
.details_left_tie img{
    margin: 0 6px 0 10px;
}
.list_dl{
    padding: 10px 10px 0;
}
.list_dt{
    background: #c10005;
    color: white;
    width: 170px;
    padding: 0 40px 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 11px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/off.png") no-repeat;
    background-size: cover;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
    background-size: cover;
}
.list_dd{
    display: none;
}
.list_li{
    background: #f0f0f0;
    list-style-type: none;
    color: #000;
    width: 200px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}
.list_li:hover{
    width:198px;
    border: 1px solid #c10005;
    color: #c10005;
    background: #fff;
}
#selects{
    width:198px;
    border: 1px solid #c10005;
    background: #fff;
}
#selects a{
    color: #c10005;                    
}                        
/* <!-- 中间部分 右边--> */
.details_right_top{
    width: 728px;
    border: 1px solid #e0e0de;
}
.introduce h1{
    font-size: 18px;
    float: none;
}
.introduce dt {
    padding: 18px 0;
}
.introduce dt span{
    display: block;
    width: 86px;
    height: 25px;
    line-height: 25px;
    background: #c10005;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.details_right_top .introduce{
    padding: 40px 26px 40px 40px;
}
.details_right_bot > .fl,.details_right_bot > .fr{
    width: 358px;
    height: 258px;
    border: 1px solid #e0e0de;
    margin-top: 10px;
}
/* .details_right_bot > .fl .title{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e0e0de;
    padding: 0 10px;
    background: url(../images/titbg.jpg);
}
.details_right_bot > .fl .title span{
    color: #c10005;
    font-size: 16px;
}
.details_right_bot > .fl .title a{
    color: #737373;
}
.details_right_bot > .fl .title img{
    margin-top: 17px;
    margin-right: 10px;
} */
/* .details_right_bot > .fl ul li{
    height: 18px;
    line-height: 18px;
    margin: 16px 10px 0 15px;
    background: url(../images/sqr.png) no-repeat;
    background-position: left center;
} */
.details_right_bot > .fl ul a{
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.details_right_bot > .fl ul span{
    float: right;
}
/* 机构介绍<!-- 中间部分 上面 --> */
.present_top{
    width: 1000px;
    height: 308px;
}
.present_top_fl{
    width: 726px;
    height: 308px;
    border: 1px solid #e0e0de;
}
.present_top_fl .left_bot{
    margin: 20px;
}
.present_top_fl .left_bot img{
    margin-right: 20px;
    width: 267px;
    height: 229px;
}
.present_top_fl .left_bot p{
    line-height: 1.6;
    text-indent: 26px;
    width: 399px;
    margin-top: 10px;
    text-align: justify;
}
.present_top_fl .left_bot p a{
    margin-top: 22px;
    color: #b72024;
}
.present_top_fr{
    width: 248px;
    height: 308px;
    border: 1px solid #e0e0de;
}
.present_top_fr .right_bot{
    margin: 10px;
}
.right_bot_name img{
    margin-right: 10px;
    width:112px;
    height:139px;
}
.right_bot_name p{
   width: 100px;
}
.right_bot_name p strong{
    font-size: 16px;
    margin-bottom: 10px;
}
.right_bot_name p strong,.right_bot_name p span{
    display: block;
}
.right_bot_name p span{
    margin-bottom: 8px;
}
.right_bot_text{
    margin-top: 15px;
}
.right_bot_text p{
    margin-bottom:8px;
    float:left;
}
.right_bot_text strong{
    float:left;
}
.right_bot_text a{
    margin-left:10px;
    float:left;
}
/* <!-- 中间部分 下面 --> */
.present_bot{
    height: 322px;
    margin-top: 20px;
}
.present_bot_fl,.present_bot_fr{
    width: 488px;
    height: 322px;
    border: 1px solid #e0e0de;
}

/* 技能培训<!-- 中间部分 上面 --> */
.train_top{
    height: 280px;
    border: 1px solid #e0e0de;
    margin-bottom: 20px;
}
.train_top_bot{
    padding: 20px;
}
.train_top_bot .left1{
    width: 330px;
}
.train_top_bot .left1 p{
    margin-top: 8px;
    font-size: 16px;
}
.train_top_bot .left2{
    width: 302px;
    height: 192px;
    border-right: 1px solid #e0e0de;
    margin-left: 20px;
    margin-top: 6px;
}
.train_top_bot .left2 li,.train_top_bot .left3 li{
    width: 282px;
    height: 45px;
    margin: 0;
    border-bottom: 1px dashed #e0e0de;
}
.train_top_bot .left2 li.li1,.train_top_bot .left3 li.li1{
    padding-bottom: 16px;
    background-position: left 10px;
}
.train_top_bot .left2 li.li2,.train_top_bot .left3 li.li2{
    padding: 14px 0;
    background-position: left 24px;
}
.train_top_bot .left2 li.li3,.train_top_bot .left3 li.li3{
    border: none;
    padding-top: 16px;
    background-position: left 26px;
}
.train_top_bot .left2 li a,.train_top_bot .left3 li a{
    float: inherit;
    margin-bottom: 6px; 
}
.train_top_bot .left2 li p,.train_top_bot .left3 li p{
    color: #898989;
}
.train_top_bot .left3{
    margin-left: 20px;
    margin-top: 6px;
}
/* <!-- 中间部分 下面 --> */
.train_bot{
    height: 320px;
}
.train_bot_left{
    width: 488px;
    height: 320px;
    border: 1px solid #e0e0de;
}
.train_bot_right{
    height: 250px;
}
.bot_right_ct{
    padding: 20px;
}
.bot_right_ct .part2{
    background: #fff;
    overflow: hidden;
    position: relative;
}
.bot_right_ct .prev,.bot_right_ct .next{
    width: 28px;
    height: 28px;
    background: #000;
    line-height: 28px;
    color: #999999;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-family: "宋体";
    position: absolute;
    z-index: 100000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    top: 50%;
    margin-top: -28px;
}
.bot_right_ct .prev{
    float: left;
    left: 0;
}
.bot_right_ct .next{
    float: right;
    right: 0;
}
.bot_right_ct .slide3{
    float: left;
}

.bot_right_ct .slide3 ul{
    float: left;
}
.bot_right_ct .slide3 li{
    width: 200px;
    color: #fff;
    float: left;
    margin-left: 16px;
}
.bot_right_ct .slide3 li a{
    display: block;
    width: 200px;
}
.bot_right_ct .slide3 li a img{
    width: 200px;
    height: 150px;
}
.bot_right_ct .slide3 li a p{
    margin-top: 10px;
}

.bot_right_bot{
    height: 48px;
}
.bot_right_bot a{
    float: left;
    width: 234px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e0e0de;
    margin-top: 20px;
    font-size: 18px;
    color: #b72024;
}
.bot_right_bot a img{
    margin-right: 10px;
}

/* 劳模风采<!-- 辽宁工匠 --> */
.appearance_craftsman{
    height: 280px;
    border: 1px solid #e0e0de;
    margin-bottom: 20px;
}
.train_top_bot{
    padding: 20px;
}
.train_top_bot .left1{
    width: 330px;
}
.train_top_bot .left1 p{
    margin-top: 8px;
    font-size: 16px;
}
.train_top_bot .left2{
    width: 302px;
    height: 192px;
    border-right: 1px solid #e0e0de;
    margin-left: 20px;
    margin-top: 6px;
}
.train_top_bot .left2 li,.train_top_bot .left3 li{
    width: 282px;
    height: 45px;
    margin: 0;
    border-bottom: 1px dashed #e0e0de;
}
.train_top_bot .left2 li.li1,.train_top_bot .left3 li.li1{
    padding-bottom: 16px;
    background-position: left 10px;
}
.train_top_bot .left2 li.li2,.train_top_bot .left3 li.li2{
    padding: 14px 0;
    background-position: left 24px;
}
.train_top_bot .left2 li.li3,.train_top_bot .left3 li.li3{
    border: none;
    padding-top: 16px;
    background-position: left 26px;
}
.train_top_bot .left2 li a,.train_top_bot .left3 li a{
    float: inherit;
    margin-bottom: 6px; 
}
.train_top_bot .left2 li p,.train_top_bot .left3 li p{
    color: #898989;
}
.train_top_bot .left3{
    margin-left: 20px;
    margin-top: 6px;
}
/* <!-- 劳模事迹 --> */
.appearance_deeds{
    height: 254px;
    padding-bottom: 20px;
}
.appearance_deeds > .fl,.appearance_deeds > .fr{
    width: 488px;
    height: 254px;
    border: 1px solid #e0e0de;
}
.appearance_deeds_right{
    padding: 20px;
}
.deeds_right_text{
    height: 80px;
}
.deeds_right_text img{
    margin-right: 20px;
    width: 80px;
    height: 80px;
}
.deeds_right_text p {
    font-size: 12px;
    color: #555555;
    line-height: 1.5;
}
.deeds_right_text p strong{
    display: block;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 8px;
    color: #333;
}
/* <!-- 劳模榜样 --> */
.appearance_example{
    border: 1px solid #e0e0de;
    margin-bottom: 20px;
    height: 234px;
}
.appearance_example_top{
    /* padding: 20px; */
    padding-top: 20px;
    padding-bottom: 8px;
}
.appearance_example_top .part2{
    background: #fff;
    overflow: hidden;
    position: relative;
}
.appearance_example_top .slide3{
    float: left;
}

.appearance_example_top .slide3 ul{
    float: left;
}
.appearance_example_top .slide3 li{
    color: #fff;
    float: left;
    margin-left: 26px;
}
.appearance_example_top .slide3 li a{
    display: block;
}
.appearance_example_top .slide3 li a img{
    width: 161px;
    height: 130px;
    border: 1px solid #e0e0de;
    padding: 4px;
}
.appearance_example_top .slide3 li a p{
    margin-top: 6px;
}
/* <!-- 劳模留言墙 --> */
.appearance_message{
    /* height: 770px; */
    border: 1px solid #e0e0de;
    padding-bottom: 20px;
}
.appearance_message_bot{
    padding: 18px;
}
.appearance_message_bot li{
    border-bottom: 1px solid #e0e0de;
    margin-bottom: 18px;
    padding-bottom: 20px;
}
.appearance_message_bot strong{
    font-size: 16px;
}
.appearance_message_bot p{
    padding-top: 14px;
    padding-bottom: 16px; 
}
.appearance_message_bot span{
    font-size: 12px;
    color: #a2a2a2; 
}
.appearance_message_text{
    text-align: center;
    padding-top: 20px;
    display: none;
}
.appearance_message_text textarea{
    background: #f8f8f8; 
    width: 940px;
    height: 140px;
    padding: 10px;
    margin-bottom: 20px;
}
.appearance_message_text div{
    width: 204px;
    margin: 0 auto;
}
.appearance_message_text form .submit,.appearance_message_text form .reset{
    width: 92px;
    height: 40px;
    line-height: 40px;
    background: #b72024;
    float: left;
    color: #fff;
    border-radius: 4px;
}
.appearance_message_text form .reset{
    background: #eeeeee;
    color: #555555;
    margin-left: 20px;
}

/* 辽宁省工会领导<!-- 中间部分 左边 --> */
.leadership_left{
    width: 248px;
    height: 652px;
    border: 1px solid #e0e0de;
}
.leadership_left a{
    display:block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    margin: 10px;
    background: #f4f5f5;
    padding-left: 20px;
    padding-right: 10px;
}
.leadership_left a.active{
    background: #c10005;
}
.leadership_left a.active span{
    color: #fff;
}
.leadership_left a .span1{
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.leadership_left a .span2{
    float: right;
    color: #8b8c8c;
}
/* <!-- 中间部分 右边 --> */
.leadership_right{
    width: 728px;
    height: 652px;
    border: 1px solid #e0e0de;
}
.leadership_right_top,.leadership_right_bot{
    padding: 20px;
}
.leadership_right_top > .fr{
    width: 490px;
    margin-top: 20px;
}
.leadership_right_top > .fr h1{
    padding-bottom: 20px;
    font-size: 18px;
}
.leadership_right_top > .fr p{
    margin-bottom: 16px;
}
.leadership_right_top > .fr a{
    display: block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #c10005;
    margin-top: 16px;
}
.leadership_right_top > .fr a img{
    margin-top: -3px;
    margin-right: 4px;
}
.leadership_right_bot{
    padding-top: 0; 
}
.lingdxx{
    width: 280px;
    height: 66px;
    float: right;
    background: url(../images/ldxx.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    border: 1px solid #efefef;
    display: none;
}
/* 新闻中心 */
.journalism_1,.journalism_2,.journalism_4,.journalism_5,.journalism_6{
    height: 322px;
    padding-bottom: 20px;
}
.journalism_2_left,.journalism_2_right,
.journalism_1_left,.journalism_1_right,
.journalism_4_left,.journalism_4_right,
.journalism_5_left,.journalism_5_right,
.journalism_6_left,.journalism_6_right{
    width: 488px;
    height: 320px;
    border: 1px solid #e0e0de;
}
/* <!-- 全总要闻 --> */
.journalism_1_left .list_ul li{
    height: 64px;
    border-bottom: 1px solid #e0e0de;
    margin-top: 14px;
    padding-bottom: 14px;
    line-height: initial;
    background-position: left 10px;
    text-indent: 0;
    padding-left: 10px;
}
.journalism_1_left .list_ul li.li3{
    border: none;
}
.journalism_1_left .list_ul li a{
    float: initial;
    font-size: 16px;
}
.journalism_1_left .list_ul li p{
    margin-top: 10px;
    color: #777777;
}
/* <!-- 专题活动 --> */
.journalism_3{
    border: 1px solid #e0e0de;
    margin-bottom: 20px;
    height: 148px;
}
.journalism_3 .part2{
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    width: 926px;
    margin-left: 18px;
}
.journalism_3 .slide3{
    float: left;
}

.journalism_3 .slide3 ul{
    float: left;
}
.journalism_3 .slide3 li{
    color: #fff;
    float: left;
    margin-left: 20px;
}
.journalism_3 .slide3 li a{
    display: block;
}
.journalism_3 .slide3 li a img{
    height: 104px;
    width: 161px;
    border: 2px solid #e0e0de;
}
.journalism_3 .slide3 li a p{
    margin-top: 6px;
}
.journalism_3_left{
    width: 18px;
    height: 128px;
    border-right: 1px solid #e0e0de;
    background: #f0eff0;
    font-size: 16px;
    padding: 20px 10px 0;
    text-align: center;
}
.journalism_3 .prev,.journalism_3 .next{
    width: 28px;
    height: 28px;
    background: #000;
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-family: "宋体";
    position: absolute;
    z-index: 100000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    top: 50%;
    margin-top: -20px;
}
.journalism_3 .prev{
    float: left;
    left: 0;
}
.journalism_3 .next{
    float: right;
    right: 0;
}

/* 政策法规<!-- 中间部分 左边 --> */
.statute_left,.statute_right{
    height: 524px;
}
.statute_left{
    width: 638px;
    border: 1px solid #e0e0de;
}
.statute_left_bot{
    padding: 20px 16px;
}
.statute_left_bot form{
    width: 568px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 10px 20px;
}
.statute_left_bot .text{
    width: 348px;
    height: 28px;
    border: 1px solid #e0e0de;
    margin-left: 16px;
}
.statute_left_bot .submit,.statute_left_bot .reset{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.statute_left_bot .submit{
    background: #b72024;
    margin-right: 10px;
    margin-left: 16px;
}
.statute_left_bot .reset{
    background: #aaa;
}
.statute_left_bot ul{
    padding: 5px 0;
}
.statute_left_bot li{
    margin: 0;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #e0e0de;
}
/* <!-- 中间部分 右边 --> */
.statute_right{
    width: 338px;
}
.statute_right_top{
    margin-bottom: 20px;
}
.statute_right_top,.statute_right_bot{
    height: 251px;
    border: 1px solid #e0e0de;
}
.statute_right_top ul li a{
    width: 203px;
}

/* 职工服务<!-- 中间部分 右边 --> */
.workers_top ul{
    padding: 0 99px;
}
.workers_top li,.workers_bot li{
    width: 160px;
    height: 130px;
    float: left;
    text-align: center;
}
.workers_top li img,.workers_bot li img{
    padding-top: 35px;
}
.workers_top li p,.workers_bot li p{
    padding-top: 22px;
}
.workers_bot ul{
    padding: 0 159px;
    padding-bottom: 20px;
}
.workers_bot li{
    width: 170px;
}