blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: 400;
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sub,
sup {
    font-size: 83%;
}

code,
kbd,
pre,
samp {
    font-family: inherit;
}

q:after,
q:before {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none;
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    outline: 0;
    color: #333;
    font: 13px/1 arial, \5b8b\4f53;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97cbe0;
}

.hidden {
    visibility: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
}

.clearfix {
    display: block;
}

#container-2 {

    background: #f8f9ff;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../image/icon.png) no-repeat;
    vertical-align: middle;
}

body:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    background: #4e6beb;
    content: "";
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    color: #333;
    font-size: 15px;
    font-family: Arial, "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    line-height: 1;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    font-family: "微软雅黑";
    transition: all .4s ease-in-out;
}

a:hover {
    color: #105fa5;
}

.post .news_title1 a:hover {
    color: #105fa5;
}

.newtime {
    display: inline-block;
    float: right;
}

.post .news_text a:hover {
    color: #105fa5;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

.wrapper .inner {
    margin: 0 auto;
    max-width: 1300px;
}

#headtop {
    background: #666;
}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

#header {
    background: #fff;
    height: 160px;
}

#header .inner {
    position: relative;
    min-height: 116px;
    /*! background: #486ae5 url(../image/heabd.jpg) no-repeat center; */
}

.logotwo {
    max-width:90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 12px;
    width: 100%;
}

#header .left-logo {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 17px;
}

#header .left-logo img {
    height: 55px;
    max-width: 100%;
    object-fit: contain;
}

#header .rightnav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

#header .rightnav ul {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
    overflow: visible;
    align-items: center;
}

#header .rightnav li {
    color: #666;
    font-size: 14px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

#header .rightnav li a {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    color: #2c3e50;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

#header .rightnav li a .nav-chinese {
    font-size: 14px;
    line-height: 1.6;
}

#header .rightnav li a .nav-english {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
}

#header .rightnav li a:hover {
    color: #4e6beb;
    background: rgba(78, 107, 235, 0.06);
    transform: translateY(-1px);
}

/* 响应式设计 */
@media (max-width: 1200px) {
    #header .left-logo {
        max-width: 250px;
    }
    
    #header .left-logo img {
        height: 45px;
    }
    
    #header .rightnav li a {
        padding: 4px 6px;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    #header .left-logo {
        max-width: 200px;
    }
    
    #header .left-logo img {
        height: 40px;
    }
    
    #header .rightnav li a {
        padding: 3px 5px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    #header .left-logo {
        max-width: 180px;
    }
    
    #header .left-logo img {
        height: 35px;
    }
    
    .logotwo {
        padding: 0 8px;
    }
}

/* #header .rightnav li.has-sub > a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-1px);
} */

#header .rightnav li.has-sub:hover > a::after, 
#header .rightnav li.has-sub.open > a::after {
    border-top-color: #4e6beb;
    transform: translateY(-1px) rotate(180deg);
}

#header .rightnav .dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-5px);
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #e6eaf8;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow: hidden;
}

#header .rightnav .dropdown::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

#header .rightnav .dropdown li {
    padding: 0;
    position: relative;
}

#header .rightnav .dropdown a {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.2s ease;
    position: relative;
    border-left: 3px solid transparent;
}

#header .rightnav .dropdown li + li {
    border-top: 1px solid #f5f5f5;
}

#header .rightnav .dropdown a:hover {
    background: #f8f9ff;
    color: #4e6beb;
    font-weight: 500;

}

/* #header .rightnav .dropdown a:hover::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #4e6beb;
    font-size: 14px;
    font-weight: bold;
} */

#header .rightnav li.has-sub:hover > .dropdown, 
#header .rightnav li.has-sub.open > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.header .sitelogo {
    float: left;
    padding-top: 33px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 16px;
    margin-left: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

.header .head-left {
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 59px;
    width: 60px;
    height: 60px;
}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    padding: 0 12px 0 12px;
    padding-left: 19px;
    background: url(../image/link_icon.png) no-repeat;
    color: #cad3d4;
    font-size: 13px;
    line-height: 35px;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0 0;
}

.site-rale ul li.links.i2 a {
    background-position: -60px 0;
}

.site-rale ul li.links.i3 a {
    background-position: -117px 0;
}

.site-rale ul li.links.i4 a {
    background-position: -177px 0;
}

.site-lang {
    float: right;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

.site-lang ul li.links a:hover {
    color: #fff;
}

#nav {
    border-bottom: 5px solid #d6bd88;
    background: -moz-linear-gradient(top,rgb(248,249,253),rgb(216,221,237),rgb(178,186,217));
    background: -ms-linear-gradient(top,rgb(248,249,253),rgb(216,221,237),rgb(178,186,217));
    background: -o-linear-gradient(top,rgb(248,249,253),rgb(216,221,237),rgb(178,186,217));
    background: -webkit-linear-gradient(top,rgb(248,249,253),rgb(216,221,237),rgb(178,186,217));
}

#nav .inner {
    /*! border-top: 1px solid #3977ae; */
}

#nav .inner .wp-panel {
    height: 45px;
}

#nav .inner .wp-panel .wp-window {
    height: 45px;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
}

.wp-menu {
    margin: 0 auto;
    display: flex;
}

