@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

.container {
    width: 1400px;
    margin: 0 auto;
}

.search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99996;
    background: rgba(0, 0, 0, 0.6);
}

.search .search-close {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.search .search-close::before,
.search .search-close::after {
    position: absolute;
    content: " ";
    background-color: #eee;
    left: 50px;
    width: 2px;
    height: 100px;
}

.search .search-close::before {
    transform: rotate(45deg);
}

.search .search-close::after {
    transform: rotate(-45deg);
}

.search.show {
    display: block;
}

.search .search-box {
    display: flex;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-top: -25px;
    margin-left: -250px;
    width: 500px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 50px rgb(0, 0, 0);
}

.search .search-box .keyword {
    width: 85%;
    padding: 10px;
    height: 50px;
    border: 0;
    vertical-align: middle;
    background: transparent;
    box-sizing: border-box;
    outline: none;
    resize: none;
}

.search .search-box .btn-submit {
    width: 15%;
    height: 50px;
    text-shadow: none;
    border: 0;
    color: #fff;
    text-align: center;
    font: normal 16px/50px arial;
    box-sizing: border-box;
    background: #1054aa;
    cursor: pointer;
}

.banner img {
    width: 100%;
}

.subnav {
    height: 75px;
    background: #f8f8f8;
}

.subnav nav {
    text-align: center;
}

.subnav nav a {
    display: inline-block;
    margin: 0 2em;
    padding: 0 1em;
    color: #333;
    font: normal 16px/70px 微软雅黑;
}

.subnav nav a.current {
    border-bottom: 5px solid #1054aa;
}

.list-content {
    padding: 50px 0px;
}

.list-content li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
}

.list-content li a {
    color: #161616;
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list-content li a .more {
    float: right;
    width: 6%;
    margin-top: 20px;
    text-align: center;
}

.list-content li a .more span {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #1054aa;
    font: bold 16px/36px 宋体;
    border: 1px solid #1054aa;
}

.list-content li a .item-time {
    float: left;
    width: 16%;
    padding-top: 3%;
    text-align: center;
    overflow: hidden;
    line-height: 2;
}

.list-content li a .item-time span {
    display: block;
    width: 120px;
    margin: 0 auto;
    font-size: 16px;
    border-right: 1px solid #cacaca;
}

.list-content li a .item-time span b {
    display: block;
    font-size: 40px;
}

.list-content li a h3 {
    float: left;
    width: 75%;
    display: block;
    text-align: left;
}

.list-content li a h3 img {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.list-content li a h3 p {
    height: 30px;
    display: block;
    color: #999;
    font: normal 16px/24px 微软雅黑;
}

.list-content li a h3 p strong {
    display: block;
    padding-left: 20px;
    color: #111;
    font: normal 18px/250% 微软雅黑;
}

.list-content li a h3 p span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-content li a:hover {
    -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
    -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}

.list-content li a:hover .more span {
    color: #fff;
    border: 1px solid #1154ab;
    background: #1154ab;
}

.header {
    position: fixed;
    height: 100px;
    background: #1054aa;
    background-color: rgba(16, 84, 170, 0.5);
    top: 0;
    left: 0;
    right: 0;
    z-index: 99980;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .container .logo img {
    height: 52px;
}

.header .container .nav-box {
    display: flex;
    align-items: center;
}

.header .container .nav-box .nav {
    display: flex;
    justify-content: space-between;
}

.header .container .nav-box .nav li a {
    margin: 0 20px;
    line-height: 95px;
    color: #fff;
    font-size: 18px;
}

.header .container .nav-box .nav li.active {
    border-bottom: 5px solid #fff;
}

.header .container .nav-box .search-switch {
    width: 50px;
    height: 50px;
    background: url(../images/icon_search.png) no-repeat center;
    cursor: pointer;
}

.footer {
    background: #003681;
}

.footer .footer-con {
    padding: 80px 0;
    display: flex;
}

.footer .footer-con .foot-info {
    width: 50%;
}

.footer .footer-con .foot-info dl dt {
    margin-bottom: 10px;
    color: #fff;
    font: normal 16px/180% 微软雅黑;
}

.footer .footer-con .foot-info dl dt span {
    color: #fff;
    font-size: 18px;
}

.footer .footer-con .foot-info dl dd {
    color: #fff;
    font: normal 16px/250% 微软雅黑;
}

.footer .footer-con .foot-info dl dd .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.footer .footer-con .foot-info dl dd .icon.icon-phone {
    background-image: url(../images/icon_phone.png);
}

.footer .footer-con .foot-info dl dd .icon.icon-email {
    background-image: url(../images/icon_email.png);
}

.footer .footer-con .foot-info dl dd .icon.icon-address {
    background-image: url(../images/icon_address.png);
}

.footer .footer-con .foot-nav {
    width: 50%;
}

.footer .footer-con .foot-nav .foot-nav-box {
    height: 150px;
    padding-left: 80px;
    border-left: 1px solid #5e7393;
}

.footer .footer-con .foot-nav .foot-nav-box dl {
    float: left;
    width: 20%;
}

.footer .footer-con .foot-nav .foot-nav-box dl dt {
    color: #fff;
    font: normal 18px/50px 微软雅黑;
}

.footer .footer-con .foot-nav .foot-nav-box dl dd a {
    color: #fff;
    font: normal 16px/50px 微软雅黑;
}

.footer .foot-copyright {
    text-align: center;
    background: #002b66;
}

.footer .foot-copyright p {
    display: flex;
    justify-content: center;
    color: #fff;
    font: normal 14px/50px 微软雅黑;
}

.footer .foot-copyright p a {
    display: flex;
    color: #fff;
}

.footer .foot-copyright p a img {
    margin-right: 5px;
}

.footer .foot-copyright p a:nth-child(2) {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.pager {
    margin: 0 auto;
    padding: 50px 0;
    line-height: 32px;
    text-align: center;
    font: normal 14px/32px 微软雅黑, arial;
}

.pager .m-pagination-page {
    padding-right: 0;
}

.pager .m-pagination-page>li {
    margin-right: 0;
}

.pager .m-pagination-page>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-right: 8px;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background: #1053aa;
    text-decoration: none;
    border: 1px solid #1053aa;
    color: #fff;
}

.pager .m-pagination-info {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-right: 8px;
}

.pager .m-pagination-info span {
    color: #1053aa;
    font-weight: 700;
    margin: 0;
}

.pager .m-pagination-jump {
    width: auto;
}

.pager .m-pagination-group>input {
    width: 51px;
    height: 30px;
    margin-right: 0;
}

.pager .m-pagination-group>button {
    width: 45px;
    height: 32px;
    border-left: none;
}

.foot-list {
    display: flex;
    height: 80px;
}

.foot-item {
    flex: 1;
}

.pager .m-pagination-page {
    padding-right: 0;
}

.pager .m-pagination-page>li {
    margin-right: 0;
}

.pager .m-pagination-page>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-right: 8px;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background: #1053aa;
    text-decoration: none;
    border: 1px solid #1053aa;
    color: #fff;
}

.pager .m-pagination-info {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-right: 8px;
}

.pager .m-pagination-info span {
    color: #1053aa;
    font-weight: 700;
    margin: 0;
}

.pager .m-pagination-jump {
    width: auto;
}

.pager .m-pagination-group>input {
    width: 51px;
    height: 30px;
    margin-right: 0;
}

.pager .m-pagination-group>button {
    width: 45px;
    height: 32px;
    border-left: none;
}

.foot-list {
    display: flex;
    height: 80px;
}

.foot-item {
    flex: 1;
}

.pager .m-pagination-page {
    padding-right: 0;
}

.pager .m-pagination-page>li {
    margin-right: 0;
}

.pager .m-pagination-page>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-right: 8px;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background: #1053aa;
    text-decoration: none;
    border: 1px solid #1053aa;
    color: #fff;
}

.pager .m-pagination-info {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-right: 8px;
}

.pager .m-pagination-info span {
    color: #1053aa;
    font-weight: 700;
    margin: 0;
}

.pager .m-pagination-jump {
    width: auto;
}

.pager .m-pagination-group>input {
    width: 51px;
    height: 30px;
    margin-right: 0;
}

.pager .m-pagination-group>button {
    width: 45px;
    height: 32px;
    border-left: none;
}

.foot-list {
    display: flex;
}

.foot-item {
    flex: 1;
}

.pager .m-pagination-page {
    padding-right: 0;
}

.pager .m-pagination-page>li {
    margin-right: 0;
}

.pager .m-pagination-page>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-right: 8px;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background: #1053aa;
    text-decoration: none;
    border: 1px solid #1053aa;
    color: #fff;
}

