@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;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
} */
::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #2C54C4;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1513px;
    margin: 0 auto;
}

/* 给父容器 .mod 加上左右内边距 */
.mod {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
.header {
    background: url(images/ebannerbg.png) no-repeat center center / contain;
    height: auto;
    line-height: inherit;
    background-size: 100% 100%;
    /* 关键：宽高100%拉伸 */
}

.header .inner {
    height: 120px;
    position: relative;
    padding: 0 100px;
}

.header .sitelogo {
    float: left;
    margin-top: 31px;
}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-top: 28px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    width: 947px;
    margin-right: 74px;
}

/*rale样式*/
.site-rale {}

.site-rale ul {}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0 12px 0 12px;
    padding-left: 19px;
    font-size: 13px;
    color: #cad3d4;
    background: url(images/link_icon.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0px 0px;
}

.site-rale ul li.links.i2 a {
    background-position: -60px 0px;
}

.site-rale ul li.links.i3 a {
    background-position: -117px 0px;
}

.site-rale ul li.links.i4 a {
    background-position: -177px 0px;
}

/*lang样式*/
/* .site-lang{float:left;margin-right: 17px;} */
.site-lang ul {
    padding: 20px 0 0 0;
    margin-top: 17px;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 84px;
    font-size: 21px;
    color: #fff;
    padding: 0 27px;
    font-family: "思源黑体";
    position: relative;
}

.site-lang ul li.links a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 4px);
    bottom: 0;
    transition: all 0.4s;
}

.site-lang ul li.links a:hover:after {
    width: 50%;
}

.site-lang ul li.links.i3 a {
    background: unset;
}

.site-lang ul li.links a:hover {
    color: #ffffff;
}

/**首页三列布局**/
.mod {}

.mbox {}

/**标题栏新闻窗口**/

/*栏目别名*/
.post .con {
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}



.news_list li.news span.news_title {
    font-size: 16px;
}

/*标题*/
.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    font-size: 16px;
    color: #999999;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}

/*发布时间*/
.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}

/*默认简介*/
.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

/**首页三列布局**/
/**列表页**/
/*栏目图片*/

/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 0px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    padding: 20px 60px;
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #2c54c4;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    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: 15px;
    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: #02529B;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #02529B;
}

.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: #02529B;
}

/*二级子栏目**/
.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: #02529B;
}

/*三级子栏目**/
.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: #02529B;
}

/**栏目新闻**/
.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: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #2c54c4;
    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;
}

.article {
    padding-top: 10px;
    min-height: 550px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #2C54C4;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    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 !important;
}

/**页脚开始**/
#footer {
    background: linear-gradient(45deg, #2C54C4, #8C6DF1, #0D2B7B);
}

#footer .inner {
    position: relative;
}

#footer .inner .foot-left {
    padding: 12px 0px;
    margin-top: 10px;
}

#footer .inner .foot-right {
    margin-top: 12px;
}

#footer .inner .mod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px;
}

.foot-left,
.foot-middle,
.foot-right {
    flex: 1;
}

.foot-right {
    display: flex;
    justify-content: space-evenly;
}

#footer .inner p {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}
#footer .inner .foot-right .tu1 .con img{
  width: 68px;
margin-right:10px
}
#footer .inner .foot-right .shares p{
  padding: 0;
}
#footer .inner .foot-left  p{
  padding: 0;
width:369px;
margin-top:6px;
}
.foot-xia{
  border-top: 2px solid rgba(255, 255, 255, 0.43);
}
.foot-xia p{text-align: center;}
/**************************************************************
* 组件功能
*/
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/esous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

.layer {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

/*自定义输入框*/
.wp-search {
    position: relative;
    background: #fff;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 40px;
    line-height: 22px;
    background: none;
    font-size: 14px;
    border: 0;
    outline: 0;
    margin-left: 15px;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: 40px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    background: #F5A123 url(images/esous.png) no-repeat center;
    cursor: pointer;
}

.layer-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
    width: 550px;
}

.searchbox {
    width: 100%;
}

#aaa {
    cursor: pointer;
    padding: 19px 0 0 26px;
    border-radius: 50%;
}

.shutdown {
    text-align: right;
    margin-right: 10%;
    margin-top: 40px;
}

