:root {
    --main-bg-color: #d11219;
    --main-hover-color: #ff3239;
    --main-font-color: #666666;
    --head-height: 70px;
    --list-bg-color: #F7F5F6;
    --certifi-height: 200px;
    --certifi-width: 300px;
    --main-container-width: 1500px;
    --list-bg-color: #F7F5F6;
    --list-font-size: 16px;
    --img-width: 300px;
    --img-height: 190px;
    --border-radius: 4px;
    --bg-color:rgba(106,153,78,0.9);
}
a:focus {
   color:var(--main-bg-color);
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}
body {
    font-family: "Noto Sans SC", "Microsoft YaHei", Arial, Helvetica, sans-serif, "\u5b8b\u4f53", Tahoma, Geneva;
    background: none;
}

.main1 .inner {
    padding: 10px 0px 0px;
}

.wrapper .inner {
    width: var(--main-container-width);
}
   .head-row {
            display: flex;
            align-items: center;
            height: 120px;
        }



        .grid-space {
            margin-top: 14px;
            margin-bottom: 14px;
        }

        .picbase1-content {
            min-width: 400px;
            max-width: 480px;
            bottom: 10px;
        }
.news-li a  {
transition: 0.3s;
}
.news-li:hover a  {
color:var(--main-hover-color);
padding-left:5px;
}
.news-li:hover span {
color:var(--main-hover-color);
}
.head-box {
            position: relative;
            transition: all 0.5s ease-in-out;
        }
.head-box2 {
            position: fixed;
            top: 0;
            left: 0;
            height: 66px;
            z-index: 999;
            padding: 0;
        }
#header {
    position: relative;
    overflow: hidden;
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/head-bg.jpg);
    background-size: cover;
    background-position: center;
    /* 设置模糊度 */
    /*  filter: blur(5px);  */
    z-index: -1;
}
#header .inner {
    width: var(--main-container-width);
}

.header .sitetitle {
    margin: 0;
    position: static;
    color: #fff;
    font-size: 56px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Tahoma, Geneva;
    letter-spacing: 6px;
    margin-left: 10px;
}
.s-title {
font-size: 42px;
    letter-spacing: 4px;
    padding-left: 16px;
    line-height: 90px;
    font-weight: 600;
    color: var(--main-bg-color);
}

.header .sitelogo {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
margin-left: 0px;
}

.wp_search {
    border: none;
}

.wp_search #keyword {
    box-sizing: border-box;
    height: 36px;
    width: 138px !important;
    line-height: 36px;
    background: rgba(242, 233, 233, 0.8);
    color: #666;
    font-size: 13px;
    border-radius: 16px 0 0 16px;
    padding: 0;
    padding-left: 10px;

}

.wp_search .search {
    width: 36px;
    height: 36px;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
    vertical-align: top;
}

.mod11 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#nav {
  background: #d11219;
    height: 66px;
    line-height: 66px;
    width: 100%;
}

#nav .inner {
height: 100%;
}

.nav .wp-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
height: 100%;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: var(--main-hover-color);
    color: #fff;
}
.nav .sub-menu .sub-item a:hover {
background-color: var(--main-hover-color);
}
.nav .sub-menu {
    top: 60px;
    min-width: 100%;
}

#banner .inner {
    /* max-width: var(--main-container-width); */
    max-width: 100%;
}

/* 轮播图 */
.dtjt8_div_img {
    width: 100% !important;
    border-radius: var(--border-radius);
}

.dtjt8_div_img img {
    width: 100% !important;
    height: 100%;
    object-fit: fill;
}

/* 列表 */
.link-bg {
    background-color: var(--list-bg-color);
    margin-top: 26px;
}

.list-bg {
    /* background-color: var(--list-bg-color); */
}

.list-left {
    width: 65%;
}

.list-right {
    width: 34%;
}

.list {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.list-box {
    width: 100%;
}

.list-top {
    margin-top: 16px;
}

.container .inner {
    display: flex;
    width: var(--main-container-width);
    height: auto;
    margin: 0 auto;
}

.main1 .inner {
    padding-bottom: 0;
}

/* 列表标题 */
.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    /* padding: 0.3em 1em; */
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--main-bg-color);
}

.title-box h5 {
    font-size: 22px
}

.more_text {
    cursor: pointer;
}

.title-box .more_text {
    font-size: 14px;
    color: var(--main-bg-color);
}

.title-container {
    background: var(--main-bg-color);
    width: 160px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px 0px 0;
}

.title-icon {
    width: 28px;
    height: 28px;
}

h5 {
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    text-align: center;
    line-height: 46px;
    margin-left: 6px;
}

/* 列表新闻 */
.news_list_1 li {
    margin-top: 0px;
    height: 61px;
    margin-top: 7px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 10px;
    border-left: 6px solid var(--main-bg-color);
}

.news_list_1 li:first-of-type {
    margin-top: 0px;
}

.news_list_1 li .date {
    font-size: 16px;
    line-height: 31px;
    color: var(--main-bg-color);
    font-weight: bold;
}

.news_list_1 li a {
    font-size: var(--list-font-size);
    line-height: 30px;
    color: var(--main-font-color);
}

.news_list_1 li:hover {
    background-color: var(--main-hover-color);
    border-left: 10px solid var(--main-hover-color);
    transition: 0.4s;
}

.news_list_1 li:hover a,
.news_list_1 li:hover .date {
    color: #fff;
    transition: 0.4s;
}

.news_list_notice li:first-of-type {
    margin-top: 0px;
}

.news_list_notice li {
    /* padding: 6px; */
    box-sizing: border-box;
    height: 64px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}

.news_list_notice li .date {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height:
        /*55px */
        100%;
    width: 100px;
    background-color: rgba(204, 204, 204, .5);
}

