@charset "utf-8";

/*Technical Support SudyTech*/
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;
}

ul,
ol {
    list-style-type: none;

}

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 {}

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;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #124FA9;
}

@font-face {
    font-family: "syh";
    src: url(fonts/SourceHanSansCN.ttf);
}

@font-face {
    font-family: "sys";
    src: url(fonts/SourceHanSerifCN.ttf);
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1500px;
    margin: 0 auto;
}

/**页面全局宽度**/

/*head开始*/

.header .inner {
    padding: 20px 0;
}

.header .head-left {
    float: left;
    display: inline-block;
    margin: 15px 0;
}

.header .head-left .sitename {
    color: #282828;
    font-size: 38px;
    margin-top: 18px;
    display: inline-block;
    margin-left: 30px;
    line-height: 55px;
    font-family: "sys";
    font-weight: bold;
}

.header .head-right {
    float: right;
    margin-top: 33px;
}

/*默认主导航样式*/
#nav {
    background: #124FA9;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav .wp-menu .menu-item {
    position: relative;
    float: left;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 74px;
    color: #fff;
    font-size: 18px;
    font-family: "syh";
    padding: 0 48px;
}

.nav .wp-menu .menu-item:hover {
    background: #366fcb;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 100;
    background: #fff;
    text-align: center;
    min-width: 80px;
}

.nav .menu-item.i11 .sub-menu {
    right: 0px;
    left: auto;
}

.nav .menu-item.i11 .sub-item.i11-1 .sub-menu {
    right: 100%;
    left: auto;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    padding: 0 20px;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #313131;
    line-height: 40px;
    font-size: 16px;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #1E5FB9;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
    position: relative;
}

#banner .inner {
    width: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
}




.main1 {
    background: #fff url(images/m1.png) no-repeat center bottom;
}

.main1 .inner {
    padding: 64px 0px 68px;
}

.main2 {
    background: #fff url(images/m2.png) no-repeat center bottom;
}

.main2 .inner {
    padding: 80px 0 42px;
    width: 100%;
}

/**标题栏新闻窗口**/
.post .tt {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/**标题栏**/

.post .tt .tit .title {
    display: block;
    line-height: 50px;
    color: #242424;
    position: relative;
    font-size: 38px;
    font-weight: bold;
    height: 50px;
    padding-right: 120px;
    background: url(images/tbg.png) no-repeat 5px 58px;
    background-size: contain;
    padding-bottom: 20px;
}

.post .tt .tit .title .yw {
    font-size: 18px;
    color: #124FA9;
    font-weight: normal;
    margin-left: 7px;
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}

/*栏目别名*/
.post .con {
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 16px;
    cursor: pointer;
    color: #1E5FB9;
    font-family: "syh";
}

.post .more_btn .more_text img {
    margin-left: 5px;
    margin-top: 2px
}

.post .more_btn a {
    color: #5D5D5D;
}

.post .more_btn a:hover {
    color: #666;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 30px;
    padding-left: 0px;
}

/**标题图标**/
.news_list li.news .news_title a {
    color: #333;
}

.news_list li.news .news_title a:hover {
    color: #063C88
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}
.list .news_list li.news span.news_meta {line-height: 32px;margin-top: 10px;font-size: 16px;}

/*属性*/
.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: #707070;
    font-size: 16px
}

/*默认简介*/
.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;
}

.news_list li.news .news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    line-height: 32px;
    font-family: "syh";
    margin-top: 20px;
}
.list .news_list li.news .news_title {
    -webkit-line-clamp: 1;
    width:calc(100% - 120px);
    float: left;
    margin-top: 10px;
    }
.news_list li.news .news_text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "syh"
}

/*图文*/
.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {
    margin-bottom: 10px;
}

.tu_text .news_list li.news .news_imgs {
    float: left;
    width: 160px;
    margin-right: -175px;
}

.tu_text .news_list li.news .news_imgs a {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    background-color: #efefef;
}

.tu_text .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
}

.tu_text .news_list li.news .news_wz {
    width: 100%;
}

.tu_text .news_list li.news .news_wz .news_con {
    margin-left: 175px;
    padding: 0px 0px;
    position: relative;
}

.tu_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.tu_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
}

.tu_text .news_list li.news .news_time {
    line-height: 26px;
    font-size: 12px;
}

/*lang样式*/
.site-lang {
    float: right;
    width: 144px;
    background: #366fcb;
    border-radius: 30px;
}