.wp-menu .menu-item {
    position: relative;
    float: left;
    display: inline-block;

    text-align: center;
    /*! flex: 1; */
    margin-right: 13px;
}

.wp-menu .menu-item.i1 {
    background: 0 0;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../image/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    min-width: 0px;
    color: #424242;
    text-align: center;
    font-size: 15px;
    line-height: 44px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

li.menu-item.i10 a.menu-link {
    background: 0 0;
}
#nav .selected a{
      background-color: #5677fc;
    color: #eee !important;
    text-decoration: none;
  
}
.wp-menu .menu-item a.hover,
.wp-menu .menu-item.hover a.menu-link {
    background-color: #5677fc;
    color: #eee !important;
    text-decoration: none;
}

.sub-menu {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 100%;
    background: #fff;
}

.sub-menu .sub-item {
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.sub-menu .sub-item a {
    display: block;
    padding: 0 17px;
    height: 40px;
    background: 0 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.sub-menu .sub-item a:hover,
.sub-menu .sub-item.hover>a {
    display: block;
    background-color: #5677fc;
    color: #fff !important;
    text-align: center;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    z-index: 200;
    background: #fff;
}

.mmr {
    float: right;
    width: 365px;
    height: 300px;
}

.mmr .news_list .n1 {
    display: none;
}

.post-120 .news_title a {
    color: #4e6beb;
    font-weight: 700;
    font-size: 16px;
}

.dl .news_title {
    float: right;
    margin-top: -9px;
    padding-right: 23px;
}

.dr .news_title {
    float: right;
    margin-top: -9px;
    padding-right: 23px;
}

.dr li.news.n2 .news_title {
    padding-right: 36px;
}

.dr {
    padding-top: 10px;
}

.foot-lleft a {
    color: #fff;
    font-size: 13px;
    font-family: "微软雅黑";
}

#banner {
    background: url(../image/banbd.jpg) center;
}

#banner .inner {
    position: relative;
    width: 1100px;
    max-width: 100%;
    text-align: center;
}

.focus-title {
    display: none !important;
}

.sudyfocus_w2.focus-box {
    height: 600px !important;
}

.focus-box {
    height: 600px !important;
}

.focus-container {
    height: 600px !important;
}

.main1 {
    background: url(../image/main.png) no-repeat;
}

.main1 .inner {
    padding: 10px 0 0;
}

.main1 .ml {
    float: left;
    padding-top: 14px;
    width: 718px;
}

.main1 .mc {
    float: left;
    margin-left: 30px;
    width: 380px;
}

.main1 .mr {
    float: right;
    width: 345px;
    padding-top: 14px;
}

.mml {
    float: left;
    width: 315px;
    background: #f1f1f1;
}

.pressTheBigBox {
    display: none;
}

.biaoti {
    margin-bottom: 6px;
    width: 718px;
    height: 40px;
}

.biaoti span.more_text {
    cursor: pointer;
}

.wdj {
    display: inline-block;
    padding: 0 20px;
    border-radius: 15px 15px 0 0;
    /*! background: #bedcf6; */
    color: #4e6beb;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    cursor: pointer;
}

#an {
  border-bottom: 3px solid #bedcf6;
}
.biaoti h3.tit {
    display: inline-block;
    padding: 0 20px;
    border-radius: 15px 15px 0 0;
    background: #bedcf6;
    color: #4e6beb;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    cursor: pointer;
}

.biaoti .more_btn {
    float: right;
    font-size: 14px;
    line-height: 28px;
}

.main2 .inner {
    padding: 18px 0 26px;
}

.main2 .ml {
    float: left;
    width: 315px;
}

.main2 .mc {
    float: left;
    margin: 0 32px;
    width: 375px;
}

.main2 .mr {
    float: left;
    width: 345px;
}

.pressTheBigBoxone .new_list1 .n1,
.pressTheBigBoxone .new_list1 .n2,
.pressTheBigBoxone .new_list1 .n3 {
    display: none;
}

.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    /*! border-bottom: 0 solid #e6e6e6; */
    border-bottom: 3px solid #bedcf6;
    height: 28px;
}

.post .tt .tit {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.post .tt .tit .title {
    display: block;
    color: #424242;
    font-family: "Microsoft yahei";
    line-height: 42px;
}

.post .tt .tit .name {
    display: none;
    color: #333;
    line-height: 16px;
}

.post .con {
    margin: 0 auto;
    padding: 6px 0;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

.post .con .wp_article_list .list_item .Article_Index {
    background: url(../image/li.gif) no-repeat center;
}

.post .more_btn {
    float: right;
    display: inline-block;
    line-height: 28px;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #666;
}

.post1 .tt .tit .title {
    display: inline-block;
    padding: 0 20px;
    border-radius: 15px 15px 0 0;
    background: #bedcf6;
    color: #105fa5;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    cursor: pointer;
}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

.post1 .more_btn a {
    color: #666;
}

.post2 .tt .tit {
    padding-left: 24px;
    background: url(../image/new1_icon.png) no-repeat left center;
}

.post2 .tt .tit .title {
    color: #18267d;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.post3 .tt {
    width: 100%;
    text-align: center;
}

.post3 .tt .tit {
    font-size: 21px;
}

.post3 .tt .tit .title {
    display: inline-block;
    padding: 0 20px;
    border-radius: 15px 15px 0 0;
    background: #bedcf6;
    color: #4e6beb;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    cursor: pointer;
}

.post3 .more_btn {
    float: right;
}

.post4 .tt {
    border-bottom: 1px solid #57b8ef;
}

.post4 .tt .tit {
    border-bottom: 0;
}

.post4 .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 3px solid #0074b3;
    color: #333;
    cursor: pointer;
}

.post4 .tt .tit .title.selected {
    border-bottom: 3px solid #fff;
    color: #000;
}

.news_list li.news {
    padding-left: 0;
    line-height: 34px;
}

.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_title {
    font-size: 15px;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9c9c9c;
}

.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: 0 solid red;
}

