:root {
    --main-bg-color: #9C2024;
    /* 主色调(深) */
    --nav-bg-color: #9C2024;
    /* 导航背景色 */
    --main-hover-color: #c21408;
    /* 主色调(浅) */
    --main-font-color: #000;
    /* 主要字体颜色 */
    --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;
    --bg-color: rgba(194, 20, 8, 0.9);
    --wrapper-bg-color:#f3f3f3;
}
html {
overflow-x: scroll;
}
body{
   min-width: 1400px;
    font-family: "微软雅黑";
    position: relative;
    font-family: "Noto Sans SC", "Microsoft YaHei", Arial, Helvetica, sans-serif, "\u5b8b\u4f53", Tahoma, Geneva;
    background: none;
}

.main1 .inner {
    /*padding: 10px 0px 0px;*/
}
.main .wrapper-bg .inner {
box-sizing:border-box;
}
.main .wrapper .inner {
    width: var(--main-container-width);
}
.main .wrapper-bg {
    background: var(--wrapper-bg-color);
}

.main .wrapper-bg .inner {
    background: #fff;
    padding: 20px 30px;
    width: 1340px;
}
#header {
    background: var(--wrapper-bg-color);
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 1340px;
    height:132px;
}
.head-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 10px;
}
.logo {
    width:400px;
    height:70px;
    background: url(images/logo_s_bak.png) no-repeat center;
    background-size: 100% auto;
}
.logo a {
    display: block;
    width:400px;
    height:70px;
}
.header .sitetitle {
    margin: 0;
    /* position: static; */
    color: var(--main-bg-color);
    /* font-size: 48px; */
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Tahoma, Geneva;
    letter-spacing: 6px;
    margin-left: 10px;
    font-size: 42px;
    position: absolute;
    left: 420px;
    top: 17px;
}
.header .sitelogo {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sitelogo img {
    width: 400px;
    object-fit: fill;
}
.head-top-wrapper {
    height: 40px;
    background-color: var(--main-bg-color);
}

.head-top-wrapper .wp_nav .nav-item a {
    line-height: 35px;
    margin: 0px 5px;
    font-size: 14px;
    color: #fff;
}

.head-top img {
    width: 24px;
    height: 26px;
}

.head-top-content {
    float: right;
    display: flex;
    align-items: center;
    height: 40px;
}

#header>.inner {
    width: var(--main-container-width);
    box-sizing: border-box;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px;
    background: #fff url(/_upload/tpl/01/a6/422/template422/images/xiaoxun_red.png) 900px 6px no-repeat;
}

.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;
    background: var(--main-bg-color) url(/_upload/tpl/01/a6/422/template422/images/search_white.png) no-repeat center;
}

.mod11 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#nav>.inner {
    border-radius: 15px;
    /* width: 100%; */
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 0px;
    z-index: 1;
}

.nav .wp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.nav .wp-menu>li:first-child {
    /*border-radius: 15px 0 0 15px;*/
    overflow: hidden;
}

.nav .wp-menu>li:last-child {
    /*border-radius: 0 15px 15px 0;*/
    overflow: hidden;
}

.nav .wp-menu>li:last-child a.menu-link {
     border-right:unset;
}

.head-box2 .nav .wp-menu>li:last-child a.menu-link{
     border-right:unset;
}

.nav .wp-menu .menu-item a.menu-link {
    color: var(--main-bg-color);
    font-size: 16px;
    padding: 0 25px;
    display: inline-block;
    line-height: 14px;
    border-right: 1px solid #ced6dc;
}
 #header .nav .wp-menu .menu-item:hover {
    background: var(--main-bg-color);
}

#header .nav.wp-menu .menu-item:hover a.menu-link {
    line-height: 42px;
    color: #fff;
}

#header .nav .wp-menu .menu-item a.menu-link:hover {
    line-height: 42px;
    color: #fff;
    background: #c21408;
}
.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: 60px;
    min-width: 100%;
}

.nav-wrapper {
    height: 42px;
    box-sizing: border-box;
    border-bottom: 2px solid var(--main-bg-color);
}
 .wp_nav .nav-item a span.item-name {
            padding-right: 30px;
        }
#banner {
    margin-top: 0;
    background: var(--wrapper-bg-color);
}