.site-lang ul li {
    /* text-align:center; */
    padding-left: 20px;
}

.site-lang ul li.links a {
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    padding-left: 28px;
    background: url(images/home.png) no-repeat;
    background-position: left;
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 0px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    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: #104B97;
    text-align: center;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 9px 10px;
}

/**栏目名称图标**/
.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: 22px;
    font-weight: normal;
    background: none;
    position: relative;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 13px;
    background: url(images/angle.svg)no-repeat;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}

.col_list .wp_listcolumn .wp_column a.selected:before {
    background: url(images/angle_b.svg)no-repeat;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 19px 50px 19px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #104B97;
    background: #F6F7F8;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #104B97;
}

.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: 50px;
    padding: 5px 10px 5px 44px;
    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: #104B97;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    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: 26px;
    font-family: "Microsoft yahei";
    font-weight: bold;
    color: #2D2D2D;
    border-bottom: 0;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666666;
    font-size: 16px;
    opacity: 0.8;
}

/**当前位置**/
.col_metas .col_path a {
    color: #666666;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.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 {
    padding: 20px 20px;
    margin: 0 auto;
    width: auto;
    min-height: 550px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #333;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    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: #124FA9;
}

#footer .inner {
    padding: 48px 0px 60px;
    position: relative;
}

#footer .bottom .inner .mod {
    display: block
}

#footer .inner .foot-left {
    float: left;
}

#footer .inner .foot-left img {
    width: 100%;
    max-width: 428px;
}

#footer .inner p {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-family: "syh";
}

#footer .inner p.p1 {
    background: url(images/dizhi.png) no-repeat 2px center;
}

#footer .inner p.p2 {
    background: url(images/email.png) no-repeat center left;
}

#footer .inner p.p3 {
    background: url(images/phone.png) no-repeat 2px center;
}

#footer .inner p span {
    padding-left: 25px;
}

.foot-center {
    float: right;
    margin-left: 125px;
    margin-top: 16px;
}

.foot-center h3.tit {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    line-height: 32px;
    font-family: "syh";
}

.foot-right {
    float: right;
    margin-top: 22px;
}

.foot-right .news .news_imgs {
    width: 128px
}

.foot-right .news .news_imgs img {
    width: 100%;
    height: 100%;
    transition:none;
}
.foot-right .news .news_imgs img:hover{transform:none}

#bottom .inner {
    border-top: 1px solid rgb(255, 255, 255, 0.38);
    padding: 20px 0;
}

#bottom .inner p {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 32px
}

#bottom .inner p span {
    padding-left: 0
}

#bottom .inner p img {
    padding: 5px 5px;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    width: 241px;
    float: left;
    margin-right: 26px;
}

.wp-search {
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 17px;
    margin-right: 50px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: none;
    color: #727272;
    font-size: 13px;
    border: 0;
    outline: 0;
    opacity: .5;
}

.wp-search .search-btn {
    width: 50px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0%;
    /* background: aquamarine; */
}

.wp-search .search-btn input.search-submit {
    width: 50px;
    height: 42px;
    border: 0;
    outline: 0;
    background: url(images/search.png) no-repeat center;
    cursor: pointer;
}

/**友情链接**/
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    /* margin:4px 10px; */
    margin-right: 37px;
    width: 231px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.21);
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px 0 24px;
    color: #fff;
    background: url(images/arrow.png) no-repeat right 15px top;
    font-size: 16px;
    font-family: 思源黑体 CN;

}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #333;
    background-position: right 15px bottom;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 44px;
    width: auto;
    min-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 20px;
    white-space: nowrap;
    font-size: 16px;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #1a63c1;
    cursor: pointer;
}

/**链接样式**/
/*列表页*/
/*banner*/

.mbanner .focus .focus-pagination {
    position: absolute;
    margin-right: 200px;
    z-index: 60;
    margin-bottom: 50px;
    height: 30px;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 20px;
    height: 30px;
    margin-right:20px;
    font-size:18px;
    background:none;
    line-height:30px;
    position:relative;
}
.mbanner .focus .focus-page span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  position: relative; 
  z-index: 2;
}

.mbanner .focus .focus-page-active {
  padding-right: 150px;
  opacity: 1;
}

.mbanner .focus .focus-page-active::before {
  content: "";
  position: absolute;
  left: 20px; 
  top: 50%;
  transform: translateY(-50%);
  height: 2px; 
  background: url(images/line.png) no-repeat center; 
  width: 0;
  transition: width 0.5s ease-in-out; 
  z-index: 1;
}
.mbanner .focus .focus-page-active::before {
  width:100%; 
}