.news_list li.news .news_text {
    color: #666;
    line-height: 22px;
}

.news_list li.news .news_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

.rili .con {
    padding: 5px 0;
}

.rili .news_list li.news {
    margin-top: 0;
}

.rili .news_list li.news .news_date {
    float: left;
    margin-top: 3px;
    margin-right: -70px;
    width: 60px;
    height: 28px;
    border-radius: 4px;
    background: #146cc1;
    vertical-align: middle;
    text-align: center;
    font-family: "Microsoft YaHei";
    line-height: 28px;
}

.rili .news_list li.news .news_date .news_year {
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    font-size: 18px;
}

.rili .news_list li.news .news_date .news_days {
    display: inline-block;
    padding: 0 6px;
    height: 26px;
    border: 1px solid #146cc1;
    border-radius: 0 4px 4px 0;
    background: #fff;
    color: #18267d;
    vertical-align: top;
    font-size: 14px;
}

.rili .news_list li.news .news_wz {
    width: 100%;
}

.rili .news_list li.news .news_wz .news_con {
    margin-left: 70px;
}

.rili .news_list li.news .news_title {
    margin-top: 0;
    color: #000;
    font-size: 14px;
    line-height: 34px;
}

.rili .news_list li.news .news_text {
    margin-top: 0;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.rili2 .con {
    padding: 5px 0;
}

.rili2 .news_list li.news {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.rili2 .news_list li.news.n1 {
    margin-top: 10px;
}

.rili2 .news_list li.news .news_date {
    float: left;
    margin-right: 0;
    width: 72px;
    text-align: center;
}

.rili2 .news_list li.news .news_date .news_year {
    background-color: #4e6beb;
    color: #fff;
    font-size: 24px;
    line-height: 41px;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    margin-top: 2px;
    background-color: #e6e6e6;
    color: #737373;
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 31px;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 100px;
    padding: 0 0;
}

.rili2 .news_list li.news .news_title {
    margin-top: 4px;
    color: #000;
    font-size: 16px;
    line-height: 32px;
}

.rili2 .news_list li.news:hover .news_date .news_year {
    background-color: #d6bd88;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
    background-color: #e3e4e6;
}

.rili2 .news_text a {
    color: #7a7a7a;
    font-size: 14px;
}

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}

.news_text .news_list li.news .news_text {
    font-size: 14px;
    line-height: 22px;
}

.news_text .news_list li.news .news_time {
    font-size: 13px;
    line-height: 28px;
}

.news_tu .con {
    padding: 12px 0;
}

.news_tu .news_list {
    margin: 0 -10px;
}

.news_tu .news_list li.news {
    float: left;
    width: 20%;
}

.news_tu .news_list li.news .news_box {
    margin: 0 10px;
    transition: all .4s ease-in-out;
}

.news_tu .news_list li.news .news_box:hover {
    opacity: .85;
    filter: Alpha(opacity=85);
}

.news_tu .news_list li.news .news_imgs {
    display: table-cell;
    overflow: hidden;
    height: 136px;
    vertical-align: middle;
}

.news_tu .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.news_tu .news_list li.news .news_title {
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 45px;
}

.tu_text .news_list li.news {
    margin-bottom: 10px;
}

.tu_text .news_list li.news .news_imgs {
    float: left;
    margin-right: -175px;
    width: 160px;
}

.tu_text .news_list li.news .news_imgs a {
    display: table-cell;
    height: 120px;
    background-color: #efefef;
    vertical-align: middle;
}

.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 {
    position: relative;
    margin-left: 175px;
    padding: 0 0;
}

.tu_text .news_list li.news .news_title {
    font-size: 14px;
    line-height: 24px;
}

.tu_text .news_list li.news .news_text {
    font-size: 12px;
    line-height: 22px;
}

.tu_text .news_list li.news .news_time {
    font-size: 12px;
    line-height: 26px;
}

.link_text {
    margin-bottom: 0;
}

.link_text .news_list {
    margin: 0 -5px;
}

.link_text .news_list li.news {
    float: left;
    width: 20%;
    text-align: center;
}

.link_text .news_list li.news .news_box {
    margin: 0 5px;
}

.link_text .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    background-color: #1b2ea3;
}

.link_text .news_list li.news .link_icon:hover {
    background-color: #666;
}

.link_text .news_list li.news .link_con {
    display: block;
    color: #fff;
    line-height: 30px;
}

.link_icon {
    margin-bottom: 0;
}

.link_icon .news_list {
    margin: 0 -10px;
}

