body{
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	background-color: #fed5a6;
	/*background-image:url(../images/bodybg.jpg);
	background-repeat:no-repeat;*/
	background-image:url(../images/paper_bg.png);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
}

#picContainer{width:100%; height:340px; margin:0 auto;padding: 17px 20px 20px;float:left;}




td{font-size:12px; line-height:20px;}
a{ text-decoration: none; color: #000; border-bottom: 0px dotted #CCC; padding: 0 0 1px 0; font-size:13px; }
a:hover{ border-bottom: 1px solid #fff; }

a.img{ padding: 0; border: none; }
a.img:hover{ padding: 0; border: none; }

p, ul{ font-size: 14px; line-height: 24px; margin-bottom: 15px; }

/*-----�˵�----------*/
/* bksy-style navigation adapted to website-group wp_nav output */
div#banner {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    background-color: #b70031;
}

#menu {
    width: 1170px;
    height: 55px;
    margin: 0 auto;
}

#wp_nav_w11 {
    width: 100%;
    height: 55px;
}

div#banner #menu #wp_nav_w11 .wp_nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
    list-style: none;
}

div#banner #menu #wp_nav_w11 .wp_nav > .nav-item,
div#banner #menu #wp_nav_w11 .wp_nav > li {
    position: relative;
    float: none;
    display: block;
    height: 55px;
    margin: 0;
    vertical-align: top;
}

div#banner #menu #wp_nav_w11 .wp_nav .nav-item > a,
div#banner #menu #wp_nav_w11 .wp_nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 11.7px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

div#banner #menu #wp_nav_w11 .wp_nav .nav-item > a .item-name,
div#banner #menu #wp_nav_w11 .wp_nav > li > a .item-name {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}

div#banner #menu #wp_nav_w11 .wp_nav .nav-item > a:hover,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item > a.hover,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.mark > a,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.on > a,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.active > a,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.current > a,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.selected > a,
div#banner #menu #wp_nav_w11 .wp_nav > li > a:hover,
div#banner #menu #wp_nav_w11 .wp_nav > li.mark > a,
div#banner #menu #wp_nav_w11 .wp_nav > li.active > a,
div#banner #menu #wp_nav_w11 .wp_nav > li.current > a,
div#banner #menu #wp_nav_w11 .wp_nav > li.selected > a {
    color: #b70031;
    background: #fff;
}

div#banner #menu #wp_nav_w11 .wp_nav .nav-item.mark,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.on,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.active,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.current,
div#banner #menu #wp_nav_w11 .wp_nav .nav-item.selected {
    z-index: 10;
}

div#banner #menu #wp_nav_w11 .wp_nav .sub-nav,
div#banner #menu #wp_nav_w11 .wp_nav ul {
    position: absolute;
    top: 55px;
    left: 0;
    display: block;
    visibility: hidden !important;
    width: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    background: #b70031;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    opacity: 0 !important;
    z-index: 200;
}

div#banner #menu #wp_nav_w11 .wp_nav .nav-item:hover > .sub-nav,
div#banner #menu #wp_nav_w11 .wp_nav > li:hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
}

div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item,
div#banner #menu #wp_nav_w11 .wp_nav ul li {
    box-sizing: border-box;
    float: none;
    width: 100%;
    min-width: 0;
    height: 55px;
    margin: 0;
    font-size: 14px;
}

div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a,
div#banner #menu #wp_nav_w11 .wp_nav ul li > a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    min-width: 0;
    margin: 0;
    padding: 0 10px;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a:hover,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item.mark > a,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item.active > a,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item.current > a,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item.selected > a,
div#banner #menu #wp_nav_w11 .wp_nav ul li > a:hover,
div#banner #menu #wp_nav_w11 .wp_nav ul li.mark > a,
div#banner #menu #wp_nav_w11 .wp_nav ul li.active > a,
div#banner #menu #wp_nav_w11 .wp_nav ul li.current > a,
div#banner #menu #wp_nav_w11 .wp_nav ul li.selected > a {
    color: #b70031 !important;
    background: #fff !important;
}