/*************************************************************
 * 特殊页面
 */
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy {}

.inss .part_xy .item {}

.inss .part_xy .item h3 {
    line-height: 40px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #1567B1;
    border-bottom: 1px solid #cecece;
}

.inss .part_xy .sub-box {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
}

.inss .part_xy .sub-list {
    margin-right: 0px;
}

.inss .part_xy .sub-list .sub-item {
    float: left;
    width: 33.3%;
    background: url(images/icon_arrow2.png) no-repeat left center;
}

.inss .part_xy .sub-list .sub-item a {
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
}

.inss .part_xy .sub-img {
    display: none;
    float: right;
    margin-top: 15px;
    margin-left: -250px;
    width: 240px;
    min-height: 80px;
}

.inss .part_xy .item.i5 .sub-list .sub-item {
    width: 50%;
}

/*角色*/
.role .part_xy {}

.role .part_xy .item {
    margin-bottom: 10px;
    display: none;
}

.role .part_xy .item.selected {
    display: block;
}

.role .part_xy .item h3 {
    display: none;
    line-height: 46px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: bolder;
    color: #068358;
    border-bottom: 1px solid #f1f1f1;
    background: none;
}

.role .part_xy .sub-list {
    margin-top: 15px;
}

.role .part_xy .sub-list .sub-item {
    padding-top: 10px;
    padding-bottom: 5px;
    width: auto;
    border-bottom: 1px solid #f1f1f1;
    word-wrap: break-word;
    word-break: normal;
}

.role .part_xy .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: bolder;
    /* color: #068358; */
}

.role .part_xy .sub-list .sub-list {
    margin-top: 10px;
    margin-left: 40px;
}

.role .part_xy .sub-list .sub-list .sub-item {
    padding-bottom: 5px;
    padding-top: 0px;
    float: left;
    margin-right: 50px;
    border-bottom: 0px solid #f1f1f1;
}

.role .part_xy .sub-list .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: normal;
    /* color: #333; */
}


div#aaa {
    cursor: pointer;
    float: right;
}

.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(20, 79, 155, 0.7);
    display: none;
    z-index: 70;
}

.layer .layer-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.layer .layer-inner .layer-mod {
    text-align: center;
    position: absolute;
    top: 50px;
    width: 100%;
}

.layer .layer-inner .layer-mod .shutdown {
    margin-right: 50px;
    text-align: right;
}

.layer .close {
    width: 48px;
    cursor: pointer;
    color: #fff;
    height: 48px;
}

.layer .searchbox {
    width: 55%;
    margin: 0 auto;
    margin-top: 100px;
}

.layer-mod h3 {
    line-height: 100px;
    font-size: 50px;
    color: #fff;
}

.post1 {
    width: 100%;
    margin-bottom: 32px
}

.post1 .news_list {
    display: flex;
    justify-content: space-between
}

.post1 .news_meta {
    font-size: 18px;
    line-height: 32px;
    height: 24px;
    color: #124FA9;
    font-weight: bold;
    margin-top: 20px;
}

.post-10 {
    padding-bottom: 30px;
}

.post-10 .news_list .news {
    border-radius: 4px;
    width: 488px;
    height: 121px;
    background: red
}

.post-10 .news_list .news .news_box {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    align-items: center;
    height: 100%;
}

.post-10 .news_list .news .news_box .news_imgs img {
    width: 100%;
    height: 100%;
}

.post-10 .news_list .news .news_box .news_title {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin: 0;
}

.post-10 .news_list .news .news_box .news_title a {
    color: #fff;
}

.post-10 .news_list .news .news_box .news_title a:hover {
    color: #124FA9;
}

.post-10 .news_list .news.n1 {
    background: #6A7AE6
}

.post-10 .news_list .news.n2 {
    background: #1DA2E4
}

.post-10 .news_list .news.n3 {
    background: #2C79EE
}

.post-11 .con .news_list {
    width: 100%;
}

.post-12 .con {
    display: block;
}

.post-12 .con .news {
    width: 460px;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding-bottom: 30px;
}

.post-12 .con .news .news_box .news_imgs {
    position: relative;
    padding-top: 66.74%;
    overflow: hidden;
    border-radius: 4px;
}

.post-12 .con .news .news_box .news_imgs img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%
}
.post-13 .con .news {
    width: 460px;}
