:root {
    --main-bg-color: rgba(0, 102, 204, 0.8);
    --main-hover-color: #0265B6;
    --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;
}

.main1 .inner {
    padding: 10px 0px 0px;
}

.wrapper .inner {
    width: var(--main-container-width);
}

#header {
    background-color: var(--main-bg-color);
}

#header .inner {
    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: 26px;
    width: 138px !important;
    padding: 4px 0;
    line-height: 36px;
    background: rgba(242, 233, 233, 0.8);
    color: #666;
    font-size: 13px;
    border: 1px solid rgba(242, 233, 233, 0.8);
    border-radius: 16px 0 0 16px;
    padding-left: 10px;
}

.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;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.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: var(--main-container-width);
}

/* 轮播图 */
.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: 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: 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: 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_1 li {
    margin-top: 0px;
    height: 61px;
    margin-top: 6px;
    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: 63px;
    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;
}

.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);
}

/* 校企合作 */
.news_list_honor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 410px;
}

.news_list_honor li {
    position: relative;
    height: var(--img-height);
    width: var(--img-width);
    margin-top: 11px;
    /* margin-right: 17px; */
    /* margin-left: 18px; */
}
.news_list_honor li:nth-child(odd) {
    margin-right: 8px;
}
.news_list_honor li:nth-child(even) {
    margin-left: 2px;
}
.news_list_honor li .img {
    height: var(--img-height);
    width: var(--img-width);
    /* object-fit: fill; */
    position: absolute;
    z-index: 1;
    /* left: 18px; */
    top: 0px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.news_list_honor li .img img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.news_list_honor li a {
    height: 30px;
    width: var(--img-width);
    font-size: var(--list-font-size);
    line-height: 30px;
    position: absolute;
    z-index: 3;
    /* left: 18px; */
    color: #fff;
    bottom: 0px;
    text-align: center;
}

.news_list_honor li .xxhdbg {
    height: 30px;
    width: var(--img-width);
    position: absolute;
    z-index: 2;
    /* left: 18px; */
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px var(--border-radius) var(--border-radius);
}

.news_list_honor li:hover .img img {
    transform: scale(1.2, 1.2);
    transition: 0.4s;
}

.news_list_honor li:hover .xxhdbg {
    background-color: var(--main-hover-color);
    color: #FFF;
    transition: 0.4s;
}

.news_list_honor li:hover a {
    color: #FFF;
    transition: 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;
}

.link ul li {
    margin-left: 40px;
    line-height: 24px;
}

.copr-right {
    background-color: var(--main-bg-color);
}

.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;
}

.copyright span {
    margin-right: 6px;
}

/*  */