div#banner #menu #wp_nav_w11 .sub-nav .mark,
div#banner #menu #wp_nav_w11 .sub-nav-item .mark {
    display: none !important;
}
.bottomtdborder2{font-size:14px; font-family:"Microsoft YaHei"; background:url(../images/before.gif) no-repeat 50%;/**/}
.bottomtdborder a{font-size:14px; font-family:"Microsoft YaHei"; color:#444444;}
.categorylistsub{font-size:12px; font-family:"Microsoft YaHei"; color:#444444;}
.commontd2{border:1px solid #36a803;}
.title1 {font-family:"Microsoft YaHei";
	font-size: 14px;
	line-height: 39px;
	font-weight: bold;
	color: #36a803;
	/*background-image: url(../images/title_styel1_bg.png);*/
	border:0px solid #36a803;
	background-repeat:no-repeat;
	background-position: left;
	background-color:#FFFFFF;
	text-indent: 20px;
	height: 39px;
}
.redtoptd{border-top-width: 2px;	border-top-style: solid;	border-top-color: #36a803;}
h1{	font-family:"Microsoft YaHei","����",arial;	font-size: 24px;	font-weight: bold;	color:#36a803;	line-height: 30px;}
.subTitle{font-size:16px; font-weight:bold; font-family:"Microsoft YaHei"; line-height:32px; color:#333333;}

.font1 {
	font-family:"Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
	color: #E90000;
	background-image: url(../images/LotusFormsTurbo_icon_16.gif);
	background-repeat: no-repeat;
	background-position: 9px 50%;
	text-indent: 20px;
}
.newsDownList{background:#DE0500 ; color:#FFFFFF; font-family:"Microsoft YaHei";font-size: 12px;}
select {background:#DE0500 ; color:#FFFFFF; font-family:"Microsoft YaHei";font-size: 12px;}
h2{
font-size:26px; line-height:84px; color:#fff; font-family:"Microsoft Yahei";margin: 0px;	padding: 0px; height:75px;}
h3{
font-size:26px; line-height:84px; color:#CC0000; font-family:"Microsoft Yahei";margin: 0px;	padding: 0px; height:75px;}

#headContainer{width:100%;/* margin:0 auto; background-color:#FFFfff;*/ background-image:url(../images/headbg.jpg); background-repeat:no-repeat;}
#headimg{width:940px; height:126px; background-image:url(../images/top.png); background-repeat:no-repeat; margin:0 auto;}
#bodyContainer{width:1170px; margin:0 auto; background-color:#FFF;}
#topbannerpic{width:940px; height:80px; margin:5px auto; background-image:url(../images/topbannerpic.gif); background-repeat:no-repeat;}

#MainContainer{width:940px;  padding:5px 0px; /*height:525px; margin-bottom:20px;*/ background-color:#FFF;}
#bottomContainer{width:100%;/* height:525px; margin-bottom:20px;*/ background-color:#D5D5D5;}

#logosContainer{width:285px; height:380px; float:left; margin-left:25px; background-color:#eee;}
#logos{width:251px; margin:25px auto;}
#logos a{border-bottom:0px; display:block; margin:0px auto;}
#logos a img{border:0px;}
.spaceBara{height:0px; width:250px; clear:both;}

.clearboth{clear:both;}
.Mainclearboth5{clear:both; height:5px; width:940px;background-color:#FFF;}
.Mainclearboth{clear:both; height:0px; width:940px;background-color:#FFF;}

/*��Ŀ��ʽ*/
#item_id1{
	width:908px;
}/*����ʱ��340px*/
#item_id2{width:300px; /*margin-left:0px;*/}
#item_id3{
	width:580px; /*height:300px;*/
}
#item_id4{
	width:295px;  /*margin-left:0px; height:300px;*/
}
#item_id5{width:216px;}
#item_id6{width:890px;}
#item_id7{width:216px;}

#leftContainer{
	width:940px;
	float:left;
}
#rightContainer{float:left;}

.item_style1{float:left; background-color:#ffffff; margin-bottom:0px; border:1px solid #E2E2E2; padding:15px;/**/}
.item_style1_0{float:left; background-color:#ffffff;  /*border:1px solid #eee;�ײ�����Ҫ����*/}

.title_style00 {font-family:"Microsoft YaHei";
	font-size: 14px;
	line-height: 39px;
	font-weight: bold;
	color: #36a803;
	/*background-image: url(../images/title_styel1_bg.png);*/
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position: left;
	text-indent: 0px;
	height: 39px;
	border-bottom:1px solid #36a803;
}
.title_style1 {font-family:"Microsoft YaHei";
	font-size: 15px;
	line-height: 39px;
	font-weight: bold;
	color: #36a803;
	background-image: url(../images/title_styel1_bg.png);/**/
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position: left;
	text-indent: 20px;
	height: 39px;
	border-bottom:2px solid #36a803;
}
.content_style1{font-family:"Microsoft YaHei";    
	font-size: 12px;
	line-height: 39px;
}

.limit_style1{/*width:605px;*/padding:0px; margin:8px 10px;/* background-color:#ffffff;*/}



/*----------- BAROUSEL */
.barousel
{
    position:relative;
    margin-bottom:0px;
    background:url(../images/bg_banner.gif) repeat 0 0;/**/
    width:940px;
    height:400px;
    border-top:0px solid #000;
}

.barousel_image
{
    position:absolute;
    z-index:10;
    width:940px;
    height:400px;
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding:15px 18px 0 18px;    
    z-index:50;
    background:url(../images/bg_barousel_content.png) repeat 0 0;
	/*background-color:#ffffff;*/
    color:#fff;
    width:904px;
    bottom:25px;
    left:0px;
	font-size:16px;
	font-family:"Microsoft YaHei";
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal; 
    line-height:17px;   
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;    
    background:#36a803;
    bottom:0;
    z-index:20;
    width:937px;
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:25px;
    height:20px;
    background-color:#ffffff;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#9a9a9a;
}

.barousel_nav li a.current
{
    background-color:#fff55b;
}

.barousel_nav li.prev a
{
    background-image:url(../images/barousel_link_previous.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-image:url(../images/barousel_link_next.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}
.barousel_font{font-family:"Microsoft YaHei";font-size: 18px;}

/*-----����Ƶ��----*/
.content-hide{display:none;}
#item_id100{width:220px; margin-left:10px;}

a img{border:none;}

/*--����˵�����--*/
hr{color:red;}

.wlink2{width:900px; height:50px;}

#item_id1 .c_txt_title{font-size:14px; font-weight:bold; font-family:"Microsoft YaHei"; color:#444444; line-height:24px;}
#item_id1 .c_txt a:hover{color:#444444;}
#item_id1 .c_txt_p p{font-size:12px; font-weight:normal; font-family:"Microsoft YaHei"; color:#9a9a9a; line-height:20px; text-align:justify; margin:0px;}
#item_id1 .c_pic{margin-right:10px;}

#item_id3 a:hover, #item_id4 a:hover{color:#36A803;}


/*--channel 40--*/
#wp_news_w40 .wp_article_list li .Article_Index{display:none;}
#wp_news_w40 .wp_article_list li{list-style:none;}
#wp_news_w40 .list_item{border-bottom:none;}

/*--WindowMore style*/
.morestyle {text-align:right;}

/*--close button in displayinfo*/
.more{text-align:right;}
.closemore{text-align:center;}
.more a{line-height:28px; font-size:14px;}

/*--displayinfo--*/
.Article_Title, .Article_Content{word-break:break-all; /*支持IE，chrome，FF不支持*/word-wrap:break-word;/*支持IE，chrome，FF*/}
.Article_Content{line-height:24px; text-align:justify; font-size:14px;}
.Article_Content p{margin:8px 0px;}

/*--listcolumn--*/
#wp_news_w35 .wp_article_list{list-style-type:none; width:100%; margin-left:-30px;}
#wp_news_w35 .wp_article_list li{background-image:url(../images/before.gif); background-repeat:no-repeat; background-position:left; line-height: 30px;
    font-size: 15px;
    margin-bottom: 15px;}
#wp_news_w35 .wp_article_list .Article_Index{display:none; }
#wp_news_w35 .wp_article_list .Article_Title{margin-left:10px;}
#wp_news_w35 .wp_article_list .Article_Title a{font-size:16px; font-family:"Microsoft YaHei"; color:#444444;}

/*--#wp_listcolumn_w32 .wp_listcolumn{width:150px; margin-left:0px;}
#wp_listcolumn_w32 .wp_listcolumn .wp_column a{background-image:url(../images/LotusTraveler_icon_16.gif); background-repeat:no-repeat; }
#wp_listcolumn_w32 .wp_listcolumn .wp_column a:hover{color:#36A803;}

#wp_listcolumn_w32 .wp_subcolumn{width:150px; margin-left:0px;}
#wp_listcolumn_w32 .wp_subcolumn .wp_column a{background-image:url(../images/4-32.gif); background-repeat:no-repeat; }
#wp_listcolumn_w32 .wp_subcolumn .wp_column a:hover{color:#36A803;}*/

/*-- sousuo --*/
#item_id5 .wp_search input#keyword{width:150px;}
#item_id5 .wp_search input#keyword{}

/*--leave messages --*/
#item_id7 .widget_name{color:#36A803;}
#item_id7 .wp_guestbook_widget .guestbook_list LI{height:48px;}/*--make display item height higher = 2 lines --*/

/* bksy header clone */
header {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0;
    background: #fff;
    z-index: 9;
    transition: all 0.4s;
}

.logo-section.box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
    height: 90px;
    min-height: 90px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.logo-section .search {
    order: 2;
    flex: 0 0 300px;
    float: none;
    width: 300px;
    margin: 0;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(to right, #ffffff 0%, #b70031 70%);
}

.logo-section .search form {
    margin: 0;
    padding: 0;
    border: 0;
}

.logo-section .search input.input_text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: #f3f3f3;
    line-height: 36px;
    text-indent: 1em;
}

.logo-section .search input.input_submit {
    width: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    outline: none;
    background: url(../images/search.png) no-repeat left 10px center;
    line-height: 36px;
    font-size: 15px;
    letter-spacing: 5px;
    text-indent: 1em;
    cursor: pointer;
}

.logo-section .logo {
    order: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.logo-section .logo img {
    display: block;
    float: none;
    height: 80px;
    border: 0;
}

.logo-section a {
    color: #000;
    text-decoration: none;
    border-bottom: 0;
}

.logo-section a:hover {
    color: #b70031;
    border-bottom: 0;
}

.logo-section .sitelogo {
    display: inline;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 839px) {
    .logo-section.box {
        width: 100%;
    }

    .logo-section {
        display: none;
    }
}

/* jsjx homepage bksy-style additions */

.home-page #bodyContainer {
    box-sizing: border-box;
    width: 1170px;
    margin: 20px auto 0;
    padding: 17px 20px 20px;
    background: #fff;
    overflow: hidden;
}

#bodyContainer {
    overflow: hidden;
}

#MainContainer {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

/* Keep the website-group carousel placeholder; style its frame and controls only. */
#picContainer {
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    overflow: hidden;
}
#picContainer .barousel {
    box-sizing: content-box;
    width: 100%;
    height: 340px;
    margin: 0;
    padding-bottom: 20px;
    float: left;
    position: relative;
    background: none;
}

#picContainer .barousel_image {
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
}

#picContainer .barousel_image img {
    width: 100% !important;
    height: 340px !important;
    object-fit: cover;
}
#picContainer .barousel_nav {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

#picContainer .barousel_nav li.prev,
#picContainer .barousel_nav li.next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -22px 0 0;
    padding: 0;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

#picContainer .barousel_nav li.prev {
    left: 10px;
    right: auto;
}

#picContainer .barousel_nav li.next {
    right: 10px;
    left: auto;
}

#picContainer .barousel_nav li.prev a,
#picContainer .barousel_nav li.next a {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
}

#picContainer .barousel_nav li.prev a {
    background-image: url(../images/left.png);
}

#picContainer .barousel_nav li.next a {
    background-image: url(../images/right.png);
}

#picContainer .barousel_nav li.prev a:hover,
#picContainer .barousel_nav li.next a:hover {
    background-color: transparent;
}