.link_icon .news_list li.news {
    float: left;
    width: 20%;
    border: none;
    text-align: center;
}

.link_icon .news_list li.news .news_box {
    margin: 0 10px;
}

.link_icon .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    background-color: #1b2ea3;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.link_icon .news_list li.news .link_icon:hover {
    background-color: #1b2ea3;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.link_icon .news_list li.news .link_icon .icon {
    margin: 10px 0;
    width: 35px;
    height: 34px;
    border: 0 solid red;
}

.link_icon .news_list li.news.i1 .link_icon .icon {
    background-position: 0 0;
}

.link_icon .news_list li.news.i2 .link_icon .icon {
    background-position: -86px 0;
}

.link_icon .news_list li.news.i3 .link_icon .icon {
    background-position: -169px 0;
}

.link_icon .news_list li.news.i4 .link_icon .icon {
    background-position: -258px 0;
}

.link_icon .news_list li.news.i5 .link_icon .icon {
    background-position: -335px 0;
}

.link_icon .news_list li.news.i6 .link_icon .icon {
    background-position: -421px 0;
}

.link_icon .news_list li.news.i7 .link_icon .icon {
    background-position: -86px 0;
}

.link_icon .news_list li.news.i8 .link_icon .icon {
    background-position: -86px 0;
}

.link_icon .news_list li.news .link_con {
    display: block;
    color: #000;
    line-height: 30px;
}

.post-33 .news_list li.news {
    padding-left: 0;
    border-bottom: 1px dashed #c7c7c7;
}

.post-33 .news_title a {
    color: #424242;
    font-size: 13px;
    line-height: 39px;
}

.post-101 .focus-container {
    width: 344px !important;
    height: 114px !important;
}

.post-41 .con {
    padding: 15px 0;
}

.post-101 .focus.focus-box {
    width: 344px !important;
    height: 114px !important;
}

.post.post1.post-411.mbox {
    margin-bottom: 30px;
}

.dl .news_list li.news {
    float: left;
}

.dr .news_list li.news {
    float: left;
}

.foot-lleft img {
    width: 100%;
    height: 100%;
}

.foot-lleft li.news {
    width: 25%;
}

.foot-lleft .news_imgs {
    float: left;
}

.l-banner {
    height: 235px;
    background-position: center center;
    background-size: 1100px;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

#l-container .inner {
    padding: 25px 10px;
    width: 1147px;
}

#d-container .inner {
    padding: 20px 60px;
    background: #fff;
}

.col_menu {
    position: relative;
    float: left;
    margin-right: -240px;
    width: 240px;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #4e6beb;
}

.col_menu .col_menu_head h3.col_name {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    padding: 0 5px 0 30px;
    line-height: 50px;
}


.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

.col_list .wp_listcolumn {
    border-top: 0 solid #2867a0;
    border-bottom: 0 solid #fff;
}

.wp_subcolumn a {
  text-indent: 9px;
}
.col_list .wp_listcolumn .wp_column a {
    border-top: 0 solid #fff;
    border-bottom: 1px solid #f6eaea;
    background: 0 0;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a:hover {
    background: #eee;
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    background: 0 0;
    color: #454545;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    color: #0f429b;
    font-weight: 700;
}

.col_list .wp_listcolumn .wp_column .sub_list a {
    margin-top: -1px;
    border-top: 1px solid #eee;
    color: #333;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    padding: 5px 10px 5px 52px;
    line-height: 28px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0f429b;
    font-weight: 700;
    font-weight: 700;
}

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: 0 0;
}

.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 {
    color: #0f429b;
    font-weight: 700;
}

.col_news {
    float: right;
    width: 100%;
    min-height: 0;
    margin-bottom: 50px;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #dbdbdb;
}

.col_metas .col_title {
    float: left;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

.col_metas .col_title h2 {
    display: inline-block;
    border-bottom: 3px solid #cbcbcb;
    color: #0f429b;
    font-weight: 400;
    font-size: 20px;
    font-family: "Microsoft yahei";
}

.col_metas .col_path {
    float: right;
    display: inline-block;
    height: 46px;
    color: #666;
    white-space: nowrap;
    line-height: 46px;
}

.col_metas .col_path a {
    color: #2f2f2f;
}

.col_news_con {
    margin: 0 7px;
    padding: 5px 0 10px 0;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.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;
}

.infobox {
    margin: 15px auto;
    width: auto;
    min-height: 500px;
    position: relative;
}

.wp_art_adjoin {
  display: flex;
}
.prev-title {
  flex: 1;
}
.article {
    padding-top: 10px;
}

.article h1.arti_title {
    color: #1b1b1b;
    text-align: center;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    line-height: 42px;
}

.theContentLocation {
 
  margin: 0 auto;
}
.article h2.arti_title {
    color: #1b1b1b;
    text-align: center;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    line-height: 40px;
}

.article .arti_metas {
    padding: 10px;
    border-top: 1px solid #ececec;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    color: #787878;
    font-size: 14px;
}

.article .entry {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 23px;
}

.article .entry .read,
.article .entry .read p {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
}

.article .entry .read table {
    margin: 0 auto;
}

.post121 {
    padding-top: 6px;
}

#footer {
    background: #4b66e1 url('../picture/hw.png') repeat;
}