.pager .m-pagination-info {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-right: 8px;
}

.pager .m-pagination-info span {
    color: #1053aa;
    font-weight: 700;
    margin: 0;
}

.pager .m-pagination-jump {
    width: auto;
}

.pager .m-pagination-group>input {
    width: 51px;
    height: 30px;
    margin-right: 0;
}

.pager .m-pagination-group>button {
    width: 45px;
    height: 32px;
    border-left: none;
}

.foot-list {
    display: flex;
}

.foot-item {
    flex: 1;
}

.pager .m-pagination-page {
    padding-right: 0;
}

.pager .m-pagination-page>li {
    margin-right: 0;
}

.pager .m-pagination-page>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-right: 8px;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background: #1053aa;
    text-decoration: none;
    border: 1px solid #1053aa;
    color: #fff;
}

.pager .m-pagination-info {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-right: 8px;
}

.pager .m-pagination-info span {
    color: #1053aa;
    font-weight: 700;
    margin: 0;
}

.pager .m-pagination-jump {
    width: auto;
}

.pager .m-pagination-group>input {
    width: 51px;
    height: 30px;
    margin-right: 0;
}

.pager .m-pagination-group>button {
    width: 45px;
    height: 32px;
    border-left: none;
}

.foot-list {
    display: flex;
    padding: 50px 0;
    line-height: 32px;
    text-align: center;
    font: normal 14px/32px 微软雅黑, arial;
}

.pager .m-pagination-page {
    padding-right: 0;
}

.pager .m-pagination-page>li {
    margin-right: 0;
}

.pager .m-pagination-page>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #666;
    margin-right: 8px;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background: #1053aa;
    text-decoration: none;
    border: 1px solid #1053aa;
    color: #fff;
}

.pager .m-pagination-info {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-right: 8px;
}

.pager .m-pagination-info span {
    color: #1053aa;
    font-weight: 700;
    margin: 0;
}

.pager .m-pagination-jump {
    width: auto;
}

.pager .m-pagination-group>input {
    width: 51px;
    height: 30px;
    margin-right: 0;
}

.pager .m-pagination-group>button {
    width: 45px;
    height: 32px;
    border-left: none;
}


/* 2025-08-08 wppei 添加开始 */

.foot-href {
    display: flex;
    border-bottom: 1px solid #5e7393;
}

.foot-href-item {
    flex: 1;
}

.foot-href-name {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.footer .footer-con {
    padding-top: 50px;
}


/* 2025-08-08 wppei 添加结束 */