#picContainer .barousel_nav li.prev.disabled a,
#picContainer .barousel_nav li.next.disabled a,
#picContainer .barousel_nav li.prev a.disabled,
#picContainer .barousel_nav li.next a.disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

#picContainer .barousel_nav .counter {
    position: absolute;
    top: 50%;
    right: 76px;
    z-index: 31;
    margin: 0;
    padding: 3px 8px;
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 3px;
    transform: translateY(-50%);
}

/* First visible module: news area, matching bksy's first blog-area. */
.item_style1.jsjx-news-panel {
    position: relative;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 0 30px;
    padding: 35px 0 20px;
    border: 0;
    border-bottom: 0;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    background: #fcfcfc;
    min-height: 800px;
}

/* Match bksy's homepage grid spacing for every content row. */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.jsjx-news-panel .title_style1,
.jsjx-notice-panel .title_style1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: none;
    color: #2e2c4f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    text-indent: 0;
}

.jsjx-news-panel .content_style1,
.jsjx-notice-panel .content_style1 {
    clear: both;
    padding: 0;
    line-height: normal;
}

.jsjx-news-panel .limit_style1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}

.jsjx-news-panel .window1 {
    box-sizing: border-box;
    float: left;
    width: 33.333333% !important;
    padding: 0 15px !important;
}

.jsjx-news-panel .single-blog-post {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 27px rgba(11, 64, 134, 0.13);
}

.jsjx-news-panel .blog-thumb img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.jsjx-news-panel .blog-content {
    padding: 15px;
}

.jsjx-news-panel .b-post-date {
    float: left;
    margin-right: 12px;
    color: #b70031;
    font-weight: 700;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
}

.jsjx-news-panel .b-top-content {
    overflow: hidden;
}

.jsjx-news-panel .b-top-content a {
    color: #333;
}

.jsjx-news-panel .b-top-content a:hover {
    color: #b70031;
}

/* Second and third visible modules: the student and teacher notice pair. */
.item_style1.jsjx-notice-panel {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0;
    padding: 35px 0 20px;
    border: 0;
    background: #fefefe;
}

.item_style1.jsjx-notice-panel + .jsjx-notice-panel {
    margin-left: 0;
}

.jsjx-notice-panel .limit_style1 {
    width: 89%;
    margin: 0 auto;
    padding: 0;
}

.jsjx-notice-panel .wp_article_list_table {
    width: 100%;
    border-collapse: collapse;
}

.jsjx-notice-panel .wp_article_list_table tr {
    border: 0;
}

.jsjx-notice-panel .wp_article_list_table td {
    padding: 0;
}

.jsjx-notice-panel .wp_article_list_table li a {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #333;
    background: #eee;
}

.jsjx-notice-panel .wp_article_list_table li a:hover {
    color: #fff !important;
    background: #b70031;
}

.jsjx-notice-panel .news_title {
    float: left;
    display: -webkit-box;
    width: 70%;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jsjx-notice-panel .news_title:hover,
.jsjx-notice-panel .wp_article_list_table li a:hover .news_title {
    color: #fff !important;
}

.jsjx-notice-panel .news_date {
    float: right;
    margin: 10px 10px 10px 0;
    color: #b70031;
    font-size: 14px;
    line-height: 24px;
}

.jsjx-notice-panel .wp_article_list_table li a:hover .news_date {
    color: #fff;
}

.jsjx-news-panel .more_style1,
.jsjx-notice-panel .more_style1 {
    position: absolute;
    top: 47px;
    right: 6%;
    z-index: 2;
    padding: 0;
    text-align: right;
}

.jsjx-news-panel .more_style1 a,
.jsjx-notice-panel .more_style1 a,
.jsjx-news-panel .btn3,
.jsjx-notice-panel .btn3 {
    -moz-user-select: none;
    background: rgba(183, 0, 49) none repeat scroll 0 0;
    clip-path: polygon(0.9rem 0, calc(100% - 15px) 0, 100% 0, 100% 100%, calc(100% - 15px) 100%, 0 100%, 0 calc(100% - 30px), 0 0.9rem);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Muli", sans-serif;
    font-size: 15px;
    font-weight: 550;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 23px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.jsjx-news-panel .more_style1 a:hover,
.jsjx-notice-panel .more_style1 a:hover,
.jsjx-news-panel .btn3:hover,
.jsjx-notice-panel .btn3:hover {
    color: #fff !important;
    background-color: #720101;
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
    .item_style1.jsjx-notice-panel {
        float: none;
        width: 100%;
    }

    .item_style1.jsjx-notice-panel + .jsjx-notice-panel {
        margin-left: 0;
    }

    .jsjx-news-panel .window1 {
        width: 33.333333% !important;
    }
}

@media screen and (max-width: 900px) {
    .jsjx-news-panel .window1 {
        width: 50% !important;
    }
}

@media screen and (max-width: 600px) {
    .jsjx-news-panel .window1 {
        width: 100% !important;
    }

    #picContainer .barousel_nav li.prev {
        left: 8px;
    }

    #picContainer .barousel_nav li.next {
        right: 8px;
    }
}

/* Hide the automatic simpleNews "more-link"; keep the heading action link. */
.home-page .jsjx-news-panel .more,
.home-page .jsjx-news-panel .more-link {
    display: none !important;
}