.nav .wp-menu .menu-item {
    line-height: 42px;
}
/* 滚动头部样式变化 */
.head-box2 {
    transition: all .3s ease;   /* 关键：过渡写在这里 */
    background:var(--main-bg-color)!important;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    height:132px;
}
.header.head-box2 .sitetitle { 
    color: #fff;
}
.head-box2 .logo { 
    background: url(images/logo_w.png) no-repeat center;
}
#header.head-box2>.inner {
    background: var(--main-bg-color) url(/_upload/tpl/01/a6/422/template422/images/xiaoxun.png) 900px 6px no-repeat;
}
.head-box2 .wp_search .search {
        background: #fff url(/_upload/tpl/01/a6/422/template422/images/search_red.png) no-repeat center;
}
.head-box2 .nav .wp-menu .menu-item a.menu-link { 
    border-right: 1px solid #fff;
    color: #fff;
}
#header.head-box2 .nav .wp-menu .menu-item a.menu-link  {
    color: #fff;
}
#header.head-box2 .nav .wp-menu .menu-item a.menu-link:hover {
    line-height: 42px;
    color: var(--main-bg-color);
    background: #fff;
}
/* 滚动样式头部变化消失 */
/* 轮播图 */
#banner .inner {
    max-width: var(--main-container-width);
    /* width: var(--main-container-width); */
    padding-top: 0;
}

.dtjt8_div_img {
    width: 100% !important;
     /*border-radius: var(--border-radius);*/
     border-radius: 0 0 var(--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); */
}
.main-bg .list {
    background: var(--main-bg-color);
    border-radius: var(--border-radius);
}
.list-left {
    width: 65%;
}

.list-right {
    width: 33%;
}

.list-left,
.list-right {
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: var(--border-radius);
    background: var(--wrapper-bg-color);
    padding-bottom: 4px;
}

.list {
    width: 100%;
    height: auto;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}

.list-box {
    width: 100%;
}

.list-top {
    margin-top: 0px;
}

.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: 70px;
    width: 100%;
    /* padding: 0.3em 1em; */
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.title-box h5 {
    font-size: 20px;
    position: relative;
    color: var(--main-bg-color);
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    padding-left: 4px;
    text-align: left;
}

.title-box h5::before {
    content: "";
    position: absolute;
    width: 65px;
    inset: 0;
    left: -8px;
    top: 8px;
    background: url(/_upload/tpl/01/a6/422/template422/images/book_open.png) center/cover no-repeat;
    opacity: .2;
    z-index: 0;
}

.title-box .more_btn a {
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s;
    width: 78px;
    height: 30px;
    background: rgba(156, 32, 36, 0.1);
    display: inline-block;
    position: relative;
    z-index: 0;
}

.title-box .more_btn a:after {
    width: 0%;
    height: 100%;
    display: inline-block;
    background: var(--main-bg-color);
    content: ' ';
    position: absolute;
    top: 0;
    transition: all 0.3s;
    left: 0;
    z-index: -1;
    border-radius: 30px;
}

.title-box .more_btn a:hover span {
    color: #fff !important;
}

.title-box .more_btn a:hover span font {
    color: #fff !important;
}

.title-box .more_btn a:hover:after {
    width: 100%;
}

.title-container p em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/_upload/tpl/01/a6/422/template422/images/title_dot_16_05.png) no-repeat;
}

.title-container div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 20px;
    line-height: 20px;
}

.title-container div p {
    line-height: 0;
}

.title-container div span {
    font-size: 12px;
    padding-left: 8px;
}

.more_text {
    cursor: pointer;
}

.title-box .more_text {
    font-size: 14px;
    color: var(--main-bg-color);
}

.title-container {
    /* display: flex;
    align-items: center;
    justify-content: center;*/
    border-radius: 15px;
}

.title-icon {
    width: 24px;
    height: 24px;
}

h5 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 46px;
    margin-left: 6px;
}

