@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: 1200px;
    /*屏幕最小宽度*/
    margin: 0 auto;
    /*font-family: "Microsoft YaHei";*/
    /*font-family: SourceHanSansCN-Medium;*/
    font-family: 'Noto Serif SC';
    font-size: 14px;
    /*color: #333;*/
    /*background: #f8f8f8;*/
}

html,
body {
    height: 100%;
}

.w {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background: #fff;*/
}

/*去掉默认下划线*/
a {
    text-decoration: none;
    color: #333;
    display: block;
}

a:hover {
    color: #c20606;
    /* 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%; */
    /*width: 308px;*/
    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;
    width: 910px;
    /*740px;*/
}

/*居中*/
.ct {
    text-align: center;
    cursor: pointer;
}

.text_fr {
    text-align: right;
}

.text_fl {

    text-align: left;
}

/* 头部 */
#top {
    width: 100%;
    height: 195px;
    /*background: #fff;*/
    background: #F4F6F7!important;
}

.top {
    width: 100%;
    height: 272px;
    float: left;
    margin-top: 29px;
}

.header {
    width: 1200px;
    height: 125px;
    margin: 0 auto;
    /*background:url(../images/banner_1112.png);*/
    background-repeat: no-repeat;
    background-position: top center;
}

.logo {
    width: 391px;
    height: 78px;
    display: block;
    float: left;
    margin-top: 14px;
}

.ssdl {
    width: 775px;
    height: 80px;
    float: right;
    margin-top: 14px;
    padding: 20px 0;
}

.search {
    width: 477px;
    height: 60px;
    float: right;
    background: #fff;
    margin-top: 5px;
    border-radius: 15px;
}

.search_kuang {
    float: right;
    width: 295px;
    height: 36px;
    /*  width:295px;
    height:36px;
    float:left;
    background:url(../images/searchs_bg.png);*/
}

.search_kuang p {
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    float: left;
}

.search_kuang input {
    float: left;
    display: block;
    /*border-left: 1px solid #e6e6e6;*/
    width: 160px;
    height: 22px;
    line-height: 22px;
    outline: none;
    margin-top: 7px;
    text-indent: 10px;
    font-size: 18px;
    color: #999999;
    background: border-box;
}

.search_kuang button {
    width: 45px;
    height: 34px;
    float: right;
    cursor: pointer;
    background: none;
    margin-top: 1px;
    background: url(../images/searchicon-icon.png) no-repeat center center;
}

.login {
    width: 140px;
    height: 36px;
    background: #fda916;
    float: left;
    margin-left: 20px;
    color: #262626;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
}

.o_links {
    width: 480px;
    height: 20px;
    float: right;
}

.o_links a {
    color: #333;
    font-size: 14px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

.o_links a.reds {
    color: #c20606;
    font-size: 14px;
    float: left;
}

.o_links span {
    color: #ccc;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}

.dhl {
    width: 100%;
    height: 45px;
    float: left;
    background:#c20606;
    /*background-image: url(../images/huabian.png);*/
}

.nav {
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    background: #c20606;
}

.nav .nav_a,
.nav .nav_hide,
.nav .nLi {
    width: 126px;   /* 112px;*/
    height: 35px;
    /*45px;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    display: block;
    /*color:#2F9FF6;  color:white;*/
    font-size: 18px;
    line-height: 35px;
    /*50px;*/
    text-align: center;
    color: white;
}

.nav_b {
    width: 100px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: white;
}



.nav .nLi {
    position: relative;
}

.jcgh {
    width: 100px;
    height: 45px;
    display: block;
    cursor: pointer;
}

.sube {
    display: none;
    width: 250px;
    position: absolute;
    left: 0;
    top: 45px;
    background: #c20606;
    /*#c10005;*/
    line-height: 30px;
    padding: 5px 0;
    z-index: 99999;
}

.sube li {
    width: 50%;
    height: 30px;
    float: left;
    text-align: center;
}

.sube li a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.nav a:hover,
.nav .jcgh:hover,
.sube li a:hover {
    /*background:#fda916;*/
    /*background: #fda916;*/
    border-radius: 5px;
    color: black;
}

/* 底部 */
.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
    flex-direction: row;
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    margin-top: 35px;
}

.footer p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 0 15px;
}