.news_list_notice li .month {
    font-size: 16px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
}

.news_list_notice li .year {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
    font-weight: bold;
}

.news_list_notice li a {
    display: flex;
    align-items: center;
    margin-left: 6px;
    width: 570px;
    height: 58px;
    font-size: var(--list-font-size);
    line-height: 29px;
}

.news_list_notice li:hover .date {
    background-color: var(--main-hover-color);
    transition: 0.4s;
}

.news_list_notice li:hover .date .month {
    color: #FFF;
    transition: 0.4s;
}

.news_list_notice li:hover .date .year {
    color: #FFF;
    transition: 0.4s;
}

.news_list_notice li:hover a {
    color: var(--main-hover-color);
    transition: 0.4s;
}
.img-a {
display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-li {
    box-sizing: border-box;
    line-height: 50px;
    color: var(--main-font-color);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.news-li a:hover,
.news-li a:active,
.news-li a:focus {
    color: var(--main-bg-color);
}
.col_menu .col_menu_head {
            padding: 20px;
            text-align: center;
            border-radius: 10px 10px 0 0;
        }

        .col_menu .col_menu_head h3.col_name .col_name_text {
            font-size: 26px;
            letter-spacing: 4px;
            padding: 0;
        }

        .news_li {
            padding: 40px 20px 40px 20px;
            border-bottom: 1px dashed #c0c0c0;
        }

        .news_li {
            display: flex;
            align-items: center;
        }

        .news_li .news_meta {
            min-width: 86px;
            height: 76px;
            color: #fff;
            text-align: center;
            background: var(--main-bg-color);
            transition: all 0.4s;
            border-radius: 10px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: space-evenly;
            padding: 6px;
            box-sizing: border-box;
        }

        .news_li:hover .news_meta {
            min-width: 96px;
            height: 86px;
            margin-right: 10px;
        }

        .news_li .news_meta span {
            transition: all 0.4s;
            font-size: 40px;
        }

        .news_li .news_meta em {
            font-weight: normal;
        }

        .news_li .news_text {
            padding-left: 16px;
        }

        .news_li .news_title {
            display: block;
            color: #222;
            font-size: 18px;
            line-height: 38px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: bolder;
            transition: all 0.4s;
        }

        .news_li .news_desc {
            font-size: 14px;
        }

        .wp_paging {
            margin-top: 20px;
        }

        .news_li:hover {
            background: #fff;
            border-bottom: 1px dashed #ffffff;
            box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
        }

        .news_li:hover a {
            color: var(--main-bg-color);
        }

/*图片列表页*/
 .col_menu .col_menu_head {
            padding: 20px;
            text-align: center;
            border-radius: 10px 10px 0 0;
        }

        .col_menu .col_menu_head h3.col_name .col_name_text {
            font-size: 26px;
            letter-spacing: 4px;
            padding: 0;
        }
 .news_img_li {
            padding: 30px 20px 30px 20px;
            border-bottom: 1px dashed #c0c0c0;
        }
.news_img_li {
display: flex;
 align-items: center;
}
.news_img_li:hover img {
transition: all 0.4s;
    transform: scale(1.1);
}
.news_img_li:hover  .news_title { 
transition: all 0.4s;
   padding-left: 10px;
    border-left: 5px solid var(--main-bg-color);
}
.news_img_li:hover  hr { 
padding-left: 10px;
margin-top:1px;
border-color:var(--main-bg-color);
}
.news_img_li .image {
float:left;
    width: 30%;
height:240px;
    border-radius: 10px;
    overflow: hidden;
}
.news_img_li .image img {
    width: 100%;
    object-fit: fill;
    height: 100%;
    transition: all 0.8s;
}
.news_img_li .news_desc {
font-size: 14px;
}
.news_img_li  .news_text {
    width: 68%;
    float: left;
    padding-left: 2%;
}
.news_img_li  .news_title { 
display: block;
    color: #222;
    font-size: 18px;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
    transition: all 0.4s;
}
.news_img_li  .news_date {
    color: #969696;
    font-size: 14px;
   line-height:28px;
}
.news_img_li hr {
    border-width: 2px;
    margin: 6px 0;
}
.news_img_li .news_des {
line-height:30px;
    margin-top: 5px;
    transition: all 0.4s;
}



.imgscroll2_img img {
    border-radius: var(--border-radius);
}

.imgscroll4_top {
    width: 100% !important;
}

.imgscroll2_td {
    padding: 0 6px;
}

.imgscroll2_td div:nth-of-type(2) {
    margin-top: 6px;
    text-align: center;
}

.imgscroll2_td div span {
    padding: 0 6px;
}

.link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 20px;
}

.link h4 {
    min-width: 70px;
}

.link ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.link ul li {
    margin-left: 40px;
    line-height: 24px;
}

.copr-right {
    /* background-color: var(--main-bg-color); */
    background-image: linear-gradient(to left, #A000A0, #a158d3);
}

.code-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.code-ul li {
    padding: 0 18px;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.code-ul li .pic {
    width: 90px;
    height: 90px;
}

.code-ul li p a {
    color: #fff;
}

.code-ul li .pic img {
    width: 90px;
    height: 90px;
    object-fit: fill;
}

.copy-box p {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    text-align: center;
}

.copy-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.copr-right {
    position: relative;
    overflow: hidden;
    background-image: none;
    /* background-color: var(--bg-color);  */
}
.copr-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/bg-new.jpg);
    background-size: cover;
    background-position: center;
    /* filter: blur(5px); */
    /* 设置模糊度，可以根据需要调整 */
    z-index: -1;
}
.copyright span {
    margin-right: 6px;
}

/*  */
.main1 .inner {
    padding: 10px 0px 0px;
}

.line {
    margin-right: 6px;
}

