@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

/* Added by Yehui Zhang - 2022.07.21 */
@font-face {
    font-family: "cmcsi";
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/cmun-classical-serif-italic/cmunci.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/cmun-classical-serif-italic/cmunci.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "arial-nova";
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNova.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNova.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "arial-nova-cond-bold";
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNovaCond-Bold.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNovaCond-Bold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "arial-nova-cond";
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNovaCond.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNovaCond.ttf') format('truetype');
    font-weight: normal;
}

/* @font-face {
    font-family: arial;
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNovaCond-Bold.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/ArialNovaCond-Bold.ttf') format('truetype');
    font-weight: normal;
} */

@font-face {
    font-family: Roboto;
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/Roboto-Medium.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
}


@font-face {
    font-family: arial;
    src: url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/Roboto-Medium.woff') format('woff'),
        url('https://physics.seu.edu.cn/_upload/tpl/0a/ac/2732/template2732/arial-nova/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
}

sub {
    vertical-align: bottom;
    position: relative;
    top: 0.8ex;
    font-size: 50%;
    margin: 0;
    padding: 0;
}

sup {
    vertical-align: top;
    position: relative;
    top: -0.8ex;
    font-size: 50%;
    margin: 0;
    padding: 0;
}

cmc {
    font-size: 120%;
    font-family: cmcsi;
    font-weight: bold;
}

html * {
    max-height: 1000000px;
}

/* Added by Yehui Zhang - 2022.07.21 */

/**布局开始**/
body {
    /* background: #f6f6f6; */
}

body,
p {
    font: 13px/1 "微软雅黑";
    color: #313131;
}

a {
    color: #313131;
    text-decoration: none;
}

a:hover {
    color: #174e94;
    text-decoration: underline;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1160px;
    margin: 0 auto;
}

/**页面全局宽度**/
.head .sitelogo {
    padding-top: 23px;
    float: left;
    /* width:400px; */
    /* height:120px; */
}

.head .site {
    margin-left: 15px;
    float: left;
    padding: 41px 0px 0px 0px;
}

/**标题栏新闻窗口**/
.post {}

.post .tt {
    height: 39px;
    border-bottom: 2px solid #efe9da;
    /* margin-left: 17px; */
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

/**标题字体**/
.post .tt .tit .title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 0px;
    border-bottom: 3px solid #1f59a2;
}

/**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    float: right;
    padding-left: 10px;
    background: url(images/delimiter.gif) left center no-repeat;
}

/**更多按钮**/
.post-14 .tt .more_btn {
    background: none;
    display: none;
}

.post .tt .more_btn a span {
    color: #967418;
}

.post .con {
    padding: 5px 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

/**新闻列表图标**/

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 40px;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_meta {
    float: right;
    font-size: 14px;
}

.news_list li.news p {
    clear: both;
    line-height: 30px;
    color: #313131;
}

.news_list li.news p a {
    color: #313131;
}

.news_list li.news p a:hover {
    color: #444;
    text-decoration: underline;
}


/**页头开始**/
#header {
    background-color: #175262;
}

#header .inner {
    height: 120px;
}

.head {
    width: 80%;
    height: 120px;
    /* background: url(images/logo.png) left center no-repeat; */
    float: left;
}

/**页头部分**/
.head .ss {
    width: 235px;
    height: 31px;
    float: right;
    margin-top: 45px;
    display: none;
}

.head .ss .keyword {
    width: 232px !important;
    height: 29px;
    padding: 0;
    border: 0px solid #dadada;
    color: #4e4e4e;
    font-size: 12px;
    line-height: 29px;
    text-indent: 15px;
    border-right: none;
    background: transparent;
}

.head .ss .search {
    background: url(images/search.png);
    width: 30px;
    height: 31px;
    border: 0px;
    cursor: pointer;
    position: relative;
    right: 32px;
}

.navbar {
    width: 100%;
    height: 50px;
    /* background:#174e94; */
}

/**导航区域背景**/
.navbar .navbox {
    /* width:1048px; */
    /* height:45px; */
    /* float: left; */
}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
    height: 45px;
}

/**导航高度**/
.navbar .navbox .wp_nav .nav-item {}

.navbar .navbox .wp_nav li.nav-item a {
    font-size: 18px;
    font-weight: normal;
    color: #1d1d1d;
    padding: 0 23px;
}