#footer .inner {
    position: relative;
    padding: 23px 0px;
}

#footer .inner .foot-left {
    padding: 56px 0;
    border-top: 1px solid #287cc6;
}

#footer .inner .foot-right {
    position: absolute;
    right: 0;
    bottom: 20px;
}

#footer .inner p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    font-family: "微软雅黑";
    line-height: 28px;
    opacity: .7;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright a {
    color: #eee;
}

.foot-lleft {
    float: left;
    padding: 40px 0;
    width: 420px;
}

.foot-right img {
    width: 80px;
    height: 80px;
}

.foot-right .news_imgs {
    width: 80px;
    height: 80px;
}

.foot-right li.news.n1 {
    padding-right: 40px;
}

.foot-right .news_title {
    text-align: center;
}

.foot-right a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: "微软雅黑";
}



/*后加尾部开始*/
.footer {
    background: #4b66e1 url('../picture/hw.png') repeat;
    background-size: auto;
    height: 226px;
    box-sizing: border-box;
    padding: 14px 0;
    border-top: 1px solid #e6eaf8;
}

.f-left.fl {
  float: left;
}
.f-right.fr {
  float: right;
}
.f-left {
    width: 870px;
}
.container{
	width:1300px;
	padding: 0;
	margin: 0 auto;
}
.footer .container {display:flex; align-items:center; justify-content:space-between; height:100%;}
.footer .f-left {flex:none; width:auto !important;}
.footer .f-right {flex:1; width:auto !important;}
.footer .f-right p {margin:0;}
.f-left h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.footer .f-left {display:flex; align-items:center; gap:16px;}
.footer .f-left img {height:102px;}

.f-left h4 span {
    font-size: 17px;
    font-family: impact;
    font-weight: lighter;
}

.footer .f-left p {
    font-size: 14px;
    color: #e8eeff;
    line-height: 24px;
}

.footer .f-right {
    width: auto !important;
    margin-top: 0;
    color:#e8eeff;
    font-size:14px;
    line-height:20px;
    text-align:right;
}

.footer .f-right a {color:#e8eeff;}

.footer .f-right a span {font-size: 14px; color:#e8eeff;}

/*后加尾部结束*/
.wp_search {
    position: relative;
    display: inline-block;
    padding-left: 0;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    padding: 4px 0;
    width: 160px !important;
    height: 20px;
    border: none;
    background: 0 0;
    color: #fff;
    line-height: 20px;
    display: none;
}

.wp_search .search {
    width: 50px;
    height: 50px;
    border: 0;
    background: #486ae561 url(../image/sous.png) no-repeat center;
    vertical-align: top;
    cursor: pointer;
}

.searchbox {
    float: left;
    width: 100%;
    float: right;
    height: 100%;
}

.wp-search {
    position: relative;
    border: 1px solid #d0d0d0;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
    margin-left: 4px;
}

.wp-search .search-input input.search-title {
    padding: 4px 0;
    width: 100%;
    height: 16px;
    outline: 0;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    opacity: .6;
    font-family: 微软雅黑;
}

.wp-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 24px;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 24px;
    outline: 0;
    border: 0;
    background: url(../image/sous.png) no-repeat center;
    cursor: pointer;
}

.shares {
    text-align: center;
}

.shares ul {
    float: right;
    margin: 0 auto;
    width: auto;
    text-align: right;
}

.shares li {
    position: relative;
    float: left;
    margin: 0 6px;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0 solid red;
    background: url(../image/share_icon.png) no-repeat;
    vertical-align: top;
    opacity: .6;
    filter: Alpha(opacity=60);
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0 0;
}

.shares li.i2 a {
    background-position: -72px 0;
}

.shares li.i3 a {
    background-position: -144px 0;
}

.listtop {
    margin-top: 38px;
    margin-bottom: 50px;
}

.shares li span {
    display: block;
    color: #d0d4ea;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.shares li .con {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    display: none;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    background: #fff;
    vertical-align: top;
}

.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px 10px;
    width: 150px;
    border: 1px solid #d0d0d0;
    background: #fff;
    line-height: 32px;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    padding: 0 25px 0 10px;
    height: 32px;
    background: url(../image/arrow.png) no-repeat right top;
    color: #a1a1a1;
    line-height: 32px;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    background-position: right bottom;
    color: #333;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    position: absolute;
    bottom: 33px;
    left: 0;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    width: auto;
    height: auto;
    max-height: 300px;
    min-width: 180px;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    padding: 5px 0;
    color: #444;
    line-height: 24px;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    background: #0f429b;
    color: #fff;
    cursor: pointer;
}

.mbanner .focus .focus-title-bar {
    bottom: 40px;
    left: 40px;
    margin-left: 0;
}

.mbanner .focus .focus-title-bg {
    display: none;
    background-color: #000;
    opacity: .4;
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 60;
    margin-right: 0;
}

.mbanner .focus .focus-page {
    display: none;
    margin-right: 6px;
    width: 9px;
    height: 9px;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    width: 18px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 39px;
    height: 64px;
    border-radius: 6px;
    background: #000 url(../image/slide_next.png) no-repeat 5px;
    text-indent: -999em;
    opacity: .6;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
}

.mbanner .focus .focus-prev {
    left: 0;
}

