/* 从此处开始复制 */
/* 初始化 */
/*Technical Support SudyTech*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;

}
/* 初始化结束 */

@font-face {
    font-family: 'Source Han Sans CN';
    src: url('./extends/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf') format('otf'), /* 支持现代浏览器 */
         url('./extends/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf') format('otf'); /* 兼容旧版浏览器 */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Han Sans CN';
    src: url('./extends/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf') format('otf'); /* 引入粗体字体 */
    font-weight: bold; /* 指定为粗体 */
    font-style: normal;
}

/*通用全局样式*/
*{margin: 0;padding: 0;list-style: none;text-decoration: none;}
body {line-height: 1;font-size: 13px;font-family: 'Source Han Sans CN', sans-serif;color:#333;position: relative;}
p{line-height:1.75;}
a {color:#000000; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#ff0000; }
/* 此处复制结束 */

/* ============================================== */

/* 布局开始 */
/* 全局样式 */
.w{
    width: 1500px;
    margin: 0 auto;
}

/* Start Header */
.header{
    width: 100%;
    height: 240px;
}
/* 标题 */
.header-top{
    width: 100%;
    height: 166px;
    background-image: url(./images/bg21.png);
    
}
.ht-con{
    height: 100%;
    /* background-color: pink; */
}

/* logo开始 */
.sitelogo{
    display: inline-block;
    margin-top: 35px;
}
.sitetitle{
    font-size: 45px;
    height: 60px;
    line-height: 60px;
    padding-left: 23px;
    border-left: #e8bcbe solid 1px;
    margin-left: 310px;
    margin-top: -70px;
    color: #B5252A;
    font-weight: bold;
}
/* logo结束 */

/* 搜索框开始 */
.search-panel {float: right; position: relative; clear: right; margin-top: 65px;}
.search-window {background-color: #fff; overflow: hidden; width: 29px;}
.wp-search {position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 47px;    margin-left: 8px;}
.wp-search .search-input input.search-title {width: 100%; height: 29px; line-height: 29px; border: 0; outline: 0; background: none; color: #888; font-size: 14px; padding-left: 5px; border: 1px solid #f7e7e7;}
.wp-search .search-btn {width: 29px; height: 29px; position: absolute; right: 0; top: 0;}
.wp-search .search-btn input.search-submit {width: 29px; height: 29px; border: 0; outline: 0; background: url(./images/search.png) center no-repeat; cursor: pointer;}
.searchbtn {width: 29px; height: 29px; border: 0; outline: 0; background: url(./images/search.png) center no-repeat; background-repeat: no-repeat; position: absolute; right: 0; top: 0; z-index: 120; cursor: pointer;}
.wp-search{
    background-color: #fff;
}

/* 搜索框结束 */

/* 面包屑导航 */
.motto{
    width: 223px;
    height: 29px;
    float: right;
    margin-top: 65px;
}
.mo_list{
    width: 223px;
    height: 29px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    float: right;
    display: inline-block;
    
}
.mo_news{
    font-size: 16px;
    color: #4D4D4D;
    height: 29px;
    line-height: 29px;
    display: inline-block;
}
.mo_news a{
    font-size: 16px;
    color: #4D4D4D;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
}
.motto .mo_list .n1 a{
    border-right: #4D4D4D solid 1px;
}

.motto .mo_list .n1 a:hover{
    color: #B5252A;
}
.motto .mo_list .n2 a:hover{
    color: #B5252A;
}

/* 导航栏开始 */
.header-bottom{
    width: 100%;
    height: 74px;
    background-color: #003263;
}
.wp-window {
    height: 100%;
    margin: 0 auto;
    background-color: #003263;
}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
    width: 1430px;
    margin: 0 auto;
    height: 100%;
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    font-weight: bold;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 0px;
    height: 100%;
    vertical-align: middle;
    display: none;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 56px;
    line-height: 74px;
    height: 100%;
    color: #FFFFFF; 
    font-size: 22px;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    /* background-color: #1f55b4; */
    text-decoration: none;
    background-color: #3472dd;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    z-index: 100;
    background: #fff;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 74px;
    line-height: 74px;
    padding: 0 17px;
    font-size: 20px;
    background: none;
    text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #3472dd;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}
/* 导航栏结束 */
/* End Header */

/* ============================================= */

/* Start Content */
.content1{
    height: 141px;
    margin-top: 37px;
}
.c1_con .c1_imgs{
    width: 1500px;
    height: 100%;
}
.c1_imgs a{
    width: 100%;
    height: 100%;
}
.c1_imgs a img{
    width: 100%;
    height: 100%;
}
.c1_title{
    position: absolute;
}

.content2{
    width: 100%;
    height: 629px;
}
.c2-l{
    width: 720px;
    height: 560px;
    float: left;
}
.c2l-t{
    width: 100%;
    height: 116px;
}
.c2lt-l{
    height: 100%;
    float: left;
    font-weight: bold;
}
.c2lt-l .title{
    font-size: 30px;
    height: 100%;
    line-height: 116px;
    font-weight: bold;
}
.c2lt-r{
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 52px;
    float: right;
}
.c2ltr_text{
    margin-right: 2px;
    color: #B71E1E;
    font-weight: 600;
}
.c2l_list{
    width: 100%;
    height: 444px;
}
.c2l_news{
    position: relative;
}
.c2l_imgs{
    width: 100%;
    height: 444px;
}
.c2l_imgs a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.c2l_imgs a img{
    width: 100%;
    height: 100%;
}
.c2l_title{
    position: absolute;
    bottom: 0;
    width: 640px;
    height: 66px;
    margin-left: 40px;
    line-height: 27px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c2l_title a{
    color: #fff;
}
.c2l_title a:hover{
    color: #B5252A;
}
.c2-r{
    width: 720px;
    height: 629px;
    float: right;
    position: relative;
} 
.c2r_list{
    width: 100%;
    height: 513px;
    position: absolute;
    bottom: 15px;
}
.c2r_news{
    width: 100%;
    height: 52px;
    border-bottom: #D4D4D4 solid 1px;
}
.c2r_title{
    width: 606px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
    color: #141414;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c2r_title a{
    color: #141414;
}
.c2r_title a:hover{
    color: #B5252A;
}
.c2r_time{
    width: 55px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #B5252A;
    float: right;
}

.content3{
    width: 100%;
    height: 494px;
    background-color: #F1F3F6;
}
.c2lt-l .c3-title{
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 52px;
}
.c3-r{
    height: 494px;
}
.c3rt-r{
    margin-top: 65px;
}
.c3r_list{
    height: 378px;
}
.c3-l{
    float: left;
    clear: right;
}

.content4{
    margin-top: 59px;
}
.c4-t{
    width: 100%;
    height: 71px;
    background-color: #B5252A;
}
.c4t-title{
    font-size: 30px;
    line-height: 71px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.c4-b{
    width: 100%;
    height: 357px;
    margin-top: 27px;
    margin-bottom: 79px;
}
.c4b-l{
    width: 720px;
    height: 100%;
    float: left;
}
.c4bl-con{
    width: 100%;
    height: 101px;
    margin-bottom: 18px;
    box-shadow: 5px 5px 50px #e7e7e7;
}
.c4bl-con .con-l{
    width: 201px;
    height: 100%;
    background-color: #E7EEF5;
    font-size: 24px;
    font-weight: bold;
    line-height: 101px;
    text-align: center;
    float: left;
}
.c4bcon-r{
    width: 519px;
    height: 100%;
    float: right;
}
.c4bcr_list{
    width: 100%;
    height: 100%;
    white-space: wrap;
}
.c4bcr_news{
    width: 165px;
    height: 101px;
    position: relative;
    display: inline-block;
}
.c4bcr_news:hover{
    background-color: #E7EEF5;
}
.c4bcr_news:hover .c4bcr_title a{
    color: #B5252A;
}
/* .c4bcr_title a:hover{
    color: #B5252A;
} */
.c4bcr_imgs{
    position: absolute;
    bottom: 46.6px;
    background-size: 100% 100%;
    left: 50%;
    transform: translate(-50%,0);
}
.c4bcr_imgs a{
    width: 35px;
    height: 35px;
}
.c4bcr_title{
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-size: 17px;
    color: #333333;
    text-align: center;
    position: absolute;
    bottom: 15px;
}
.c4bcr_title a{
    color: #333333;
}
/* .c4bcr_list .n1 .c4bcr_imgs{
    width: 30.3px;
    height: 35.5px;
    background-image: url(./images/gwsq.png);
}
.c4bcr_list .n2 .c4bcr_imgs{
    width: 35.77px;
    height: 32.27px;
    background-image: url(./images/rzbd.png);
}
.c4bcr_list .n3 .c4bcr_imgs{
    width: 32.3px;
    height: 33.76px;
    background-image: url(./images/qz.png);
}
.conlist2 .n1 .c4bcr_imgs{
    width: 31.96px;
    height: 31.96px;
    background-image: url(./images/czlx.png);
}
.conlist2 .n2 .c4bcr_imgs{
    width: 29px;
    height: 30.12px;
    background-image: url(./images/tzlx.png);
}
.conlist3 .n1 .c4bcr_imgs{
    width: 34.3px;
    height: 34.3px;
    background-image: url(./images/jzzn.png);
}
.conlist3 .n2 .c4bcr_imgs{
    width: 33.97px;
    height: 34.28px;
    background-image: url(./images/ctzzn.png);
}
.conlist3 .n3 .c4bcr_imgs{
    width: 30.71px;
    height: 34.12px;
    background-image: url(./images/pyfy.png);
} */

.c4b-r{
    width: 720px;
    height: 100%;
    float: right;
}
.c4br-con{
    height: 220px;
}
.c4br-con .con-l{
    line-height: 220px;
}

/* .conlist4 .n1 .c4bcr_imgs{
    width: 28.12px;
    height: 31.88px;
    background-image: url(./images/xmjj.png);
}
.conlist4 .n2 .c4bcr_imgs{
    width: 29.93px;
    height: 29.93px;
    background-image: url(./images/gwkh.png);
}
.conlist4 .n3 .c4bcr_imgs{
    width: 29.07px;
    height: 32.63px;
    background-image: url(./images/yqxp.png);
}
.conlist4 .n4 .c4bcr_imgs{
    width: 31.59px;
    height: 31.59px;
    background-image: url(./images/zcsb.png);
}
.conlist4 .n5 .c4bcr_imgs{
    width: 31.17px;
    height: 31.17px;
    background-image: url(./images/gpcg.png);
}
.conlist5 .n1 .c4bcr_imgs{
    width: 34.73px;
    height: 31.59px;
    background-image: url(./images/yscg.png);
}
.conlist5 .n2 .c4bcr_imgs{
    width: 38.59px;
    height: 32.72px;
    background-image: url(./images/qjxj.png);
}
.conlist5 .n3 .c4bcr_imgs{
    width: 29.06px;
    height: 32.22px;
    background-image: url(./images/kjzm.png);
} */
.c4bcr_imgs{
    width: 35px;
}
.c4bcr_imgs a img{
    width: 100%;
    text-align: center;
}




/* footer开始 */
.footer{
    width: 100%;
    height: 266px;
    
    background-image: url(./images/footer.png);
    background-size: 100% 100%;
}
.footer-t{
    height: 187.5px;
    border-bottom: #70757e solid 1px;
}
.ft-logo{
    float: left;
    margin-top: 40px;
}
.ft-address{
    float: left;
    margin-left: 175.2px;
    margin-top: 45px;
    color: #fff;
}
.fta-p1{
    
    font-size: 18px;
    margin-bottom: 16px;
    height: 18px;
    line-height: 18px;
}
.fta-p2,.fta-p3{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #b6bcc4;
    margin-bottom: 16px;
}
.ft-links{
    color: #fff;
    float: right;
    margin-top: 45px;
    margin-right: 190px;
}
.ftl-b_list{
    width: 342px;
}
.ftl-b_news{
    margin-bottom: 16px;
    white-space: wrap;
    display: inline-block;
}
.ftl-b_title{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #b6bcc4;
}
.ftl-b_list .n2{
    float: right;
}
.ftl-b_list .n4{
    float: right;
}
.ftl-b_title a:hover{
    color: #B5252A;
}


/* 二维码 */
.ft-wx{
    width: 120px;
    height: 46px;
    float: right;
    margin-top: 52px;
}
.icon-code {width: 143px; float: right; padding-top: 5px;}
.shares {text-align: right; height: 20px;}
.shares ul {display: inline-block; width: 143px; margin: 0; float: right;}
.shares li {float: left; margin: 0 0 0 25px; position: relative; padding: 0;}
.shares li a {display: inline-block; width: 46px; height: 46px; line-height: 20px; vertical-align: top; padding: 0; margin: 0;}
.shares li .con {display: none; position: absolute; bottom: 35px; left: 50%; z-index: 100; margin-left: -50px; width: 100px;}
.shares li .con img {width: 100px; height: 100px; vertical-align: top;    margin-left: -59px; margin-top: -74px;}
.shares li .con span {line-height: 20px; font-size: 12px; color: #fff;}
.shares li.i1>a {background: url(./images/wx.png) repeat;}
.shares li.i2>a {background: url(./images/wb.png) repeat;}
/* .shares li.i3 a {background: url(./images/twitter.png) top center no-repeat;} */
/* .shares li a:hover {background-position: bottom center;} */






.ftwx_con{
    display: inline-block;
    width: 46px;
    height: 46px;
}
.ftwx_imgs img{
    width: 46px;
    height: 46px;
}
.ftwx-list .n1 {
    margin-right: 24px;
}
.footer-b{
    color: #fff;
    margin-top: 25.5px;
    width: 100%;
    position: relative;
}
.ftb-con{
    text-align: center;
}
.ftb-b1,.ftb-b2{
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #b6bcc4;
}
.ftl-b_title a{
    color: #b6bcc4;
}
.ftb-b1{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}




/* 从此处开始复制 */

/*列表页*/
/*页面尺寸*/
.list {
    line-height: 1;
    font-size: 13px;
    font-family: "Source Han Sans CN";
    color: #333;
    position: relative;
}

.listContent {
    width: 100%;
    background-color: #fff;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}


#l-container .inner {
    padding: 25px 10px;
}

.wrapper .inner {
    width: 1500px;
    margin: 0 auto;
}

.clearfix {
    display: block;
}

.news_list li.news {
    line-height: 45px;
    padding-left: 0px;
    font-size: 20px;
}

.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}
/*栏目图片*/
.l-banner {
    padding-top:22%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/*主体列表页开始*/
#l-container {
    background-color: #ebebeb;
}

#l-container .inner {
    padding: 25px 10px;
}

/*主体文章页开始*/
#d-container {}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #003263;
}

/*位置栏目背景*/
.col_menu .col_menu_head h3.col_name {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

/*位置栏目字体*/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/*栏目名称图标*/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0f429b;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #0f429b;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 52px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #0f429b;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #0f429b;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: normal;
    color: #0f429b;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}

/*当前位置*/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}

/*栏目新闻列表*/
.col_news_list .wp_article_list .list_item .Article_Index {}

/*栏目新闻图标序号*/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/*列表页文章图片大小限制*/
/*文章页*/
.infobox {
    width: auto;
    margin: 0 auto;
    background-color: #fff;
}

.article {
    padding-top: 10px;
    min-height: 500px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Source Han Sans CN";
    font-size: 22px;
    text-align: center;
    color: #182880;
}

/*文章标题*/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Source Han Sans CN";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/*文章副标题*/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/*文章其他属性*/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/*文章内容*/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

/*阅读字体*/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/*文章阅读部分图片大小限制*/
.article .entry .read table {
    margin: 0 auto;
    border: none;
}

/* 复制结束 */

/*入职办理*/
.rzbl .col_news_con .news_list li.news{border-bottom:none;padding:0;    }
.rzbl .post-10 .tt{
    float:left;
    border-radius: 50%;
    /* margin-top:17px; */
    background: #FfF;
    width: 96px;
    height: 96px;
    }
.rzbl .post-10 .tit{
    background:url(images/homeico.svg) no-repeat center;
    /* padding-top: 50px; */
    text-align: center;
    }
.rzbl .post-10 {background: #D9B54B;border-radius: 30px 0 30px 0;padding: 45px 63px 44px 76px;margin-bottom:40px;}
.rzbl .post-10 ul{float:right;width: 88%;}
.rzbl .post-10 .title{    font-size: 16px;
    color: #2C91B8;
    letter-spacing: 3px;}
.rzbl .col_news_con .post-10 .news_list li.news{font-size: 18px;line-height: 20px;color:#fff;}
.rzbl .col_news_list{margin-top:26px}
.rzbl .col_news_con .post-12 .news_list li.news .lxr{
    /* float: right; */
    position: absolute;
    width: 27.74%;
    /*padding: 0 40px;*/
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #053C72;
    border-radius: 0 0 30px 0;
    /* margin: auto; */
    text-align: center;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    }
.rzbl .col_news_con .post-12 .news_list li.news .lxr1{margin:auto;}
.rzbl .col_news_con .post-12 .news_list li.news .lxr1 span{float: left;}
.rzbl .col_news_con .post-12 .news_list li.news .info{
    float: left;
    position: relative;
    padding-right:30px;
    box-sizing: border-box;
    width: 72%;
    }
.rzbl .col_news_con .post-12 .news_list li.news .num{position: absolute;
    left: 0;
    background: #D5CC8D;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    width: 54px;
    height: 54px;
    text-align: center;
    font-size: 34px;
    line-height: 54px;
    transform: translateX(-50%);    top: 0;
    bottom: 0;
    margin: auto;}
.rzbl .col_news_con .post-12 .news_list li.news .lxr1 a{color:#fff;text-decoration: underline;}
.rzbl .col_news_con .post-12 .news_list li.news{background: #F1F3F6;border-radius: 30px 0 30px 0;margin-bottom:60px;box-sizing: border-box;padding-left: 53px;padding-bottom: 39px;position: relative;}
.rzbl .col_news_con .post-12 .news_list li.news a{/*display:block;*/}


.rzbl .col_news_con .post-12 .news_list li.news .news_tit{font-size: 22px;font-weight: 600;color: #1C1C1C;margin-bottom: 23px;margin-top: 33px;border-bottom: 1px solid #ccc;padding-bottom: 12px;transition: .4s;}
.rzbl .col_news_con .post-12 .news_list li.news:hover .news_tit{padding-left:10px}
.rzbl .col_news_con .post-12 .news_list li.news .news_cont{margin-bottom:20px;opacity: 0.76;font-size: 18px;}
.rzbl .col_news_con .post-12 .news_list li.news .news_cont p{font-size: 18px;line-height:30px;}
.rzbl .col_news_con .post-12 .news_list li.news .news_cont p.zhu{color:#BD1A21;}
.rzbl .col_news_con .post-12 .news_list li.news .news_cont p br{display:none;}
.rzbl .col_news_con .post-12 .news_list li.news .news_cont img{display:none;}
.rzbl .col_news_con .post-12 .news_list li.news .lxr .kz.k1{/* margin-top:30px; */}
.rzbl .col_news_con .post-12 .news_list li.news .lxr .kz:last-child{/* margin-bottom:30px; */}
.rzbl .post-10 ul.wp_subcolumn_list:nth-child(3){display:none;}
.rzbl .post-10 ul.wp_subcolumn_list:nth-chil(2){display:none}

.rzbl .post-10 .wp_entry p{margin-bottom:0;font-size:14px;line-height:28px;    color: #fff;}

.rzbl .post-12 ul.wp_subcolumn_list:first-child{display:none}
.rzbl .post-12 ul.wp_subcolumn_list:nth-child(3){display:none}

.rzbl .post-13 ul.wp_subcolumn_list:first-child{display:none}
.rzbl .post-13 ul.wp_subcolumn_list:nth-child(2){display:none}
.rzbl .post-13 ul.wp_subcolumn_list:nth-child(3){display:block}
.rzbl .post-13 .wp_subcolumn_list .wp_sublist .sublist_title{display:block;  font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    transition: .4s;}
.rzbl .col_news_con .post-12 .news_list li.news a{font-size: 20px;color: #333;}
.rzbl .col_news_con .post-12 .news_list li.news p span{font-size: 20px;}

.rzbl .post-13 .wp_subcolumn_list .wp_sublist .sublist_title .morelink{display:none}
.rzbl .post-13 .wp_subcolumn_list .wp_sublist li.news:hover .sublist_title{    padding-left: 10px}
.rzbl .post-13 .wp_subcolumn_list .wp_sublist li.news:hover .sublist_title a{ color:#333333}
.rzbl .col_news_con .post-13 .news_list li.news:last-child .news_cont p{float:left;min-width:22%;margin-right:3%}
.rzbl .col_news_con .post-12 .news_list li.news .lxr .kz.jj{margin-top:30px;margin-bottom:30px;}
.rzbl .col_news_con .post-12 .news_list li.news .lxr .kz.jj a{color:#fff;font-size:16px;}
.rzbl .bt{font-size:22px;font-family:'Source Han Sans CN';padding-bottom: 19px;margin-top: -6px;}