:root {
    --main-bg-color: #06c;
    --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: 290px;
    --img-height: 140px;
}
p {
    padding: 0;
    margin: 0;
}
body {
    background-color: #efefef;
    font-family: "微软雅黑";
}
#top {
    width: 100%;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
background: var(--main-bg-color);
}
#top .sitelogo a {
    display: inline-block;
    color: #fff;
    width: 100%;
    font-size: 18px;
}
#top img {
    width: 90%;
    height: 100%;
    object-fit: fill;
}
#bannaer {
    /* width: 100%; */
    height: 180px;
}

#nav {
    width: 100%;
    height: 46px;
    background-image: none;
    background-color: var(--main-bg-color);
    color: #fff;
}
/* 轮播图 */
.dtjt8_div_img {
    width: 100%!important;
}
.dtjt8_div_img img {
    width: 100%!important;
    height: 100%;
    object-fit: fill;
}

/* 列表 */
.list-box {
    width: 100%;
    height: auto;
    margin: 4px 0;
    background-color: #fff;
    box-sizing: border-box;
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    /* padding: 10px; */
    padding: 0.3em 1em;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 2px solid var(--main-bg-color);
    background: #efefef;
    box-sizing: border-box;
}

.title h5 {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: var(--main-bg-color);
    width: 180px;
    padding-left: 10px;
}

.title h5 i {
    font-style: normal;
    font-weight: bold;
}

.list {
    width: 100%;
    height: auto;
    padding: 0.3em 15px;
    box-sizing: border-box;
}

.list li {
    overflow: hidden;
    border-bottom: 1px solid #eceef0;
    box-shadow: 0 1px 1px #fff;
}

.more_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

.list a {
    color: #000;
    text-decoration:none;
}
.more_btn a {
    text-decoration:none;
}
.div_piccontenttitle_li .c_pt_12 .c_txt h3 {
    overflow: hidden;
    font-size: 1.0625em;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    margin-bottom: 4px;
}

.div_piccontenttitle_li .c_pt_12 .c_txt p {
    font-size: 14px;
    line-height: 20px;
    color: var(--main-font-color);
    text-indent: 1em;
}
.div_piccontenttitle_li .c_pt_12 .c_txt p span {
    color: var(--main-font-color);
    font-size: 0.8em;
}
.sudynews_rili_2.rili .news_list li.news .news_time .news_days {
    background: var(--main-bg-color)!important;
}
/* 教学科研 */
.glow-li {
    padding: 9px 8px;
    border-bottom: 1px solid #e6e6e6;
}
.web-list ul li a {
    color: var(--main-font-color) !important;
    font-size: 14px !important;
}
.list-ul {
    padding: 0.3em 0.7em;
}
.list-ul li a {
    color: #333;
    text-decoration: none;
    padding: 0.2em 0.7em;
    box-sizing: border-box;
}
.list-ul li a:hover {
    color: var(--main-bg-color);
}
.position {
    padding: 5px 0;
    padding-left: 1.2em;
}
.position a {
    color: var(--main-font-color);
    text-decoration: none;
}
.position a:hover {
    color: var(--main-bg-color);
}
.page-list {
    padding: 18px;
    box-sizing: border-box;
}
h4 {
    font-size: 26px;
    color: var(--main-bg-color);
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 19px;
    line-height: 33px;
}
#new_content img {
    text-align: center;
    aspect-ratio: 300 / 169;
    width: 100% !important;
    height: 100% !important; 
    object-fit: contain; 
}
#new_content img ~ p {
    text-indent: 0!important;
}
.wp_articlecontent .p_text_indent_2 {
    text-indent: 0!important;
}
/* 尾部 */
.pic img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#copy-right {
    background-color: var(--main-bg-color);
    /* transform: translateY(36px); */
}

.footer-logo {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
}
.footer-logo img {
    width: 80%;
    object-fit: fill;
}
.footer-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding-top: 10px;
    color: #FFF;
    background-color: var(--main-bg-color);
    padding-bottom: 10px;
}
.footer-text div {
    width: 80%;
}
.footer-text p {
    margin: 5px 0;
    text-align: left;
}
.footer-text p span:nth-of-type(1) {
    margin-right: 6px;
    width: 62px;
    display: inline-block;
    text-align-last: justify;
}
.footer-text p span {
    letter-spacing: 0px;
}
.qrcode ul {
  display: flex;
  justify-content: center;
}
.qrcode li {
    /* float: right; */
    padding-right: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qrcode li p,.qrcode li a {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.l-text {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    height: 36px;
    letter-spacing: 0px;
    font-size: 12px;
}
.news_list li.news span.news_meta {
    color: #333;
}
.news_list li.news {
    line-height: 28px;
}
.news_list li.news span.news_meta {
    font-size: 12px;
}
#wp_paging_w16 {
    display: flex;
    justify-content: center;
}
.sudynews_rili_2.rili .news_list li.news .news_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}