/* Override the legacy before.gif bullet on generated list pages. */
.list-page #wp_news_w35 .wp_article_list > li {
    background-image: none !important;
}

/* Carousel controls match the bksy arrow treatment. */
#picContainer .barousel_nav li.prev,
#picContainer .barousel_nav li.next {
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
}

#picContainer .barousel_nav li.prev {
    left: 16px;
}

#picContainer .barousel_nav li.next {
    right: 16px;
}

#picContainer .barousel_nav li.prev a,
#picContainer .barousel_nav li.next a {
    width: 40px;
    height: 60px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

#picContainer .barousel_nav li.prev a {
    background-image: url("../images/left.png");
}

#picContainer .barousel_nav li.next a {
    background-image: url("../images/right.png");
}

#picContainer .barousel_nav li.prev a:hover,
#picContainer .barousel_nav li.next a:hover {
    background-color: transparent;
    opacity: 0.85;
}

/* The website-group carousel renders controls as .left/.right spans. */
#picContainer .barousel > .left,
#picContainer .barousel > .right {
    z-index: 20;
    width: 78px;
    height: 100px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    font-size: 0;
    line-height: 0;
    opacity: 1;
}

#picContainer .barousel > .left {
    background-image: url("../images/left.png");
}

#picContainer .barousel > .right {
    background-image: url("../images/right.png");
}

#picContainer .barousel > .left:hover,
#picContainer .barousel > .right:hover {
    background-color: transparent;
    opacity: 0.85;
}
/* jsjx news card and notice icon refinements */
.jsjx-news-panel .window1 {
    float: left;
}

.jsjx-news-panel .blog-thumb {
    overflow: hidden;
}

.jsjx-news-panel .blog-thumb img {
    display: block;
    width: 100%;
    height: 200px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: cover;
}

.jsjx-news-panel .blog-content {
    position: relative;
    padding: 25px 30px 35px;
    background: #fff;
}

.jsjx-news-panel .bc-top-wrap {
    overflow: hidden;
}

.jsjx-news-panel .bc-top-wrap.mb-25 {
    margin-bottom: 22px;
}

.jsjx-news-panel .b-post-date {
    float: left;
    margin-right: 15px;
    padding: 10px;
    border-radius: 4px;
    background: #b70031;
    box-shadow: 0 0 8px rgba(48, 47, 50, 0.18);
    text-align: center;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    transition: all 0.3s ease-out;
}

.jsjx-news-panel .b-post-date h6 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.jsjx-news-panel .b-post-date span {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.jsjx-news-panel .b-top-content {
    overflow: hidden;
}

.jsjx-news-panel .b-top-content h5 {
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 1.4;
}

.jsjx-news-panel .b-top-content h5 a {
    color: #2e2c4f;
}

.jsjx-news-panel .b-top-content h5:hover a {
    color: #b70031;
}

.jsjx-news-panel .blog-content > a {
    color: #605f70;
    font-size: 12px;
    font-weight: 800;
}

.jsjx-news-panel .blog-content > a span {
    margin-left: 5px;
}

.jsjx-news-panel .single-blog-post:hover .blog-content > a {
    color: #2684fe;
}

.jsjx-news-panel .single-blog-post:hover .b-post-date {
    background: #2684fe;
}

/* Add the bksy tag icon to website-group generated notice rows without changing their HTML. */
.jsjx-notice-panel .content_style1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jsjx-notice-panel .content_style1 li > a,
.jsjx-notice-panel .wp_article_list_table li a {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #333;
    background: #eee;
}

.jsjx-notice-panel .content_style1 li > a::before,
.jsjx-notice-panel .wp_article_list_table li a::before {
    content: "";
    float: left;
    width: 15px;
    height: 15px;
    margin: 13px 10px 0 10px;
    background: url(../images/tag.png) no-repeat center center;
    background-size: contain;
}

.jsjx-notice-panel .content_style1 li > a:hover,
.jsjx-notice-panel .wp_article_list_table li a:hover {
    color: #fff !important;
    background: #b70031;
}

.jsjx-notice-panel .content_style1 li > a:hover .news_title,
.jsjx-notice-panel .wp_article_list_table li a:hover .news_title,
.jsjx-notice-panel .content_style1 li > a:hover .news_date,
.jsjx-notice-panel .wp_article_list_table li a:hover .news_date {
    color: #fff !important;
}

/* jsjx listcolumn intro template */
.jsjx-list-intro {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
}

.jsjx-list-intro .wp_single,
.jsjx-list-intro .wp_entry,
.jsjx-list-intro .wp_articlecontent {
    width: 100%;
}

.jsjx-list-intro .wp_articlecontent {
    color: #333;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.jsjx-list-intro .wp_articlecontent p {
    margin: 0 0 1em;
}

.jsjx-list-intro .wp_articlecontent h1,
.jsjx-list-intro .wp_articlecontent h2,
.jsjx-list-intro .wp_articlecontent h3 {
    color: #333;
    font-weight: bold;
}

.jsjx-list-intro .wp_articlecontent h1 {
    font-size: 24px;
}

.jsjx-list-intro .wp_articlecontent h2 {
    font-size: 20px;
}

.jsjx-list-intro .wp_articlecontent h3 {
    font-size: 16px;
}

.jsjx-list-intro .wp_articlecontent img {
    max-width: 100%;
    height: auto;
}

.jsjx-list-intro .wp_articlecontent table {
    max-width: 100%;
}

/* jsjx list page banner */
#jsjx-list-banner {
    width: 100%;
    margin: 0 auto;
    background: #f1f1f1;
}

#jsjx-list-banner .l-banner {
    width: 1170px;
    height: 235px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
/* jsjx unified footer layout */
footer {
    width: 100%;
    padding: 30px 0;
    color: #333;
    font-size: 10px;
    position: relative;
    overflow: hidden;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #34aadc linear-gradient(to left, #B70031, #5ac8fa, #007aff, #5ac8fa);
}

.footer.box {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
}

.footer-contact {
    flex: 0 0 300px;
    margin: 15px 0 20px;
}

footer ul,
footer p {
    margin: 0;
    padding: 0;
}

footer ul {
    list-style: none;
}

.size {
    flex: 0 0 350px;
    padding-top: 15px;
    font-size: 15px;
    line-height: 25px;
}

.endLink1 {
    float: none;
    width: auto;
    margin: 0 0 10px;
}

.addition {
    color: #333;
    font-size: 12px;
}

.webLink a:link,
.webLink a:visited {
    color: #333;
}

.webLink a:hover {
    color: rgba(247, 55, 55, 0.721) !important;
}