/**导航字体样式 20160913 修改16px 为18px 37px to 35px **/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
    color: #fff;
    background: #175262;
}

/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0;
    line-height: 50px;
}

/**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav {
    border: 0;
    min-width: 100%;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
    background: #175262;
}

/**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
    background: #87a4ac;
    color: #fff;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0;
    /* height:26px; */
    /* line-height:26px; */
}

/**子菜单栏目高度与边距**/


#jumbotran {}

#jumbotran .inner {
    margin-top: 3px;
}

.jumbotran {
    width: 100%;
    height: 173px;
    background: url(images/jumbotran.jpg) center center no-repeat;
}



/**主体开始**/
#container {
    /* background:#ededed url(images/background.png) center top no-repeat; */
}

#container .inner {
    background-color: #fff;
    padding-top: 20px;
}

/**首页三列布局**/
.mod-h1 {
    background: #fff;
}

.mod-h1-l {
    width: 514px;
    height: 309px;
    float: left;
    padding-left: 10px;
}

.mod-h1-r {
    width: 457px;
    height: 309px;
    float: right;
    margin-right: 20px;
}

.mod-h2 {
    margin-bottom: 20px;
}

.mod-h2-l {
    width: 580px;
    float: left;
}

.mod-h2-r {
    width: 540px;
    float: right;
    /* margin-top: -32px; */
}

.mod-h3 {}

.mod-h3-l {
    float: left;
    width: 580px;
    /* height: 263px; */
    /* margin-top: -32px; */
}

.mod-h3-r {
    float: right;
    width: 540px;
    height: 320px;
}

.mod-h1-r .news_list_intro {
    height: 80px;
}

.mod-h1-r .news_list_intro .news_title {
    height: 30px;
    text-align: center;
}

.mod-h1-r .news_list_intro .news_title span a {
    color: #6e0f6d;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.mod-h1-r .news_list_intro .news_intro {
    height: 50px;
}

.mod-h1-r .news_list_intro .news_intro span a {
    line-height: 22px;
}

.mod-h3-r .post-7 .con {
    padding: 15px 0 0 0;
}

.mod-h3-r .post-7 .con .news_list {}

.mod-h3-r .post-7 .con .news_list .news {
    width: 100px;
    float: left;
    margin-left: 20px;
}

.mod-h3-r .post-7 .con .news_list .i1 {
    margin-left: 5px;
}

/**列表页**/
.col_menu {
    width: 250px;
    float: left;
}

.col_menu .col_menu_head {
    height: 52px;
    border-bottom: 1px solid #ddc992;
    width: 250px;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 52px;
    padding: 0;
}

/**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
    border: none;
    margin: 7px auto;
    /* width: 310px; */
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0;
    line-height: 36px;
}

.col_list .wp_listcolumn .wp_column a {
    color: #000;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    background: transparent;
    border-top: none;
    font-weight: normal;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #fff;
    background: #174e94;
    border-bottom: 1px solid #174e94;
}

/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 20px;
    display: none;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #5f5f5f;
    border-bottom: 0px solid #d4d4d4;
    font-weight: 300;
}

/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
    color: #fff;
    background: #6e0f6d;
}

/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    color: #5f5f5f;
    border-bottom: 1px solid #d4d4d4;
}

/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #fff;
    background: #6e0f6d;
}

/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.col_news {
    width: 800px;
    float: right;
    margin-bottom: 50px;
    min-height: 400px;
    padding-right: 9px;
}

/**栏目新闻**/
.col_news_head {
    height: 54px;
    border-bottom: 2px solid #efe9da;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 6px solid #174e94;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 0;
    text-align: center;
}

/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 54px;
    line-height: 54px;
}

/**当前位置**/

.col_news_con {
    margin-top: 17px;
}

.col_news_box {
    padding: 10px 0;
    margin: 0 7px;
}

.col_news_list {}

.col_news_list .wp_article_list .list_item {
    border: none;
    line-height: 40px;
    height: 40px;
}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
    background: url(images/0031.jpg) no-repeat;
}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 6px;
    word-wrap: break-word;
    word-break: normal;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
.possplit {
    background: url(images/possplit.png) no-repeat center;
    width: 20px;
}

/**文章页**/
.infobox {
    margin: 0 auto;
}

.infobox .info-position .col_path {
    margin-top: 20px;
    line-height: 20px;
    height: 20px;
}

.infobox .info-position .col_path span {
    color: #7f7f7f;
}