.news .news_imgs img {
    transition: all 0.8s ease-in-out
}

.news .news_imgs img:hover {
    transform: scale(1.1)
}

.post-14 {
    margin-top: 77px;
}

.post-14 .con {
    margin-top: 40px;
}

.post-14 .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-14 .news_list .news {
    width: 482px;
    border-radius: 4px;
    border-top: 4px solid #1E66D1;
    margin-bottom: 22px;
}

.post-14 .news_list .news .news_box a {
    display: flex;
    background: #fff;
    padding: 30px;
    column-gap: 40px;
    position: relative;
    color: #070707;
}
.post-14 .news_list .news .news_box a:hover {color:#124FA9}
.post-14 .news_list .news .news_box a:before {
    position: absolute;
    content: " ";
    width: 2px;
    height: 85px;
    background: #e2e2e2;
    left: 20%;
    top: 40px
}

.post-14 .news_list .news .news_box a .news_imgs {
    position: absolute;
    left: 25%;
    bottom: 10px;
    transition:all 0.4s ease-in-out
}
.post-14 .news_list .news:hover .news_box a .news_imgs{bottom:15px;}

.post-14 .news_box .news_date {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "syh";
    color: #124FA9;
    margin-top: 10px;
}

.post-14 .news_box .news_date .news_day {
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
}

.post-14 .news_box .news_date .news_ym {
    font-size: 14px;
    line-height: 20px;
}

.post-14 .news_list li.news .news_title {
    height: 60px;
    line-height: 35px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.post2 {
    margin-bottom: 80px;
}
.post2 .tt{width:1500px;margin:0 auto}
.post-22 .con {width:1500px;margin:0 auto}
.post2 .con {margin-top: 55px;}
.post-21{overflow:hidden}
.post-21 .con{
    width: 2887px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.post-21 .con .news_list{
    position:relative
}
.post-21 .con .news_list .news_box{margin:0 19px;}
.post-21 .news .news_video{height: 500px;position:relative }
.post-21 .news .news_video .play-btn{position:absolute; opacity: 0.8;transition: all 0.3s ease;width:85px;height:85px;left:50%;top:50%;transform:translate(-50%,-50%);cursor: pointer;   z-index: 1; }
./* 播放图标样式 */
        .post-21 .news .news_video .play-icon {
            opacity: 0.8;
        }
        
        .post-21 .news .news_video .play-icon:hover {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.05);
        }

        /* 暂停图标样式 - 默认隐藏 */
        .post-21 .news .news_video .pause-icon {
            opacity: 0;
            pointer-events: none; /* 初始状态不响应点击 */
        }
        
        /* 当视频播放中且鼠标悬停在容器上时，显示暂停图标 */
        .video-container.playing:hover .pause-icon {
            opacity: 0.5;
            pointer-events: auto; /* 允许点击 */
        }
        
        /* 鼠标悬停在暂停图标上时，提升透明度 */
        .video-container.playing:hover .pause-icon:hover {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.05);
        }

        /* 视频播放状态控制按钮显示/隐藏逻辑 */
        .video-container.playing .play-icon {
            display: none;
        }

        .video-container:not(.playing) .pause-icon {
            display: none;
        }
.post-21 .slick-prev,
.post-21 .slick-next {
    position: absolute;
    height: 108px;
    width: 46px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    top: 194px;
    padding: 0;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position:center
}
.post-21 .slick-prev:hover,
.post-21 .slick-next:hover{background-color:rgb(18,79,164,.4)}

.post-21 .slick-prev {
    background-image: url(images/prev.png);
    left: 980px;
}

.post-21 .slick-next {
                     background-image:url(images/next.png);
                     right: 980px;
                     }
 

.post-22 .news_list {
    display: flex;
    justify-content: space-between
}
.post-22 .news_list .news .news_imgs {
    padding-top: 71.18%;
    overflow: hidden;
    width: 364px;
    position: relative;
}

.post-22 .news_list .news .news_imgs img {
    position: absolute;
z-index:10;
    width: 100%;
height:100%;
    left: 0;
    top: 0;
object-fit:cover;
}



.possplit {
    background: none;
    width: 20px;
    text-align: center;
    text-indent: initial;
}


.wp_listalbumn .albumn_info .Article_Title {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7em;
}


.wp_listalbumn .albumn_info a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Microsoft YaHei', Tahoma, Geneva, sans-serif;
}