/* Footer links should not show the global white hover underline. */
footer a:hover {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

/* sub-nav vertical alignment override */
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a.parent,
div#banner #menu #wp_nav_w11 .wp_nav ul li > a {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 55px !important;
    min-height: 55px !important;
    padding: 0 10px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a .item-name,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a.parent .item-name,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a > span.item-name {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 55px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* jsjx bksy-style list page content */
.list-page #bodyContainer {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #f1f1f1;
    overflow: hidden;
}

.list-page .content-wrapper {
    width: 100%;
    margin: 0 auto;
}

.list-page .content-wrapper .inner {
    box-sizing: border-box;
    width: 1170px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}

.list-page .mod {
    display: block;
    overflow: hidden;
}

.list-page .col_menu {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 240px;
    margin-right: -240px;
}

.list-page .col_menu_head {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b70031;
}

.list-page .col_menu_head h3.col_name {
    height: 55px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.list-page .col_menu_head h3.col_name .col_name_text {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0 20px;
    line-height: 1;
    text-align: center;
}

.list-page .column-switch {
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 24px;
    background: url(../images/more.gif) no-repeat center;
}

.list-page .col_menu_con {
    position: relative;
    top: -8px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    overflow: hidden;
}

.list-page .col_list .wp_listcolumn {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-page .col_list .wp_listcolumn .wp_column {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 1;
    list-style: none;
}

.list-page .col_list .wp_listcolumn .wp_column a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    padding: 0 20px 0 50px;
    overflow: hidden;
    color: #b70031;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    background: none;
    border-bottom: 1px solid rgba(183, 0, 49, 0.17);
}

.list-page .col_list .wp_listcolumn .wp_column a:hover,
.list-page .col_list .wp_listcolumn .wp_column a.selected,
.list-page .col_list .wp_listcolumn .wp_column.selected a {
    color: #b70031;
    background: #eee;
}

/* Multi-level left navigation: clear indentation with a light hierarchy. */
.list-page .col_list .wp_listcolumn .wp_column a {
    border-bottom: 1px solid #e6e6e6;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.list-page .col_list .wp_listcolumn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-page .col_list .wp_listcolumn .wp_column > ul {
    display: block;
}

.list-page .col_list .wp_listcolumn > .column-1 > a,
.list-page .col_list .wp_listcolumn > .column-1.selected > a {
    padding-left: 20px;
    background: #f5f5f5;
}

.list-page .col_list .wp_listcolumn > .column-2 > a,
.list-page .col_list .wp_listcolumn > .column-2.selected > a {
    padding-left: 36px;
    background: #fff;
    font-size: 16px;
}

.list-page .col_list .wp_listcolumn > .column-2-1 > a,
.list-page .col_list .wp_listcolumn > .column-2-2 > a,
.list-page .col_list .wp_listcolumn > .column-2-3 > a,
.list-page .col_list .wp_listcolumn > .column-2-4 > a {
    min-height: 42px;
    height: auto;
    padding: 10px 16px 10px 58px;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
}

.list-page .col_list .wp_listcolumn .wp_column a:hover,
.list-page .col_list .wp_listcolumn .wp_column.selected > a,
.list-page .col_list .wp_listcolumn .wp_column > a.selected {
    color: #b70031;
    background: #fff1f4;
    border-left: 3px solid #b70031;
}

.list-page .col_news {
    float: right;
    width: 100%;
    min-height: 500px;
}

.list-page .col_news .col_news_box {
    margin-left: 320px;
    margin-right: -20px;
}

.list-page .col_metas {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
        margin-left: -30px;
    margin-bottom: -35px;
}

.list-page .col_metas .col_path {
    position: absolute;
    top: 0;
    right: 40px;
    display: block;
    height: 40px;
    color: #666;
    line-height: 40px;
    white-space: nowrap;
}

.list-page .col_metas .col_path a {
    color: #b70031;
}

.list-page .col_metas .col_title {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-right: 40px;
}
.list-page .col_metas .col_title h2 {
    display: block;
    margin: 0;
    color: #b70031;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.list-page .col_news_con {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 40px 10px 0;
}

.list-page .col_news_list {
    margin-top: 7px;
}

.list-page .news_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-page .col_news .news {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
}

.list-page .col_news .news a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 35px 5px 20px;
    text-decoration: none;
    background: #f6f6f6;
}

.list-page .col_news .news a::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 12px;
    color: #b70031;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-50%);
}

.list-page .col_news .news a:hover {
    background: #b70031;
}

.list-page .col_news .news a:hover::after,
.list-page .col_news .news a:hover .news_title,
.list-page .col_news .news a:hover .news_date {
    color: #fff;
}

.list-page .col_news .news img {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}

.list-page .col_news .news .news_title {
    float: left;
    display: -webkit-box;
    width: 75%;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list-page .col_news .news .news_date {
    float: right;
    margin-right: 25px;
    color: #b70031;
}

.list-page .col_news .news span.space {
    display: block;
    clear: both;
    width: 1px;
    height: 1px;
}

/* Homepage news area aligned with bksy's blog section. */
.home-page .jsjx-news-panel {
    min-height: 0;
    margin: 0;
    padding: 80px 0 40px;
    background: #fefefe;
    border-bottom: 2px solid #dedede;
}

.home-page .jsjx-news-panel .title_style1 {
    float: none;
    width: 100%;
    margin: 0 0 55px;
    color: #2e2c4f;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.home-page .jsjx-news-panel .content_style1 {
    padding: 0;
}

.home-page .jsjx-news-panel .limit_style1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-page .jsjx-news-panel .window1 {
    box-sizing: border-box;
    width: 33.333333% !important;
    padding: 0 15px !important;
}

.home-page .jsjx-news-panel .single-blog-post {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 27px rgba(11, 64, 134, 0.13);
}

.home-page .jsjx-news-panel .blog-thumb img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 6px 6px 0 0;
    object-fit: cover;
}

.home-page .jsjx-news-panel .blog-content {
    padding: 25px 30px 35px;
}

@media screen and (max-width: 900px) {
    .home-page .jsjx-news-panel .window1 {
        width: 50% !important;
    }
}

@media screen and (max-width: 600px) {
    .home-page .jsjx-news-panel .window1 {
        width: 100% !important;
    }
}

/* bksy-style homepage section mapping */
.home-page .container1 {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.home-page .blog-area {
    box-sizing: border-box;
    width: 100%;
    background: #fefefe;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
}

.home-page .jsjx-news-area {
    padding: 115px 0 90px;
    background: #fcfcfc;
    border-bottom: 2px solid #dedede;
}

.home-page .section-title {
    width: 100%;
    margin-bottom: 55px;
    text-align: center;
}

.home-page .jsjx-news-area .col-xl-7 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
}

.home-page .section-title h2 {
    margin: 0 0 10px;
    color: #2e2c4f;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.home-page .jsjx-news-cards .content_style1 {
    width: 100%;
}

.home-page .jsjx-news-cards .limit_style1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-page .jsjx-news-cards .window1 {
    position: relative;
    box-sizing: border-box;
    width: 33.333333% !important;
    min-height: 1px;
    padding-right: 1% !important;
    padding-left: 4% !important;
}