.shutdown span {
    font-size: 30px;
    color: #fff;
    text-align: right;
    cursor: pointer;
}

.close {
    position: absolute;
    transition: transform .4s ease-out;
}

.close:hover {
    transform: rotate(180deg);
}

.head-r {
    float: right;
    height: 40px;
    width: 154px;
}

.head-r {
    background: url("images/esearchborder.png") no-repeat center center / contain;
}

/*搜索去背景色：*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/*二级页面*/
/*自定义样式*/
.main_bg {
    background: #fff
}

.foot-mc {
    width: 100%;
    text-align: center;
}

.foot-mc .copyright {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

/*列表页*/
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news {
    position: relative;
    line-height: 45px;
}

.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title {
    position: absolute;
    left: 0;
    right: 100px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_meta {
    width: 100px;
    float: right;
    text-align: right;
}


/* 父容器：定位基准 */
.box-wrap {
    position: relative;
    width: 772px;
    min-height: 611px;
    margin: 0 35px 0 0;
}

/* 底层背景盒子（下面那个） */
.box-bg {
    position: absolute;
    width: 720px;
    height: 566px;
    background-color: #80889F;
    z-index: 1;
}

.box-wrap .news_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 35px;
    left: 35px;
}

.box-wrap .news_imgs img {
    display: block;
    width: 773px;
    height: 532px;
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - 50px),
            calc(100% - 50px) 100%,
            0 100%);
}


@font-face {
    font-family: 'SourceHanSansCN-VF';
    src: url('./SourceHanSansCN-VF-3500.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./DIN.ttf') format('ttf');
    font-weight: 100 900;
    font-display: swap;
}

body {
    background: #eff4ff;
}

.l-banner {
    height: auto;
    padding-top: 22.5%;
    background-size: cover;
    background: url(images/elist_banner.jpg) no-repeat center!important;

}

.text {
    float: left;
    color: #131E3E;
    font-size: 18px;
    line-height: 47px;
    width: 100%;
}

.title span.xing:after {
    content: "";
    position: absolute;
    width: 2em;
    height: 6px;
    background: #2045AC;
    left: 0;
    bottom: -27px;
}

.title span.xing {
    position: relative;
    font-weight: normal !important;
    ;
}

.tearchContainer .con {
    display: none;
    padding: 20px;
    line-height: 25px;
}

div#container2 .inner {

    padding-top: 30px;
    margin:0 auto
}

.carrer {
    flex: 1;
    padding-top: 12px;
}

.tearchContainer .tit {
    border: 1px solid #D9DDE5;
    font-weight: 500;
    color: #2045AC;
    font-size: 24px;
    line-height: 60px;
    padding-left: 33px;
    position: relative;
    background: #F2F4F8;
}

.tearchContainer .tit.on {
    color: #2045AC;

}

.tearchContainer .news_box p,
.tearchContainer .con,
.tearchContainer .news_box span,
.tearchContainer .news_box a {
    font-family: "microsoft yahei" !important;
    line-height: 40px !important;
    font-size: 16px !important;
    text-wrap-mode: wrap !important;
}

.tearchContainer .news_box {
    margin-bottom: 16px;
}

.tearchContainer .con {
    border: 1px solid #D9DDE5;
    border-top: 0;
    box-sizing: border-box;
    padding: 16px 36px;
    margin-bottom: 26px;
}

.tearchContainer .tit em {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(images/eem.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 15px;
}

.tearchContainer .tit em.on {
    background: url(images/eon.png) no-repeat center;
}

.tearchContainer {
    margin-bottom: 72px;
    padding: 50px;
    padding-top: 38px;
    background: #fff;
    margin-top: 30px;
}

.top {
    padding: 47px 50px;
    background: #fff;
    display: flex;
    gap: 55px;
}

.photo {
    /* float: left; */
}

.photo img {
    width: 249px;
    height: 320px;
    object-fit: cover;
}

.carrer .title {
    line-height: 24px;
    font-size: 18px;
    padding: 0 0 20px 0;
    margin-bottom: 32px;
    color: #131E3E;
}

.carrer .title .xing {
    line-height: 36px;
    font-size: 27px;
    margin-right: 12px;
    font-weight: bold;
    color: #2045AC;
}