.mbanner .focus .focus-next {
    right: 0;
    background: #000 url(../image/slide_pre.png) center;
}

.xl {
    margin-top: 20px;
    width: 1053px;
    margin: 0 auto;
    position: absolute;
    left: 23px;
    bottom: 8px;
  }
.post-11 .focus .focus-title {
    padding: 0 15px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}

.post-11 .focus .focus-title-bar {
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    height: 34px;
}

.post-11 .focus .focus-title-bg {
    background: url(../image/tm.png);
}

.post.post1.post-11.mbox {
    margin-top: -6px;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 46px;
}

.post-11 .focus .focus-page {
    margin-top: 45px;
    width: 7px;
    height: 7px;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.post-11 .focus .focus-page span {
    display: none;
}

.post-11 .focus .focus-page:hover {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.post-11 .focus .focus-page-active {
    background-color: #c90613;
    color: #d1cecf;
}

.post-11 .focus .focus-navigation {
    opacity: .7;
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
}

.post-14 .news_list li.news {
    float: left;
    padding: 51px 25px;
    width: 220px;
    height: 112px;
}

.post-14 img {
    width: 200px;
    height: 110px;
}

.post-101 .focus .focus-title {
    padding: 0 15px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}

.post-101 .focus .focus-title-bar {
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    height: 34px;
}

.post-101 .focus .focus-title-bg {
    background: url(../image/tm.png);
    background-size: 100%;
}

.post121 .news_title a {
    color: #424242;
    font-size: 13px;
    line-height: 37px;
}

.post-120 .news_text {
    padding-top: 2px;
    padding-bottom: 30px;
}

.post.post1.post-101.mbox {
    margin-bottom: 0;
}

.post-101 .focus .focus-pagination {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.post-101 .focus .focus-page {
    width: 7px;
    height: 7px;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.post-101 .focus .focus-page span {
    display: none;
}

.post-101 .focus .focus-page:hover {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.post-101 .focus .focus-page-active {
    background-color: #c90613;
    color: #fff;
}

.post-14 .con {
    position: absolute;
    overflow: hidden;
    margin-left: 75px;
    width: 950px;
}

.post-14 ul.news_list.clearfix {
    position: relative;
}

.post-101 .focus .focus-navigation {
    display: none;
}

.post-101 .focus .focus-navigation:hover {
    opacity: 1;
}

.post-101 .focus .focus-navigation:active {
    opacity: 1;
}

.post-11 a.focus-navigation.focus-prev {
    display: none;
}

.post-11 a.focus-navigation.focus-next {
    display: none;
}

.post-120 .news_text a {
    color: #7a7a7a;
    font-size: 14px;
}

.post121 .news_title {
    border-bottom: 1px solid #c7c7c7;
}

.post-120 .con {
    padding-right: 30px;
    padding-left: 20px;
}

.post-13 .news_title a {
    color: #404040 !important;
    font-size: 16px !important;
}

.post-13 .news_text a {
    display: -webkit-box;
    overflow: hidden;
    color: #7a7a7a;
    /*! font-size:12px; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.post-13 .news_list li.news.clearfix {
    border-bottom: 1px dashed #c7c7c7;
}

.post-13 .news_text {
    padding-top: 5px;
    padding-bottom: 13px;
}

.post-13 .news_title1 a {
    color: #424242;
    font-size: 14px;
    line-height: 34px;
}

.foot-right .news_list li.news {
    float: left;
}

.a1.left-b {
    margin-top: 45px;
    width: 35px;
    height: 96px;
    background: url(../image/left.png) no-repeat;
    cursor: pointer;
}

.a1.right-b {
    float: right;
    margin-top: -95px;
    width: 35px;
    height: 91px;
    background: url(../image/right.png) no-repeat;
    cursor: pointer;
}

.post-13 .news_list .news_title {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-411 img:hover {
    transform: scale(1.1);
}

.post-14 img:hover {
    transform: scale(1.1);
}

.post-14 .news_imgs {
    overflow: hidden;
}

.foot-right img:hover {
    transform: scale(1.1);
}

.foot-right .news_imgs {
    overflow: hidden;
}

.foot-lleft a:hover {
    color: #c98206 !important;
}

.post.post1.post-13.mbox {
    margin-bottom: -18px;
}

.foot-lleft img:hover {
    transform: scale(1.1);
}

.foot-lleft .news_imgs {
    overflow: hidden;
}

.post-411 .news_list li.news {
    float: left;
    padding: 15px 8px;
}

.post-411 ul.news_list.clearfix {
    position: relative;
}

.post-411 .con {
    position: relative;
    overflow: hidden;
    width: 1098px;
}

.post-14 {
    min-height: 20px;
}

.ttt {
    position: relative;
    bottom: 90px;
    left: 25px;
    width: 75%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.ttt a {
    color: #fff;
    font-size: 18px;
}

.foot—lm .links a {
    position: relative;
    padding: 0px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.vx a,
.vx li,
.vx span {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
}

.foot—lm .links {
    float: left;
}

.foot—lm .links a:after {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 1px;
    height: 15px;
    background: #6296c4;
    content: "";
}

.foot—lm .links.i6 a:after {
    display: none;
}

.foot—lm.clearfix {
    margin: auto;
    width: 100%;
    padding-bottom: 0px;
}

.rili2 .news_list li.news.n4 {
    margin: 0;
    padding: 0;
}

.m2lm li.links {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    height: 64px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
    overflow: hidden;
    transition: transform .2s ease, filter .2s ease;
}

.m2lm ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.m2lm li.links.i1 {background-color: #2e6ef7;}
.m2lm li.links.i2 {background-color: #1aa2a0;}
.m2lm li.links.i3 {background-color: #e6462c;}
.m2lm li.links.i4 {background-color: #f59e0b;}
.m2lm li.links.i5 {background-color: #1e9b56;}
.m2lm li.links.i6 {background-color: #7c3aed;}
.m2lm li.links.i7 {background-color: #8b5cf6;}
.m2lm li.links:before {content:""; display:inline-block; width:32px; height:32px; margin-right:6px; background-repeat:no-repeat; background-position:center; background-size:contain;}
.m2lm li.links:before {background-image:url(../image/link_icon.png);} 
.m2lm li.links.i1:before {background-image:url(../picture/1.png);} 
.m2lm li.links.i2:before {background-image:url(../picture/2.png);} 
.m2lm li.links.i3:before {background-image:url(../picture/3.png);} 
.m2lm li.links.i4:before {background-image:url(../picture/4.png);} 
.m2lm li.links.i5:before {background-image:url(../picture/5.png);} 
.m2lm li.links.i6:before {background-image:url(../picture/6.png);} 
.m2lm li.links.i7:before {background-image:url(../picture/7.png);} 
.m2lm li.links.i8:before {background-image:url(../picture/8.png);} 
.m2lm li.links.i9:before {background-image:url(../picture/9.png);} 
.m2lm li.links.i10:before {background-image:url(../picture/10.png);} 

.m2lm li.links a {
    display: block;
    width: 100%;
    color: #fff;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m2lm li.links:hover {filter: brightness(1.05); transform: translateY(-1px);} 

#container-2 .m2lm .tt {border-bottom: 2px solid #e6eaf8; height: 32px;}
#container-2 .m2lm .tt .tit .title {background: none; color: #4e6beb; font-weight: 700; font-size: 16px; line-height: 32px; padding: 0; border-radius: 0;}
#container-2 .m2lm .tt .tit .title .en {font-size:13px; font-weight:500; margin-left:6px; opacity:0.9;}
#container-2 .m2lm .more_btn .more_text {color: #4e6beb;}
.WP_VisitCount {
    display: inline-block !important;
  }
.yllist {
    margin-top: 10px !important;
}

@keyframes icon-bounce {

    0%,
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
    }

    85% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
    }

    85% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
    }

    85% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
    }

    85% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
    }
}

.m2lm li.links:hover {
    -webkit-animation: icon-bounce .5s alternate;
    -moz-animation: icon-bounce .5s alternate;
    -o-animation: icon-bounce .5s alternate;
    animation: icon-bounce .5s alternate;
}

/* 首页新闻板块 */
.newsUpdates {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 32px;
    min-height: 314px;
}

.newsUpdates .left-swipe {
    /*! flex: 0 0 420px; */
    height: 314px;
    overflow: hidden;
    width: 33%;
}
.newsUpdates .left-swipe .swiper {height: 100%;}
.newsUpdates .left-swipe .swiper-slide {height: 100%;}
.newsUpdates .left-swipe .swiper-slide {position: relative;}
.newsUpdates .left-swipe .slide-caption {position: absolute; left: 0; right: 0; bottom: 8px; padding: 6px 8px; background: rgba(0,0,0,.5); color: #fff; font-size: 12px; border-radius: 4px;}
.newsUpdates .left-swipe .swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
.newsUpdates .left-swipe .swiper-pagination {position: absolute; right: 8px; bottom: 8px;}
.newsUpdates .left-swipe .swiper-pagination-bullet {background: #fff;opacity: .8;}
.newsUpdates .left-swipe .swiper-pagination-bullet-active {background: #4e6beb;opacity: 1;}

.newsUpdates .intermediateDynamics {
    /*! flex: 0 0 340px; */
    width: 33%;
}

.newsUpdates .notice {
    /*! flex: 0 0 340px; */
    width: 33%;
}

.newsUpdates .dynamicHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e6eaf8;
    height: 36px;
    margin-bottom: 12px;
}

.newsUpdates .dynamicTitle {
    color: #4e6beb;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
}

.newsUpdates .dynamicTitle .en {
    font-size: 15px;
    font-weight: 500;
    margin-left: 8px;
    opacity: 0.9;
}

.newsUpdates .moreUpdates {
    color: #105fa5;
    font-size: 14px;
    cursor: pointer;
}

.newsUpdates .moreUpdates:hover {
    color: #0f429b;
}

/* 新闻动态列表 */
.newsUpdates .dynamicList {
    /*! display: grid; */
    /*! grid-template-columns: 1fr; */
    /*! grid-auto-rows: 34px; */
    /*! row-gap: 6px; */
    /*! padding-top: 6px; */
}

.newsUpdates .numberOfItemsInTheList {
    display: flex;
    align-items: center;
    gap: 8px;
    /*! padding: 7px 0; */
    border-bottom: 1px dashed #e6e6e6;
    line-height: 30px;
    margin-bottom: 14px;
}

.newsUpdates .numberOfItemsInTheList:last-child {
    border-bottom: 1px dashed #e6e6e6;
}
.newsUpdates .dynamicList .numberOfItemsInTheList:nth-child(n+8) {display: none;}

.newsUpdates .rotundity {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #5b5b5b;
    flex: none;
}

.newsUpdates .dynamicListTitle {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通知公告 */
.newsUpdates .notificationList ul {
    margin: 0;
    padding: 0;
}

.newsUpdates .notificationList li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.newsUpdates .notificationList li:last-child {
    border-bottom: none;
}

.newsUpdates .leftDate {
    width: 66px;
    text-align: center;
    height: 70px;
}

.newsUpdates .dateMonth {
    background-color: #002fffa3;
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    /*! line-height: 38px; */
    /*! border-radius: 4px 4px 0 0; */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsUpdates .dateDay {
    /*! background-color: #e6e6e6; */
    color: #fff;
    font-size: 15px;
    /*! line-height: 24px; */
    border-radius: 0 0 4px 4px;
}

.newsUpdates .displayOnTheRight {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsUpdates .rightTop {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsUpdates .rightbottom {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 招生就业/教学科研/院务公开 */
.admissionsAndEmployment {
    width: 100%;
    padding: 16px 0;
    margin-top: 24px;
    height: 400px;
    overflow: hidden;
    background: url('../picture/ggbg.png');
    position: relative;
}
.aae-title a font {
	color: #fff !important;
}
.aae-title a {
	color: #FFF;
}
.admissionsAndEmployment .inner {max-width: 1300px; margin: 0 auto; display: flex; gap: 0; position: relative; z-index: 1; height: 100%;}
.admissionsAndEmployment .aae-col {width: 33%; padding: 30px 20px 0;}
.admissionsAndEmployment .columnHead {display:flex; justify-content:space-between; align-items:center; border-bottom: 1px solid rgba(255,255,255,0.45); height: 30px; margin-bottom: 10px;}
.admissionsAndEmployment .columnTitle {color:#fff; font-weight:700; font-size:16px; line-height:30px;}
.admissionsAndEmployment .columnTitle .en {font-size:13px; font-weight:500; margin-left:6px; opacity:0.9;}
.admissionsAndEmployment .more {color:#ffffff; font-size:14px; cursor:pointer;}
.admissionsAndEmployment .more:hover {color:#ffffff;}
.admissionsAndEmployment .more a {color:#ffffff;}
.admissionsAndEmployment .more a:hover {color:#ffffff;}
.admissionsAndEmployment .aae-list {margin:0; padding:0;}
.admissionsAndEmployment .aae-list li {display:flex; justify-content:space-between; align-items:center; gap:10px; padding:4px 0; border-bottom: 1px dashed rgba(255,255,255,0.25);} 
.admissionsAndEmployment .aae-list li:last-child {border-bottom: none;}
.admissionsAndEmployment .aae-title {color:#fff; opacity:.95; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; flex:1; position:relative; padding-left:12px; font-size:14px; line-height:26px;}
.admissionsAndEmployment .aae-title:before {content:""; position:absolute; left:0; top:50%; width:6px; height:6px; border-radius:50%; background:#fff; transform: translateY(-50%); opacity:.9;}
.admissionsAndEmployment .aae-date {color:#ffffff; font-size:13px; flex:none;}

.studentShowcase {padding: 20px 0; background: #ffffff;}
.studentShowcase .inner {max-width: 1300px; margin: 0 auto;}
.studentShowcase .ss-head {display:flex; justify-content:space-between; align-items:center; border-bottom: 1px solid #e6e6e6; height: 40px; margin-bottom: 20px;}
.studentShowcase .ss-title {color:#4e6beb; font-weight:700; font-size:18px; line-height:40px;}
.studentShowcase .ss-title .en {display: none;}
.studentShowcase .ss-more {color:#4e6beb; font-size:14px; cursor:pointer;}
.studentShowcase .ss-more a {color:#4e6beb; text-decoration:none;}
.studentShowcase .ss-grid {display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;}
.studentShowcase .ss-card {display:block; color:#333; min-width:0; text-decoration:none;}
.studentShowcase .ss-img {width: 100%; height: 200px; background:#f5f5f5; overflow:hidden; border: 1px solid #e6e6e6;}
.studentShowcase .ss-img img {width:100%; height:100%; }
.studentShowcase .ss-caption {margin-top:10px; font-size:14px; color:#333333; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.admissionsAndEmployment {
    width: 100%;
    background:  url('../picture/ggbg.png') ;
  
}
.newsAndAdmissions{
    margin-top: 60px;
}
.newsAndAdmissions .inner { max-width: 1300px; margin: 0 auto;}
img,
figure img,
.wp_entry img,
.studentShowcase .ss-img,
.newsUpdates .left-swipe .swiper-slide img,
.dynamicListDiagram img {
    border-radius: 0 !important;
}

.news_title {
    font-size: 16px;
}

.news_list li.news,
.news_list li.news p {
    line-height: 30px;
}

.news_list li.news .news_text {
    line-height: 20px;
}

.newsUpdates .left-swipe .slide-caption {
    font-size: 14px;
    border-radius: 0;
}