.infobox .info-position .col_path a {
    color: #7f7f7f;
}

.article {
    margin: 20px 70px;
    min-height: 500px;
}

.article h1.arti_title {
    line-height: 30px;
    font-family: "Microsoft YaHei";
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 20px;
    font-family: "Microsoft YaHei";
    padding: 0px 0;
    text-align: center;
    font-size: 17px;
    color: #6e0f6d;
    font-weight: bold;
}

/**文章标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #999;
}

/**文章其他属性**/
.article .entry {
    margin: 45px auto 0;
    overflow: hidden;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75 !important;
    font-size: 15px !important;
    text-align: justify;
    font-family: "Microsoft yahei", "Simsun" !important;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 6px;
    word-break: normal;
}

.article .entry .read img {
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/


/*bot布局开始*/
#bot {}

#bot .inner {
    /* height: 115px; */
    /* background: #e9eae4; */
}

.bot-l {
    /* float: left; */
    width: 100%;
    /* padding-left: 36px; */
    /* padding-top: 18px; */
}

.bot-r {
    float: right;
    width: 340px;
}

.bot-l .bot-l-box .articlecontent {
    margin-top: 25px;
    margin-left: 5px;
}

.bot-l .bot-l-box .articlecontent a img {
    padding-left: 6px;
}

.bot-r .bot-r-box-1 {
    width: 104px;
    margin-left: 0px;
    float: left;
    margin-top: 50px;
}

.bot-r .bot-r-box-2 {
    width: 116px;
    margin-left: 0px;
    float: left;
    margin-top: 50px;
}

.bot-r .bot-r-box-3 {
    width: 130px;
    margin-left: 20px;
    float: left;
    margin-top: 50px;
}

.bot-r .wp_article_list .list_item {
    border-bottom: none;
}

.bot-r .wp_article_list .list_item .Article_Index {
    display: none;
}

.bot-r .wp_article_list .list_item .Article_Title {
    margin-left: 0px;
}

/**页脚开始**/
#footer {}

#footer .inner {
    padding: 30px 0;
    background: #175262;
}

#footer .inner p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

span.Article_MicroImage img {
    border: 0px solid #ccc;
    padding: 5px;
}

.biaoti {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
}

.biaoti a {
    color: #6e0f6d;
}

.jianjie {
    height: 20px;
    line-height: 20px;
}

.jianjie a {
    color: #7d7a76;
}

#beginw8 span {
    display: inline-block;
    width: 136px;
    text-align: center;
}

#wp_news_w6 a {
    font-size: 14px;
    text-decoration: none;
}

.wp_article_list .list_item .Article_Index {
    margin-top: 13px;
    display: none;
}

.focus-title {
    font-weight: normal;
    font-family: "微软雅黑";
}

.sudy-links .links-name {
    color: #000;
}

div#wp_nav_w2 {
    position: relative;
    width: 100%;
    z-index: 99999;
}



div#header2 {
    /* background-color: #174e94; */
}

.news_wz {
    text-align: center;
    /* display: none; */
}

.news_imgs img {

    width: 100%;
}

ul.news_list.clearfix {
    width: 100%;
}

.post-41 .news_list li.news {
    /* margin: 0px 3px; */
    float: left;
}

.news_imgs {
    /* padding-right: 3px; */
    /* padding-left: 16px; */
}

.bot-l-box {
    margin-top: 30px;
    margin-left: 35px;
}

.wp_article_list .list_item {
    width: 100%;
    height: 24px;
    line-height: 30px;
    border-bottom: 0px dashed #ccc !important;
    vertical-align: middle;
}

.post.post-5.mbox {
    background-color: #edf1f5;
    width: 510px;
    height: 309px;
    padding-right: 9px;
}

#wp_news_w5 ul.news_list .news {
    line-height: 38px;
    height: 38px
}

.focus-container {

    /* height: 309px!important; */
}

.sitelogo img {
    /* position: absolute; */
    /* top: 25px; */
    /* width: 290px; */
}

.site div {
    padding-left: 14px;
    border-left: 1px solid #fff;
}

#footer div.inner {
    width: 100%;
}

div#bot {
    margin-top: 30px;
    background: #e9eae4;
    display: none;
}

.bot-l .news_list li.news {
    margin-left: 40px;
    height: auto;
    line-height: 65px;
    float: left;
}

