@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica, sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0 auto;font-family:Arial,Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:16px;transition: all 0.4s ease-in;}

html.on{overflow: hidden;}
html,body{ min-height:100%;overflow-x: hidden;} html{ overflow:-moz-scrollbars-vertical;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;color: #000;}

 .table_out{max-width: 100%;overflow: auto;}



p:hover{background-color:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{ list-style:none;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: .5rem;margin-top: .5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover; width: 100%;height: auto;}
a:hover .slow img{ transform:scale(1.05);}/*图片放大*/
a .slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}
input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
.w100{width:100%;}
.w14{width:14rem;margin:0 auto;}
@media (max-width:1430px){
	.w14{width:calc(100% - 45px);margin: 0 30px 0 15px;}
}
@media (max-width:850px){
	.w14{width:calc(100% - 30px);margin: 0 15px 0 15px;}
}
@font-face{font-family: 'source1';src: url(../font23/SourceHanSerifSC-SemiBold.otf);}
@font-face{font-family: 'Source2';src: url(../font23/SourceHanSerifCN-Heavy.otf);}
h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#003d98}
img{ vertical-align:middle}
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex-center{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flex-start{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.flex-end{display: flex;justify-content: flex-end;flex-wrap: wrap;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}

#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop { cursor: pointer; }
#gotop svg{width:100%;height:100%;fill: #9B0005;}
 
/*==========================================公共 开始=============================================*/

/*顶部搜索结束*/

.topBox.xg{height: auto;transition: 0.4s all;box-shadow: 0 10px 10px rgb(0 0 0 / 20%);margin-top: 0;height: 100px;}
.topBox.xg .topLink{display: none;}
.topBox.xg .logo{display: none;}
.topBox.xg .navBox::after{display: none;}

/*==========================================内页 开始=============================================*/
.bg{background: #f7f7f7;position: relative;}
.btNow{border-bottom: 1px solid #d9d9d9;align-items: center;padding-top: 0.4rem;position: relative;z-index: 2;}
.btNow .nowBt{}
.btNow .nowBt h5{line-height: 0.52rem;height: 0.52rem;}
.btNow .nowBt h5 span{display: inline-block;font-size: 0.32rem;color: #323232;position: relative;font-weight: 600;}
.btNow .nowBt h5 span::after{content: "";position: absolute;left: 0;width: calc(100% + 0.1rem);background: #990f00;bottom: -1px;height: 1px;}
.mianbao p{text-align: right;}
.mianbao p img{margin-right: 10px;}
.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 16px;color: #323232;font-style:normal;line-height: 24px;}
.mianbao i{ margin:0 6px}
.mianbao a:hover{color:#990f00;}
.mianbao span{ color:#990f00;}
#nav_slide{background: #e9e9e9;line-height: 50px;position: relative;z-index: 2;display: none;}
#nav_slide #bnt_back{ position:absolute; left: 0.15rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 0.2rem;color: #000;text-align: center;}
@media(max-width:1200px) {

}
@media(max-width:1024px) {
	#nav_slide{display: block;margin-top: 80px;}
	
}
@media(max-width:850px) {
.btNow{padding-top: 0.1rem;}
	.btNow .nowBt h5 span{font-size: 0.24rem;}
	.mianbao{display:none;}
}
#bnt_sub_nav{position: absolute;right: 0.1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 0.16rem;padding: 0;color: #333;width: auto;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 0.16rem; color: #666;}
#sub_nav_content ul li.on>a{color: #990f00;}
#sub_nav_content ul li ul{ display:none}


.n_container{padding: 0 0 50px 0;min-height:300px;position: relative;margin-top: 1.4rem;}
.n_container::after{position: absolute;content: "";width:calc(100vw - 1.2rem);height:100%;left: 0;top: 0;background: white;z-index: 1;}
@media (max-width:1600px) {
	.n_container::after{width:calc(100vw - 15px);}
}
@media (max-width:850px) {
	.n_container::after{width:100vw;}
}
.n_container .NyCon{margin-top: 0.2rem;align-items: flex-start;position: relative;z-index: 2;}
@media (max-width:1600px) {
	.n_container .NyCon{margin-top: 0.2rem;}
}
@media (max-width:1600px) {

}

.n_container .n_left{float:left;width: 2.2rem;background:#f7f7f7;padding-bottom: 0.35rem;}
.n_container .n_left ul{ position:relative;}
.n_container .n_left ul li:last-child:before{ display:none}
.n_container .n_left .con ul li{line-height: 0.5rem;color: #333333;position:relative;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background:url(../images23/Nyjian.png) center no-repeat;}
.n_container .n_left .con ul li>a{color: #323232;display: block;transition: 0.36s;position: relative;font-size: 0.16rem;position: relative;padding: 0 0.3rem;}
.n_container .n_left .con ul li>a::before{content: "";position: absolute;bottom: 0;width: calc(100% - 0.6rem);height: 2px;background: url(../images23/Nyleftnavdian.png) repeat-x;z-index: 0;}
/* .n_container .n_left .con ul li:hover>a::before{display: none;} */
.n_container .n_left .con ul li.on>a::before{display: none;}

.n_container .n_left .con ul li.on>a{color: #FFFFFF !important;background: #990f00;}

.n_container .n_left .con ul li.on::after{content: "";position: absolute;right: -0.1rem;height: 0.5rem;background: #990f00;top: 0;width: 0.1rem;}

.n_container .n_left .con ul li.on::before{content: "";position: absolute;right: -0.1rem;height: 0.1rem;background: url(../images23/Nysj.png) no-repeat center;top: 0.5rem;width: 0.1rem;}

.n_container .n_left .con ul li>a:hover{color: #990f00;}

/*.n_container .n_left .con ul li.on dl{display:block !important;}*/
.n_container .n_left .con ul li dl{display:none;position:relative;background: white;margin-top: 0.1rem;margin-bottom: 0.1rem;margin-left: 0.2rem;padding: 0.15rem 0;z-index: 0;}
.n_container .n_left .con ul li dl dd{height: auto;padding-left: 0.3rem;}
.n_container .n_left .con ul li dl dd a{font-size: 0.14rem;color: #323232 !important;padding: 0.09rem 0.1rem 0.09rem 0.2rem;position:relative;line-height: 0.22rem;transition: .6s;display: block; z-index:2;display: block;}
.n_container .n_left .con ul li dl dd a:before{content:"";position:absolute;width: 0.09rem;height: 1px;background: #b3b3b3;left: 0;top:0.18rem;}
.n_container .n_left .con ul li dl dd.on a:before{background: #990f00;}
.n_container .n_left .con ul li.on i,
.n_container .n_left .con ul li i.up{ background:url(../images23/Nyjia_on.png) center no-repeat;}
.n_container .n_left .con ul li i{width: 15px;height: 0.5rem;background: url(../images23/Nyjia.png) center no-repeat;position:absolute;right: 0.3rem;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li.on i.up{ background:url(../images23/Nyjian_on.png) center no-repeat;}
.n_container .n_left .con ul li.on i{ background:url(../images23/Nyjian.png) center no-repeat;}

.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #990f00 !important;font-weight: bold;}

.n_container .n_right{width: calc(100% - 2.7rem);min-height: calc(100vh - 5.54rem);}
.n_container .n_rightW{width: 100%;}

@media (max-width:1200px) {
	
	.n_container .n_left{ display:none}
	.n_container .n_right{ width:100%; padding:0}
}
@media (max-width:1024px) {
	.n_container{margin-top: 0;}
}

/* 文章列表页开始 */
.n_list_text ul{ position:relative;}
.n_list_text ul li{ width:100%;position: relative;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);}
.n_list_text ul li+li{margin-top: 0.1rem;}
.n_list_text ul li::after{content: "";position: absolute;left: 0;width: 40px;background: #990f00;top: 0;z-index: 1;height: 100%;}
.n_list_text ul li::before{content: "";position: absolute;left: 2px;width: calc(100% - 2px);height: 100%;background: #FFFFFF;top: 0;z-index: 2;}
.n_list_text ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;position: relative;z-index: 3;padding: 0 0.3rem;}
.n_list_text ul li a p{font-size: 0.18rem;line-height:0.6rem;color: #323232;font-weight: 600;width: calc(100% - 1.5rem);height: 0.6rem;overflow: hidden;transition: 0.6s all;}
.n_list_text ul li a i{font-size: 0.16rem;color: #666666;font-family: "source1";background: url(../images23/Nydate1.png) no-repeat left center;background-size: 0.15rem;padding-left: 0.2rem;font-style: normal;display: block;line-height: 0.6rem;transition: 0.6s all;}
.n_list_text ul li a:hover p{color: #990f00;padding-left: 0.06rem;transition: 0.6s all;}
.n_list_text ul li a:hover i{color: #990f00;transition: 0.6s all;background: url(../images23/Nydate2.png) no-repeat left center;}
.fy{display: block;text-align: center;margin-top: 40px;}
.fy img{display: block;margin: 0 auto;max-width: 100%;}
@media (max-width:1200px) {
	.n_list_text ul li{line-height:100%;padding: 0.1rem 0;}
	.n_list_text ul li a{padding: 0 0.15rem 0 0.2rem;}
	.n_list_text ul li a p{line-height: 0.28rem;height: auto;width: 100%;}
	.n_list_text ul li a i{line-height: 0.28rem;height: auto;width: 100%;}
}
/* 文章列表页结束 */
/* 内容页 开始 */
.ar_article td,
.ar_article th{ padding:15px 10px; border: 1px solid #ededed; vertical-align:middle;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td { border-left: 1px solid #ededed;border-top: 1px solid #ededed; }
.ar_article{font-size: 0.18rem;color: #323232;line-height: 0.28rem;}
.ar_article p{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;font-family: 微软雅黑 !important;text-indent: 2em;}
.ar_article p span{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;font-family: 微软雅黑 !important;}
.ar_article p:last-child{ margin-bottom:0}
.ar_article table tr td p{text-indent:0 !important;}
.ar_article strong{ font-weight:bold;}
.ar_article a{ color:#215A93;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:0.34rem; margin-bottom:0.16rem}
.ar_article h2{ font-size:0.28rem; margin-bottom:0.14rem;}
.ar_article h3{ font-size:0.24rem; margin-bottom:0.16rem}
.ar_article h4{ font-size:0.18rem; margin-bottom:0.14rem}
.ar_article h5{ font-size:0.14rem; margin-bottom:0.12rem}
.ar_article h6{ font-size:0.14rem; margin-bottom:0.14rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:0.3rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.16rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{ display:inline-block;}
.ar_article_box h5{font-size: 0.34rem;color:#323232;text-align: center;font-weight: bold;line-height: 0.46rem;padding-bottom: 0.1rem;}
.ar_article_box h6{font-size: 0.26rem;color:#323232;/*text-align: center;*/font-weight: bold;line-height: 0.42rem;margin-bottom: 0.18rem;}
.ar_article_box .bbt{font-size: 0.14rem;line-height: 0.24rem;color:#999999;text-align: center;margin: 0.18rem auto;}
.ar_article_box .bbt span{margin-right:25px;padding-left: 0.2rem;background: url(../images23/Nyictime.png) no-repeat left center;}
.ar_article_box .bbt span+span{background: url(../images23/Nyiclaiyuan.png) no-repeat left center;}
.ar_article_box .artic3{margin-top: 0.2rem;padding-top:0.2rem;display: flex;justify-content: space-between;flex-wrap: wrap;}
.ar_article_box .artic3 p {margin-bottom: 0.08rem;width: 49%;background: url(../images23/nytextbg3.png) repeat;border-top: 2px solid #990f00;padding: 0.2rem 0.3rem;}
.ar_article_box .artic3 p span{font-size: 0.16rem;color: #323232;line-height: 0.24rem;display: inline-block;font-weight: 600;}
.ar_article_box .artic3 p a{display: inline-block;font-size: 0.16rem;color: #323232;line-height: 0.24rem;margin-top: 0.08rem;font-weight: 600;}
.ar_article_box .artic3 p a:hover{color: #9B0005;}





@media (max-width:850px) {


	.ar_article_box .artic3 p {width: 100%;}
}


@media (max-width:650px) {
	.ar_article img{ width:100%;max-width: 100%;}
}


/* 联系方式 */
.lxfs_box{}
.lxfs_box>p{ font-size: 0.16rem !important;
    color: #323232;
    line-height: 0.34rem !important;
    font-family: 微软雅黑 !important;
}
.lxfs_box ul{width: 80%;display: flex;flex-wrap: wrap;padding: 0.3rem 0;}
.lxfs_box ul li{position: relative;}
.lxfs_box ul li a{display: block;padding: 0 0.5rem;}
.lxfs_box ul li .pic{width: 0.6rem;margin: 0 auto;}
.lxfs_box ul li .pic img{display: block;width: 100%;margin: 0 auto;}
.lxfs_box ul li a>p{ font-size: 0.16rem !important;margin-top: 0.1rem;
    color: #9B0005;
    line-height: 0.34rem !important;
    font-family: 微软雅黑 !important;
        text-indent: 0 !important;
	text-align: center;
	width: 100%;
}
.lxfs_box ul li .ewm_box{position: absolute;left: 100%;bottom: -0.2rem;background: #f5f5f5;padding: 0.2rem;width: 2rem;display: none;}
.lxfs_box ul li .ewm_box p{margin-top: 0;font-size: 0.16rem !important;color: #323232;line-height: 0.24rem;text-align: center;margin-bottom: 0.06rem;text-indent: 0 !important;}
.lxfs_box ul li .ewm_box .ewm{width: 1.2rem;margin: 0 auto;}
.lxfs_box ul li .ewm_box .ewm img{display: block;width: 100%;}

.lxfs_box ul li:hover .ewm_box{display: block;}




@media (max-width:850px) {

	.lxfs_box ul{width: 100%;}
	.lxfs_box ul li a{padding: 0 0.3rem;}
	.lxfs_box ul li .ewm_box{left: calc(50% - 1rem);bottom: auto;top: calc(100% + 0.2rem);}

	.ar_article_box .artic3 p {width: 100%;}
}


/* 内容页 结束 */

/* 题图列表页 开始 */
.n_list_pic li{border-bottom: 1px solid #d9d9d9;transition: 0.6s all;}
.n_list_pic li:hover{border-bottom: 1px solid #990f00;transition: 0.6s all;}
.n_list_pic li:nth-child(1){padding-bottom: 0.3rem;}
.n_list_pic li a{display: block;}
.n_list_pic li+li{padding: 30px 0;}
.n_list_pic li a .pic{width:3.1rem;max-height: 190px;float: right;overflow: hidden;margin-left: 0.3rem;}
.n_list_pic li a .pic img{width:100%;height: 100%;display: block;}
.n_list_pic li a .dateText{align-items: flex-start;padding-top: 0.3rem;}
.n_list_pic li a .dateText .date{width: 0.75rem;display: flex;justify-content: flex-end;flex-direction: column;position: relative;}
.n_list_pic li a .dateText .date::after{content: "";position: absolute;right: 0;bottom: -0.15rem;width: 0.56rem;height: 1px;background: #990f00;transition: 0.6s all;}
.n_list_pic li a .dateText .date i{font-size: 0.26rem;line-height: 0.34rem;font-weight: normal;color: #323232;font-style: normal;text-align: right;transition: 0.6s all;}
.n_list_pic li a .dateText .date b{font-size: 0.14rem;color: #323232;display: block;font-style: normal;font-weight: normal;text-align: right;transition: 0.6s all;}
.n_list_pic li a .dateText .text{width: calc(100% - 1.1rem);}
.n_list_pic li a .dateText .text p{font-size: 0.24rem;line-height: 0.34rem;height:0.34rem;overflow: hidden;color: #323232;transition: 0.6s all;}
.n_list_pic li a .dateText .text span{font-size: 0.14rem;color: #737373;line-height: 0.24rem;height: 0.72rem;overflow: hidden;display: block;margin-top: 0.15rem;}
.n_list_pic li a:hover .dateText .date i{color: #990f00;}
.n_list_pic li a:hover .dateText .date b{color: #990f00;}
.n_list_pic li a:hover .dateText .date::after{width: 100%;transition: 0.6s all;}
.n_list_pic li a:hover .dateText .text p{color: #990f00;}
@media (max-width:650px) {
	.n_list_pic li a{display: flex;justify-content: space-between;flex-direction: column;}
	.n_list_pic li a .pic{width: 100%;height: auto;max-height: 100%;order: 1;margin-left: 0;}
	.n_list_pic li a .dateText{width: 100%;order: 2;}
	.n_list_pic li a .dateText .text p{height: auto;}
}
/* 题图列表页 结束 */
/* 文章列表页-讲座 开始 */
.n_list_jz{}
.n_list_jz ul{}
.n_list_jz ul li{padding: 0.3rem 0.27rem;width: 48.5%;background: url(../images23/NytextBg.png) no-repeat right bottom #FFFFFF;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);transition: 0.6s all;background-size:2.75rem;}
.n_list_jz ul li:hover{background: url(../images23/NytextBg.png) no-repeat 90% bottom #FFFFFF;transition: 0.6s all;background-size:2.75rem;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);}
.n_list_jz ul li+li+li{margin-top: 3%;}
.n_list_jz ul li a{}
.n_list_jz ul li a .date{background: url(../images23/Nydatebg.png) no-repeat center;background-size: 0.78rem;width: 0.78rem;height: 0.76rem;padding-top: 0.08rem;}
.n_list_jz ul li a .date i{font-size: 0.28rem;color: white;display: block;font-style: normal;font-family: "source1";padding-right: 0.2rem;text-align: center;}
.n_list_jz ul li a .date b{font-size: 0.16rem;display: block;color: white;font-family: "source1";text-align: center;padding-left: 0.2rem;margin: 0.08rem;position: relative;}
.n_list_jz ul li a .date b::after{content: "";position: absolute;left:0.3rem;top: -0.18rem;width: 1px;height: 0.3rem;background: rgba(255,255,255,0.8);transform:skew(-45deg);}
.n_list_jz ul li a .text{width: calc(100% - 0.9rem);position: relative;padding-bottom: 0.2rem;}
.n_list_jz ul li a .text::after{content: "";position: absolute;background: url(../images23/NytextBg2.png) no-repeat right center;height: 8px;width: 0.4rem;transition: 0.6s all;bottom:0;left: 0;}
.n_list_jz ul li a .text p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;height: 0.28rem;overflow: hidden;transition: 0.6s all;font-weight: 600;}
.n_list_jz ul li a .text span{font-size: 0.12rem;line-height: 0.24rem;height: 0.72rem;overflow: hidden;color: #737373;margin-top: 0.1rem;display: block;}
.n_list_jz ul li a:hover .text::after{width: 0.8rem;transition: 0.6s all;}
.n_list_jz ul li a:hover .text p{color: #990f00;}
@media (max-width:850px) {
	.n_list_jz ul li{width: 100%;}
	.n_list_jz ul li+li{margin-top: 2%;}
	.n_list_jz ul li+li+li{margin-top: 2%;}
	.n_list_jz ul li a .text p{height: auto;}
}
/* 文章列表页-讲座 结束 */

/* 数据库导航--开始 */
.ej_sql_nav{background: #fff url(../images23/ej_sql_nav_bg.jpg) no-repeat top left;background-size: 0.29rem 0.29rem;padding: 0.42rem;box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.2);width: 100%;margin-bottom: 0.4rem;
position: relative;
}
.ej_sql_nav .cysjk{
    display: table;
margin-top:0.1rem;
}
.ej_sql_nav .cysjk p{
    display: table;
    padding: 0.1rem;
    border: 1px solid #990f00;
    border-radius: 5px;
transition:0.4s;
font-size:0.16rem;
}
.ej_sql_nav .cysjk:hover p{background:#990f00;color:#fff;}

.ej_sql_nav .box{display: flex;justify-content: flex-start;}
.ej_sql_nav .box+.box{margin-top: 0.1rem;}
.ej_sql_nav .box h2{width: 0.57rem;font-size: 0.18rem;font-weight: 600;line-height: 0.35rem;}
.ej_sql_nav .box .link{width: calc(100% - 0.57rem);display: flex;flex-wrap: wrap;}
.ej_sql_nav .box .link a{display: block;margin-bottom: 0.08rem;margin-right: 0.03rem;    white-space: nowrap;}
.ej_sql_nav .box .link p{font-size: 0.15rem;border: 1px solid #ebebeb;padding: 0.07rem 0.15rem;border-radius: 100px;transition: 0.4s;color: #333333;}
.ej_sql_nav .box .link .jt{     width: 0.11rem;
    height: 0.07rem;
    background: url(../images23/z_dzsc_btn_x.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 0.09rem;
    top: calc(50% - 0.08rem);
    opacity: 0.8;}
.ej_sql_nav .box .link a.on p,.ej_sql_nav .box .link a:hover p{background: #990f00;color: #fff;}


.ej_sql_nav .box .link .hover-item{    position: relative;}
.ej_sql_nav .box .link .hover-item>a>p{    padding-right: 0.2rem;}

.ej_sql_nav .box .link .tooltip{  position: absolute;
    display: none;
    top: 100%;
    left: calc(50% - 1.75rem);
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    z-index: 100;
    width: 3.5rem;
    padding: 0.1rem 0.1rem 0.05rem;

}
.ej_sql_nav .box .link .tooltip a{display:block;    float: left;}
.ej_sql_nav .box .link .tooltip p{    border: 0px solid #ebebeb;}


.ej_sql_nav .fh_btn{position: absolute;bottom: 0.1rem;right: 0.42rem;}
.ej_sql_nav .fh_btn a{display: table;}
.ej_sql_nav .fh_btn p{font-size: 0.16rem;    border: 1px solid #ebebeb;padding: 0.07rem 0.15rem;transition: 0.4s;border-radius: 4px;}
.ej_sql_nav .fh_btn a:hover p{color: #fff;background: #990f00;}


.ej_sql_ss{display: flex;justify-content: space-between;width: 100%;margin-bottom: 0.4rem;align-items: flex-start; }
.ej_sql_ss .ss_box{width: 6.8rem;transition: 0.4s;
    display: flex;
}
.ej_sql_ss .ss_box.on{box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.4);}
.ej_sql_ss .ss_box form{display: block;width: 100%;}
.ej_sql_ss .ss_box .ss_box_in{display: flex;width: 100%;   
    padding-right: 1.4rem;
    position: relative;
}

.ej_sql_ss .ss_box select{ width: 1.6rem;    margin-left: 0.1rem;
    height: 0.6rem;
    border: 0;
    padding: 0 0.3rem 0 0.1rem;
    font-size: 0.16rem;
    background:url(../images23/sy_p1_select_jt.png) no-repeat 90% center;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #990f00;
    border-radius: 0.06rem;

    position: absolute;
    right: 0;
    top: 0;
}

.ej_sql_ss .ss_box .txt{width: calc(100% - 0.7rem);font-size: 0.16rem;color: #333333;padding: 0.2rem 0.4rem 0.2rem 0.2rem;/*background: url(../images23/ej_sql_ss_ico.png) no-repeat right center;background-size: 0.36rem;*/

 border: 1px solid #990f00;
    border-radius: 0.06rem 0 0 0.06rem;
}
.ej_sql_ss .ss_box .txt::placeholder{color: #333333;}
.ej_sql_ss .ss_box .btn{width: 0.7rem;font-size: 0.18rem;color: #ffffff;background: #990f00;line-height: 0.6rem;text-align: center;cursor: pointer;
    border-radius: 0 0.06rem 0.06rem 0;margin-right: 0.3rem;
}

.ej_sql_ss .xwfw_lj{}
.ej_sql_ss .xwfw_lj a{display: block;}
.ej_sql_ss .xwfw_lj p{font-size: 0.16rem;color: #000000;padding: 0.2rem 0.3rem;background: #f7f7f7;border: 1px solid #f7f7f7;border-radius: 0.06rem;transition: 0.4s;}
.ej_sql_ss .xwfw_lj a:hover p{background: #fff;border: 1px solid #990f00;box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.4);}



.ej_sql_zy{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;width: 100%;}
.ej_sql_zy .sql_zy_box{width: calc(50% - 0.2rem);}
.ej_sql_zy .sql_zy_box h2{font-size: 0.22rem;color: #fff;background: #990f00;border-radius: 0.06rem;padding: 0.16rem 0.2rem;}
.ej_sql_zy .sql_zy_box ul{}
.ej_sql_zy .sql_zy_box ul li{}
.ej_sql_zy .sql_zy_box ul li:nth-child(2n){background: #f7f7f7;}
.ej_sql_zy .sql_zy_box ul li a{padding: 0.17rem;display:block;

display: flex;
align-items: center;    flex-wrap: wrap;


}

.ej_sql_zy .sql_zy_box ul li .left{width: calc(100% - 2.5rem);display: flex;align-items: center;float:left}
.ej_sql_zy .sql_zy_box ul li p{display: table;}
.ej_sql_zy .sql_zy_box ul li .left .bt{font-size: 0.15rem;color: #353535;margin-right: 0.16rem;font-weight: 600;    max-width: calc(100% - 86px);line-height: 0.2rem;}
.ej_sql_zy .sql_zy_box ul li .left .new{font-size: 12px;padding: 3px 4px;background: #990f00;color: #fff;border-radius: 0.04rem;margin-right: 0.07rem;}
.ej_sql_zy .sql_zy_box ul li .left .gz{font-size: 12px;padding: 3px 4px;background: #e18309;color: #fff;border-radius: 0.04rem;}
.ej_sql_zy .sql_zy_box ul li .right{min-width: 2.5rem;display: flex;justify-content: flex-end;float:right;padding:0.02rem 0}
.ej_sql_zy .sql_zy_box ul li .right .carsi{padding: 5px 7px;color: #4b0b96;font-size: 0.14rem;background: #e5d9f3;border-radius: 0.04rem;margin-left: 0.07rem;}
.ej_sql_zy .sql_zy_box ul li .right .znfw{padding: 5px 7px;background: #d9e4f3;font-size: 0.14rem;color: #013b92;border-radius: 0.04rem;margin-left: 0.07rem;}
.ej_sql_zy .sql_zy_box ul li .right .znfw.vpn{background:#097de1;color:#fff;margin:0;margin-left: 0.07rem;}

@media (max-width:1500px) {

	.ej_sql_zy .sql_zy_box ul li .left .bt{    max-width: calc(100% - 100px);}
}

@media (max-width:850px) {
	.ej_sql_zy .sql_zy_box{width: 100%;margin-bottom: 0.3rem;}
	.ej_sql_nav{padding: 0.2rem 0.2rem 0.45rem;}
	.ej_sql_nav .fh_btn{right: 0.2rem;}

	.ej_sql_ss .ss_box .txt{    padding: 0.18rem 0.4rem 0.18rem 0.2rem;}
	.ej_sql_ss .ss_box{width: calc(100%);}
	.ej_sql_ss .ss_box .btn{line-height: 0.5rem;}
}
@media (max-width:580px) {
	.ej_sql_zy .sql_zy_box ul li a{flex-wrap: wrap;}
	.ej_sql_zy .sql_zy_box ul li .right .znfw{margin-left: 0;}
	.ej_sql_zy .sql_zy_box ul li .right .carsi{margin-right: 0.07rem;}
	.ej_sql_ss{margin-bottom: 0.3rem;}
	.ej_sql_nav{margin-bottom: 0.3rem;}
}
/* 数据库导航--结束 */



/* 右侧悬浮--开始 */
.ej_right_ai{width: 0.5rem;position: fixed;right: 0.32rem;top: 40%;z-index: 100;animation-play-state: running;animation: ej_right_ai_dh1 1s linear infinite;}
.ej_right_ai .kg{position: relative;width: 0.5rem;height: 0.5rem;background: #fff;border-radius: 50%;box-shadow: 0 0 0.24rem rgba(51,0,0,0.34);margin-bottom: 0.2rem;}
.ej_right_ai .kg p{transition: 0.4s;}
.ej_right_ai .kg p img{width: 100%;}
.ej_right_ai .kg .open{}
.ej_right_ai .kg .close{position: absolute;top: 0;left: 0;z-index: 3;opacity: 0;}
.ej_right_ai.on{animation-play-state: paused;}
.ej_right_ai.on .kg .open{opacity: 0;}
.ej_right_ai.on .kg .close{opacity: 1;}

.ej_right_ai ul{width: 0.7rem;padding: 0.2rem 0.1rem;background: #fff;box-shadow: 0 0 0.24rem rgba(51,0,0,0.34);border-radius: 200px;margin-left: -0.1rem;display: none;}
.ej_right_ai ul li{position: relative;margin-bottom: 0.1rem;display: flex;align-items: center;}
.ej_right_ai ul li+li+li+li{margin-bottom: 0;}
.ej_right_ai ul li .pic{width: 0.5rem;height: 0.5rem;position: relative;background: #f5f5f5;border-radius: 50%;transition: 0.4s;}
.ej_right_ai ul li .pic img{width: 100%;transition: 0.4s;}
.ej_right_ai ul li .pic img+img{position: absolute;top: 0;left: 0;z-index: 3;opacity: 0;}
.ej_right_ai ul li:hover .pic{background: #990f00;}
.ej_right_ai ul li:hover .pic img{opacity: 0;}
.ej_right_ai ul li:hover .pic img+img{opacity: 1;}

.ej_right_ai ul li .box_out{position: absolute;padding-right: 0.3rem; overflow: hidden;display: none;right: 100%;}
.ej_right_ai ul li.on .box_out{display: block;}
.ej_right_ai ul li .box{position: relative;background: #e8d3d1;padding: 0.1rem;min-width: 1.45rem;transition: 0.4s;right: calc(100% + 0.24rem);top: 0;}
.ej_right_ai ul li.on .box{animation-fill-mode:forwards;animation: ej_right_ai_dh2 0.4s linear;}
.ej_right_ai ul li:hover .box{right: 0;}
.ej_right_ai ul li .box::after{content: "";display: block;width: 0.13rem;height: 0.24rem;background: url(../images23/ej_sql_right_xjt.png);position: absolute;left: 100%;top: calc(50% - 0.12rem);}
.ej_right_ai ul li .box a{}
.ej_right_ai ul li .box p{font-size: 0.14rem;color: #333;text-align: center;}
.ej_right_ai ul li .ewm{}
.ej_right_ai ul li .ewm img{width: 1.25rem;}
.ej_right_ai ul li .ewm p{margin-top: 0.1rem;}
.ej_right_ai ul li .lj{padding: 0;}
.ej_right_ai ul li .lj p{padding: 0.15rem 0.05rem;}
@keyframes ej_right_ai_dh1 {
	0%   {transform: translate(0);}
	50% {transform: translate(0,5px);}
	100% {transform: translate(0);}
  }
@keyframes ej_right_ai_dh2 {
	0%   {right: calc(100% + 0.24rem);opacity: 0;}
	100% {right: 0;opacity: 1;}
  }
  @media (max-width:1024px) {
	.ej_right_ai{right: 0.1rem;top: auto;bottom: 0.5rem;}
	@keyframes ej_right_ai_dh1 {
		0%   {bottom: 0.5rem;}
		50% {bottom: calc(0.5rem - 5px);}
		100% {bottom: 0.5rem;}
	  }
  }



/* 右侧悬浮--结束 */

.ej_right_ai_sjk{top: 20%;}
/* 右侧悬浮2--开始 */
.ej_right_ai2{width: 0.5rem;position: fixed;right: 0.32rem;top: 65%;z-index: 100;animation-play-state: running;animation: ej_right_ai_dh1 1s linear infinite;}
.ej_right_ai2 .kg{position: relative;width: 0.5rem;height: 0.5rem;background: #fff;border-radius: 50%;box-shadow: 0 0 0.24rem rgba(51,0,0,0.34);margin-bottom: 0.2rem;}
.ej_right_ai2 .kg p{transition: 0.4s;}
.ej_right_ai2 .kg p img{width: 100%;}
.ej_right_ai2 .kg .open{}
.ej_right_ai2 .kg .close{position: absolute;top: 0;left: 0;z-index: 3;opacity: 0;}
.ej_right_ai2.on{animation-play-state: paused;}
.ej_right_ai2.on .kg .open{opacity: 0;}
.ej_right_ai2.on .kg .close{opacity: 1;}

.ej_right_ai2 ul{width: 0.7rem;padding: 0.2rem 0.1rem;background: #fff;box-shadow: 0 0 0.24rem rgba(51,0,0,0.34);border-radius: 200px;margin-left: -0.1rem;display: none;}
.ej_right_ai2 ul li{position: relative;margin-bottom: 0.1rem;display: flex;align-items: center;}
.ej_right_ai2 ul li+li+li+li{margin-bottom: 0;}
.ej_right_ai2 ul li .pic{width: 0.5rem;height: 0.5rem;position: relative;background: #f5f5f5;border-radius: 50%;transition: 0.4s;}
.ej_right_ai2 ul li .pic img{width: 100%;transition: 0.4s;}
.ej_right_ai2 ul li .pic img+img{position: absolute;top: 0;left: 0;z-index: 3;opacity: 0;}
.ej_right_ai2 ul li:hover .pic{background: #990f00;}
.ej_right_ai2 ul li:hover .pic img{opacity: 0;}
.ej_right_ai2 ul li:hover .pic img+img{opacity: 1;}

.ej_right_ai2 ul li .box_out{position: absolute;padding-right: 0.3rem; overflow: hidden;display: none;right: 100%;}
.ej_right_ai2 ul li.on .box_out{display: block;}
.ej_right_ai2 ul li .box{position: relative;background: #e8d3d1;padding: 0.1rem;min-width: 1.45rem;transition: 0.4s;right: calc(100% + 0.24rem);top: 0;}
.ej_right_ai2 ul li.on .box{animation-fill-mode:forwards;animation: ej_right_ai_dh2 0.4s linear;}
.ej_right_ai2 ul li:hover .box{right: 0;}
.ej_right_ai2 ul li .box::after{content: "";display: block;width: 0.13rem;height: 0.24rem;background: url(../images23/ej_sql_right_xjt.png);position: absolute;left: 100%;top: calc(50% - 0.12rem);}
.ej_right_ai2 ul li .box a{}
.ej_right_ai2 ul li .box p{font-size: 0.14rem;color: #333;text-align: center;}
.ej_right_ai2 ul li .ewm{}
.ej_right_ai2 ul li .ewm img{width: 1.25rem;}
.ej_right_ai2 ul li .ewm p{margin-top: 0.1rem;}
.ej_right_ai2 ul li .lj{padding: 0;}
.ej_right_ai2 ul li .lj p{padding: 0.15rem 0.05rem;}


  
/* 右侧悬浮2--结束 */

/* 数据库内容底部链接--开始 */
.sjk_lj{display: flex;flex-wrap: wrap;padding-top: 0.2rem;}
.sjk_lj li{margin-right: 0.2rem;margin-left:0 !important;list-style:none !important;}
.sjk_lj a{display: flex !important;align-items: center;}
.sjk_lj .pic{}
.sjk_lj .pic img{}
.sjk_lj p{font-size: 0.18rem;color: #333;margin-bottom: 0 !important;text-indent: 0 !important;}

/* 数据库内容底部链接--结束 */




/* 表单页面--开始 */
.ej_bdtj{padding: 0 1.5rem;width: 100%;}
.ej_titx{margin-bottom: 0.5rem;}
.ej_titx p{font-size: 0.28rem;color: #333333;font-weight: bold;text-align: center;font-weight: bold;}

.ej_bdtj_box{width: 100%;}
.ej_bdtj_box .txt{margin-bottom: 0.35rem;}
.ej_bdtj_box .txt>div{font-size: 0.14rem;color: #cf1602;line-height: 0.32rem;}
.ej_bdtj_box .txt>div p{display: inline;}
.ej_bdtj_box .box{display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.1rem;}
.ej_bdtj_box .box .zhu{font-size: 0.14rem;color: #cf1602;line-height: 0.32rem;}
.ej_bdtj_box .box .x{width: 120px;text-align: right;font-size: 0.16rem;color: #333333;display: flex;justify-content: flex-end;align-items: flex-start;padding-right: 0.12rem;}
.ej_bdtj_box .box .x p{font-size: 0.16rem;color: #cf1602;width: 7px;text-align: right;}
.ej_bdtj_box .box .in{width: calc(100% - 120px);}
.ej_bdtj_box .box .in input[type="text"]{width: 100%;background: #fcfcfc;border: 1px solid #d9d9d9;line-height: 0.5rem;height: 0.5rem;font-size: 0.16rem;border-radius: 0.06rem;padding: 0 0.26rem;transition: 0.4s;}
.ej_bdtj_box .box .in input[type="text"]:focus{background: #fff;}
.ej_bdtj_box .box .in input[type="text"].on{background: #fff;}
.ej_bdtj_box .box .in select{width: 100%;line-height: 0.6rem;height: 0.6rem;background: #fcfcfc;border: 1px solid #d9d9d9;padding: 0 0.26rem;padding-right: 0.6rem;position: relative;background:#fcfcfc url(../images23/ej_select_jt.png) no-repeat right center;transition: 0.4s;
    /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
select::-ms-expand { display: none; }
.ej_bdtj_box .box .in select.on{background-color: #fff;}
.ej_bdtj_box .box textarea{width: 100%;background: #fcfcfc;border: 1px solid #d9d9d9;padding: 0.15rem 0.26rem;font-size: 0.16rem;transition: 0.4s;}
.ej_bdtj_box .box textarea:focus{background: #fff;}
.ej_bdtj_box .box textarea.on{background: #fff;}
.ej_bdtj_box .box.yzm_box .in{display: flex;justify-content: space-between;}
.ej_bdtj_box .box .in input.yzm_txt{width: calc(100% - 140px);}
.ej_bdtj_box .box .in .yzm{width: 130px;}
.ej_bdtj_box .tijiao{display: table;margin: 0.4rem auto 0;}
.ej_bdtj_box .tijiao input{font-size: 0.18rem;color: #ffffff;padding: 0.11rem 0.4rem;background: #990f00;border-radius: 0.06rem;transition: 0.4s;}
.ej_bdtj_box .tijiao input:hover{background: #fff;color: #990f00;box-shadow: 0 0 0.24rem rgba(51,0,0,0.34);}
@media (max-width:1200px) {
	.ej_bdtj{padding: 0 0.5rem;}
}
@media (max-width:1024px) {
	.ej_bdtj{padding: 0;}
}
@media (max-width:650px) {
	.ej_titx{margin-bottom: 0.3rem;}
	.ej_bdtj_box .box{flex-wrap: wrap;margin-bottom: 0.2rem;}
	.ej_bdtj_box .box .x{width: 100%;justify-content: flex-start;margin-bottom: 0.08rem;}
	.ej_bdtj_box .box .in{width: 100%;}
}
/* 表单页面--结束 */

/* 正文页类别1 开始 */
.n_text_article01{}
.n_text_article01 .articleCon{}
.n_text_article01 .articleCon h5{font-size: 0.34rem;color: #323232;text-align: center;font-weight: bold;line-height: 0.46rem;margin-bottom: 0.3rem;}
.n_text_article01 .articleCon p{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.22rem;font-family: 微软雅黑 !important;text-indent: 2em;}
.n_text_article01 .articleCon h6{margin-bottom: 0.28rem;margin-top: 0.35rem;}
.n_text_article01 .articleCon h6 span{font-size: 0.18rem;display: inline-block;position: relative;padding-bottom: 0.08rem;font-weight: 600;padding-left: 0.15rem;}
.n_text_article01 .articleCon h6 span::after{content: "";position: absolute;left: 0;bottom: 0;width: calc(100% + 0.25rem);height: 5px;background: url(../images23/Nyline.png);}
.n_text_article01 .articleCon .Nrlink b{font-size: 0.16rem;color: #323232;line-height: 0.32rem;}
.n_text_article01 .articleCon .Nrlink a{font-size: 0.16rem;color: #737373;line-height: 0.32rem;}
.n_text_article01 .articleCon .Nrlink a[href]:hover{color: #990f00;}
/* 正文页类别1 结束 */

/* 正文页类别2 开始 */
/* 20250424把.n_text_article06-思明校区图书馆简介内容合并 */
.n_text_article02 .articleCon .imgText{display: block;font-style: normal;text-align: center;font-size:0.16rem;color: #666666;margin-top: 0.2rem;}
.n_text_article02 .articleCon img{/*display: block;*/max-width: 80%;margin: 0 auto;}
.n_text_article02 .articleCon .bt{font-size: 0.2rem !important;font-weight: 600;color: #333333;margin-top: 0.3rem;}
/* 20250424把.n_text_article06-思明校区图书馆简介内容合并-end */
/* 20250424把.n_text_article03-学科馆员内容合并 */
 .n_text_article02 .articleCon h4{margin-bottom: 0.28rem;margin-top: 0.35rem;font-size: 0.18rem;display: inline-block;position: relative;font-weight: 600;padding-left: 0.15rem;line-height: 0.24rem;}
 .n_text_article02 .articleCon h4::after{content: "";position: absolute;left: 0;top: 0;width: 0.04rem;height: 100%;background:#990f00;}
/* 20250424把.n_text_article03-学科馆员内容合并-end */
.n_text_article02 .articleBt{margin-bottom: 0.5rem;}
.n_text_article02 .articleBt ul{margin-left: -0.1rem;}
.n_text_article02 .articleBt ul li{margin-left: 0.1rem;min-width: calc(15% - 0.1rem);background: white;box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);position: relative;margin-bottom: 0.2rem;}
.n_text_article02 .articleBt ul li a{display: block;font-size: 0.2rem;line-height: 0.24rem;padding: 0.13rem 0.15rem;font-weight: 600;color: #323232;text-align: center;}
.n_text_article02 .articleBt ul li::after{content: "";width: 0;height: 0;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.12rem solid #990f00;position: absolute;left: 50%;margin-left: -0.05rem;bottom: -0.1rem;display: none;}
.n_text_article02 .articleBt ul li.on::after{display: block;}
.n_text_article02 .articleBt ul li.on{background:#990f00;}
.n_text_article02 .articleBt ul li.on a{color: white;}
.n_text_article02 .articleBt ul li:hover::after{display: block;}
.n_text_article02 .articleBt ul li:hover{background:#990f00;}
.n_text_article02 .articleBt ul li:hover a{color: white;}
.n_text_article02 .articleCon h5{font-size: 0.34rem;color: #323232;text-align: center;font-weight: bold;line-height: 0.46rem;margin-bottom: 0.3rem;}
.n_text_article02 .articleCon p{font-size: 0.16rem !important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.2rem;font-family: 微软雅黑 !important;text-indent: 2em;
    word-break: break-all;
}
.n_text_article02 .articleCon h6 p{display: inline-block;position: relative;padding-bottom: 0.08rem;font-weight: 600;padding-left: 0.15rem;text-indent:0 !important;}
#articleCon h6>p{font-size: 0.18rem !important;}
.n_text_article02 .articleCon h6 p::after{content: "";position: absolute;left: 0;bottom: 0;width: calc(100% + 0.25rem);height: 5px;background: url(../images23/Nyline.png);}
.n_text_article02 .articleCon p img{max-width:100%;height:auto !important;}
.n_text_article02 .articleCon p a{text-decoration:none !important;color: #990f00;}
.n_text_article02 .articleCon p span{font-size: 0.16rem!important;}
.n_text_article02 .articleCon table{margin-bottom:0.24rem;    min-width: 7rem;}
.n_text_article02 .articleCon table p{margin-bottom:0;text-indent: 0;}
.n_text_article02 .articleCon h6{margin-bottom: 0.28rem;margin-top: 0.35rem;text-indent:2em;font-size: 0.18rem !important;}
.n_text_article02 .articleCon .Nrlink b{font-size: 0.16rem;color: #323232;line-height: 0.32rem;}
.n_text_article02 .articleCon .Nrlink a{font-size: 0.16rem;color: #737373;line-height: 0.32rem;}
.n_text_article02 .articleCon .Nrlink a[href]:hover{color: #990f00;}
@media (max-width:850px) {
	.n_text_article02 .articleBt ul li{margin-left: 0.1rem;min-width: calc(23% - 0.1rem);margin-bottom: 0.2rem;}
}
 /* 正文页类别2 结束*/
 
 /* 科研-学科服务-学科馆员 开始 */
 .n_text_article03 .articleBt{margin-bottom: 0.5rem;}
 .n_text_article03 .articleBt ul{margin-left: -0.1rem;}
 .n_text_article03 .articleBt ul li{margin-left: 0.1rem;background: white;box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);position: relative;}
 .n_text_article03 .articleBt ul li a{display: block;font-size: 0.2rem;line-height: 0.24rem;padding: 0.13rem 0.15rem;font-weight: 600;color: #323232;text-align: center;}
 .n_text_article03 .articleBt ul li::after{content: "";width: 0;height: 0;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.12rem solid #990f00;position: absolute;left: 50%;margin-left: -0.05rem;bottom: -0.1rem;display: none;}
 .n_text_article03 .articleBt ul li.on::after{display: block;}
 .n_text_article03 .articleBt ul li.on{background:#990f00;}
 .n_text_article03 .articleBt ul li.on a{color: white;}
 .n_text_article03 .articleBt ul li:hover::after{display: block;}
 .n_text_article03 .articleBt ul li:hover{background:#990f00;}
 .n_text_article03 .articleBt ul li:hover a{color: white;}
 .n_text_article03 .articleCon h5{font-size: 0.34rem;color: #323232;text-align: center;font-weight: bold;line-height: 0.46rem;margin-bottom: 0.3rem;}
 .n_text_article03 .articleCon p{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.2rem;font-family: 微软雅黑 !important;text-indent: 2em;}
 .n_text_article03 .articleCon h4{margin-bottom: 0.28rem;margin-top: 0.35rem;font-size: 0.18rem;display: inline-block;position: relative;font-weight: 600;padding-left: 0.15rem;line-height: 0.24rem;}
 .n_text_article03 .articleCon h4::after{content: "";position: absolute;left: 0;top: 0;width: 0.04rem;height: 100%;background:#990f00;}
 .Nytable {border-collapse: collapse;border: 1px solid #d9d9d9;}
 .Nytable tr{}
 .Nytable tr th{font-size: 0.16rem;line-height: 0.24rem;color: 323232;padding: 0.23rem 0.2rem;background: #f2f2f2;}
 .Nytable tr th:nth-child(1){width: 40%;}
 .Nytable tr th:nth-child(2){width: 30%;}
 .Nytable tr th:nth-child(3){width: 12%;}
 .Nytable tr th:nth-child(4){width: 28%;}
 .Nytable tr td{padding: 0.18rem 0.2rem;font-size: 0.14rem;line-height: 0.26rem;color: #666666;}
 .Nytable tr td a{display: block;font-size: 0.14rem;line-height: 0.26rem;color: #666666;}
  .Nytable tr td a[href]:hover{color: #990f00;}
 @media (max-width:850px) {
 	.n_text_article03 .articleBt ul li{margin-left: 0.1rem;}
 }
 /* 科研-学科服务-学科馆员 结束 */

 /* 科研-学科服务-学科馆员简报 开始 */
 .n_text_article04 .articleBt{margin-bottom: 0.1rem;}
 .n_text_article04 .articleBt ul{margin-left: -0.1rem;}
 .n_text_article04 .articleBt ul li{margin-left: 0.1rem;background: white;box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);position: relative;}
 .n_text_article04 .articleBt ul li a{display: block;font-size: 0.2rem;line-height: 0.24rem;padding: 0.13rem 0.15rem;font-weight: 600;color: #323232;text-align: center;}
 .n_text_article04 .articleBt ul li::after{content: "";width: 0;height: 0;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.12rem solid #990f00;position: absolute;left: 50%;margin-left: -0.05rem;bottom: -0.1rem;display: none;}
 .n_text_article04 .articleBt ul li.on::after{display: block;}
 .n_text_article04 .articleBt ul li.on{background:#990f00;}
 .n_text_article04 .articleBt ul li.on a{color: white;}
 .n_text_article04 .articleBt ul li:hover::after{display: block;}
 .n_text_article04 .articleBt ul li:hover{background:#990f00;}
 .n_text_article04 .articleBt ul li:hover a{color: white;}
 .n_text_article04 .xkjbList{}
 .n_text_article04 .xkjbList li{position: relative;padding: 0 0.4rem 0.3rem 0.4rem;border-bottom: 2px solid #990F00;}
 .n_text_article04 .xkjbList li+li{margin-top: 0.8rem;}
 .n_text_article04 .xkjbList li::after{position: absolute;content: "";left: 0;top: 0.4rem;width: 100%;height:calc(100% - 0.4rem);background: url(../images23/Nytextbg4.png) no-repeat right bottom #f7f7f7;z-index: 0;}
 .n_text_article04 .xkjbList li a{display: flex;justify-content: space-between;position: relative;z-index: 3;}
 .n_text_article04 .xkjbList li a .text{width: 78%;padding-top: 0.8rem;}
 .n_text_article04 .xkjbList li a .text p{font-size: 0.16rem;line-height: 0.32rem;color: #323232;height: 0.96rem;overflow: hidden;}
 .n_text_article04 .xkjbList li a .text span{display: block;padding-left: 1.2rem;color: #990F00;position: relative;margin-top: 0.6rem;font-style: italic;transition: 0.6s all;font-size: 0.14rem;}
  .n_text_article04 .xkjbList li a .text span:hover{padding-left: 1.3rem;transition: 0.6s all;}
  .n_text_article04 .xkjbList li a .text span::before{content: "";position: absolute;left: 0;top: 50%;width: 1.1rem;height: 1px;background: #990F00;transition: 0.6s all;}
  .n_text_article04 .xkjbList li a .text span:hover::before{width: 1.2rem;transition: 0.6s all;}
 .n_text_article04 .xkjbList li a .pic{overflow: hidden;width: 19%;}
 .n_text_article04 .xkjbList li a .pic img{display: block;width: 100%;}
 
 @media (max-width:850px) {
	.n_text_article04 .articleBt{margin-bottom: 0.5rem;}
	.n_text_article04 .xkjbList li{padding: 0.2rem 0.1rem 0.2rem 0.1rem}
	.n_text_article04 .xkjbList li+li{margin-top: 0.2rem;}
	.n_text_article04 .xkjbList li a .text{padding-top: 0;}
	.n_text_article04 .xkjbList li a .text span{margin-top: 0.1rem;}
	.n_text_article04 .xkjbList li::after{top: 0;height: 100%;}
 	.n_text_article03 .articleBt ul li{margin-left: 0.1rem;}
 }
 
 /* 科研-学科服务-学科馆员简报 结束 */
 /* 资源推荐 开始 */
 .n_list_pic2{}
 .n_list_pic2 ul{margin-left: -3%;margin-top: -3%;justify-content: flex-start;}
 .n_list_pic2 ul li{width: 30.333%;margin-left: 3%;background: white;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);padding: 0.2rem 0.2rem 0.3rem 0.2rem;margin-top: 3%;}
 .n_list_pic2 ul li a{display: block;}
 .n_list_pic2 ul li a .pic{display: block;overflow: hidden;width: 100%;height: 2.3rem;max-height: 230px;}
 .n_list_pic2 ul li a .pic img{display: block;width: 100%;height: 100%;object-fit: cover;}
 .n_list_pic2 ul li a .text{margin-top: 0.3rem;}
 .n_list_pic2 ul li a .text p{font-size: 0.18rem;line-height: 0.26rem;color: #323232;height: 0.26rem;overflow: hidden;font-weight: 600;}
 .n_list_pic2 ul li a .text span{font-size: 0.12rem;line-height: 0.22rem;height: 0.66rem;overflow: hidden;display: block;color:#666;margin-top: 0.15rem;}
 .n_list_pic2 ul li a:hover .text p{color: #990F00;}
 @media (max-width:850px) {
	 .n_list_pic2 ul{margin-left: -3%;margin-top: -3%;} 
	 .n_list_pic2 ul li{width: 47%;margin-left: 3%;margin-top: 3%;} 
	 .n_list_pic2 ul li a .pic{height:28vw;max-height: 28vw;}
 }
 @media (max-width:650px) {
	 .n_list_pic2 ul{margin-left: 0;}
	 .n_list_pic2 ul li{width: 100%;margin-left: 0;}
	 .n_list_pic2 ul li a .pic{height:100%;max-height: 100%;}
 }
 
 /* 资源推荐 结束 */

/* 阅读推荐 开始 */
.n_list_pic3{}
.n_list_pic3 ul{margin-left: -3%;margin-top: -3%;justify-content: flex-start;}
.n_list_pic3 ul li{width: 30.333%;margin-left: 3%;background: white;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);padding: 0.2rem 0.2rem 0.2rem 0.3rem;margin-top: 3%;}
.n_list_pic3 ul li a{display: flex;justify-content: space-between;}
.n_list_pic3 ul li a .pic{width: 40%;height:2.3rem;max-height: 230px;overflow: hidden;}
.n_list_pic3 ul li a .pic img{display: block;width: 100%;}
.n_list_pic3 ul li a .text{width: 53%;}
.n_list_pic3 ul li a .text{margin-top: 0.2rem;}
.n_list_pic3 ul li a .text p{font-size: 0.20rem;line-height: 0.26rem;color: #323232;font-weight: 600;position: relative;padding-bottom: 0.15rem;display: block;margin-bottom: 0.2rem;
max-height:0.52rem;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.n_list_pic3 ul li a .text p::after{content: "";position: absolute;left: 0;bottom: 0;width: 0.3rem;height: 2px;background: #990F00;}
.n_list_pic3 ul li a .text span{font-size: 0.12rem;line-height: 0.22rem;overflow: hidden;display: block;color:#666;margin-top: 0.05rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.n_list_pic3 ul li a:hover .text p{color: #990F00;}

 @media (max-width:850px) {
	 .n_list_pic3 ul{margin-left: -3%;margin-top: -3%;} 
	 .n_list_pic3 ul li{width: 47%;margin-left: 3%;margin-top: 3%;} 
	 .n_list_pic3 ul li a .pic{height:100%;max-height: 100%;width: 40%;}
	 .n_list_pic3 ul li a .text{width: 56%;}
	 .n_list_pic3 ul li a .text{margin-top: 0.1rem;}
 }
 @media (max-width:650px) {
	 .n_list_pic3 ul{margin-left: 0;}
	 .n_list_pic3 ul li{width: 100%;margin-left: 0;}
	 .n_list_pic3 ul li a .text{width: 70%;}
	 .n_list_pic3 ul li a .pic{height:100%;max-height: 100%;width: 26%;}
 }

/* 阅读推荐 结束 */
/* 数据库内容页 开始 */
.n_text_sjkCon .articleCon p{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.2rem;font-family: 微软雅黑 !important;text-indent: 2em;}
.n_text_sjkCon .articleCon .vpn,.n_text_sjkCon .articleCon .znfw,.n_text_sjkCon .articleCon .carsi{    background: none;      box-shadow: 0 0 0.1rem rgba(0,0,0,0.2); border-radius: 0; transition: 0.4s;}

.n_text_sjkCon .articleCon .vpn:hover,.n_text_sjkCon .articleCon .znfw:hover,.n_text_sjkCon .articleCon .carsi:hover{  background: #990f00;  color:#fff;}

.n_text_sjkCon .articleCon a{color: #990f00;display: inline-block;min-width: 70px;text-align: center;}
.n_text_sjkCon .articleCon a:hover{text-decoration: underline;}
.n_text_sjkCon .articleCon h6{margin-bottom: 0.28rem;margin-top: 0.35rem;}
.n_text_sjkCon .articleCon h6 span{font-size: 0.18rem;display: inline-block;position: relative;padding-bottom: 0.08rem;font-weight: 600;padding-left: 0.15rem;}
.n_text_sjkCon .articleCon h6 span::after{content: "";position: absolute;left: 0;bottom: 0;width: calc(100% + 0.25rem);height: 5px;background: url(../images23/Nyline.png);}

.n_container .sjkJs .sjkJsL{width: 100%;padding-right: 2.3rem;}
.n_container .sjkJs .sjkJsL h3{font-size: 0.28rem;color: #323232;line-height: 0.34rem;font-weight: bold;margin-bottom: 0.2rem;}
.n_container .sjkJs .sjkJsL p{text-indent:0;}
.n_container .sjkJs .sjkJsL p span{font-size: 0.18rem;font-weight: bold;padding-right: 0.08rem;}

.n_container .sjkJs .sjkJsR{width: 2.2rem;margin-bottom: 0.2rem;position: absolute;right: 0;top: 0;}
.n_container .sjkJs .sjkJsR .sjkJsRCon>a{color: #FFFFFF;display: block;transition: 0.6s;position: relative;font-size: 0.16rem;position: relative;padding: 0 0.3rem;line-height: 0.5rem;background: #990f00;}
.n_container .sjkJs .sjkJsR .sjkJsRCon{color: #FFFFFF;background: #f7f7f7;position: relative;padding-bottom: 0.2rem;}
.n_container .sjkJs .sjkJsR .sjkJsRCon::after{content: "";position: absolute;right: -0.1rem;height: 0.5rem;background: #990f00;top: 0;width: 0.1rem;}
.n_container .sjkJs .sjkJsR .sjkJsRCon::before{content: "";position: absolute;right: -0.1rem;height: 0.1rem;background: url(../images23/Nysj.png) no-repeat center;top: 0.5rem;width: 0.1rem;}

.n_container .sjkJs .sjkJsR .sjkJsRCon dl{display:block !important;background: #FFFFFF;margin-top: 0.1rem;}
.n_container .sjkJs .sjkJsR .sjkJsRCon dl{position:relative;background: white;margin-left: 0.2rem;padding: 0.15rem 0;}
.n_container .sjkJs .sjkJsR .sjkJsRCon dl dd{height: auto;padding-left: 0.15rem;}
.n_container .sjkJs .sjkJsR .sjkJsRCon dl dd+dd+dd{display: none;}
.n_container .sjkJs .sjkJsR .sjkJsRCon dl dd a{font-size: 0.14rem;color: #323232;padding: 0 0.1rem 0 0.2rem;position:relative;line-height: 0.22rem;transition: .6s;display: block; z-index:2;display: block;
	margin: 0.09rem 0;
max-height: 0.44rem;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.n_container .sjkJs .sjkJsR .sjkJsRCon dl dd a:before{content:"";position:absolute;width: 0.09rem;height: 1px;background: #b3b3b3;left: 0;top:0.1rem;}
.n_container .sjkJs .sjkJsR .sjkJsRCon dl dd a:hover{color: #990f00;}



.n_container .sjkJs .sjkJsR .zk_xjt{width: 0.5rem;height: 0.3rem;background: url(../images23/z_xkzy_xxk_jt.png) no-repeat center top;background-size: 0.19rem !important;cursor: pointer;position: absolute;top: 100%;left: calc(50% - 0.25rem);}

.n_container .sjkJs .sjkJsR .zk_xjt.on{transform: rotate(180deg);background-position: bottom center !important;}

.n_text_sjkCon .fw_box_out{  
}
.n_text_sjkCon .fw_box1{    display: flex;
    flex-wrap: wrap;}
.n_text_sjkCon .fw_box1 h6{    width: 100%;}
.n_text_sjkCon .fw_box1 p{margin-right:0.2rem;}

 @media (max-width:850px) {
.n_text_sjkCon .fw_box{width: 100%; }
}


 @media (max-width:650px) {
.n_text_sjkCon .articleCon p+p{    margin-top: 0.1rem;}

	 .n_container .sjkJs .sjkJsL{width: 100%;padding-right: 0;}
	 .n_container .sjkJs .sjkJsR{width: 100%;position: relative;}

	 .n_container .sjkJs .sjkJsR .sjkJsRCon dl dd+dd+dd{display: block;}
	 .n_container .sjkJs .sjkJsR .zk_xjt{display: none;}

	 .n_container .sjkJs .sjkJsR .sjkJsRCon dl dd a{    font-size: 0.16rem;    line-height: 0.26rem;    max-height: 0.52rem;}
	 
 }
/* 数据库内容页 结束 */

/* 服务类别 开始 */
.tableLb{}
.tableLb .tabs1{}
.tableLb .tabs1 .bt{}
.tableLb .tabs1 .bt+.bt{margin-left: 0.15rem;}
.tableLb .tabs1 .bt .titleCon{}
.tableLb .tabs1 .bt .titleCon h5{}
.tableLb .tabs1 .bt .titleCon h5 span{display: block;font-size: 0.2rem;line-height: 0.38rem;text-align: center;padding: 0 0.3rem;border-radius: 0.19rem;border: 1px solid #a6a6a6;color: #323232;cursor: pointer;}
.tableLb .tabs1 .bt.active .titleCon h5 span{border: 1px solid #990f00;background: #990f00;color: white;}
.tableLb .swiper-slide{filter: brightness(1);}
#tabs-container1{margin-top: 0.4rem;}
#tabs-container1 ul{margin-left: -2%;margin-top: -2%;justify-content: left;}
#tabs-container1 ul li{width: 14.666%;margin-left: 2%;margin-top: 2%;background: #f7f7f7;}
#tabs-container1 ul li a{display:flex;justify-content: center;align-items: center;flex-direction: column;padding: 0.2rem 0;position: relative;}
#tabs-container1 ul li a::after{content: "";position: absolute;left: auto;top: auto;right: auto;b bottom: auto;width: 0;height: 0;background: #990f00;z-index: 2;transition: 0.6s all;}
#tabs-container1 ul li a .pic{width: 0.9rem;height: 0.9rem;display: flex;justify-content: center;align-items: center;position: relative;z-index: 6;}
#tabs-container1 ul li a .pic img{display: block;}
#tabs-container1 ul li a .pic img:nth-child(2){display: none;}
#tabs-container1 ul li a .text{position: relative;z-index: 8;}
#tabs-container1 ul li a .text p{font-size: 0.2rem;text-align: center;color: #323232;line-height: 0.28rem;font-weight: 600;}
#tabs-container1 ul li a:hover .pic img{display: none;}
#tabs-container1 ul li a:hover .pic img:nth-child(2){display: block;}
/* #tabs-container1 ul li a:hover {background: #990f00;} */
#tabs-container1 ul li a:hover .text p{color: white;}
#tabs-container1 ul li a:hover::after{width: 100%;height: 100%;transition: 0.6s all;}

 @media (max-width:1366px) {
	 #tabs-container1 ul li a .pic img{transform: scale(0.7);}
 }

 @media (max-width:850px) {
	 #tabs-container1 ul li{width: 23%;}
 }
 @media (max-width:580px) {
	 #tabs-container1 ul li{width: 31.333%;}
 }
/* 服务类别 结束 */

/* 科研-学科服务-学科馆员内容页 开始 */
.n_text_article05 .articleCon .flex{align-items: flex-start;}
 .n_text_article05 .leftarticle{width: calc(100% - 3rem);}
 .n_text_article05 .leftarticle p{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.2rem;font-family: 微软雅黑 !important;text-indent: 2em;}
 .n_text_article05 .leftarticle .zbt{margin-bottom: 0.28rem;}
 .n_text_article05 .leftarticle .zbt span{font-size: 0.24rem;display: inline-block;position: relative;font-weight: 600;padding-left: 0.2rem;line-height: 0.42rem;}
 .n_text_article05 .leftarticle .zbt span::after{content: "";position: absolute;left: 0;top: 0;width: 0.08rem;height: 100%;background:#990f00;}
 .n_text_article05 .leftarticle .flbt{font-size: 0.16rem;font-weight: bold;line-height: 0.32rem;}
 .n_text_article05 .rightInfo{width: 2.6rem;background: #f7f7f7;padding: 0.3rem;}
 .n_text_article05 .rightInfo .pic{width: 90%;margin: 5% auto 0 auto;}
 .n_text_article05 .rightInfo .pic img{display: block;width: 100%;}
 .n_text_article05 .rightInfo .name{font-size: 0.16rem;line-height: 0.28rem;text-align: center;display: block;margin-top: 0.1rem;}
 .n_text_article05 .rightInfo dl{margin-top: 0.24rem;border-top: 1px dashed #969696;padding-top: 0.24rem;}
 .n_text_article05 .rightInfo dl dt{font-size: 0.16rem;font-weight: bold;color: #323232;}
 .n_text_article05 .rightInfo dl dd{font-size: 0.14rem;line-height: 0.2rem;margin-top: 0.16rem;padding:0.05rem 0 0.05rem 0.25rem;background: url(../images23/Nydizhi.png) no-repeat left 0.04rem;}
 .n_text_article05 .rightInfo dl dd+dd{background: url(../images23/Nydianhua.png) no-repeat left 0.04rem;}
 @media (max-width:650px) {
	 .n_text_article05 .leftarticle{width: 100%;}
	 .n_text_article05 .rightInfo{width: 100%;}
	 .n_text_article05 .rightInfo .pic{width: 40%;float: left;margin-top: 0;}
	 .n_text_article05 .rightInfo .infoText .name{text-align: left;}
	 .n_text_article05 .rightInfo .infoText{float: right;width: 55%;}
 }
 
/* 科研-学科服务-学科馆员内容页 结束 */


/* 资源带摘要列表 开始 */
.n_list_text2 li{padding: 0.3rem 0;border-bottom: 1px solid #d9d9d9;}
.n_list_text2 li:first-child{padding-top: 0;}
.n_list_text2 li a p{font-size: 0.24rem;line-height: 0.34rem;height:0.34rem;overflow: hidden;color: #323232;}
.n_list_text2 li a span{font-size: 0.14rem;color: #737373;line-height: 0.24rem;height: 0.48rem;overflow: hidden;display: block;margin-top: 0.15rem;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.n_list_text2 li a:hover p{color: #990f00;}
.n_list_text2 li:hover{border-bottom: 1px solid #990f00;}

 @media (max-width:850px) {
	 .n_list_text2 li a p{height: auto;}
	 .n_list_text2 li a span{max-height: 0.96rem;height: auto;}
 }
/* 资源带摘要列表 结束 */


/* 关于本馆-简介 开始 */
 .n_text_article06 .articleBt{margin-bottom: 0.5rem;}
 .n_text_article06 .articleBt ul{margin-left: -0.1rem;}
 .n_text_article06 .articleBt ul li{margin-left: 0.1rem;background: white;box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);position: relative;}
 .n_text_article06 .articleBt ul li a{display: block;font-size: 0.2rem;line-height: 0.24rem;padding: 0.13rem 0.15rem;font-weight: 600;color: #323232;text-align: center;}
 .n_text_article06 .articleBt ul li::after{content: "";width: 0;height: 0;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.12rem solid #990f00;position: absolute;left: 50%;margin-left: -0.05rem;bottom: -0.1rem;display: none;}
 .n_text_article06 .articleBt ul li.on::after{display: block;}
 .n_text_article06 .articleBt ul li.on{background:#990f00;}
 .n_text_article06 .articleBt ul li.on a{color: white;}
 .n_text_article06 .articleBt ul li:hover::after{display: block;}
 .n_text_article06 .articleBt ul li:hover{background:#990f00;}
 .n_text_article06 .articleBt ul li:hover a{color: white;}
 .n_text_article06 .articleCon h5{font-size: 0.34rem;color: #323232;text-align: center;font-weight: bold;line-height: 0.46rem;margin-bottom: 0.3rem;}
 .n_text_article06 .articleCon p{font-size: 0.16rem!important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.16rem;font-family: 微软雅黑 !important;text-indent: 2em;}
.n_text_article06 .articleCon h6{margin-bottom: 0.28rem;margin-top: 0.35rem;text-indent: 2em;}
.n_text_article06 .articleCon h6 p{font-size: 0.18rem;display: inline-block;position: relative;padding-bottom: 0.08rem;font-weight: 600;padding-left: 0.15rem;text-indent: 0 !important;}
.n_text_article06 .articleCon h6 p::after{content: "";position: absolute;left: 0;bottom: 0;width: calc(100% + 0.25rem);height: 5px;background: url(../images23/Nyline.png);}
.n_text_article06 .articleCon .imgText{display: block;font-style: normal;text-align: center;font-size:0.16rem;color: #666666;margin-top: 0.2rem;}
.n_text_article06 .articleCon img{display: block;max-width: 80%;margin: 0 auto;}
.n_text_article06 .articleCon .bt{font-size: 0.2rem !important;font-weight: 600;color: #333333;margin-top: 0.3rem;}
 @media (max-width:850px) {
	.n_text_article06 .articleBt{margin-bottom: 0.5rem;} 
 }
/* 关于本馆-简介 结束 */


/* 关于本馆-空间 开始 */
 .n_text_article07 .articleBt{margin-bottom: 0.5rem;}
 .n_text_article07 .articleBt ul{margin-left: -0.1rem;}
 .n_text_article07 .articleBt ul li{margin-left: 0.1rem;background: white;box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);position: relative;}
 .n_text_article07 .articleBt ul li a{display: block;font-size: 0.2rem;line-height: 0.24rem;padding: 0.13rem 0.15rem;font-weight: 600;color: #323232;text-align: center;}
 .n_text_article07 .articleBt ul li::after{content: "";width: 0;height: 0;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.12rem solid #990f00;position: absolute;left: 50%;margin-left: -0.05rem;bottom: -0.1rem;display: none;}
 .n_text_article07 .articleBt ul li.on::after{display: block;}
 .n_text_article07 .articleBt ul li.on{background:#990f00;}
 .n_text_article07 .articleBt ul li.on a{color: white;}
 .n_text_article07 .articleBt ul li:hover::after{display: block;}
 .n_text_article07 .articleBt ul li:hover{background:#990f00;}
 .n_text_article07 .articleBt ul li:hover a{color: white;}
 .n_text_article07 .articleCon .ul1{display: flex;justify-content: space-between;flex-wrap: wrap;}
 .n_text_article07 .articleCon .ul1 li{width: 48%;margin-bottom: 4%;box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);}
 .n_text_article07 .articleCon .ul1 li a{display: block;width: 100%;height: 3.3rem;}
 .n_text_article07 .articleCon .ul1 li a img{display: block;width: 100%;height: 100%;object-fit: fill;}
#art_ul2{background:rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: none;padding-top: 0.3rem;z-index: 10000;}
#art_ul2.on{display: flex;}
#art_ul2 li{display: none;width: 14rem;margin: 0 auto;height:8.5rem;position: relative;}
#art_ul2.on li.on{display: block;}
#art_ul2 li a{padding: 0.4rem;}
#art_ul2 li a img{display: block;width: 100%;height: 100%;object-fit: fill;}
#art_ul2 li .btnclose{position: absolute;right: -0.25rem;top: 0;cursor: pointer;transition: 0.6s all;width: 0.5rem;height: 0.5rem;}
#art_ul2 li .btnclose img{width:100% !important;}
#art_ul2 li .btnclose:hover{transform: rotate(90deg);transition: 0.6s all;}
 @media (max-width:1500px) {
	 .n_text_article07 .articleCon .ul1 li a{height: 25vw;}
 }
 @media (max-width:1200px) {
	#art_ul2{padding-top: 1.2rem;}
 }
 @media (max-width:1024px) {

#art_ul2 li{width: 88%;}


}
 @media (max-width:850px) {
#art_ul2{padding-top: 0rem;    align-items: center;}
	 .n_text_article07 .articleCon .ul1 li{width: 100%;}
	#art_ul2 li{width: 89%;height: auto;}
	 .n_text_article07 .articleCon .ul1 li a{height: auto;}
 }
/* 关于本馆-空间 结束 */
/* 关于本馆-风貌 开始 */
 .n_text_article08 .articleBt{margin-bottom: 0.5rem;}
 .n_text_article08 .articleBt ul{margin-left: -0.1rem;}
 .n_text_article08 .articleBt ul li{margin-left: 0.1rem;background: white;box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);position: relative;}
 .n_text_article08 .articleBt ul li a{display: block;font-size: 0.2rem;line-height: 0.24rem;padding: 0.13rem 0.15rem;font-weight: 600;color: #323232;text-align: center;}
 .n_text_article08 .articleBt ul li::after{content: "";width: 0;height: 0;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.12rem solid #990f00;position: absolute;left: 50%;margin-left: -0.05rem;bottom: -0.1rem;display: none;}
 .n_text_article08 .articleBt ul li.on::after{display: block;}
 .n_text_article08 .articleBt ul li.on{background:#990f00;}
 .n_text_article08 .articleBt ul li.on a{color: white;}
 .n_text_article08 .articleBt ul li:hover::after{display: block;}
 .n_text_article08 .articleBt ul li:hover{background:#990f00;}
 .n_text_article08 .articleBt ul li:hover a{color: white;}
 .n_text_article08 .articleCon .ul1{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-left: -1.333%}
 .n_text_article08 .articleCon .ul1 li{width: 32%;margin-bottom: 1.333%;margin-left: 1.333%;box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);padding: 0.1rem;cursor: pointer;}
 .n_text_article08 .articleCon .ul1 li .pic{width: 100%;height:220px;max-height: 220px;overflow: hidden;}
 .n_text_article08 .articleCon .ul1 li .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;}
 .n_text_article08 .articleCon .ul1 li:hover .pic img{transform: scale(1.2);transition: 0.6s all;}
 .n_text_article08 .articleCon .ul2{background:rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: none;padding-top: 0rem !important;z-index: 10000;    align-items: center;}
 .n_text_article08 .articleCon .ul1 li .text{}
 .n_text_article08 .articleCon .ul1 li .text p{font-size: 0.16rem;color: #323232;line-height: 0.28rem;height: 0.28rem;margin-top:0.1rem;text-align: center;overflow:hidden;    text-overflow: ellipsis;
    white-space: nowrap;


}


 .n_text_article08 .articleCon .ul2.on{display: flex;}
 .n_text_article08 .articleCon .ul2 li{display: none;width: 14rem;margin: 0 auto;height:8.5rem;position: relative;padding: 0.5rem;background: white;}
 .n_text_article08 .articleCon .ul2.on li.on{display: block;}
 .n_text_article08 .articleCon .ul2 li a{}
 .n_text_article08 .articleCon .ul2 li a img{display: block;width: 100%;max-height: 100%;object-fit: fill;}
 .n_text_article08 .articleCon .ul2 li .btnclose{position: absolute;right: -0.25rem;top: -0.25rem;cursor: pointer;transition: 0.6s all;width: 0.5rem;height: 0.5rem;}
 .n_text_article08 .articleCon .ul2 li .btnclose:hover{transform: rotate(90deg);transition: 0.6s all;}
 


 @media (max-width:1200px) {
	 .n_text_article08 .articleCon .ul1 li .pic{max-height: 100%;height: 20vw;}
	 .n_text_article08 .articleCon .ul2{padding-top: 1.2rem;}
 }
 @media (max-width:850px) {
	  .n_text_article08 .articleCon .ul1 li .pic{height: 28vw;}
	  .n_text_article08 .articleCon .ul1 {justify-content: space-between;margin: 0;}
	 .n_text_article08 .articleCon .ul1 li{width: 48%;margin-bottom: 2%;}
         .n_text_article08 .articleCon2 .ul1 li{width: 48%;margin-bottom: 2%;}
	 .n_text_article08 .articleCon .ul2 li{width: 100%;height: auto;}
	  .n_text_article08 .articleCon .ul2 li .btnclose{bottom: -0.25rem;left: 50%;margin-left: -0.25rem;right: auto;top: auto;}
	  .n_text_article08 .articleCon .ul2 li{padding: 0.2rem;}
	  
	  .n_text_article08 .articleCon .ul1 li .text p{font-size: 0.18rem;}
 }
 @media (max-width:414px) {
	 .n_text_article08 .articleCon .ul1 li .pic{height: auto;}
	.n_text_article08 .articleCon .ul1 li{width: 100%;margin-bottom: 4%;} 
 }
/* 关于本馆-风貌 结束 */

/* 头尾样式开始 */
.w15{width: 15rem;margin: 0 auto;}
.clearfix::after{content: "";display: block;clear: both;}
.header_box .w1200{height:100%;position:relative;max-width: 1650px;}
.header{}
#header .logo{ margin-top: 0;width:3.33rem;}
#header .logo .box_table{width: 100%;
    display: table;
    height: 100%;}
#header .logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}
	#header .logo .box_table .box_table_cell a{display: block;width: 100%;}
	#header .logo .box_table .box_table_cell img{}

#header .logo .xx p{    line-height: 15px !important;}
#header .logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "楷体";
    font-size: 24px;
    text-align: center;}
	.head_bottom>.right{width: auto;display: flex;align-items: center;height: 100%;}
.logo{float:left;height:100%;position: relative; max-width: calc(100% - 60px);}
.logo img{    transition: 0.4s;max-width: 100%;}
.logo img.img2{ display:none}
.nav{float: right;padding-top: 0.12rem;width: 100%;display: flex;justify-content: flex-end;align-items: center;}
.nav>ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.nav>ul>li{z-index:0;margin: 0 20px;}

.nav>ul>li.on:before, .nav>ul>li:hover:before{width:140%;left:-20%;}
.nav>ul>li>a{display:block;transition: 0.4s;color:#b7b7b7;position: relative;z-index: 3;}
.nav>ul>li h3{font-size: 0.2rem;line-height: 0.24rem;position:relative;display: inline-block;color: #fff;font-weight: 600;padding:.1rem 0rem;transition: 0.4s;}
.nav>ul>li>a:hover h3{color: #fce0c1;}
.nav>ul>li>a i{ margin:-3px 0 0 .1rem; display:inline-block; width:10px; height:5px; background:url() center no-repeat; transition:.5s}
.nav>ul>li.on a i, .nav>ul>li:hover>a i{ background:url() center no-repeat;}
.nav>ul>li>a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}

.nav>ul>li:hover>a, #header .nav>ul>li.on a, #header.xg .nav>ul>li:hover>a{color: #fff;}

.nav>ul>li>a>p{content: "";display: block;width: 0.23rem;height: 0.12rem;position: absolute;bottom: -0.1rem;left: calc(50% - 0.115rem);opacity: 0;visibility: hidden;opacity: 0;transition: 0.4s;background: url(../images23/sy_nav_sub_jt.png) no-repeat center bottom;z-index: 3;background-size:0.23rem;}
.nav>ul>li:hover>a>p{visibility: initial;opacity: 1;}

.nav .submenu{width: 100%;position: absolute;left: 0;top: 100%;background: #fff url(../images23/sy_nav_sub_bg.jpg) no-repeat bottom right;z-index: 333;box-shadow: 0 0 0.56rem rgba(0,0,0,0.32);padding: 0 0.30rem;z-index: 1;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: space-between;

}
.nav .submenu .hh{width: calc(100% - 5rem);display: flex;flex-wrap: wrap;align-items: flex-start;height: 1rem;}
.nav .submenu .hh .box_ej{flex: none;width: 20%;padding-bottom: 0;}
.nav .submenu .hh .box_ej::after{display: none;}
.nav .submenu .hh .box_ej::before{display: none;}
.nav .submenu .hh .box_ej .table>a{margin-bottom: 0;}

.nav .submenu .hh .box_ej .table{margin: 0;}

.nav>ul>li:hover .submenu{display: flex;visibility: initial;opacity: 1;}


.nav .submenu .box_ej{flex: 1;padding: 0.5rem 1% 0.45rem;position: relative;}
.nav .submenu .box_ej .table{display: table;margin: 0 auto;position: relative;z-index: 3;}
.nav .submenu .box_ej:hover::after,.nav .submenu .box_ej:hover::before,.nav .submenu .box_ej.on::after,.nav .submenu .box_ej.on::before{height: 50%;}
.nav .submenu .box_ej::after{content: "";display: block;width: 100%;height: 0%;background: #f7f7f7;position: absolute;top: 50%;left: 0;z-index: 1;transition: 0.4s;}
.nav .submenu .box_ej::before{content: "";display: block;width: 100%;height: 0%;background: #f7f7f7;position: absolute;bottom: 50%;left: 0;z-index: 1;transition: 0.4s;}

.nav .submenu .box_ej .table>a{display: block;margin-bottom: 0.28rem;}
.nav .submenu .box_ej .table>a p{font-size: 0.18rem;color: #333333;transition: 0.4s;line-height: 0.26rem;font-weight: 600;}
.nav .submenu .box_ej .table>a:hover p,.nav .submenu .box_ej.on .table>a p{color: #990f00;}
.nav .submenu .box_sj>a{display: block;margin-bottom: 0.18rem;}
.nav .submenu .box_sj>a p{font-size: 0.16rem;color: #555555;padding-left: 0.1rem;line-height: 0.22rem;position: relative;transition: 0.4s;}
.nav .submenu .box_sj>a:hover p,.nav .submenu .box_sj>a.on p{color: #990f00;}
.nav .submenu .box_sj>a p::after{content: "";display: block;width: 0.05rem;height: 0.05rem;background: #990f00;border-radius: 50%;position: absolute;left: 0;top: calc(50% - 0.035rem);}


.nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
.nav>ul>li:hover h3:after,.nav>ul>li.on h3:after{  transform:scale(1);}
.nav>ul>li:hover h3:before, .nav>ul>li.on h3:before{opacity:1;visibility:visible;display: none;}

.nav .search_btn{width: 0.4rem;height: 0.4rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: rgba(255,255,255,0.1);}





.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;width: 0.2rem;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}



.search_btn{margin-left: 0rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}

.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 561px;
	margin: 0 auto;
	padding: 0 0rem 0 0.3rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 0.56rem;
	width: calc(100% - 0.89rem);
	background-color: transparent;
	font-size: 0.2rem;
	line-height: .25rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images23/search.png');
	background: #c22427 url('../images23/search.png') no-repeat center center;
	height: 0.56rem;
	width: 0.89rem;
	border-radius: 100px;
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images23/close-btn.svg');
	background-size: 0.56rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog .hot-search{
	font-size: 0;
	width:3.12rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url();
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
	position: absolute;
    width: 24px;
    height: 24px;
    z-index: 10;
    right: 2.14rem;
    top: 0.48rem;
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;

    background-repeat: no-repeat;
    background-image: url(../images23/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*顶部搜索*/
.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.4rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.2rem;color: #fff;height: 40px;line-height: 40px;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 51px 0 16px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images23/search_white.svg) center center no-repeat; background-size: 55%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 99;float: right;margin-left: 0;display: none;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 25px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 10px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 0.5rem 0 0.5rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: rgba(155,0,0,0.98);}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0;overflow: auto; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 0.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav>ul>li h3{  position: relative;
    z-index: 3;}

#m_nav li .a { display: inline-block; width: auto; }
#m_nav li .a {line-height: 0.8rem;height: 0.8rem;color: #fff;padding: 0;font-size: 0.2rem;float: none !important;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 0.8rem;display: inline-block;background: url(../images23/arrow_down.svg) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;top:0;}

#m_nav li.on i {background: url(../images23/arrow_down_on.svg) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: table;font-size: 14px;color: rgba(255,255,255,.8);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
#m_nav .title .list .aa{    position: relative;
    z-index: 3;}

#m_nav .title .list .xli{
position: relative;
padding-left: 0.2rem;
}

#m_nav .title .list .xjt{
	opacity: 1;
    display: inline-block;
    width: 50px;
    height: 40px;
    display: inline-block;
    background: url(../images23/arrow_down.svg) center center no-repeat;
    background-size: 13px 13px !important;
    position: absolute;
    display: block;
    right: 0;
	top: 0;
}
#m_nav .title .list .xjt.on{background: url(../images23/arrow_down_on.svg) center center no-repeat;}

#m_nav .title .list .sun{
background: rgba(255,255,255,0.2);
width: 94%;
padding: 0.15rem 0.2rem;
display: none;
}
#m_nav .title .list .sun a{    line-height: 0.35rem;height: auto;}


/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header .logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header .logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header .logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 15px;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #9b0000;background-size: cover;}
#m_header .logo{float: left;}
#m_header .logo img{max-height: 40px;width: auto;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}



.toubu_div.yc_gd_dh{z-index: 2000;top: -200px;position: fixed;transition: 0.4s;background: #990f00;padding-top: 0;}
.toubu_div.yc_gd_dh.on{top: 0;}
.toubu_div.yc_gd_dh .head_bottom{align-items: center;}
.toubu_div.yc_gd_dh .head_bottom .pc_top_lj{display: none;}
.toubu_div.yc_gd_dh .nav .search_btn{background-color: #ff9c00;}
.toubu_div.yc_gd_dh .head_bottom{padding: 0.1rem 0;}
.toubu_div.yc_gd_dh .nav{padding-top: 0;}
.toubu_div.yc_gd_dh #header .logo{width: 2.8rem;}
.toubu_div.yc_gd_dh .nav>ul>li>a>p{bottom: -0.14rem;}
.toubu_div.yc_gd_dh.showdiv{top: 0;}



.toubu_div{position: absolute;left: 0;top: 0;width: 100%;z-index: 1000;padding-top: 0.35rem;transition: 0.4s;}
.toubu_div::after{content: '';width: 100%;height: 0;background: #990f00;position: absolute;left: 0;top: 0;transition: 0.4s;z-index: 1;}
.toubu_div .head_bottom{width: 15rem;margin: 0 auto;display: flex;justify-content: space-between;position: relative;padding-bottom: 0.1rem;}

.toubu_div .head_bottom .right{width: calc(100% - 420px);flex-wrap: wrap;justify-content: flex-end;}
.toubu_div .head_bottom .right .close{display: none;    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    color: #fff;
    z-index: 10000;
cursor: pointer;
}

.toubu_div .head_bottom .pc_top_lj{width: 100%;display: flex;justify-content: flex-end;align-items: center;transition: 0.8s;overflow: hidden;}
.toubu_div .head_bottom .pc_top_lj .xx{display: flex;align-items: center;padding: 0.08rem 0.07rem;background: #ba2312;border-radius: 100px;}
.toubu_div .head_bottom .pc_top_lj .xx>div{display: flex;align-items: center;margin: 0 7px;}
.toubu_div .head_bottom .pc_top_lj .xx>div img{margin-right: 5px;max-width: 0.13rem;}
.toubu_div .head_bottom .pc_top_lj .xx>div p{font-size: 0.12rem;color: #fff;line-height: 12px;}
.toubu_div .head_bottom .pc_top_lj .xx>div p a{color:#fff;}

.toubu_div .head_bottom .pc_top_lj .lj{display: flex;}
.toubu_div .head_bottom .pc_top_lj .lj a{display: block;margin-left: 0.28rem;}
.toubu_div .head_bottom .pc_top_lj .lj div{display: flex;align-items: center;}
.toubu_div .head_bottom .pc_top_lj .lj div img{margin-right: 5px;max-width: 0.13rem;}
.toubu_div .head_bottom .pc_top_lj .lj div p{font-size: 0.12rem;color: #fff;line-height: 12px;}



.toubu_div.on{padding-top: 0.1rem;background: #990f00;}
.toubu_div.on .head_bottom{align-items: center;}
.toubu_div.on .head_bottom .pc_top_lj{height: 0;opacity: 0;visibility: hidden;}
.toubu_div.on .nav{padding-top: 0;}
.toubu_div.on .nav .search_btn{    background-color: #ff9c00;}

/* 手机端 */
#m_nav .pc_top_lj{width: 100%;display: flex;flex-direction: column;}
#m_nav .pc_top_lj .xx{display: flex;padding: 0.08rem 0.07rem;background: #ba2312;border-radius: 100px;width: 3.5rem;margin: 0.1rem 0 0.2rem 0.2rem;

    width: auto;
    justify-content: center;
    max-width: calc(100% - 0.4rem);
}
#m_nav .pc_top_lj .xx>div{display: flex;align-items: center;margin: 0 7px;}
#m_nav .pc_top_lj .xx>div img{margin-right: 5px;}
#m_nav .pc_top_lj .xx>div p{font-size: 12px;color: #fff;line-height: 12px;}
#m_nav .pc_top_lj .xx>div p a{color:#fff;}

#m_nav .pc_top_lj .lj{display: flex;}
#m_nav .pc_top_lj .lj a{display: block;margin-left: 0.28rem;}
#m_nav .pc_top_lj .lj div{display: flex;align-items: center;}
#m_nav .pc_top_lj .lj div img{margin-right: 5px;}
#m_nav .pc_top_lj .lj div p{font-size: 12px;color: #fff;line-height: 12px;}



.footerNy{background: url(../images23/foot_bg.jpg) repeat;top: calc(100% - 2.4rem) !important;height: 2.4rem !important;}
.foot{height: 100%;}
.foot .w15{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.foot .left{}
.foot .left h2{font-size: 0.2rem;color: #fff;margin-bottom: 0.16rem;}
.foot .left ul{width: 3.6rem;display: flex;flex-wrap: wrap;}
.foot .left ul li{}
.foot .left ul li a{display: block;min-width: 0.7rem;margin-right: 0.25rem;}
.foot .left ul li p{font-size: 0.16rem;color: #fff;opacity: 0.8;transition: 0.4s;line-height: 0.32rem;}
.foot .left ul li a:hover p{opacity: 1;}
.foot .cen{}
.foot .cen a{}
.foot .cen img{width: 3.3rem;}
.foot .right{display: flex;justify-content: flex-end;flex-direction: column;align-items: flex-end;}
.foot .right ul{display: flex;margin-bottom: 0.1rem;width: 3.6rem;justify-content: flex-end;}
.foot .right ul li{width: 0.5rem;height: 0.5rem;background: rgba(255,255,255,0.2);border-radius: 50%;margin-right: 0.06rem;position: relative;cursor: pointer;transition: 0.4s;}
.foot .right ul li .ewm{display: none;position: absolute;width: 1.5rem;height: 1.5rem;bottom: calc(100% + 0.1rem);left: calc(50% - 0.75rem);z-index: 99;}
.foot .right ul li .ewm img{width: 100%;}
.foot .right ul li:hover .ewm{display: block;}
.foot .right ul li:hover{background: rgba(255,255,255,0.4);}
.foot .right ul li>img{width: 100%;}
.foot .right .bq{}
.foot .right .bq p{font-size: 0.14rem;color: #fff;opacity: 0.5;line-height: 0.2rem;}
.foot .right .bq a{font-size: 0.14rem;color: #fff;opacity: 0.5;line-height: 0.2rem;}


@media(max-width: 1650px){
  .w1600{width: 95%;}
  .head_bottom{width: 95%;}

  .sy_yc_lj{top: auto;bottom: 112px;right: .625rem;}
  .sy_yc_lj ul li p{display: none;}
  .sy_yc_lj ul li{height: 1.875rem;width: 1.25rem;}
  .sy_yc_lj ul li img{width: 1.25rem;}
}

@media(max-width: 1400px){
	#header .logo .box_table{width: 100%;}
	#header .logo{width: 35%;}

}
@media(max-width: 1200px){
	.toubu_div .head_bottom{width: 100%;}
	.nav>ul>li{margin: 0 11.2px;}

}
@media(max-width: 1024px){
    #nav_btn_box{display: block;}
	.m_header_box{display: block;}
	html{overflow-y: auto;}

	#pages .page .intro{width: 95%;padding: 0.3rem 0;}
	.w15{width: 95%;}

	a.sy_more{position: relative !important;top: 0;left: 0;}

	.footerNy{height: auto !important;}
	.foot{padding: 0.3rem 0;}
	.foot .w15{flex-direction: column; align-items: center;justify-content: center;}
	.foot .cen{margin: 0.3rem 0;}
	.foot .left ul{width: 100%;}
	.foot .right ul{width: 100%;}
}
@media(max-width: 950px){


}
@media(max-width: 800px){

}
@media(max-width: 700px){

}

@media(max-width: 650px){
	#m_header .logo{width: 80%;}

}
	
/* 头尾样式结束 */
.sy_p1_dh{position: fixed;z-index: 5!important;}
.sy_p1_dh .header_box{position: relative;z-index: 99999!important;}
.bg:{z-index: -5;}
.bg::after{content: "";position: absolute;background: url(../images23/sy_p1_bg2.png) no-repeat top center;left: auto;top: 0;right: auto;z-index: -1;width: 100%;height: 2.6rem;    background-size: cover;}
@media(max-width: 1200px){
	.bg::after{height: 2.0rem;}
}
@media(max-width: 1024px){
	.bg::after{height: 0;}
	.toubu_div{padding-top: 0!important;}
}


/* 手机顶部导航样式 */

.nav>ul>li .btn{width: 0.5rem;height: 0.63rem;position: absolute;top: 0;right: 0;    background: url(../images23/sy_nav_sub_jt.png) no-repeat center center;background-size: 0.18rem; z-index: 6;transform: rotate(180deg);
cursor: pointer;
transition: 0.4s;
display: none;
}
.nav>ul>li .btn.on{transform: rotate(0deg);}

.nav>ul>li .table .btn{background: url(../images23/z_dzsc_btn_x.png) no-repeat center center;transform: rotate(0deg);top: -0rem;height: 0.6rem;}
.nav>ul>li .table .btn.on{transform: rotate(-180deg);}

@media(max-width: 1024px){

	body .toubu_div{position: fixed !important;}
	body .nav>ul>li .btn{display: block;}
	body .pub-close{right: 0.1rem;top: 0.1rem;}

	.nav>ul>li{position: relative;}

body .toubu_div{padding-top: 0rem !important;background: #990f00 !important;}
body .toubu_div .head_bottom{align-items: center !important;width: 100% !important;padding: 0 2.5%;}
body .toubu_div .head_bottom .pc_top_lj{height: auto !important;opacity: 1 !important;visibility: visible !important;
flex-wrap: wrap;
flex-direction: column;
}
body .toubu_div .head_bottom .pc_top_lj .lj a{margin: 0.2rem 0.1rem 0;}
body .toubu_div .head_bottom .pc_top_lj .xx>div p{font-size: 0.16rem;}
body .toubu_div .head_bottom .pc_top_lj .lj div p{font-size: 0.16rem;}

body .toubu_div .nav{padding-top: 0 !important;position: relative;}
body .toubu_div .nav .search_btn{    background-color: #ff9c00 !important;position: absolute;right: 0;top: 0;}
body .nav>ul>li{margin: 0;}

body .toubu_div .head_bottom{height: 60px;padding: 0 0.2rem;}
body .logo{height: 70%;}
body .logo div{height: 100%;}
body .logo div div{height: 100%;}
body .header .logo .box_table .box_table_cell a{display: flex !important;height: 100%;align-items: center;}
body .logo img{max-height: 100%;}

body .toubu_div .head_bottom .right{position: fixed;width: 100%;height: 100%;background: #990f00;top: 0;right: 0;
display: block;
overflow: auto;
padding-top: 0.4rem;
z-index: 999;
left: 100%;
transition: 0.4s;
}
body .toubu_div .head_bottom .right.on{left: 0;}
body .toubu_div .head_bottom .right .close{display: block;}

body .toubu_div .head_bottom .pc_top_lj{justify-content: center;margin-bottom: 0.2rem;}
body .toubu_div .nav{width: 90%;margin: 0 auto;display: table;float: none;}
body .nav>ul{display: block;}
body .nav>ul>li:hover .submenu {
    display: none;
}
body .nav>ul>li .submenu{    opacity: 1;
    visibility: visible;top: 0;position: relative;
	display: none;
	padding: 0;
	transition: none;
}

body .nav .submenu .box_ej{padding: 0rem;}
body .nav .submenu .box_sj{display: flex;flex-wrap: wrap;padding: 0 0.2rem;display: none;}
body .nav .submenu .box_sj>a{width: 33.33%;}
body .nav .submenu .box_ej .table>a{margin-bottom: 0;padding: 0.2rem;}

body .nav>ul>li>a{padding: 0.1rem 0;}
body .nav>ul>li>a>p{display: none;}
body .nav .submenu .box_ej .table{width: 100%;}

body .nav .submenu .hh{width: 100%;display: block;height: auto;}
body .nav .submenu .hh .box_ej{width: 100%;}

}





/*==========================================内页 结束=============================================*/





/* 2023-12-20--新增页面 */



.ej_hdrl{display: flex;justify-content: space-between;flex-direction: row-reverse;justify-content: space-between;width: 100%;flex-wrap: wrap;}
.hdrl_rl_box{width: 3rem;}
.hdrl_rl_box .rl{box-shadow: 0px 0px 0.1rem 0px rgba(6, 0, 1, 0.1);}

.hdrl_list{width: 10rem;}
.hdrl_list ul{}
.hdrl_list ul li{border-bottom: 1px solid #d9d9d9;}
.hdrl_list ul li a{}
.hdrl_list ul li .box{display: flex;justify-content: space-between;align-items: flex-start;padding: 0.48rem 0;}
.hdrl_list ul li:first-child .box{padding-top: 0;}

.hdrl_list ul li .box .sj{display: table;padding-bottom: 0.22rem;position: relative;}
.hdrl_list ul li .box .sj .p1{font-size: 0.26rem;color: #353535;margin-bottom: 0.13rem;}
.hdrl_list ul li .box .sj .p2{font-size: 0.14rem;color: #353535;text-align: right;}
.hdrl_list ul li .box .sj::after{content: "";display: block;width: calc(100% - 0.15rem);height: 1px;background: #990f00;position: absolute;right: 0;bottom: 0;}

.hdrl_list ul li .box .con{width: calc(100% - 1.1rem);}
.hdrl_list ul li .box .con .bt{font-size: 0.22rem;color: #353535;margin-bottom: 0.22rem;transition: 0.4s;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hdrl_list ul li .box .con .xx{}
.hdrl_list ul li .box .con .xx p{font-size: 0.14rem;color: #737373;padding-left: 0.2rem;line-height: 0.18rem;margin-bottom: 0.1rem;background-size: 0.13rem !important;}
.hdrl_list ul li .box .con .xx .p1{background: url(../images23/z_hdrl_ico_sj.png) no-repeat left center;}
.hdrl_list ul li .box .con .xx .p2{background: url(../images23/z_hdrl_ico_dd.png) no-repeat left center;margin-bottom: 0;}

.hdrl_list ul li a:hover .box .con .bt{color: #990f00;
padding-left: 0.06rem;}


@media(max-width: 1024px){
	.ej_hdrl{justify-content: center;}
	.hdrl_list{width: 100%;margin-top: 0.3rem;}
	.hdrl_list ul li .box{padding: 0.3rem 0;}
}


/* 活动日历--结束 */





.ej_dzsc{}
.ej_dzsc::after{content: "";display: block;clear: both;}

.dzsc_right{width: 2.4rem;float: right;}
.dzsc_right .sj_btn{width: 0.3rem;height: 0.4rem;background: #990f00;position: absolute;right: 100%;top: calc(50% - 0.2rem);border-radius: 200px 0 0 200px;display: flex;justify-content: center;align-items: center;cursor: pointer;display: none;}
.dzsc_right .sj_btn p{font-family: 宋体;color: #fff;font-size: 0.18rem;font-weight: bold;}


.dzsc_right .w14{width: 100%;}
.dzsc_right .w14::after{content: "";display: block;clear: both;}
.dzsc_right ul{border-left: 1px solid #990f00;max-height: calc(100vh - 3.5rem);overflow: auto;direction: rtl;}
.dzsc_right ul li{margin-bottom: 0.12rem;position: relative;direction: ltr;}
.dzsc_right ul li a{}
.dzsc_right ul li p{padding: 0.1rem 0.15rem;font-size: 0.14rem;color: #333333;line-height: 0.23rem;position: relative;z-index: 3;transition: 0.4s;text-align: left;}
.dzsc_right ul li::after{content: "";display: block;width: 100%;height: 100%;background: #990f00;position: absolute;top: 0;left: 0;border-radius: 0 100px 100px 0;z-index: 1;width: 0;transition: 0.4s;}

.dzsc_right ul li.on::after{width: 100%;}
.dzsc_right ul li.on p{color: #fff;}


.dzsc_right.navFix{position: fixed;top: 0.75rem;right: 0;width: 100%;z-index: 1;}
.dzsc_right.navFix .w14{width: 14rem;}
.dzsc_right.navFix ul{width: 2.4rem;float: right;}


/*定义滚动条样式（高宽及背景）*/ 
.dzsc_right ul::-webkit-scrollbar { 
	width: 3px;   /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
} 
/*定义滚动条轨道（凹槽）样式*/ 
.dzsc_right ul::-webkit-scrollbar-track { 
	   /* 较少使用 */
	border-radius: 3px; 
} 
/*定义滑块 样式*/ 
.dzsc_right ul::-webkit-scrollbar-thumb { 
	border-radius: 3px; 
	height: 10px;    /* 滚动条滑块长度 */
	background-color: #990f00; 
}

@media(max-width: 1430px){
.dzsc_right .w14{margin: 0 auto;}
  .dzsc_right.navFix .w14{ width: calc(100% - 45px);
    margin: 0 30px 0 15px;}

 
}

@media(max-width: 1024px){

	.dzsc_right .w14{width: 100% !important;margin: 0;}
	.dzsc_right{width: 1.5rem !important;right: -1.5rem !important;z-index: 100; top: 3rem !important; position: fixed;transition: 0.4s;background: #fff;}
	.dzsc_right .sj_btn{display: flex;}
	.dzsc_right.on{right: 0 !important;}
}
@media(max-width: 650px){

}



.ej_tyxl_box{width: calc(100% - 2.9rem);float: left;box-shadow: 0 0 0.05rem rgba(0,0,0,0.14);margin-bottom: 0.12rem;position: relative;z-index: 6;}
.ej_tyxl_box .x_tit{border-left: 0.04rem solid #990f00;position: relative;min-height: 0.6rem;display: flex;align-items: center;padding: 0.15rem 0;cursor: pointer;}

.ej_tyxl_box .x_tit::after{content: "";display: block;width: 100%;height: 0;bottom: 0;left: 0;position: absolute;z-index: 1;background: #990f00;transition: 0.4s;}
.ej_tyxl_box .x_tit p{font-size: 0.18rem;color: #353535;padding: 0 0.7rem 0 0.4rem;width: 100%;font-weight: 600;line-height: 0.24rem;position: relative;z-index: 3;transition: 0.4s;}
.ej_tyxl_box .x_tit .btn{width: 0.6rem;height: 0.6rem;position: absolute;right: 0;top: 0;background: url(../images23/z_dzsc_btn_x.png) no-repeat center center;background-size: 0.11rem !important;cursor: pointer;z-index: 5;transition: 0.4s;}

.ej_tyxl_box.on{box-shadow: none;}
.ej_tyxl_box.on .x_tit::after{height: 100%;}
.ej_tyxl_box.on .x_tit p{color: #fff;}
.ej_tyxl_box.on .x_tit .btn{background: url(../images23/z_dzsc_btn_x_bai.png) no-repeat center center;transform: rotate(-180deg);}

.ej_tyxl_box .x_tit:hover::after{height: 100%;}
.ej_tyxl_box .x_tit:hover p{color: #fff;}
.ej_tyxl_box .x_tit:hover .btn{background: url(../images23/z_dzsc_btn_x_bai.png) no-repeat center center;}



.ej_tyxl_box .nr_box{border: 1px solid #990f00;padding: 0.2rem;display: none;}
.ej_tyxl_box .nr_box p{font-size: 0.16rem !important;color: #333333;line-height: 0.32rem;}
.ej_tyxl_box .nr_box h3 p{font-weight: 600;padding-left:0;}
.ej_tyxl_box .nr_box p.vsbcontent_img{text-indent:0;text-align: center;}
.ej_tyxl_box .nr_box h3{font-size: 0.18rem;color: #333333;font-weight: 600;line-height: 0.32rem;padding-left: 0.17rem;position: relative;margin: 0.2rem 0;}
.ej_tyxl_box .nr_box h3::after{content: "";display: block;width: 0.04rem;height: 80%;position: absolute;left: 0;top: 10%;background: #990f00;}

.ej_tyxl_box .nr_box table{border-collapse: collapse;margin-bottom: 0.3rem;}
.ej_tyxl_box .nr_box table tr{}
.ej_tyxl_box .nr_box table tr th{    border: 1px solid #990f00;
    background: #990f00;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 600;
    line-height: 0.32rem;
    padding: 0.15rem 0.3rem;
    text-align: left;}
.ej_tyxl_box .nr_box table tr th p{    color: #fff !important;}
.ej_tyxl_box .nr_box table tr td{border: 1px solid #990f00;padding: 0.15rem 0.3rem;padding: 0.1rem 0.1rem;}
.ej_tyxl_box .nr_box table tr td p{font-size: 0.16rem;color: #666666;text-indent: 0;padding-left: 0;}

.ej_tyxl_box .nr_box a{color: #990f00;transition: 0.4s;}
.ej_tyxl_box .nr_box a:hover{color: #ff9c00;}

@media(max-width: 1024px){
	.ej_tyxl_box{width: 100%;}
	.ej_tyxl_box .nr_box table tr th{ padding: 0.1rem;}
	.ej_tyxl_box .nr_box table tr td{ padding: 0.1rem;}
	.ej_tyxl_box .x_tit p{padding: 0 0.5rem 0 0.4rem;}
}



.ej_tyxl_boxg{width: 100%;}






/* 读者手册--结束 */

.tj_ty_h1{font-size: 0.4rem;font-weight: 600;line-height: 0.5rem;text-align: center;margin-bottom: 0.38rem;}

.ej_ty_tit1{padding: 0.13rem 0.3rem;position: relative;display: table;margin-bottom: 0.2rem;}
.ej_ty_tit1::after{content: "";display: block;width: 0.05rem;height: 0.05rem;background: #990f00;position: absolute;left: 0;bottom: 0;border-radius: 50%;}
.ej_ty_tit1::before{content: "";display: block;width: 100%;height: 1px;background: #990f00;position: absolute;left: 0;bottom: 0.025rem;}
.ej_ty_tit1 p{font-size: 0.18rem;color: #333333;line-height: 0.3rem;font-weight: 600;}

.ej_dxtc{}
.dxtc_box1{padding-bottom: 0.2rem;border-bottom: 1px dashed #c9c9c9;margin-bottom: 0.5rem;}
.dxtc_box1 .con{}
.dxtc_box1 .con p{font-size: 0.16rem;line-height: 0.32rem;color: #333333;text-indent: 2em;margin-bottom: 0.15rem;}

.dxtc_box1 .gd{padding-left: 0.31rem;background: url(../images23/z_dxtc_lj_ico.png) no-repeat left 0.03rem;margin-bottom: 0.2rem;background-size: 0.21rem;}
.dxtc_box1 .gd a{display: block;}
.dxtc_box1 .gd p{font-size: 0.18rem;color: #990f00;line-height: 0.32rem;transition: 0.4s;}
.dxtc_box1 .gd a:hover p{color: #ff9c00;}

.ej_dxtc .ej_tyxl_box{width: 100%;}
.ej_dxtc .ej_tyxl_box .nr_box h3 font{font-weight: normal;}



@media(max-width: 1024px){
	.tj_ty_h1{font-size: 0.3rem;}
}

/* 大型特藏--结束 */





.ej_zytj{}
.ej_zytj ul{display: flex;flex-wrap: wrap;margin: 0 -0.125rem;}
.ej_zytj ul li{width: calc(33.33% - 0.25rem);margin: 0 0.125rem;box-shadow: 0 0 0.1rem rgba(0,0,0,.1);margin-bottom: 0.25rem;position: relative;}
.ej_zytj ul li::after{content: "";display: block;width: 0.2rem;height: 100%;background: #c3bd96;position: absolute;right: 0;top: 0;z-index: 1;}

.ej_zytj ul li a{display: block;width: 100%;position: relative;z-index: 3;}
.ej_zytj ul li .box{display: flex;align-items: center;justify-content: space-between; padding: 0.28rem 0.2rem;position: relative;width: 100%;padding-right: 0;}

.ej_zytj ul li .box .pic{width: 0.95rem;height: 0.95rem;border: 1px dashed #e1decb;padding: 0.05rem;border-radius: 50%;}
.ej_zytj ul li .box .pic_in{border: 1px solid #e1decb;border-radius: 50%;}
.ej_zytj ul li .box .pic_in img{display: block;width: 100%;}
.ej_zytj ul li .box .bt{font-size: 0.18rem;color: #333333;font-weight: 600;width: calc(100% - 1.4rem);padding-left: 0.1rem;}
.ej_zytj ul li .box .jt{width: 0.36rem;height: 0.36rem;background: #fff;border-radius: 50%;box-shadow: 0 0 0.1rem rgba(0,0,0,.1);display: flex;align-items: center;margin-right: 0.03rem;justify-content: center;}
.ej_zytj ul li .box .jt p{font-family: 宋体;font-size: 0.2rem;color: #c3bd96;text-align: center;}



.ej_zytj ul li+li+li+li .box .pic{border: 1px dashed #c9756c;}
.ej_zytj ul li+li+li+li .box .pic_in{border: 1px solid #c9756c;}
.ej_zytj ul li+li+li+li::after{background: #c9756c;}
.ej_zytj ul li+li+li+li .box .jt p{color: #c9756c;}

.ej_zytj ul li+li+li+li+li+li+li .box .pic{border: 1px dashed #8778b9;}
.ej_zytj ul li+li+li+li+li+li+li .box .pic_in{border: 1px solid #8778b9;}
.ej_zytj ul li+li+li+li+li+li+li::after{background: #8778b9;}
.ej_zytj ul li+li+li+li+li+li+li .box .jt p{color: #8778b9;}


.ej_zytj ul li:hover .box .pic_in img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}


@-webkit-keyframes circleProgressLoad_right{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(225deg);
	}
	100%{
		-webkit-transform: rotate(225deg);
	}
}
@-webkit-keyframes circleProgressLoad_left{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(45deg);
	}
	100%{
	-webkit-transform: rotate(225deg);
	}
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}


@media(max-width: 1024px){
	.ej_zytj ul li .box .pic{width: 0.6rem;height: 0.6rem;}
	.ej_zytj ul li .box .bt{width: calc(100% - 1.2rem);}
}

@media(max-width: 650px){
	.ej_zytj ul li{width: 100%;}
	.ej_zytj ul li .box{padding: 0.15rem 0.2rem;padding-right: 0;}
}






/* 资源推荐-结束 */




.ej_yxzl{width: 100%;margin-bottom: 0.8rem;}

.yxzl_tit{border-bottom: 1px solid #d9d9d9;padding-bottom: 0.2rem;position: relative;margin-bottom: 0.45rem;}
.yxzl_tit::after{content: "";display: block;width: 1rem;height: 1px;background: #990f00;position: absolute;bottom: -1px;left: calc(50% - 0.5rem);}
.yxzl_tit p{font-size: 0.48rem;color: #353535;font-weight: 600;text-align: center;line-height: 0.5rem;}



.yxzl_main{margin: 0 -0.2rem;display: flex;flex-wrap: wrap;}
.yxzl_main .box{width: calc(33.33% - 0.4rem);margin: 0 0.2rem;}
.yxzl_main .box .tit{height: 1.2rem;display: flex;align-items: center;background: #8778b9;position: relative;padding: 0 0.3rem;}
.yxzl_main .box+.box .tit{background: #c9756c;}
.yxzl_main .box+.box+.box .tit{background: #c3bd96;}

.yxzl_main .box .tit .pic{width: 0.8rem;height: 0.8rem;margin-right: 0.1rem;}
.yxzl_main .box .tit .pic img{display: block;width: 100%;}
.yxzl_main .box .tit .bt{font-size: 0.26rem;color: #ffffff;font-weight: bold;}
.yxzl_main .box .tit .xbg{font-size: 1.1rem;color: #fff;font-weight: bold;position: absolute;right: 0;top: 0.18rem;opacity: 0.1;}
.yxzl_main .box .con{background: #f5f3fd;padding: 0.4rem 0.38rem 0.2rem;min-height: 2.8rem;}
.yxzl_main .box .con+.box{background: #fbecea;}
.yxzl_main .box .con+.box+.box{background: #fcfaec;}

.yxzl_main .box .con ul{display: flex;flex-wrap: wrap;}
.yxzl_main .box .con ul li{margin-bottom: 0.2rem;width: 50%;}
.yxzl_main .box .con ul li a{}
.yxzl_main .box .con ul li p{font-size: 0.18rem;color: #333333;line-height: 0.24rem;padding-left: 0.14rem;position: relative;transition: 0.4s;padding-right: 0.1rem;}
.yxzl_main .box .con ul li p::after{content: "";display: block;width: 0.05rem;height: 0.05rem;background: #b5b5b5;border-radius: 50%;position: absolute;left: 0;top: 0.1rem;transition: 0.4s;}
.yxzl_main .box .con ul li a:hover p{color: #ff9c00;}
.yxzl_main .box .con ul li a:hover p::after{background: #ff9c00;}



@media(max-width: 1024px){
	.yxzl_tit p{font-size: 0.4rem;}

	.yxzl_main{}
	.yxzl_main .box{width: 100%;margin-bottom: 0.2rem;}
        .yxzl_main .box .con{min-height: auto;}
}


@media(max-width: 650px){
	.yxzl_main .box .con{padding: 0.2rem 0.15rem 0.1rem;}
	.yxzl_main .box .tit .pic{width: 0.6rem;height: 0.6rem;}
	.yxzl_main .box .tit{height: 0.8rem;}
}




.ej_wskt{width: 100%;}



.ej_wskt_list{}
.ej_wskt_list ul{display: flex;flex-wrap: wrap;margin: 0 -0.2rem;}
.ej_wskt_list ul li{width: calc(33.33% - 0.4rem);margin: 0 0.2rem 0.4rem;box-shadow: 0 0 0.07rem rgba(0,0,0,.1);transition: 0.4s;}
.ej_wskt_list ul li a{display: block;}
.ej_wskt_list ul li .box{padding: 0.2rem;background: #fff;padding-bottom: 0;}
.ej_wskt_list ul li .img_out{position: relative;}
.ej_wskt_list ul li .pic{width: 100%;height: 0;overflow: hidden;padding-bottom: 57.6%;position: relative;}
.ej_wskt_list ul li .pic img{width: 100%;height: 100%;object-fit: cover;transition: 0.4s;position: absolute;top: 0;left: 0;}
.ej_wskt_list ul li .play{width: 0.4rem;height: 0.4rem;background: url(../images23/z_wskt_list_play.png) no-repeat center center;background-size: 100% 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 3;}
.ej_wskt_list ul li .con{height: 0.85rem;display: flex;align-items: center;justify-content: center;padding: 0.1rem 0.1rem;}
.ej_wskt_list ul li .con .bt{font-size: 0.18rem;line-height: 0.26rem;color: #000000;text-align: center;font-weight: 600;max-height: 0.54rem;width: 100%;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ej_wskt_list ul li:hover .pic img{transform: scale(1.05);}
.ej_wskt_list ul li:hover{box-shadow: 0 0 0.07rem rgba(0,0,0,.3);}

.ej_wskt_list ul li:hover .play{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.ej_wskt_list ul li:hover .con .bt{color: #990f00;}

@media(max-width: 850px){
	.ej_wskt_list ul li{width: 100%;}
}


.ej_tpfz{width: 100%;display: block;}

.tpfz_lb{width: 100%;position: relative;padding: 0 2.1rem;overflow: hidden;padding-bottom: 0.33rem;margin-bottom: 0.6rem;}
.tpfz_lb .swiper-slide{filter: brightness(1);}
.tpfz_lb .swiper-slide a{display: block;position: relative;height: 0;padding-bottom: 60%;width: 100%;}
.tpfz_lb .swiper-slide .pic{}
.tpfz_lb .swiper-slide .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}


.tpfz_lb .swiper-pagination{bottom: 0 !important;top: auto;}
.tpfz_lb .swiper-pagination span{width: 0.13rem;height: 0.13rem;background: none;border: 1px solid #990f00;opacity: 1;}
.tpfz_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #990f00;}



.tpfz_lb2{overflow: hidden;}

.tpfz_con{}
.tpfz_con h2{font-size: 0.4rem;font-weight: 600;margin-bottom: 0.3rem;}
.tpfz_con .con{}
.tpfz_con .con p{font-size: 0.16rem;line-height: 0.32rem;text-indent: 2em;margin-bottom: 0.1rem;}




@media(max-width: 1024px){
	.tpfz_lb{margin-bottom: 0.3rem;}
	.tpfz_lb{padding: 0;padding-bottom: 0.33rem;}
	.tpfz_con h2{font-size: 0.3rem;}
	.tpfz_con .con p{font-size: 0.2rem;line-height: 0.4rem;}
}



.ej_tplb{width: 100%;display: block;}



.tplb_lb1{position: relative;width: 100%;overflow: hidden;}
.tplb_lb1 .swiper-slide{width: 100%;filter: brightness(1);}
.tplb_lb1 .swiper-slide a{display: block;width: 100%;}
.tplb_lb1 .swiper-slide .pic{width: 100%;height: 0;padding-bottom: 46.5%;position: relative;}
.tplb_lb1 .swiper-slide .pic img{display: block;position: absolute;top: 0;left: 0;object-fit: cover;width: 100%;height: 100%;}


.tplb_lb2{position: relative;width: calc(100% - 0.32rem);overflow: hidden;margin: 0 auto;z-index: 3;margin-top: -1.05rem;}
.tplb_lb2 .swiper-slide{filter: brightness(1);cursor: pointer;}
.tplb_lb2 .swiper-slide .pic{width: 100%;height: 1.05rem;position: relative;}
.tplb_lb2 .swiper-slide .pic img{display: block;width: 100%;height: 100%; position: absolute;top: 0;left: 0;object-fit: cover;}
.tplb_lb2 .swiper-slide .con{border: 1px solid #d9d9d9;border-top: 0;background: #fff;transition: 0.4s;}
.tplb_lb2 .swiper-slide .con p{font-size: 0.16rem;color: #333333;width: 100%;padding: 0.21rem 0;text-align: center;transition: 0.4s;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.tplb_lb2 .swiper-slide.swiper-slide-thumb-active{}
.tplb_lb2 .swiper-slide.swiper-slide-thumb-active .con{background: #990f00;}
.tplb_lb2 .swiper-slide.swiper-slide-thumb-active .con p{color: #fff;}


.tplb_lb3{position: relative;overflow: hidden;margin-top: 0.8rem;}
.tplb_lb3 .swiper-slide{filter: brightness(1);}


@media(max-width: 1024px){
	.tplb_lb2{margin-top: 0.1rem;width: 100%;}
	.tplb_lb2 .swiper-slide .con p{padding: 0.15rem 0;}
	.tplb_lb3{margin-top: 0.4rem;}
}



.ej_pbl{display: block;width: 100%;}

.masonry{margin: 0 -0.135rem;}
.ej_pbl .item{width: calc(25% - 0.27rem);margin: 0 0.135rem;}
.ej_pbl .item.hide{display: none;}
.ej_pbl .item a{display: block;}
.ej_pbl .item .box{overflow: hidden;}
.ej_pbl .item .box img{display: block;width: 100%;transition: 0.4s;}
.ej_pbl .item .bt{font-size: 0.18rem;color: #000000;font-weight: 600;text-align: center;line-height: 0.24rem;padding: 0.18rem 0 0.2rem;transition: 0.4s;}

.ej_pbl .item a:hover .box img{transform: scale(1.05);}
.ej_pbl .item a:hover .bt{color: #990f00;}

.pbl_jzgd{display: table;margin: 0.4rem auto 0;cursor: pointer;}
.pbl_jzgd p{font-size: 0.18rem;color: #737373;text-align: center;line-height: 0.24rem;padding: 0.2rem 0;}
.pbl_jzgd.show{display: block;}

@media(max-width: 1024px){
	.ej_pbl .item{width: calc(33.33% - 0.27rem);}
}

@media(max-width: 650px){
	.ej_pbl .item{width: calc(50% - 0.27rem);}
}





.ej_sdtj{}


.sdtj_box{padding-bottom: 0.4rem;border-bottom: 1px dashed #c9c9c9;margin-bottom: 0.4rem;}
.sdtj_bt{padding-left: 0.3rem;background: url(../images23/z_dxtc_lj_ico.png) no-repeat left 0.01rem;background-size: 0.21rem;}
.sdtj_bt a{display: flex;}
.sdtj_bt .p1{font-size: 0.18rem;color: #000000;line-height: 0.24rem;transition: 0.4s;
max-width: calc(100% - 1rem);
}
.sdtj_bt .p2{font-size: 0.16rem;color: #737373;font-style: italic;line-height: 0.24rem;margin-left: 0.3rem;transition: 0.4s;}
.sdtj_bt a:hover p{color: #990f00;}

.sdtj_zy{padding-left: 0.34rem;margin: 0.2rem 0;}
.sdtj_zy p{font-size: 0.16rem;color: #555555;line-height: 0.2rem;margin-bottom: 0.16rem;}


.sssd_box_tit{margin-bottom: 0.28rem;}
.sssd_box_tit p{font-size: 0.18rem;color: #000000;font-weight: bold;}

.sssd_box{display: flex;flex-wrap: wrap;padding-bottom: 0.2rem;border-bottom: 1px dashed #c9c9c9;}
.sssd_box>div{width: 50%;margin-bottom: 0.2rem;}


@media(max-width: 650px){
	.sssd_box>div{width: 100%;}
}






.ej_sdtj_list{display: block;width: 100%;}

.sdtj_list_tit{margin-bottom: 0.3rem;}
.sdtj_list_tit p{font-size: 0.4rem;font-weight: 600;line-height: 0.5rem;}

.sdtj_list_ss{display: flex;margin-bottom: 0.35rem;}
.sdtj_list_ss form{display: flex;}
.sdtj_list_ss form .txt{width: 4.4rem;height: 0.4rem;border: 1px solid #990f00;border-radius: 0.08rem;padding: 0 0.1rem;}
.sdtj_list_ss form .btn{width: 1rem;height: 0.4rem;background: url(../images23/z_sdtj_list_ssbtn_nowz.jpg) no-repeat center center;background-size: 1rem;border-radius: 0.08rem;margin-left: 0.1rem;
position: relative;}

.sdtj_list_ss form .btn_out{position: relative;}
.sdtj_list_ss form label{position: absolute;right: 0.2rem;top: calc(50% - 0.14rem);color: #fff;font-size: 0.16rem;}

.sdtj_list_ss .px{display: flex;align-items: center;cursor: pointer;}
.sdtj_list_ss .px div{font-size: 0.18rem;color: #000000;transition: 0.4s;margin-left: 0.2rem;line-height: 0.24rem;}
.sdtj_list_ss .px div.on{color: #990f00;cursor: pointer;}



.dtj_list_ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;
    min-height: 2rem;

 }
.dtj_list_ul li{padding: 0.3rem;box-shadow: 0 0 0.15rem rgba(0,0,0,0.07);width: calc(50% - 0.2rem);margin-bottom: 0.4rem;}
.dtj_list_ul li a{display: block;}
.dtj_list_ul li .shang{display: flex;border-bottom: 1px dashed #d9d9d9;padding-bottom: 0.25rem;margin-bottom: 0.3rem;}
.dtj_list_ul li .shang .pic{width: 1.7rem;height: 2.3rem;position: relative;}
.dtj_list_ul li .shang .pic img{display: block;width: 100%;position: absolute;top: 0;left: 0;height: 100%;object-fit: cover;transition: 0.4s;}
.dtj_list_ul li .shang .con{width: calc(100% - 1.7rem);padding-left: 0.35rem;padding-top: 0.2rem;}
.dtj_list_ul li .shang .con .bt{font-size: 0.2rem;font-weight: 600;color: #000000;line-height: 0.26rem;transition: 0.4s;}
.dtj_list_ul li .shang .con .line{width: 0.3rem;height: 0.02rem;background: #990f00;margin: 0.1rem 0 0.2rem;}
.dtj_list_ul li .shang .con .xx{margin-bottom: 0.13rem;}
.dtj_list_ul li .shang .con .xx::after{content: "";display: block;clear: both;}
.dtj_list_ul li .shang .con .xx p{color: #000;font-size: 12px;font-weight: bold;line-height: 20px;text-align: justify;width: 100%;width: 80px;float: left;height: 0.2rem;}
.dtj_list_ul li .shang .con .xx p::after{    content:"";
    display: inline-block;
    width:100%;
    overflow:hidden;
    height:0;}
.dtj_list_ul li .shang .con .xx font{display: block;font-size: 12px;color: #737373;line-height: 20px;width: calc(100% - 80px);float: left;}

.dtj_list_ul li a:hover .shang .pic img{transform: scale(1.05);}
.dtj_list_ul li a:hover .shang .con .bt{color: #990f00;}
.dtj_list_ul li a{transition: 0.4s;}
.dtj_list_ul li a:hover{color: #ff9c00;}

.dtj_list_ul li .xia{}
.dtj_list_ul li .xia h2{font-size: 0.2rem;color: #333333;line-height: 0.3rem;}
.dtj_list_ul li .xia .box{}
.dtj_list_ul li .xia .box .xtit{font-size: 0.16rem;color: #333333;line-height: 0.24rem;margin-bottom: 0.1rem;margin-top: 0.18rem;}
.dtj_list_ul li .xia .box p{font-size: 12px;line-height: 20px;color: #737373;}

.dtj_list_ul li .xia .box table{border-collapse: collapse;margin-bottom: 0.3rem;width: 100%;}
.dtj_list_ul li .xia .box table tr{}
#table_box table tr:nth-child(1) td{border: 1px solid #d9d9d9;background: #f2f2f2;font-size: 0.16rem;color: #333333;line-height: 0.32rem;padding: 0.1rem 0.3rem;width: 33.33%;}
#table_box table tr:nth-child(1) td p{font-weight:bold;font-size: 0.16rem !important;}
#table_box table tr td{border: 1px solid #d9d9d9;padding: 0.15rem 0.2rem;}
#table_box table tr td p{font-size: 12px !important;color: #666 !important;text-indent: 0;padding-left: 0;}




@media(max-width: 650px){
    .sdtj_list_tit p{font-size: 0.3rem;}
	
	.sdtj_list_ss{flex-wrap: wrap;}
	.sdtj_list_ss form{flex-wrap: wrap;width: 100%;margin-bottom: 0.2rem;}
	.sdtj_list_ss form .txt{width: 3rem;}

	.dtj_list_ul li{width: 100%;margin-bottom: 0.2rem;}
	.dtj_list_ul li .shang{flex-wrap: wrap;}
	.dtj_list_ul li .shang .con{width: 100%;padding-left: 0;}
}


.dtj_list_ul.ul_1{}
.dtj_list_ul.ul_1 li .shang{border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
.dtj_list_ul.ul_1 li .shang .con{padding-bottom: 0.2rem;position: relative;}
.dtj_list_ul.ul_1 li .shang .con .lj_box{position: absolute;left: 0.35rem;bottom: 0;}
.dtj_list_ul.ul_1 li .shang .con .lj{display: inline-block;}
.dtj_list_ul.ul_1 li .shang .con .lj p{font-size: 12px;color: #990f00;line-height: 0.2rem;margin-right: 0.18rem;}
.dtj_list_ul.ul_1 li .shang .con .xx p{width: 50px;}
.dtj_list_ul.ul_1 li .shang .con .xx font{width: calc(100% - 50px);}

@media(max-width: 650px){
	.dtj_list_ul.ul_1 li .shang .con .lj_box{left: 0;}
}


.dtj_list_ul.ul_2 li .shang .con{padding-bottom: 0.2rem;position: relative;}
.dtj_list_ul.ul_2 li .shang .con .lj_box{position: absolute;left: 0.35rem;bottom: 0;}

.dtj_list_ul.ul_2 li .shang .con .lj{display: inline-block;}
.dtj_list_ul.ul_2 li .shang .con .lj p{font-size: 12px;color: #990f00;line-height: 0.2rem;margin-right: 0.18rem;}
.dtj_list_ul.ul_2 li .shang .con .xx p{width: 80px;}
.dtj_list_ul.ul_2 li .shang .con .xx font{width: calc(100% - 80px);}

.dtj_list_ul.ul_2 li .shang .con .lj.hide{display:none;}





.ej_xkzy{display: block;width: 100%;}

.xkzy_xxk ul{display: flex;margin: 0 -0.05rem 0.5rem;}
.xkzy_xxk ul li{position: relative;margin: 0 0.05rem;width: calc(14.28% - 0.1rem);box-shadow: 0 0 0.08rem rgba(0,0,0,0.12);cursor: pointer;transition: 0.4s;}
.xkzy_xxk ul li::after{content: "";display: block;width: 0.11rem;height: 0.07rem;position: absolute;left: calc(50% - 0.055rem);top: 100%;background: url(../images23/z_xkzy_xxk_jt.png) no-repeat  center center;background-size: 100% 100%;transition: 0.4s;opacity: 0;}
.xkzy_xxk ul li p{font-size: 0.18rem;color: #333333;padding: 0.15rem 0.1rem;text-align: center;transition: 0.4s;}
.xkzy_xxk ul li.on{background: #990f00;}
.xkzy_xxk ul li.on p{color: #fff;}
.xkzy_xxk ul li.on::after{opacity: 1;}


.xkzy_xxk_lb{overflow: hidden;position: relative;}
.xkzy_xxk_lb .dzsc_right{width: 1.5rem;}
.xkzy_xxk_lb .dzsc_right.navFix{width: 100%;}
.xkzy_xxk_lb .dzsc_right.navFix ul{width: 1.5rem;}

.xkzy_xxk_lb .item{display: none;animation: dachu 0.4s linear;animation-fill-mode: forwards;}
.xkzy_xxk_lb .item.on{display: block;animation: danru 0.4s linear;animation-fill-mode: forwards;}

@keyframes danchu
    {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes danru
    {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
 

@media(max-width: 1024px){
	.xkzy_xxk ul{flex-wrap: wrap;margin-bottom: 0.3rem;}
	.xkzy_xxk ul li{width: calc(25% - 0.1rem);margin-bottom: 0.1rem;}
}

@media(max-width: 650px){
	.xkzy_xxk ul li{width: calc(33.33% - 0.1rem);}
}

 


.ej_xkzy_box{width: calc(100% - 1.9rem);background: #f7f7f7;padding: 0.25rem 0.5rem 0.3rem;margin-bottom: 0.1rem;}
.ej_xkzy_box:nth-child(2n+1){background: #f9f1f0;}

.ej_xkzy_box .xtit{padding: 0.13rem 0.3rem;position: relative;display: table;margin-bottom: 0.2rem;}
.ej_xkzy_box .xtit::after{content: "";display: block;width: 0.05rem;height: 0.05rem;background: #990f00;position: absolute;left: 0;bottom: 0.5px;border-radius: 50%;}
.ej_xkzy_box .xtit::before{content: "";display: block;width: 100%;height: 1px;background: #990f00;position: absolute;left: 0;bottom: 0.025rem;}
.ej_xkzy_box .xtit p{font-size: 0.18rem;color: #333333;line-height: 0.3rem;font-weight: 600;}


.ej_xkzy_box .con{overflow: hidden;}
.ej_xkzy_box .con h3{font-size: 0.16rem;color: #990f00;font-weight: 600;position: relative;display: table;line-height: 0.32rem;margin-bottom: 0.18rem;}
.ej_xkzy_box .con h3::after{content: "";display: block;width: 10rem;position: absolute;left: calc(100% + 0.2rem);top: 50%;border-bottom: 1px dashed #b5b5b5;}
.ej_xkzy_box .con h3 p{color: #990f00 !important;font-weight: 600;margin-bottom: 0 !important;}
.ej_xkzy_box .con p{font-size: 0.16rem;line-height: 0.32rem;color: #333333;margin-bottom: 0.18rem;}
.ej_xkzy_box .con p a{color: #990f00;transition: 0.4s;}

.ej_xkzy_box .con p a:hover{color: #ff9c00;}

.ej_xkzy_box .gd{font-size: 0.14rem;color: #990f00;position: relative;padding-left: 0.4rem;transition: 0.4s;}
.ej_xkzy_box .gd::after{content: "";display: block;width: 0.34rem;height: 1px;background: #990f00;position: absolute;left: 0;top: 50%;transition: 0.4s;}



.xkzy_foot{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;width: calc(100% - 1.9rem);margin-top: 0.1rem;}
.xkzy_foot.on{width: 100%;}
.xkzy_foot .left{box-shadow: 0 0 0.1rem rgba(0,0,0,.1);min-height: 1.8rem;display: flex;align-items: center;padding: 0.2rem 0.4rem;
width: calc(100% - 2.2rem);
}
.xkzy_foot .left p{font-size: 0.16rem;line-height: 0.32rem;color: #333333;text-indent: 2em;}
.xkzy_foot .right{width: calc(2rem);}
.xkzy_foot .right .ewm{margin-bottom: 0.4rem;width: 1.8rem;height: 1.8rem;box-shadow: 0 0 0.1rem rgba(0,0,0,.1);}
.xkzy_foot .right .ewm img{display: block;width: 100%;}
.xkzy_foot .right .xx{}
.xkzy_foot .right .xx p{font-size: 0.16rem;color: #333333;line-height: 0.32rem;font-style: italic;}


@media(max-width: 1024px){
.ej_xkzy_box{    width: 100%;}
.xkzy_foot{   width: 100%;}

}
@media(max-width: 650px){

.ej_xkzy_box{width: 100%;}
.xkzy_foot{justify-content: center; width: 100%;}
.xkzy_foot .left{ width: 100%;}
.xkzy_foot .right{    margin-top: 0.2rem;}
}



.zyxz_box{padding: 0.3rem 0.4rem;background: #f7f7f7;}
.zyxz_box:nth-child(2n){background: #fff;}
.zyxz_box .bt{font-size: 0.18rem;color: #353535;line-height: 0.26rem;margin-bottom: 0.2rem;}
.zyxz_box .zy{margin-bottom: 0.18rem;}
.zyxz_box .zy p{font-size: 14px;color: #737373;line-height: 26px;text-indent: 0 !important;}
.zyxz_box .zy a{color: #990f00;font-size: 0.16rem;transition: 0.4s;}
.zyxz_box .zy a:hover{color: #ff9c00;}
.zyxz_box .gd{font-size: 0.14rem;color: #990f00;position: relative;padding-left: 0.4rem;transition: 0.4s;}
.zyxz_box .gd::after{content: "";display: block;width: 0.34rem;height: 1px;background: #990f00;position: absolute;left: 0;top: 50%;transition: 0.4s;}

.zyxz_box .gd:hover{color: #ff9c00;}
.zyxz_box .gd:hover:after{background: #ff9c00;}


@media(max-width: 1024px){
	.zyxz_box{padding: 0.2rem 0.2rem;}
}

.pb_sys_style1 .p_no_d{border: 1px solid #990f00 !important;background-color: #990f00 !important;}


.articleCon2{}
.n_text_article08 .articleCon2 .ul1 li{width: 23.5%;margin-bottom: 1.5%;margin-left: 1.5%;}
.n_text_article08 .articleCon2 .ul1 li .pic{height:457px;max-height:none;}
.n_text_article08 .articleCon2 .ul2 li a img{width:auto;margin:0 auto;}

@media(max-width: 850px){
.n_text_article08 .articleCon .ul2 li{}


}


 @media (max-width:850px) {

         .n_text_article08 .articleCon2 .ul1 li{width: 48%;margin-bottom: 2%;}

 }
 @media (max-width:414px) {
	 .n_text_article08 .articleCon .ul1 li .pic{height: auto;}
	.n_text_article08 .articleCon .ul1 li{width: 100%;margin-bottom: 4%;} 
 }

















.ej_cxzy{display: block;width: 100%;}
.cxzy_lb{width: 100%;overflow: hidden;position: relative;}
.cxzy_lb a{}
.cxzy_lb .pic{width: 100%;}
.cxzy_lb .pic img{width: 100%;}

.cxzy_lb .swiper-pagination{position: absolute;bottom: 0.2rem;left: 0;display: flex;align-items: center;justify-content: center;width: 100%;}
.cxzy_lb .swiper-pagination span{width: 0.12rem;height: 0.12rem;border: 1px solid #fff;opacity: 1;background: none;margin: 0 0.06rem;}
.cxzy_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}


.cxzy_list{margin-top: 0.55rem;}
.cxzy_list ul{display: flex;flex-wrap: wrap;margin: 0 -0.125rem;}
.cxzy_list ul li{width: calc(20% - 0.25rem);margin: 0 0.125rem;margin-bottom: 0.26rem;}
.cxzy_list ul li .box{padding: 0.23rem 0.1rem 0.13rem;}
.cxzy_list ul li .box .pic{margin: 0 auto;text-align: center;}
.cxzy_list ul li .box .pic img{width: auto;height: auto;max-width:0.62rem;max-height:0.62rem;}
.cxzy_list ul li .box .con{margin-top: 0.2rem;}
.cxzy_list ul li .box .con .bt{}
.cxzy_list ul li .box .con p.bt {font-size: 0.22rem;color: #333333;line-height: 0.3rem;text-align: center;transition:0.4s;}
.cxzy_list ul li:hover .box .con p.bt{color:#990f00;}
.cxzy_list ul li .box .con .xx{display: flex;justify-content: center;align-items: center;min-height:0.14rem;margin-top: 0.13rem;}
.cxzy_list ul li .box .con .xx a{display: block;position: relative;}
.cxzy_list ul li .box .con .xx p{font-size: 0.14rem;color: #666666;padding: 0 0.07rem;transition:0.4s;}
.cxzy_list ul li .box .con .xx a+a:after{content: '';display: block;width: 1px;height: 0.12rem;background: #990f00;position: absolute;left: 0;top: 0.01rem;}


.cxzy_list ul li.li1,.cxzy_list ul li.li6{background: #fbecea;border-top: 2px solid #990f00;}
.cxzy_list ul li.li2,.cxzy_list ul li.li7{background: #fcfaec;border-top: 2px solid #c3bd96;}
.cxzy_list ul li.li3,.cxzy_list ul li.li8{background: #f0fefc;border-top: 2px solid #78b9b2;}
.cxzy_list ul li.li4,.cxzy_list ul li.li9{background: #fcf5fd;border-top: 2px solid #b471be;}
.cxzy_list ul li.li5,.cxzy_list ul li.li10{background: #f5f3fd;border-top: 2px solid #8778b9;}


.cxzy_list ul li .box .con .xx a:hover p{color: #990f00;}

.cxzy_list ul li .box .con .bt:hover p{color: #990f00;}


@media(max-width: 1024px){
	.cxzy_list ul li{width: calc(50% - 0.25rem);}
}


.fhdb{width: 0.4rem;height: 0.4rem;background:#fff url(../images23/fhdb.png) no-repeat center center;background-size: 50%;position: fixed;right: 0.32rem;bottom: 0.5rem;z-index: 10;transition: 0.4s;cursor: pointer;transition: 0.4s;visibility: hidden;opacity: 0;border-radius: 50%;border: 1px solid #990f00;}
.fhdb.on{visibility:visible;opacity: 1;}
.fhdb:hover{border-radius: 50%;box-shadow: 0 0 0.1rem rgba(0,0,0,.2);border: 1px solid #1f79be;}

@media(max-width: 1024px){
	.fhdb{right: 0.1rem;bottom: 0.1rem;}
}

@media(max-width: 650px){
	.fhdb{width: 0.3rem;height: 0.3rem;}
}



#vsb_content_2 P {
    LINE-HEIGHT: 150%;
    text-indent: 2em;
    font-size: 0.16rem!important;
    color: #333;
    line-height: 0.28rem!important;
    margin-bottom: 0.16rem;
    font-family: 微软雅黑 !important;
 }
#vsb_content_2 P img{
   max-width:100%;
   height:auto !important;
}
.pb_sys_style3 .p_no_d {
    border: 1px solid #9B0005 !important;
    color: #fff;
    background-color: #9B0005 !important;
}
#vsb_content_2 IMG{border:none !important;}
#vsb_content_2 A{text-decoration: none !important;}







/* 2024-06-05 */


.ej_xs_ss{background: #fff;    margin-bottom: 0.2rem;}
.ej_xs_ss .ss_box{margin: 0 auto;box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1);border-radius: 200px;
width: 10.4rem;
}

.ej_xs_ss .ss_box .ss_box_in{padding: 0.1rem;}
.ej_xs_ss .ss_box{border: 0 solid #000;}
.ej_xs_ss .ss_box .btn{ background: #990f00 url(../images23/ej_xs_ss_bai.png) no-repeat 0.2rem center; padding-left: 0.3rem;border-radius: 200px;width: 1.26rem;
background-size: 0.29rem !important;
}
.ej_xs_ss .ss_box .txt{background: none;border: 0 solid #000;font-size: 0.16rem;}

.ej_xs_nav{background: #f7f7f7;box-shadow: none;display: flex;justify-content: space-between;flex-wrap: wrap;
padding-bottom: 0.32rem;
}
.ej_xs_nav .box{width: 100%;}
.ej_xs_nav .box.box4{width: auto;}
.ej_xs_nav .box.box5{width: auto;}

.ej_xs_nav .box.box5 .on{}
.ej_xs_nav .box.box5 .on p{padding-right: 0.2rem;position: relative;}
.ej_xs_nav .box.box5 .on p::after{content: '';display: block;width: 0.08rem;height: 0.16rem;background: url(../images23/ej_xs_ss_pxjt.png) no-repeat center center;background-size: 100% 100%;position: absolute;right: 0.05rem;top: calc(50% - 0.08rem);}
.ej_xs_nav .box.box5 .on.xia p::after{transform: rotate(180deg);}

.ej_xs_nav .box h2{font-size: 0.16rem;font-weight: normal;width: 1.1rem;text-align: right;padding-right: 0.1rem;}
.ej_xs_nav .box .link p{ padding: 0.08rem;border-radius: 0; border: 0px solid #000;}

.ej_xs_nav .box .link a{margin-right: 0.24rem;}



.ej_xs_main{    width: 100%;}
.ej_xs_main .fy{float: right;}
.ej_xs_main .fy.fy1{margin-top: 0;}
.ej_xs_main .wz{float: left;margin-top: 0.1rem;}

.ej_xs_main ul{clear: both;}

.ej_xs_main ul li{box-shadow: none;border: 1px solid #d2d2d2;width: 22%;padding: 0.2rem;}
.ej_xs_main ul li a .pic{height: auto;width: 35%;}
.ej_xs_main ul li a .text{margin-top: 0;width: 57%;}
.ej_xs_main ul li a .text p{font-size: 0.16rem;margin-bottom: 0.15rem;}
@media(max-width: 1024px){
	.ej_xs_nav .box h2{width: 1.2rem;}
	.ej_xs_main ul li{width: 47%;}
}

@media(max-width: 650px){

.ej_xs_nav{    padding-bottom: 0.2rem !important;margin-bottom: 0.2rem; }
	.ej_xs_nav .box{flex-wrap: wrap;margin-bottom: 0rem;}
	
	.ej_xs_nav .box h2{width: 100%;text-align: left;}
	.ej_xs_main ul li{width: 100%;}
	.ej_xs_main ul li a .text span{font-size: 0.16rem;    line-height: 0.3rem;}
	.ej_xs_main ul li a .text p{font-size: 0.2rem;}
	.ej_xs_nav .box .link a{margin-right: 0.1rem;}
	.ej_xs_nav .box .link p{font-size: 0.18rem;}
	.ej_xs_nav .box h2{font-size: 0.2rem;}
}







.p2_xxk_main .right{width: 100%;}
.p2_xxk_main .right.on{display: block;}
.p2_xxk_main .right ul li{margin-bottom: 0.5rem;}

.p2_xxk_main .right ul li a{display: flex;justify-content: space-between;}
.p2_xxk_main .right ul li .sj{width: 0.78rem;height: 0.76rem;background: url(../images23/sy_p2_right_sj.png) no-repeat;background-size: 100%;padding-top: 0.14rem;transition: 0.4s;}
.p2_xxk_main .right ul li .sj p{color: #990f00;transition: 0.4s;}
.p2_xxk_main .right ul li .sj .p1{font-size: 0.28rem;font-weight: 600;padding-left: 0.1rem;}
.p2_xxk_main .right ul li .sj .p2{font-size: 0.16rem;text-align: right;padding-right: 0.15rem;font-weight: 600;}
.p2_xxk_main .right ul li .con{width: calc(100% - 1rem);}
.p2_xxk_main .right ul li .con .bt{font-size: 0.18rem;line-height: 0.24rem;color: #333333;margin-bottom: 0.06rem;transition: 0.4s;height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p2_xxk_main .right ul li .con .zy{font-size: 14px;line-height: 0.24rem;color: #737373;margin-bottom: 0.1rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p2_xxk_main .right ul li .con .jt{}
.p2_xxk_main .right ul li .con .jt img{width: 0.4rem;}

.p2_xxk_main .right ul li a:hover .sj{background: url(../images23/sy_p2_right_sj_on.png) no-repeat;background-size: 100% !important;}
.p2_xxk_main .right ul li a:hover .sj p{color: #fff;}
.p2_xxk_main .right ul li a:hover .con .bt{color: #990f00;}

@media(max-width: 1024px){


.p2_xxk_main .right ul{min-height:unset;}
}
@media(max-width: 650px){

}
@media(max-width: 480px){
	.p2_xxk_box ul{justify-content: flex-start;}
	.p2_xxk_box ul li{margin:0 0.1rem 0 0;}



}






.n_text_article02 .articleCon .table_out{max-width: 100%;overflow: auto;}




.n_right .pb_sys_common .p_fun_d, .n_right .pb_sys_common .p_no_d, .n_right .pb_sys_common .p_no_o, .n_right .pb_sys_common .p_fun a, .n_right .pb_sys_common .p_no a{    background: #f4f4f5;
    border: 1px solid #f4f4f5;
color:#606266;
        min-width: 0.28rem;
    height: 0.28rem;
line-height: 0.28rem;
   padding: 0 0.05rem;
    border-radius: 3px;
    font-size: 0.12rem;
}
.n_right .pb_sys_common .p_prev_d,.n_right .pb_sys_common .p_next_d{  

}

.n_right .pb_sys_common .p_fun a, .n_right .pb_sys_common .p_no a{    transition: 0.4s;}
.n_right .pb_sys_common .p_fun a:hover, .n_right .pb_sys_common .p_no a:hover{    background: #fff;}

.n_right .pb_sys_style2 .p_no_d{    border: 1px solid #a11823;
    color: #fff;
    background-color: #a11823;}




.defaultHeadStyle{
width: auto !important;
    display: flex !important;
    justify-content: center !important;


}
.defaultHeadStyle .Next{    margin-right: 15rem;}

.defaultHeadStyle, .defaultHeadStyle td, .defaultHeadStyle div{    margin-left: auto !important;
    margin-right: auto !important;
    color: #606266 !important;
    min-width: 0.28rem !important;
    height: 0.28re !important;
    line-height: 0.28rem !important;
    padding: 0 0.05rem !important;
    border-radius: 3px !important;
    font-size: 0.12rem !important;}
.defaultHeadStyle a, .pageList .this-page{
background: #f4f4f5 !important;
    border: 1px solid #f4f4f5 !important;
    color: #606266 !important;
    min-width: 0.28rem !important;
    height: 0.28rem !important;
    line-height: 0.28rem !important;
    padding: 0 0.05rem !important;
    border-radius: 3px !important;
    font-size: 0.12rem !important;
text-align: center;
}

.defaultHeadStyle{
    overflow: hidden;
    margin-right: -15rem !important;

}


.defaultHeadStyle .PrevDisabled{
    min-width: 0.28rem !important;
    height: 0.28rem !important;
    line-height: 0.28rem !important;
    font-size: 0.12rem !important;
    display: inline-block !important;
    padding: 0 4px !important;
    border: solid 1px #e5e5e5 !important;

}

.defaultHeadStyle .break{
    font-size: 0.12rem !important;
    display: inline-block !important;
}
.defaultHeadStyle .this-page{
    border: 1px solid #a11823 !important;
    color: #fff !important;
    background-color: #a11823 !important;
    min-width: 0.28rem !important;
    height: 0.28rem !important;
    line-height: 0.28rem !important;
    padding: 0 0.05rem !important;
    border-radius: 3px !important;
    font-size: 0.12rem !important;
text-align: center;
}

.defaultHeadStyle .NextDisabled{
    min-width: 0.28rem !important;
    height: 0.28rem !important;
    line-height: 0.28rem !important;
    font-size: 0.12rem !important;
    display: inline-block !important;
    padding: 0 4px !important;
    border: solid 1px #e5e5e5 !important;

	margin-right: 15rem;

}

.defaultHeadStyle .SelectList{

    height: 0.28rem !important;
    line-height: 0.28rem !important;
    font-size: 0.12rem !important;
    display: inline-block !important;
    padding: 0 4px !important;
    border: solid 1px #e5e5e5 !important;
    margin: 0 3px;
}

.defaultButtonStyle{
    height: 0.28rem !important;
    line-height: 0.28rem !important;
    font-size: 0.12rem !important;
    display: inline-block !important;
    padding: 0 4px !important;
    border: solid 1px #e5e5e5 !important;
}

.defaultInputStyle{
    height: 0.28rem !important;
    line-height: 0.28rem !important;
    font-size: 0.12rem !important;
    display: inline-block !important;
    padding: 0 4px !important;
    border: solid 1px #e5e5e5 !important;
    top: -1px;
    position: relative;
}
.defaultHeadStyle td:first-child{display:none !important;}
.defaultHeadStyle input{display:none !important;}



@media(max-width: 650px){

.defaultHeadStyle tr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.defaultHeadStyle td{width: auto !important;}

}



.calendar_top_right{    padding: 0.1rem 0.1rem;    border-radius: 0.04rem 0.04rem 0 0;}


.cal .on::after{content:"";display:block;width:0.04rem;height:0.04rem;background:#990f00;position:absolute;left:calc(50% - 0.02rem);bottom:0;    border-radius: 50%;}

.ej_hdrl .cal_calendar_title{    height: 0.5rem;
    line-height: 0.5rem;}

#cal_calendar td{position:relative;}
#cal_calendar td.on{background: none;}
#cal_calendar td.on::after{content:'';display:block;
    width: 0.04rem;
    height: 0.04rem;
    background: #990f00;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 0.02rem);
    bottom: 0;
}
#cal_calendar .has:hover{background: none;}
#cal_calendar .has:hover div{background: #990f00;}
#cal_calendar .has:hover div a{color:#fff;}

.ej_hdrl .part1-c .cal_calendar{   box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);    border-radius: 0.05rem; overflow: hidden;      width: 3.35rem;
    height: 3.2rem;}
.ej_hdrl .part1-c .cal_calendar  .has div{    width: 0.35rem;
    height: 0.35rem;}
#cal_calendar .has a{    font-size: 0.14rem; color: #333;line-height:0.35rem;}

#cal_calendar th{ font-size: 0.14rem; color: #333;     padding: 0.1rem 0;}

#cal_calendar .cur div a{color:#fff;}

.cal_calendar_title .calendar_cur_date .calendar_month_prev img{    opacity: 0; width: 0.26rem;position: relative;
    z-index: 5;}
.cal_calendar_title .calendar_cur_date .calendar_month_prev::after{    content: "<";
    display: block;
    font-family: "宋体";
    font-size: 0.26rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
z-index: 1;
}

.cal_calendar_title .calendar_cur_date .calendar_month_next img{    opacity: 0;width: 0.26rem;position: relative;
    z-index: 5;}
.cal_calendar_title .calendar_cur_date .calendar_month_next::after{
  content: ">";
    display: block;
    font-family: "宋体";
    font-size: 0.26rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
z-index: 1;
}

.ej_hdrl .cal_calendar_title .calendar_cur_date .calendar_month_span{    left: 10%;
    font-size: 0.18rem;}
@media(max-width: 650px){
#cal_calendar .has a{font-size: 0.16rem;}
}
.p2_xxk_main{
       padding-top: 0.16rem;
}
.no_data{
    padding-top:0.24rem;
}
.no_data p{
    display: block !important;
    text-align:center;
}