* {
    padding: 0;
    margin: 0;
    box-sizing:  border-box;
}
body{
    background-color: #f3f3f5;
}
ul {
    list-style: none;
}
.header-container {
    padding-top: 80px;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*background: rgb(55 50 50 / 38%);*/
    z-index: 3;
}
.rowA {
    display: flex;
    background: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 1px 2px 3px #dbdbdb;
    border-radius: 5px;
}
.left{
    width: 700px;
    padding: 10px;
}
.right {
    width: 580px;
    padding-right: 45px;
}
  /* 定义上下跳动动画 */
        @keyframes bounce {
            0%, 100% {
                /* 初始和结束位置（不偏移） */
                transform: translateY(0);
            }
            50% {
                /* 中间位置（向上偏移20px） */
                transform: translateY(-20px);
            }
        }

.titile {
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
    width: 1280px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #f1ecec;
    color: #1b9193;
    white-space: nowrap;
}

li.menu-item.active {
    background-color: #ffffff;
}
li.col_title {
    color: #959595;
}
.header{
    width: 100%;
    min-width: 1280px;
    background: url(/_upload/tpl/06/1c/1564/template1564/images/header.jpg);
}
.ztw{
    padding-left: 30px;
       font-size: 30px;
    font-weight: bold;
    display: inline-block;
    color: #ff4e4e;
    text-shadow: 1px 1px 2px #e3d475;
}
.wp-logo {
    width: 1280px;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-wrapper {
    outline: none;
    width: 1280px;
    margin: 0 auto;
}
.cgjj {
    padding-top: 18px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #007c7c;
}
li.menu-item.active:hover {
    background: #ffffff;
}
a.sub-link {
    white-space: nowrap;
}
.cgjj-text{
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.75;
    text-align: justify;
    color: #3a3a3a;
}
.showDiv {
    top: 60px;
}
.nav {
    width: 100%;
    min-width: 1280px;
    padding-top: 6px;
    display: flex;
    height: 66px;
    justify-content: right;
    flex-wrap: nowrap;
    color: #fff;
    background: #007c7c;
    z-index: 5;
    transition: all .5s;
    box-shadow: 2px 0 10px #81bebf;
}
li.menu-item.active {
    color: #000000;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.wp-menu .menu-item a.menu-link {
    display: inline-block;
    min-width: 106px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    width: 100%;
}
.sub-menu .sub-item a {
    display: block;
    padding: 0;
    height: 40px;
    background: 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
li.menu-item.active>a {
    color: #000000;
}
.wp-menu {
    margin:0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 1280px;
    align-items: center;
}

.wp-menu a {
    color: #ffffff;
    font-weight: 600;
}
.wp_listcolumn .wp_column a{
    color: #3a3a3a;
}
.sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    color: #000;
    box-shadow: 1px 2px 5px #81bebf;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 500;
}
h3.col_name {
    padding: 10px 0 10px 20px;
    background: #3c7d7d;
    color: #fff;
    font-size: 25px;
    border-top-left-radius: 29px;
}
.mod {
    display: flex;
}
.col_news_head {
    margin-bottom: 26px;
}
.col_news {
    flex: 1;
    padding: 0 36px;
}
.wp_listcolumn .wp_column a{
    background: none;
}
.wp_listcolumn .wp_column a.selected{
    background: none;
}
a.col_item_link {
    display: block;
    white-space: nowrap;
    padding-top: 9px;
    padding-bottom: 9px;
}
span.column-name {
    font-size: 18px;
    line-height: 1;
}
iframe.wp_pdf_player {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
}
.wp_listcolumn .wp_column a:hover {
    color: #ff2e2e;
    background-image: none;
}
.wp_listcolumn .wp_column a.selected{
    color:#c00;
}
.col_menu {
    width: 300px;
    flex-shrink: 1;
}
li.menu-item {
    position: relative;
    flex-grow: 1;
    text-align: center;
    line-height: 60px;
}
.inner {
    width: 1280px;
    margin: 25px auto;
    min-height: 800px;
    background-color: #fff;
}
.grid{
    padding: 1.5rem;
    flex-grow: 1;
    margin:0 auto;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-item {
    background: #e6f2ff;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border-radius: 0.5rem;
}

li.sub-item {
    padding: 12px 0;
    line-height: 32px;
}
.col_path>a, .col_path>span {
    color: #a79898;
}
li.menu-item:hover {
    background: #118c8f;
}

li.menu-item:hover .sub-item>a {
    color: #313131;
}
li.menu-item:hover>a {
    color: #000000;
}
li.sub-item:hover {
background: #d7f6ff;
}
li.sub-item:hover a{
color: #000;
}

li.menu-item:hover .sub-menu {
    display: block;
}
.arti_title {
    padding-bottom: 32px;
    font-size: 24px;
    text-align: center;
}
a {
    color: #3b3b3b;
    text-decoration: none;
}
img {
    display: block;
    margin: 0 auto;
}

.news-title {
    margin-bottom: 8px;
    font-size: 24px;
    color: #5c5c5c;
    font-weight: 600;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
.t-item {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 18px;
}
.t-item>i {
    margin-right: 10px;
    flex-shrink: 1;
    padding: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    border-radius: 50%;
}
.kczy{
    background-color: #bcd7cf;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/kczy.svg);
}
.tsjc{
    background-color: #dddba4;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/tsjc.svg);
}
.gykc{
    background-color: #aee1ff;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/gy.svg);
}
.yhzc{
    background-color: #d4dce1;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/zcl.svg);
}
.kycg{
    background-color: #d0d8ff;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/ky.svg);
}
.jycg{
    background-color: #bee6ee;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/kycg.svg);
}
.footer {
    height: 300px;
    background-image: url(/_upload/tpl/06/1c/1564/template1564/images/footer.png);
    background-repeat: no-repeat;
    background-position: center 22px;
    background-color: #105fa4;
    overflow: hidden;
}