.home-page .jsjx-news-area .more_style1,
.home-page .jsjx-notice-area .more_style1 {
    position: static;
    top: auto;
    right: auto;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.home-page .jsjx-news-area .btn1 {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    background: #b70031;
    clip-path: polygon(25px 0, calc(100% - 15px) 0, 100% 0, 100% 100%, calc(100% - 15px) 100%, 0 100%, 0 calc(100% - 30px), 0 25px);
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 18px;
    font-weight: 550;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.home-page .jsjx-news-area .btn1:hover,
.home-page .jsjx-notice-area .btn3:hover {
    color: #fff !important;
    background: #720101;
    box-shadow: none;
}

.home-page .jsjx-notice-area {
    min-height: 200px;
    padding: 0;
    background: #fefefe;
}

.home-page .jsjx-notice-columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.home-page .jsjx-notice-columns > .column {
    box-sizing: border-box;
    width: 50% !important;
    max-width: 50%;
    flex: 0 0 50%;
}

.home-page .jsjx-notice-panel {
    position: relative;
    float: none;
    box-sizing: border-box;
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 115px 0 90px;
    background: #fefefe;
}

.home-page .jsjx-notice-panel .title_style1 {
    float: none;
    width: 89%;
    height: auto;
    margin: 0 0 55px 4%;
    padding: 0;
    border: 0;
    background: none;
    color: #2e2c4f;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.home-page .jsjx-notice-panel .content_style1 {
    clear: both;
    padding: 0;
}

.home-page .jsjx-notice-panel .limit_style1 {
    width: 89%;
    margin: 0 auto;
    padding: 0;
}

.home-page .jsjx-notice-panel .standby-content {
    width: 89%;
    margin-right: 5px;
    margin-left: 4%;
}

.home-page .jsjx-notice-panel .more_style1 {
    position: absolute;
    top: 108px;
    right: 6%;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 5px;
}

.home-page .jsjx-notice-panel .btn3 {
    display: inline-block;
    padding: 14px 23px;
    color: #fff;
    background: #b70031;
    clip-path: polygon(.9rem 0, calc(100% - 15px) 0, 100% 0, 100% 100%, calc(100% - 15px) 100%, 0 100%, 0 calc(100% - 30px), 0 .9rem);
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    font-weight: 550;
    line-height: 1;
    white-space: nowrap;
}

/* Match bksy's standby-content list rows. */
.home-page .jsjx-notice-panel .content_style1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-page .jsjx-notice-panel .content_style1 .wp_article_list_table {
    width: 100%;
    border-collapse: collapse;
}

.home-page .jsjx-notice-panel .content_style1 li > a,
.home-page .jsjx-notice-panel .content_style1 .wp_article_list_table li a {
    display: table;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #eee;
}

.home-page .jsjx-notice-panel .standby-content ul li a {
    display: table;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #eee;
}

.home-page .jsjx-notice-panel .standby-content ul.wp_article_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-page .jsjx-notice-panel .standby-content ul.wp_article_list > li {
    display: table;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
    padding: 0;
    background: #eee;
}

.home-page .jsjx-notice-panel .standby-content .Article_Index {
    display: none;
}

.home-page .jsjx-notice-panel .standby-content .pr_fields {
    display: block;
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.home-page .jsjx-notice-panel .standby-content .Article_Title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-page .jsjx-notice-panel .standby-content .Article_Title a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-page .jsjx-notice-panel .standby-content .Article_Title a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: -2px;
    background: url(../images/tag.png) no-repeat center center;
    background-size: contain;
}

.home-page .jsjx-notice-panel .standby-content .ex_fields {
    display: block;
    float: right;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
}

.home-page .jsjx-notice-panel .standby-content .Article_PublishDate {
    display: block;
    margin: 10px 0;
    color: #b70031;
    font-size: 14px;
    line-height: 24px;
}

.home-page .jsjx-notice-panel .standby-content ul.wp_article_list > li:hover,
.home-page .jsjx-notice-panel .standby-content ul.wp_article_list > li:hover .Article_Title a,
.home-page .jsjx-notice-panel .standby-content ul.wp_article_list > li:hover .Article_PublishDate {
    color: #fff !important;
    background: #b70031;
}

.home-page .jsjx-notice-panel .content_style1 li > a:hover,
.home-page .jsjx-notice-panel .content_style1 .wp_article_list_table li a:hover {
    color: #fff !important;
    background: #b70031;
}

.home-page .jsjx-notice-panel .content_style1 .news_title {
    width: 70%;
    margin: 10px 0 10px 10px;
    color: #333;
    float: left;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home-page .jsjx-notice-panel .standby-content .news_title {
    width: 70%;
    margin: 10px 0 10px 10px;
}

.home-page .jsjx-notice-panel .content_style1 .news_date {
    margin: 10px 10px 10px 0;
    color: #b70031;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.home-page .jsjx-notice-panel .standby-content .news_date {
    margin: 10px 10px 10px 0;
}

.home-page .jsjx-notice-panel .content_style1 li > a:hover .news_title,
.home-page .jsjx-notice-panel .content_style1 li > a:hover .news_date,
.home-page .jsjx-notice-panel .content_style1 .wp_article_list_table li a:hover .news_title,
.home-page .jsjx-notice-panel .content_style1 .wp_article_list_table li a:hover .news_date {
    color: #fff !important;
}

.home-page .jsjx-notice-panel .content_style1 li > a .space,
.home-page .jsjx-notice-panel .content_style1 .wp_article_list_table li a .space {
    display: block;
    clear: both;
    width: 1px;
    height: 1px;
}

@media screen and (max-width: 900px) {
    .home-page .jsjx-news-cards .window1 {
        width: 50% !important;
    }

    .home-page .jsjx-notice-columns > .column {
        width: 50% !important;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 600px) {
    .home-page .jsjx-news-cards .window1 {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .home-page .jsjx-notice-columns > .column {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.list-page .wp_paging {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    color: #494949;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
    font-size: 13px;
    list-style: none;
}

.list-page .wp_paging li {
    display: inline-block;
    float: left;
    height: 25px;
    margin-top: 5px;
    line-height: 25px;
}

.list-page .wp_paging li span,
.list-page .wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
    color: #667289;
}

@media screen and (max-width: 991px) {
    .list-page .col_menu {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .list-page .col_menu_con {
        display: none;
    }

    .list-page .column-switch {
        display: block;
    }

    .list-page .col_news {
        float: none;
        min-height: 0;
    }

    .list-page .col_news .col_news_box {
        margin: 0 10px;
    }
}

/* Match the bksy student-notice rows on list pages. */
.list-page .col_news_con.standby-content {
    width: 100%;
    padding: 0 40px 10px 0;
}

.list-page .col_news_con.standby-content ul,
.list-page .col_news_con.standby-content ul.news_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -130px;
}

.list-page .col_news_con.standby-content table,
.list-page .col_news_con.standby-content .wp_article_list_table {
    width: 100%;
    border-collapse: collapse;
}

.list-page .col_news_con.standby-content tr,
.list-page .col_news_con.standby-content td {
    margin: 0;
    padding: 0;
    border: 0;
}

.list-page .col_news_con.standby-content li.news {
    display: table;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-page .col_news_con.standby-content li.news > a {
    display: table;
    box-sizing: border-box;
    float: left;
    width: 100%;
    min-height: 39px;
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
    color: #333;
    background: #eee;
}

.list-page .col_news_con.standby-content li.news > a::after {
    display: none;
}

.list-page .col_news_con.standby-content li.news > a > img {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 13px 10px 0;
}

.list-page .col_news_con.standby-content .news_title,
.list-page .col_news_con.standby-content .Article_Title {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 70%;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-page .col_news_con.standby-content .news_date,
.list-page .col_news_con.standby-content .Article_PublishDate {
    display: block;
    float: right;
    width: auto;
    margin: 10px 10px 10px 0;
    padding: 0;
    color: #b70031;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
}

.list-page .col_news_con.standby-content li.news > a:hover,
.list-page .col_news_con.standby-content li.news > a:hover .news_title,
.list-page .col_news_con.standby-content li.news > a:hover .Article_Title,
.list-page .col_news_con.standby-content li.news > a:hover .news_date,
.list-page .col_news_con.standby-content li.news > a:hover .Article_PublishDate {
    color: #fff !important;
    background: #b70031;
}

.list-page .col_news_con.standby-content .space {
    display: block;
    clear: both;
    width: 1px;
    height: 1px;
}

/* Website-group generated list structure used by the live cftd page. */
.list-page .col_news_con .wp_article_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-page .col_news_con .wp_article_list > li {
    display: table;
    box-sizing: border-box;
    width: 100%;
    min-height: 39px;
    margin: 0 0 10px;
    padding: 0;
    background: #eee;
}

.list-page .col_news_con .wp_article_list > li .Article_Index {
    display: none;
}

.list-page .col_news_con .wp_article_list > li .pr_fields {
    display: block;
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.list-page .col_news_con .wp_article_list > li .Article_Title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.list-page .col_news_con .wp_article_list > li .Article_Title a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 0 0 0 35px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/tag.png) no-repeat 10px center;
    background-size: 15px 15px;
}

.list-page .col_news_con .wp_article_list > li .ex_fields {
    display: block;
    float: right;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
}

.list-page .col_news_con .wp_article_list > li .Article_PublishDate {
    display: block;
    margin: 10px 15px;
    color: #b70031;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}

.list-page .col_news_con .wp_article_list > li:hover,
.list-page .col_news_con .wp_article_list > li:hover .Article_Title a,
.list-page .col_news_con .wp_article_list > li:hover .Article_PublishDate {
    color: #fff !important;
    background-color: #b70031;
}

/* Final list-page alignment with bksy's column/list styles. */
.list-page .col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
}

.list-page .col_menu_head {
    height: 50px;
    display: block;
    background: #b70031;
}

.list-page .col_menu_head h3.col_name {
    height: 50px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.list-page .col_menu_head h3.col_name .col_name_text {
    display: block;
    width: auto;
    height: auto;
    padding: 0 5px 0 30px;
    line-height: 50px;
    text-align: left;
}

.list-page .col_menu_con {
    top: 0;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}

.list-page .col_list .wp_listcolumn {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.list-page .col_list .wp_listcolumn .wp_column {
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
}

.list-page .col_list .wp_listcolumn .wp_column a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    overflow-wrap: break-word;
    text-align: left;
    background: #f5f5f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.list-page .col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 5px 10px 5px 20px;
    color: inherit;
    line-height: 22px;
}

.list-page .col_list .wp_listcolumn .wp_column a:hover {
    color: #cc0000;
    background: #f9f9f9;
}

.list-page .col_list .wp_listcolumn .wp_column a.selected,
.list-page .col_list .wp_listcolumn .wp_column.selected a {
    color: #000;
    background: #e8e8e8;
}

.list-page .col_news {
    width: 95%;
    min-height: 500px;
    float: left;
}

.list-page .col_news .col_news_box {
    margin-left: 320px;
    margin-right: -20px;

}

.list-page .col_news_con {
    padding: 5px 0 10px;
}

.list-page .col_news .news {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
}

.list-page .col_news .news > a {
    display: block;
    padding: 5px 15px;
    line-height: 26px;
    background: #eee;
}

.list-page .col_news .news > a::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    color: #b70031;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
}

.list-page .col_news .news > a:hover {
    background: #b70031;
}

.list-page .col_news .news > a:hover::after,
.list-page .col_news .news > a:hover div {
    color: #fff !important;
}

.list-page .col_news .news .news_title {
    width: 75%;
    margin-left: 25px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
}

.list-page .col_news .news .news_date {
    margin-right: 0;
    color: #b70031;
    font-size: 14px;
    line-height: 26px;
}

.list-page .col_news_con .wp_article_list > li {
    position: relative;
    min-height: 39px;
    margin: 0 0 15px;
    background: #eee;
}

.list-page .col_news_con .wp_article_list > li::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    color: #b70031;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
}

.list-page .col_news_con .wp_article_list > li .pr_fields {
    width: 75%;
}

.list-page .col_news_con .wp_article_list > li .Article_Title a {
    width: 100%;
    margin: 0;
    padding: 5px 25px 5px 25px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    background: none;
}

.list-page .col_news_con .wp_article_list > li .Article_PublishDate {
    margin: 5px 0;
    color: #b70031;
    font-size: 16px;
    line-height: 26px;
}

.list-page .col_news_con .wp_article_list > li:hover,
.list-page .col_news_con .wp_article_list > li:hover::after,
.list-page .col_news_con .wp_article_list > li:hover .Article_Title a,
.list-page .col_news_con .wp_article_list > li:hover .Article_PublishDate {
    color: #fff !important;
    background-color: #b70031;
}

@media screen and (max-width: 1400px) {
    .list-page .col_menu_head,
    .list-page .col_menu_head h3.col_name {
        height: 44px;
        line-height: 44px;
    }

    .list-page .col_menu_head h3.col_name .col_name_text {
        line-height: 44px;
    }
}

@media screen and (max-width: 991px) {
    .list-page .col_menu {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .list-page .col_menu_head,
    .list-page .col_menu_head h3.col_name {
        height: 44px;
        line-height: 44px;
    }

    .list-page .col_menu_head h3.col_name .col_name_text {
        padding-left: 12px;
        line-height: 44px;
        font-size: 20px;
    }

    .list-page .col_menu_con {
        display: none;
        border: 0;
    }

    .list-page .col_news {
        width: 100%;
        min-height: 0;
        float: none;
        margin-top: 10px;
    }

    .list-page .col_news .col_news_box {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* Requested rollback: restore the previous right-column rows. */
.list-page .col_news {
    width: 100%;
    min-height: 500px;
    float: right;
    margin-top: 0;
}

.list-page .col_news .col_news_box {
    margin-left: 320px;
    margin-right: -20px;
}

.list-page .col_news .news > a::after,
.list-page .col_news_con .wp_article_list > li::after {
    display: none;
}

.list-page .col_news .news > a {
    padding: 0;
    background: #eee;
}

.list-page .col_news .news .news_title {
    width: 70%;
    margin: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 19px;
}

.list-page .col_news .news .news_date {
    margin: 10px 10px 10px 0;
    font-size: 14px;
    line-height: 19px;
}

.list-page .col_news_con .wp_article_list > li {
    min-height: 39px;
    margin: 0 0 10px;
    background: #eee;
    background-image: none;
}

.list-page .col_news_con .wp_article_list > li .pr_fields {
    width: 70%;
}

.list-page .col_news_con .wp_article_list > li .Article_Title a {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 0 35px;
    font-size: 14px;
    line-height: 19px;
    background: url(../images/tag.png) no-repeat 10px center;
    background-size: 15px 15px;
}

.list-page .col_news_con .wp_article_list > li .Article_PublishDate {
    margin: 5px 0;
    font-size: 16px;
    line-height: 19px;
}

/* Requested left-column color and weight. */
.list-page .col_list .wp_listcolumn .wp_column a,
.list-page .col_list .wp_listcolumn .wp_column a .column-name {
    color: #b70031;
    font-size: 17px;
    font-weight: normal;
}

.list-page .col_list .wp_listcolumn .wp_column a:hover {
    color: #b70031;
    font-weight: normal;
}

.list-page .col_list .wp_listcolumn .wp_column a.selected,
.list-page .col_list .wp_listcolumn .wp_column.selected a {
    color: #b70031;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    .list-page .col_news {
        width: 100%;
        min-height: 0;
        float: none;
        margin-top: 10px;
    }

    .list-page .col_news .col_news_box {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* Article page content styles aligned with bksy's article layout. */
#d-container {
    box-sizing: border-box;
    width: 100%;
    min-height: calc(100vh - 320px);
    margin: 0 auto;
    background: #fff;
}

#d-container .inner {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#d-container .infobox {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 60px;
}

#d-container .article {
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;
    color: #000;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

#d-container .arti_title {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #b70031;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

#d-container .article-subtitle {
    width: 100%;
    min-height: 0;
}

#d-container .subTitle {
    height: auto;
    margin: 15px 0 0;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
}

#d-container .arti_metas {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

#d-container .arti_metas > span {
    display: inline;
    margin: 0 8px;
}

#d-container .arti_metas strong {
    font-weight: normal;
}

#d-container .wp_articlecontent,
#d-container .content {
    box-sizing: border-box;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    line-height: 24px;
}

#d-container .Article_Content {
    color: #000;
    font-size: 16px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
}

#d-container .Article_Content p,
#d-container .wp_articlecontent > p,
#d-container .wp_articlecontent .Article_Content > p {
    margin: 0 0 10.56px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

#d-container .wp_articlecontent img {
    max-width: 100%;
    height: auto;
}

#d-container .wp_articlecontent table {
    max-width: 100%;
}