div#banner {
    /* background: #ededed url(images/background.png) center top no-repeat; */
    /* position: relative; */
}

span.more_text {
    color: #967418;
}

/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    margin-top: 5px;
}

.wp-search {
    background: #87a4ac;
    position: relative;
    /* border: 1px solid #d0d0d0; */
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 10px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 22px;
    padding: 4px 0;
    line-height: 22px;
    background: none;
    color: #e7f1ef;
    font-size: 12px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 54px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 54px;
    height: 30px;
    border: 0;
    outline: 0;
    background: url(images/go.png) no-repeat center;
    cursor: pointer;
}

.Site_Name {
    font-size: 36px;
    color: #fff;
    font-family: "黑体";
}

.post.post-7.mbox.post-14 li {
    /* margin: 0 15px; */
    float: left;
    /* width: 160px; */
}

.post.post-7.mbox.post-14 ul {
    width: auto;
    margin: 0px -15px;
}

.mod-h3-r p.title {
    background: #e9eae4;
    line-height: 40px;
    width: 160px;
    margin: 0 auto;
}

.mod-h3-r p.title a {
    font-size: 16px;
    color: #333333;
}

.post.post-7.mbox.post-14 li:hover p.title {
    # background: #175262;
}

.post.post-7.mbox.post-14 li:hover p.title a {
    color: #fff;
}

.post-41 .news_list {
    /* margin: 0 -3px; */
}

.post .con.news_tu {
    padding: 15px 0 0 0;
}

.post-9 .news_list li.news span.news_title {
    float: none;
}


/* Added by Yehui Zhang - 2022.07.21 */
.bot-l .news_list {
    margin-left: -20px;
}

.l-banner {
    height: 185px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

p.thum {
    width: 160px;
    margin: 0 auto;
}

.head-top.clearfix {
    float: right;
    margin-top: 50px;
    margin-right: 40px;
}

.head-top span {
    font-size: 26px;
    color: #fff;
    line-height: 16px;
}


.wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 0px;
}

.Article_Editor {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    float: left !important;
    width: 2rem;
}

.Article_Content {
    /* margin-left: 5px;
    text-indent: -38px;
    padding-left: 38px; */
    padding-left: 2.5rem;
    width: fit-content;
}

.list_item .Article_Author {
    font-size: 14px;
    margin-left: 2.5rem !important;
    line-height: 24px;
    color: #444444f0;
}

.list_item .Article_ShortTitle {
    display: inline !important;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    color: darkblue;
    margin-left: 2.5rem !important;
    float: none !important;
    font-family: arial;
}

.list_item .Article_AuxiliaryTitle {
    display: inline !important;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px !important;
    font-weight: bold;
    font-family: arial;
}

.Article_MicroImage {
    /* margin-left: 42px !important; */
    text-align: center;
    line-height: 0px;
}

.Article_Title {
    /* margin-left: 42px !important; */
}

.news_title {}

.news_title a {
    font-size: 14px;
    text-decoration: none;
}

.news_title_bt {
    background: #e9eae4;
}

.MsoNormal {
    margin-top: 6px;
}

.hide_filter {
    display: none !important;
}

/* Added by Yehui Zhang - 2022.07.21 */

.navbar .i2-1 {
    display: none !important;
}

.navbar .i2-2 {
    display: none !important;
}

.navbar .i2-3 {
    display: none !important;
}

.navbar .i2-4 {
    display: none !important;
}

.navbar .i2-5 {
    display: none !important;
}

.navbar .i2-6 {
    display: none !important;
}

.navbar .i2-7 {
    display: none !important;
}

.navbar .i2-8 {
    display: none !important;
}

.navbar .i2-9 {
    display: none !important;
}

.navbar .i2-10 {
    display: none !important;
}

.navbar .i2-12 {
    display: none !important;
}

.navbar .i2-13 {
    display: none !important;
}

.navbar .i2-14 {
    display: none !important;
}

.post-41 .news_box {
    margin: 0 10px;
}

.post-41 ul.news_list.clearfix {
    margin: 0 -10px;
    width: auto;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.news_list:hover .slick-prev,
.news_list:hover .slick-next {
    display: block !important;
}

.post.post1.post-11.mbox {
    overflow: hidden;
    z-index: -1;
    height: 415px;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.post-11 .con {
    padding: 0;
}

.bannert {
    position: relative;
}

.bh {
    background: #fff;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    z-index: 1;
}