/* 列表新闻 */
.news_list_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-img-li {
    width: calc(100% / 3.1);
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.news-img-li .img {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.news-img-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}

.news-img-li .img:hover img {
    transform: scale(1.1);
}

.news-img-li .li-text {
    margin-top: 10px;
    display: flex;
}

.li-text .date {
    color: var(--main-bg-color);
    background: #FFFFFF;
    border: 1px solid var(--main-bg-color);
    display: inline-block;
    text-align: center;
    line-height: 24px;
    min-width: 53px;
    border-radius: var(--border-radius);
}

.li-text .month {
    width: 100%;
    height: 36px;
    text-align: center;
    background: var(--main-bg-color);
    color: #ffffff;
    line-height: 36px;
    font-size: 20px;
}

.li-text .title-text {
    margin-left: 8px;
}

.li-text .first-title {
    font-size: 16px;
    color: #3b3b3b;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    white-space: normal;
    line-height: 30px;
}

.li-text .short {
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
}

.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_2 {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-end;
}
.news_list_2 li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.news_list_2 li .news_box {
    margin: 0 20px;
    padding: 6px 14px 9px 13px;
    background: #fff;
    position: relative;
    border-radius: var(--border-radius);
}
.news_list_2 li.news:hover .news_date {
    color: #E9B157;
}
.news_list_2 li:hover .news_box::before {
    width: 100%;
}
.news_list_2 li .news_box::before {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    height: 6px;
    top: 0;
    background: #E9B157;
    transition-duration: 0.8s;
}
.news_list_2 li.news .news_date {
    line-height: 36px;
    font-family: "Arial";
    vertical-align: middle;
    margin-bottom: 12px;
    margin-top: 6px;
    color: var(--main-bg-color);
   display:flex;
}
.news_list_2 li.news i { 
    padding-right: 14px;
    font-size: 28px;
}
.news_list_2 li.news .news_title {
    line-height: 27px;
    margin-top: 0px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
.news_list_2 li.news .news_date .news_days {
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    padding-right: 14px;
}
.news_list_2 li.news .news_date .news_year {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.news_list_notice li:first-of-type {
    margin-top: 0px;
}

.news_list_notice li {
    /* padding: 6px; */
    box-sizing: border-box;
    height: 60px;
    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;
    border-bottom: 1px #cccccc dashed;
    position: relative;
    padding-left: 20px;
}

.news_list_notice li a:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -7px 0 0 0;
    background: url(/_upload/tpl/01/a6/422/template422/images/triangle_16.png) no-repeat left center;
    background-size: 16px;
    transition: all 0.3s;
}

.news_list_notice li a:hover:before {
    transform: rotate(360deg);
}

.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-li {
    box-sizing: border-box;
    line-height: 50px;
    color: var(--main-font-color);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    line-height: 48px;
    padding-left: 0px;
    float: left;
    width: 47%;
    margin: 0 1.5%;
    border-bottom: 1px dashed #ffff;
    margin-bottom: 4px;
}

.news-li a,
.news-li span {
    color: #fff;
}

.news-li a:hover,
.news-li a:active,
.news-li a:focus {
    color: var(--main-bg-color);
}

.news-li:hover a {
    padding-left: 8px;
}

.li-text .short a {
    color: #666666;
}
/* 新增部分 */
.news-list-3 li.news {
    line-height: 34px;
    margin-top: 8px;
    margin-bottom: 14.5px;
}

.news-list-3 .news_date {
    background: url(/_upload/tpl/01/a6/422/template422/images/date_bg1.png) no-repeat left center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.news_date .date-day {
    margin-left: 11px;
    margin-right: 22px;
}

.news_date .date-year {
    color: var(--main-bg-color);
    margin-left: -6px;
}

.news_wz .news_title {
    line-height: 34px;
    font-weight: 600;
}

.news-list-3 .news_text {
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-3 .news_text a {
    color: #666;
    line-height: 24px;
}

.news-list-3 li {
    line-height: 34px;
    margin-top: 8px;
    margin-bottom: 14.5px;
}

.news-list-4 {
    padding-top: 16px;
}

.news-list-4 li.news {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    padding-left: 18px;
    margin-bottom: 18px;
    margin-top: 8px;
    line-height: 48px;
}

.news-list-4 li.news span.news_meta {
    background: #fff;
    padding: 0px 10px;
    color: #666;
    float: right;
}

.news-list-4 li.news:hover {
    background: var(--main-bg-color);
}

.news-list-4 li.news:hover a {
    color: #fff;
    transition: all 0s ease-in-out;
}

.news-list-4 li.news:hover span.news_meta {
    color: var(--main-bg-color);
}

.news-list-5 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.news-list-5 li {
    box-sizing: border-box;
    height: 140px;
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(156, 32, 36, 0.1);
    border-radius: var(--border-radius);
}

.news-list-5 li .title {
    margin-top: 14px;
    color: #333;
}

.news-list-5 li .title a {
    color: #333;
}

.news-list-5 li:hover {
    box-shadow: 0px 0px 3px var(--main-bg-color);
}

.news-list-5 li img {
    transition: transform .2s;
}

.news-list-5 li:hover img {
    transform: scale(1.1);
}

.news-list-5 li:hover a {
    color: var(--main-bg-color);
    font-weight: 600;
}
/* 新增部分END */
.certification-box {
    padding: 10px 0;
}
/* 校企合作 */

.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-right1 {
    background: var(--main-bg-color);
    padding: 18px 0 10px 0;
}
.copr-right1 .inner {
    justify-content: center;
}
.copr-right1 p {
    margin-left: 0px;
    height: 36px;
    line-height: 36px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.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(/_upload/tpl/01/4f/335/template335/./images/banner0-min.png);
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    /* 设置模糊度，可以根据需要调整 */
    z-index: -1;
}

.copyright span {
    margin-right: 6px;
}

/*  */
.main1 .inner {
    padding: 20px 0px 0px;
}

.line {
    margin-right: 6px;
}

/*列表页、文章页*/
#l-container .inner {
padding: 25px 0px;
}
#l-banner-zdy { 
margin-top:0;
background:var(--wrapper-bg-color);
}
.main .wrapper1 .inner { 
width:var(--main-container-width)!important;
padding:0px 30px;
background:#fff;
box-sizing: border-box;
}
#l-container.wrapper1 {
background:var(--wrapper-bg-color);
}
#l-container.wrapper1 .inner {  
width:var(--main-container-width)!important;
padding:30px 30px;
background:#fff;
padding-bottom: 80px;
}