#d-container .redtoptd {
    border: 0;
}

@media screen and (max-width: 700px) {
    #d-container {
        min-height: calc(100vh - 260px);
    }

    #d-container .infobox {
        padding: 15px 20px;
    }

    #d-container .article {
        padding-top: 20px;
    }

    #d-container .arti_title {
        font-size: 22px;
        line-height: 32px;
    }

    #d-container .arti_metas > span {
        display: block;
        margin: 4px 0;
    }
}

/* Homepage news heading and cards aligned with bksy's news section. */
.home-page .jsjx-news-panel .news-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    min-height: 48px;
    margin: 0 auto 55px;
}

.home-page .jsjx-news-panel .news-section-heading .title_style1 {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #2e2c4f;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 34.56px;
    text-align: left;
    text-indent: 0;
}

.home-page .jsjx-news-panel .news-section-heading .more_style1 {
    position: static;
    top: auto;
    right: auto;
    margin: 0;
    padding: 0;
    text-align: right;
}

.home-page .jsjx-news-panel .news-section-heading .more_style1 a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    background: #b70031;
    clip-path: polygon(25px 0, calc(100% - 15px) 0, 100% 0, 100% 100%, calc(100% - 15px) 100%, 0 100%, 0 calc(100% - 30px), 0 25px);
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 18px;
    font-weight: 550;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.home-page .jsjx-news-panel .content_style1 > .limit_style1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.home-page .jsjx-news-panel .content_style1 > .limit_style1 > div > .window1 {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 33.333333%;
    width: 33.333333% !important;
    float: none;
    padding: 0 30px !important;
}