.dzjglogo {
    margin: 0 40px 0 40px;
}

.xflg {
    width: 60px;
    height: 90px;
    float: right;
}

.xflg img {
    width: 60px;
    height: 60px;
}

.xflg p {
    width: 60px;
    height: 30px;
}*/
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: 841px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-bottom: 8px;
    text-align: center;
}

.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: 39px;
    line-height: 38px;
    border-bottom: 1px solid #e0e0de;
    /*border-bottom: 1px solid #c20606;*/
    padding: 0 10px;
    /*background: url(../images/titbg.jpg);*/
}

.list_title img {
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

.list_title span {
    color: #c20606;
    /*#c10005;*/
    font-size: 20px;
    /*16px;*/
    float: left;
    border-bottom: 2px solid #c20606;
}

.list_title a {
    float: right;
    color: #c20606;
    /*#737373;*/
}

.bmjcygh {
    /*height: 260px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.bmjcygh b {
    display: block;
    float: left;
    width: 100%;
    /*text-align: center;*/
    /*margin-top: 15px;*/
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 16px;
    padding: 20px;
}

.bmjcygh a {
    float: left;
    /*  margin-left: 6px;
    margin-top: 6px;
    padding: 6px;*/
    /*  border: 1px solid #333;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 8px 25px;
    margin: 5px;*/

    border: 1px solid #dedede;
    border-radius: 8px;
    background-color: #fffcf9;
    padding: 8px 32px;
    width: auto !important;
    float: left;
    margin: 5px 5px;
    font-size: 16px;


}

.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: 5px;
}

.list_ul li a {
    /*float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;*/
    display: block;
    float: left;
    /*height: 18px;*/
    /*line-height: 18px;*/
    width: 600px;
    /*260px;*/
    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: #c20606;
    /*#c00;*/
}

.lb_page .page_r .wei {
    border-right: 1px solid #eee;
}

.lb_page .page_left span {
    color: #c20606;
}

/*#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: 39px;
    line-height: 38px;
    border-bottom: 1px solid #e0e0de;
    /* border-bottom: 1px solid #c20606; */
    padding: 0 10px;
    /*height: 40px;
    line-height: 40px;
    background: #f6f6f5;
    font-size: 16px;
    color: #c20606;
    border-bottom: 1px solid #e0e0de;*/
}

.details_left_tie span {
    color: #c20606;
    font-size: 20px;
    float: left;
    border-bottom: 2px solid #c20606;
}


.details_left_tie img {
    margin: 0 6px 0 10px;
}

.list_dl {
    padding: 10px 10px 0;
}

.list_dt {
    background: #c20606;
    /*#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 #c20606;
    /*#c10005;*/
    color: #c20606;
    /*#c10005;*/
    background: #fff;
}

#selects {
    width: 198px;
    border: 1px solid #c20606;
    /*#c10005;*/
    background: #fff;
}

#selects a {
    color: #c20606;
    /*#c10005;*/
}

/* <!-- 中间部分 右边--> */
.details_right_top {
    width: 925px;
    /*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: #c20606;
    /*#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: 450px;
    /*358px;*/
    min-height: 258px;
    /*border: 1px solid #e0e0de;*/
    margin: 10px 0;
}

/* .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: #c20606;          /*#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: 1200px;
    height: 360px;
    /*400px;*/
    /*padding-top: inherit;*/
}

.present_top_fl {
    width: 856px;
    height: 300px;
    /*400px;*/
    /*border: 1px solid #e0e0de;*/
}

.present .present_top, .present .present_bot {
    width: 1160px;
    margin-left: 20px;
}

.present_top_fl .left_bot {
    margin: 20px;
}

.present_top_fl .left_bot img {
    margin-right: 20px;
    width: 169px;
    height: 300px;
    /*width: 267px;
    height: 229px;*/
}

.present_top_fl .left_bot p {
    line-height: 1.6;
    /*text-indent: 26px;*/
    width: 549px;
    margin-top: 10px;
    text-align: justify;
    overflow: hidden;
    height: 300px;
    font-size: 16px;
}

