:root {
    --main-bg-color: rgba(0, 102, 204, 0.8);
    --main-hover-color: #0265B6; 
    /* --main-bg-color: #2196F3;
    --main-hover-color: #1976D2;*/
    --main-font-color: #666666;
    --head-height: 70px;
    --list-bg-color: #F7F5F6;
    --certifi-height: 200px;
    --certifi-width: 300px;
    --main-container-width: 1340px;
    --list-bg-color: #F7F5F6;
    --list-font-size: 16px;
    --img-width: 300px;
    --img-height: 190px;
    --border-radius: 4px;
}

body {
    font-family: "Noto Sans SC", "Microsoft YaHei", Arial, Helvetica, sans-serif, "\u5b8b\u4f53", Tahoma, Geneva;
    background: #ebeff2;
}

.main1 .inner {
    padding: 10px 0px 0px;
}

.wrapper .inner {
    width: var(--main-container-width);
}

#header {
    background-color: var(--main-bg-color);
}

#header {
    /* background-image: linear-gradient(to right,  #5c307d 10%, #a158d3);*/
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 102, 204, 0.9);
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/_upload/tpl/01/4d/333/template333/./images/banner0-min.png);
    background-size: cover;
    background-position: center;
    /* 设置模糊度 */
    filter: blur(5px);
    z-index: -1;
}

#header .inner {
    height: 130px;
    width: var(--main-container-width);
    display: flex;
    align-items: center;
}

.header .sitetitle {
    margin: 0;
    position: static;
    color: #fff;
    font-size: 46px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Tahoma, Geneva;
}

.header .sitelogo {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wp_search {
    border: none;
}

.wp_search #keyword {
    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;
}
.header .head-right {
    margin-top: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header .head-left {
    width: auto;
}

.header .sitetitle {
    margin-left: 20px;
    letter-spacing: 8px;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 50px;
}

.bt-box {
    position: absolute;
    bottom: 90px;
    left: 17%;
    background: rgba(0, 102, 204, 0.7);
    /*width: 35%;
    height: 140px;*/
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    /*clip-path: polygon(0 100%, 100% 100%, 90% 0, 0 0); */
    /* border-radius: 0 80px 10px 0; */
     /* border-radius: 8px 8px 0 0;*/
}

.bt-box p {
    color: #fff;
    font-size: 80px;
    letter-spacing: 48px;
    font-weight: 600;
    margin-left: 48px;
line-height: 130px;
}

.wp_search .search {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
    vertical-align: top;
}

.mod11 {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav .wp_nav .nav-item {
    padding: 0 10px;
}

.nav .wp_nav .nav-item a span.item-name {
    padding: 5px 0;
}

.nav .wp_nav .nav-item:hover {
    /*background: #fff;
    color: var(--main-bg-color);*/
    border-radius: 8px;
    border-bottom: 2px solid #fff;
}

.nav .wp_nav .nav-item:hover a {
    /*color: var(--main-bg-color);*/
    color: #fff;
}

.nav .wp_nav .nav-item a {
    font-size: 20px;
    color: #fff;
}

.nav .wp-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 55px;
    color: var(--main-bg-color);
    font-size: 20px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: var(--main-bg-color);
    color: #fff;
}

.nav .sub-menu {
    top: 57px;
    min-width: 100%;
}

#banner .inner {
    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: 16px;
}

.list-bg {
    background-color:
        /*var(--list-bg-color)*/
        #fff;
}

.list-left {
    width: 49%;
}

.list-right {
    width: 49%;
}

.list-left_1 {
    width: 70%;
}

.list-right_1 {
    width: 29%;
}

.list-left_1,
.list-right_1,
.list-left,
.list-right {
    box-sizing: border-box;
    justify-content: space-between;
    background: #fdfcfb;
    border: 1px solid #f3f1ea;
    box-shadow: 0px 1.25em 3.125em rgba(0, 0, 0, 0.04);
    padding: 20px;
    border-radius: 10px;
}

.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: 40px;
    width: 100%;
    /* padding: 0.3em 1em; */
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
}

.title-box h5 {
    font-size: 20px
}

.more_text {
    cursor: pointer;
}

.title-box .more_text {
    font-size: 14px;
    color: var(--main-bg-color);
}

.title-container {
    background: var(--main-bg-color);
    width: 130px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

.title-icon {
    width: 24px;
    height: 24px;
}

h5 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 46px;
    margin-left: 6px;
}

/* 列表新闻 */
.new_list_0 li {
    height: 52px;
    width: 99%;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_list_0 li a {
    padding-left: 15px;
    position: relative;
}
.new_list_0 li:hover a {
	left: 10px;
}
.new_list_0 li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--main-bg-color);
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    border-radius: 50%;
}