.home-page .jsjx-news-panel .content_style1 > .limit_style1 > div {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-page .jsjx-news-panel .single-blog-post {
    width: 100%;
    margin-bottom: 30px;
}

.home-page .jsjx-news-panel .b-top-content h5 {
    display: -webkit-box;
    max-height: 49.28px;
    margin: 0 0 5px;
    overflow: hidden;
    color: #2e2c4f;
    font-family: "Muli", "Microsoft YaHei", sans-serif;
    font-size: 17.6px;
    font-weight: 800;
    line-height: 24.64px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-page .jsjx-news-panel .b-top-content h5 a {
    color: inherit;
    font: inherit;
}

@media screen and (max-width: 900px) {
    .home-page .jsjx-news-panel .content_style1 > .limit_style1 > div > .window1 {
        flex: 0 0 50%;
        width: 50% !important;
        float: none;
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 600px) {
    .home-page .jsjx-news-panel .news-section-heading {
        width: 92%;
        margin-bottom: 35px;
    }

    .home-page .jsjx-news-panel .news-section-heading .title_style1 {
        font-size: 20px;
        line-height: 30px;
    }

    .home-page .jsjx-news-panel .news-section-heading .more_style1 a {
        padding: 12px 18px;
        font-size: 14px;
    }

    .home-page .jsjx-news-panel .content_style1 > .limit_style1 > div > .window1 {
        flex: 0 0 100%;
        width: 100% !important;
        float: none;
        padding: 0 15px !important;
    }
}

/* Replace the website-group carousel arrows while keeping its click handlers. */
.home-page #picContainer div.slider-nav span.right,
.home-page #picContainer div.slider-nav span.left {
    display: block;
    width: 56px !important;
    height: 72px !important;
    padding: 0 !important;
    overflow: hidden;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 56px 56px !important;
    cursor: pointer;
}

.home-page #picContainer div.slider-nav span.right {
    background-image: url("../images/right.png") !important;
}

.home-page #picContainer div.slider-nav span.left {
    background-image: url("../images/left.png") !important;
}

/* Keep the second-level navigation clean without an outer white frame or hover underline. */
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav ul {
    border: 0 !important;
    outline: 0 !important;
}

div#banner #menu #wp_nav_w11 .wp_nav .sub-nav a:hover,
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav a {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

/* Wrap submenu labels after about eight Chinese characters while preserving
   the existing 55px link height and vertical centering. */
div#banner #menu #wp_nav_w11 .wp_nav .sub-nav .sub-nav-item > a .item-name,
div#banner #menu #wp_nav_w11 .wp_nav ul li > a .item-name {
    display: block;
    width: 8em;
    max-width: 8em;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
    text-align: center;
}

/* Left-column separators use a translucent red instead of white gaps. */
.list-page .col_list .wp_listcolumn,
.list-page .col_list .wp_listcolumn .wp_column a {
    border-top-color: transparent !important;
    border-bottom-color: rgba(183, 0, 49, 0.5) !important;
}

.list-page .col_list .wp_listcolumn .wp_column a {
    background-clip: padding-box;
}

/* All first-level items are bold; nested second-level items are smaller and normal. */
.list-page .col_list .wp_listcolumn > .wp_column > a,
.list-page .col_list .wp_listcolumn > .wp_column > a .column-name {
    font-size: 17px !important;
    font-weight: bold !important;
}

.list-page .col_list .wp_listcolumn .wp_subcolumn > .wp_column > a,
.list-page .col_list .wp_listcolumn .wp_subcolumn > .wp_column > a .column-name {
    font-size: 15px !important;
    font-weight: normal !important;
}

/* Limit the window-34 column title to twelve Chinese characters per line. */
.list-page .col_metas .col_title .Column_Name {
    display: inline-block;
    width: 12em;
    max-width: 12em;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
}