.present_top_fl .left_bot p a {
    margin-top: 22px;
    color: #c20606;
    /*#b72024;*/
}

.present_top_fr {
    width: 298px;
    height: 300px;
    /*400px;*/
    /*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: 150px;
}

.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: 20px;
}

.right_bot_text p {
    margin: 8px auto;
    /*8px auto;*/
    /*margin-bottom: 8px;*/
    float: left;
}

.right_bot_text strong {
    float: left;
}

.right_bot_text a {
    margin-left: 10px;
    float: left;
}

/* <!-- 中间部分 下面 --> */
.present_bot {
    height: 1000px;
    /*925px;*/
    /*322px;*/
    margin-top: 20px;
}

.present_bot_fl,
.present_bot_fr {
    width: 488px;
    /*height: 322px;*/
    /*/*border: 1px solid #e0e0de;*/
    */
}

/* 技能培训<!-- 中间部分 上面 --> */
.train_top {
    width: 1100px;
    margin: auto;
    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;
    width: 1100px;
    margin: auto;
}

.train_bot_left {
    width: 538px;
    height: 320px;
    /*border: 1px solid #e0e0de;*/
}

.train_bot_right {
    height: 250px;
    width: 524px;
}

.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;
    margin-left: 17px;
}

.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 {
    width: 1100px;
    margin: auto;
    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: 60px;
    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;
    width: 1100px;
    margin: auto;
    padding-bottom: 20px;
}

.appearance_deeds>.fl,
.appearance_deeds>.fr {
    width: 538px;
    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 {
    width: 1100px;
    margin: auto;
    /*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; */
    width: 1100px;
    margin: auto;
    /*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: #c20606;
    /*#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;
    font-size: 16px;
    color: #8b8c8c;
}

/* <!-- 中间部分 右边 --> */
.leadership_right {
    width: 900px;
    /*height: 1200px;*/
    /*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: #c20606;
    /*#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: 588px;
    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: 1126px;
    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: 788px;
    /*border: 1px solid #e0e0de;*/
}

.statute_left_bot {
    padding: 20px 16px;
}

.statute_left_bot form {
    width: 668px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 10px 20px;
    margin: auto;
}

.statute_left_bot .text {
    width: 448px;
    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: 388px;
}

.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;
}

.statute_right_bot 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;
    height: 45px;
}

.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;
}

.img img:hover,
.imgdiv img:hover,
.bd img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition-duration: 0.5s;

}

/* 父元素-flex容器 */
.flex {
    display: box;
    /* OLD - Android 4.4- */

    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/* 子元素-平均分栏 */
.flex1 {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 20%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/* 父元素-横向排列（主轴） */
.flex-h {
    display: box;
    /* OLD - Android 4.4- */

    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */


    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

/* 父元素-横向换行 */
.flex-hw {
    /* 09版 */
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 其它取值如下：
            align-items     主轴原点方向对齐
            flex-end        主轴延伸方向对齐
            space-between   等间距排列，首尾不留白
            space-around    等间距排列，首尾留白
         */
}

/* 父元素-纵向排列（主轴） */
.flex-v {
    display: box;
    /* OLD - Android 4.4- */

    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */


    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

/* 父元素-纵向换行 */
.flex-vw {
    /* 09版 */
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.flex-1 {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-2 {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#bm .details_right .details_right_bot .bmdt_pic .slideBox {
    margin-top: 0px;
    position: relative;
    width: 320px;
    height: 180px;
    float: left;
    margin: 0;
}


#bm .details_right .details_right_bot .bmdt_pic .gdt {
    width: 320px;
    height: 180px;
    float: left;
}

#bm .details_right .details_right_bot .bmdt_pic .gdt img {
    width: 320px;
    height: 180px;
}

@font-face {
 font-family: 'Noto Serif SC';
 src: url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:200,300,400,500,600,700,900');
 src: local('Noto Serif SC'),
        local('Noto Serif SC'),
        url('Noto Serif SC.woff') format('woff'),
        url('Noto Serif SC.ttf') format('truetype'),
        url('Noto Serif SC.svg#Noto Serif SC') format('svg');
}  