.new_list_0 li span {
    color: var(--main-font-color);
}
.new-list-below .sudynews_rili_1.rili .news_list li.news:hover .news_time {
	background-color: var(--main-hover-color);
        transition: 0.4s;
}
.new-list-below .sudynews_rili_1.rili .news_list li.news:hover .news_wz a {
	color: var(--main-hover-color);
	transition: 0.4s;
}
.new-list-below .sudynews_rili_1.rili .news_list li.news .news_time {
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: var(--main-bg-color);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-list-below .sudynews_rili_1.rili .news_list li.news .news_time .news_days {
    color: #fff;
}

.new-list-below .sudynews_rili_1.rili .news_list li.news .news_time .news_year {
    color: #fff;
}

.new-list-below .sudynews_rili_1.rili .news_list li.news .news_title a {
    font-size: 18px;
    line-height: 30px;
}

.new-list-below .sudynews_rili_1.rili .news_list li.news .news_text {
    margin-top: 8px;
}

.new-list-below .sudynews_rili_1.rili .news_list li.news .news_text a {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.news_list_notice li .date {
    width: 120px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: var(--main-bg-color);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news_list_notice li .date div {
    color: #fff;
}

.news_list_notice li:first-of-type {
    /* margin-top: 0px; */
}

.news_list_notice li {
    /* padding: 6px; */
    box-sizing: border-box;
    height: 63px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}

.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: 12px;
    color: rgb(102, 102, 102);
    text-align: center;
    font-weight: bold;
}

.news_list_notice li a {
    display: flex;
    align-items: center;
    width: 570px;
    height: 58px;
    font-size: var(--list-font-size);
    line-height: 29px;
    padding-left: 16px;
}

.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;
}

.news_list_zy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 360px;
    /* background-color: var(--main-bg-color); */
}

.news_list_zy li {
    border: 1px solid #f1f1f1;
    border-bottom: 2px solid var(--main-bg-color);
    display: flex;
    flex-direction: column;
    width: 210px;
    height: 360px;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    border-radius: var(--border-radius);
}

.news_list_zy li .pic {
    width: 100%;
    height: 140px;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.news_list_zy li .text {
    box-sizing: border-box;
    padding: 18px 10px 10px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_list_zy li .text a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.news_list_zy li .text .short a {
    font-size: 16px;
    color: var(--main-font-color);
    font-weight: 300;
}

.news_list_zy li .text .more {
    text-decoration: none;
    color: var(--main-bg-color);
    font-size: 14px;
}

.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);
}

.div_stxw .div_stxw_img img {
    width: 100%;
   /* border-radius: 8px; */
}
.div_stxw .div_stxw_img { 
    height: 250px;
}
.news_icon {
    display: none;
}

.div_stxlb .div_stxlb_img img {
    width: 100%;
}
.div_stxw .div_stxw_info {
    box-sizing: border-box;
    padding: 16px 0;
border-radius: 0 0 8px 8px;
}
.div_stxw .div_stxw_info p {
padding: 0 10px;
}
.div_stxw .div_stxw_list :hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    border-radius: 0 0 8px 8px;
}
.div_stxw .div_stxw_list :hover .div_stxw_info { 
    background-color: var(--main-bg-color);
    color: #fff;
    border-radius: 0 0 8px 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.div_stxw .div_stxw_list :hover .div_stxw_info span{ 
    color: #fff;
}
.articlelist1_li {
    background: none;
}


.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;
}

.link ul li {
    margin-left: 40px;
    line-height: 24px;
}

.copr-right {
    /* background-color: var(--main-bg-color); */
    background-color: rgba(0, 102, 204, 0.9);
}

.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;
}

.copr-right {
    position: relative;
    overflow: hidden;
    background-image: none;
    background-color: rgba(0, 102, 204, 0.7);
}

.copr-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/_upload/tpl/01/4f/335/template335/./images/banner0-min.png);
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    /* 设置模糊度，可以根据需要调整 */
    z-index: -1;
}

.copy-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.copyright span {
    margin-right: 6px;
}

.copy-list {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.copy-left {
    width: 49%;
}

/*  */
.main1 .inner {
    padding: 20px 0px 0px;
}

.line {
    margin-right: 6px;
}

/* tab */
.tab-component {
    width: 100%;
    height: 380px;
    /* border: 1px solid #ccc; */
    overflow: hidden;
}

.more {
    text-align: right;
    margin-top: 3px;
    display: inline-block;
    min-width: 60px;
}

.tab-content .more {
    visibility: hidden;
}

.tab-box {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
}

.tab-box ul {
    width: 100%;
    height: 52px;
    margin-left: -1px;
    list-style: none;
    /* border-bottom: 2px solid #ccc;*/
    display: flex;
}

.tab-ul li {
    border-radius: 5px 5px 0 0;
    background: #f9f8f4;
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
    color: var(--main-font-color);
}

.tab-ul .current-tab {
    background: var(--main-bg-color);
    color: #fff;
}

.tab-content .content {
    display: none;
}

.tab-content .show-content {
    display: block;
}