/* CSS Document public*/

*{font-family:微软雅黑,Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:微软雅黑,Helvetica, sans-serif ,Arial;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;background:#fff;
}
.index_body{overflow: hidden;}
html,body{ /*height: 100%;*/} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
P{line-height: inherit;}
table {border-collapse: collapse;border-spacing: 0;margin:0 auto;}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline: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; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
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: 3.25rem;margin-top: 2.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}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}

.yc_top_nav{position: fixed;transition: 0.4s;width: 100%; left: 0;top: 0; z-index: 1000;transition-delay: 0.6s;top: 0;}
.yc_top_nav .header_box{position: relative;z-index: 10000;}
.yc_top_nav .header_box::after{content: "";position: absolute;left: 0;top: 0.4rem;background: linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));width: 100%;height: 2rem;pointer-events: none;}
#header{position: relative;z-index:999;background-size:cover;  transition: 0.4s;margin: 0 auto;padding-top: 0.2rem;}
#header .head_con{height: 100%;align-items: center;}

.yc_top_nav .logo{width: 40%;}
.yc_top_nav .logo .logo-w{display: block;}
.yc_top_nav .logo .logo-red{display: none;}
.yc_top_nav .logo img{display: block;width:5.19rem;}
#header .rightc{width: 58%;display: flex;flex-direction: column;align-items: flex-end;}

.yc_top_nav #nav>ul>li>a{padding: 0.14rem 0;text-align: center;}
.yc_top_nav #nav ul li{position: relative;}
.yc_top_nav #nav ul li:hover::before{opacity: 1;width: 0.28rem}
.yc_top_nav #nav ul li:hover::after{opacity: 1;width: 0.28rem}
.yc_top_nav #nav ul li:hover a h3{}
.yc_top_nav #nav ul li:hover h3{color: #ffdb22;}

#nav{width:100%;position: relative;z-index: 3;align-items: center;padding: 0;}
#nav ul{width: calc(100% - 0.74rem);position: relative;}
#nav ul li{position:relative;z-index:0;}
#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;padding:0.1rem 0rem;transition: 0.4s;color:#fff;}
#nav ul li h3{font-size: 0.2rem;position:relative;display: inline-block;color: #fff;transition: 0.4s;font-weight: normal;}
#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 .sub{position:absolute;min-width: 150px;z-index: 10000;visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;top: 100%;left: 50%;margin-left: -0.74rem;border-radius: 0.08rem;background: rgba(255, 255, 255, 0.84);
backdrop-filter: blur(0.2rem);
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.08);}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #nav ul li.on a{color: #C7091C;}
#nav ul li.on .sub a{color: #333;position: relative;}
#nav ul li.on .sub a::before{content: "";position: absolute;right: 0;top: 50%;width:0.1rem;height: 1px;z-index: 2;background: #C7091C;opacity: 0;}
#nav ul li.on .sub a:hover{color: #C7091C;}
#nav ul li.on .sub a:hover::before{opacity: 1;}
#nav ul li .sub a{padding: 0.1rem 0.2rem;line-height: 0.2rem;transition:.6s;font-size: 0.16rem;color: #333;white-space: nowrap;display: block;text-align: center;position: relative;text-decoration: none;}
#nav ul li .sub a:hover{color: #C7091C;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;}

#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;}

.yc_top_nav #nav .search_btn{width: 0.33rem;height: 0.33rem;background: rgba(255,255,255,0.4);margin-left: 0.34rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.search_btn img{margin: 0;width: 0.14rem;height: 0.15rem;} 
.search_btn img.imgs{display: block;}
.search_btn img.imgs2{display: none;}

/* 顶部链接加搜索 开始 */
.top_ljbox{background: #C7091C;width: 100%;}
.top_ljbox>.wp{align-items: center;}
.top_ljbox p{display: flex;justify-content: flex-end;margin-right: 0.2rem;}
.top_ljbox a{font-size: 0.14rem;color: #fff;display: block;padding-left: 0.15rem;position: relative;transition: 0.4s;line-height: 0.4rem;background: url(/tygzb/2025/images25/Ic-top.png) no-repeat left center;background-size: 0.18rem;padding-left: 0.22rem;}
.top_ljbox a:hover{opacity: 0.6;}

/* PC搜索框 */
.search-pc{width:1.6rem;height: 0.3rem;position: relative;border-radius: 1000px;border:1px solid rgba(255, 255, 255, 0.8);}
.search-pc input[type="text"]{background: none;outline: none;border: none;padding: 0 0 0 10px;color: #FFFFFF;line-height: 0.32rem;height: 0.3rem;width: 100%;}
.search-pc input[type="image"]{width: 0.16rem;}
.search-pc .input3{float: left;width: calc(100% - 0.32rem);height: 0.32rem;}
.search-pc .input4{float: right;color: #FFFFFF;width: 0.32rem;height: 0.32rem;display: flex;justify-content: center;align-items: center;border-radius: 0.08rem;}


/* 顶部链接加搜索 结束 */


@media(max-width: 1024px){
	.yc_top_nav{display: none;}
}
/*手机 顶部搜索 开始*/
.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.18rem;color: #666;height: 0.5rem;line-height: 0.5rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none; border: 1px solid rgba(0,0,0,0.5);padding: 0 50px 0 0.2rem;}
.tc_search .btn_blue { position: absolute; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(/tygzb/2025/images25/search.png) center center no-repeat; background-size: 50%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#;
color: rgba(0,0,0,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#333;
color: rgba(0,0,0,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#333;
color: rgba(0,0,0,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#333;
color: rgba(0,0,0,.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: 999999;display: flex;align-items: center;}
#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: 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.9rem 0 0;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:#fff;}
#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(0, 0, 0, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 0.55rem;height: 0.55rem;color: #333;padding: 0;font-size:0.16rem;float: left;}
#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: 40px;display: inline-block;background: url(/tygzb/2025/images25/arrow_down.png) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(/tygzb/2025/images25/arrow_down_on.png) center center no-repeat;background-size: 13px 1px!important;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; 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: #1f4091; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(0,0,0,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;padding-left: 2em;}
/*三级导航 开始*/
#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: 0.8rem;}
#m_header a{display: block;}
#m_header{padding:0 4%;top: 0;height: 0.8rem;position: fixed;top: 0;left: 0;right: 0;z-index: 999999;box-shadow: 0 0 0.08rem 0 rgba(0,0,0,0.1);background: #C7091C;;align-items: center;}

#m_header #m-logo{width: 30%;}
#m_header #m-logo img{max-width: 100%;}


.toubu_div{  position: absolute;top: 0;width: 100%;left: 0;z-index: 88;transition: 0.5s;}
.section .intro{height: 100%;display: flex;align-items: center;position: relative;z-index: 6;flex-wrap: wrap;}
.section .intro>.wp{padding-top:1.4rem;}
.swiper-button-prev::after,.swiper-button-next::after{display: none;}


.mdblj{padding: 0.2rem 0.3rem 0.2rem 0;}
.mdblj a{font-size: 0.16rem; color: white;margin-left: 0.3rem;}

@media(max-width: 1024px){
	.m_header_box{display: block;}
}
@media(max-width: 960px){
	#m_header #m-logo{width: 40vw;}
}
@media(max-width: 850px){
	#m_header #m-logo{width: 45vw;}
}
@media(max-width: 580px){
	#m_header #m-logo{width: 50vw;}
}
@media(max-width: 580px){
	#m_header #m-logo{width: 67vw;}
}

/* banner 开始*/
.bannerbox{position: relative;overflow: hidden;}
.bannerbox .swiper-slide{}
.bannerbox .swiper-slide a{}
.bannerbox .swiper-slide a img{display: block;width: 100%;height: 100%;}
.bannerbox .swiper-slide-active a img{animation:myscal 5s forwards;-webkit-animation:myscal 5s forwards;}
.bannerbox .swiper-pagination{text-align: center;bottom: 0.2rem;display: flex;justify-content: center;align-items: center;}
.bannerbox .swiper-pagination-bullet{background: none;width: 0.14rem;height: 0.14rem;margin: 0 0.08rem!important;border: 1px solid #FFFFFF;opacity: 1;position: relative;}
.bannerbox .swiper-pagination-bullet-active{background: url(/tygzb/2025/images25/banndian.png) no-repeat center;background-size: 0.21rem;width: 0.21rem;height: 0.21rem;}


.nybanner{}
.nybanner img{display: block;width: 100%;}
/* .nymian{margin-top: 1.4rem;} */
@media (max-width:1100px) {
	.bannerbox{margin-top: 0.8rem}
	.nymian{margin-top: 0.8rem}
}
@media (max-width:1024px) {
	.bannerbox .swiper-slide a img{height:46vw;}
}

@media (max-width:430px) {
	.bannerbox{margin-top: 16vw}
	.nymian{margin-top: 16vw}
}

/* ================顶部公共  结束=========== */
.sametitle{display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.28rem;position: relative;}
.sametitle h5{position: relative;z-index: 2;display: inline-block;position: relative;padding-left: 0.4rem;}
.sametitle h5::before{content: "";position: absolute;left: 0;background: url(/tygzb/2025/images25/tit1.png)no-repeat left center;background-size: 0.34rem;width: 0.34rem;height: 0.34rem;top: 0.04rem;}
.sametitle h5::after{content: "";position: absolute;left: 0;background: url(/tygzb/2025/images25/titEn1.png)no-repeat left center;background-size: auto 0.45rem;width: 100%;height: 0.45rem;top: -0.16rem;}
.sametitle h5 span{font-size: 0.32rem;font-weight: 900;line-height: 0.34rem;display: inline-block;letter-spacing: normal;color: #323232;padding-bottom: 0.1rem;}

.sametitle h5 span+span{color: #C7091C;}
.sametitle h5 span::after{content: "";position: absolute;left: 0.24rem;width: calc(100% - 0.24rem);height: 1px;background: #333;bottom: 0;}

.samemore{font-size: 0.16rem;font-weight: normal;line-height: normal;letter-spacing: normal;color: #333;padding-right: 0.2rem;background: url(/tygzb/2025/images25/morebg.png) no-repeat right center;background-size: 0.16rem;transition: 0.4s all;position: absolute;right: 0;top: 0.1rem;}
.samemore:hover{padding-right: 0.24rem;transition: 0.4s all;color: #C7091C;padding-right: 0.24rem;}

.samedate{}
.date-a{font-family: Arial;font-size: 0.26rem;font-weight: bold;font-style: italic;color: #C7091C;}
.date-b{font-family: Arial;font-size: 0.14rem;font-weight: normal;font-style: italic;color: #999;position: relative;padding-left: 0.1rem;}
.date-b1{font-family: Arial;font-size: 0.14rem;font-weight: normal;font-style: italic;color: #999;position: relative;}
.date-b::after{content: "";position: absolute;left: 0.05rem;top: 50%;width: 0.01rem;height: 0.1rem;margin-top: -0.05rem;background: #666;transform: rotate(30deg);}
/* 热点新闻 */
.part1{padding: 0.6rem 0 0.7rem 0;position: relative;}
.part1::after{content: "";background: url(/tygzb/2025/images25/bg01.jpg) no-repeat bottom center;background-size: cover;position: absolute;top: 0;left: 0;width: 100%;height: calc(100% + 0.5rem);}
.part1Con{width: 100%;position: relative;z-index: 2;}
.p1-lb{width: 50%;}
.p1-lb .swiper-container{overflow: hidden;position: relative;background: #FFFFFF;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);margin: 0;}
.p1-lb .swiper-slide{}
.p1-lb .swiper-slide a{display: block;}
.p1-lb .swiper-slide a .pic{}
.p1-lb .swiper-slide a .pic img{height: 4.7rem;}
.p1-lb .swiper-slide a .text{width: calc(100% - 0.6rem);padding: 0.35rem 0.25rem;}
.p1-lb .swiper-slide a .text .textcon{width: calc(100% - 0.84rem);}
.p1-lb .swiper-slide a .text .textcon h5{}
.p1-lb .swiper-slide a:hover .text .textcon h5{color: #C7091C;}
.p1-lb .swiper-slide a .text .textcon p{margin-top: 0.11rem;}


.p1-lb .swiper-pagination{text-align: center;top: 4.7rem;display: flex;justify-content: center;align-items: center;flex-direction: column;left: auto!important;margin-left: 0;right: 0.3rem;position: absolute;width: 0.28rem!important;}
.p1-lb .swiper-pagination-bullet{background: none;width: 0.14rem;height: 0.14rem;margin: 0.04rem 0!important;border: 0.02rem solid #C7091C;opacity: 1;position: relative;}
.p1-lb .swiper-pagination-bullet-active{background: url(/tygzb/2025/images25/dianon.png) no-repeat center;background-size: 0.24rem;width: 0.28rem;height: 0.28rem;border: none;}

.p1-R{width: calc(50% - 0.6rem);}
.p1-R ul{}
.p1-R ul li{position: relative;}
.p1-R ul li::after{content: "";position: absolute;left: -0.3rem;top: 0;background: url(/tygzb/2025/images25/p1textebg.png) no-repeat center;background-size: cover;width: calc(100% + 0.3rem + var(--width));height: 100%;opacity: 0;transition: 0.6s all;}
.p1-R ul li a{padding: 0.15rem 0;position: relative;z-index: 1;}
.p1-R ul li a .text{width: 55%;padding-right: 0.2rem;}
.p1-R ul li a .text h5{margin-top:0.25rem;}
.p1-R ul li a .pic{width: 45%;}
.p1-R ul li a .pic img{height: 1.9rem;}
.p1-R ul li:hover::after{opacity: 1;transition: 0.6s all;}
.p1-R ul li:hover a .text h5{color: #FFFFFF;}
.p1-R ul li:hover a .text .date-a{color: #FFFFFF;}
.p1-R ul li:hover a .text .date-b{color: #FFFFFF;}
.p1-R ul li:hover a .text .date-b::after{background: #FFFFFF;}

 @media(max-width: 850px){
	 .p1-lb {width: 100%;}
	 .p1-lb .swiper-slide a .pic img{height: 52vw;}
	 .p1-lb .swiper-pagination{top: 52vw;}
	 .p1-R {width: 100%;margin-top: 0.3rem;}
	 .p1-R ul li a .pic img{height: 22vw;}
	 .p1-R ul li a .pic {width: 34%;}
	 .p1-R ul li a .text{width: 66%;padding-right: 0.16rem;}
	 .p1-R ul li a .text h5{margin-top:0.15rem;}
 }
/* 热点新闻 结束 */

/* 通知公告 开始 */
.part2{position: relative;}
.part2>.flex{align-items: flex-start;}
.part2::after{position: absolute;content: "";width: 100%;height: calc(100% + 0.1rem);background: url(/tygzb/2025/images25/bg02.png) no-repeat center;background-size: cover;top: 0.5rem;}
.part2 .sametitle{z-index: 3;width: 2.3rem;top: 1.4rem;}
.part2 .sametitle h5{}
.part2 .sametitle h5::before{background: url(/tygzb/2025/images25/tit2.png)no-repeat left center;background-size: 0.34rem;}
.part2 .sametitle h5::after{background: url(/tygzb/2025/images25/titEn2.png)no-repeat left center;background-size: auto 0.45rem;width: 2.2rem;}
.part2 .sametitle h5 span{color: #fff;}

.part2 .sametitle h5 span+span{color: #F6CB7B;}
.part2 .sametitle h5 span::after{background: #fff;}

.part2 .samemore{background: url(/tygzb/2025/images25/morebg2.png) no-repeat right center;background-size: 0.19rem;color: #FFFFFF;top: 1.6rem;right: calc(50% - 0.1rem);}
.part2 .samemore:hover{color: #F6CB7B;}

.part2Con{position: relative;z-index: 2;width: calc(100% - 2.3rem);}
.part2Con ul{position: relative;padding: 0.5rem;padding-bottom: 0.8rem;}
.part2Con ul::after{position: absolute;content: "";width: calc(100% + 0.2rem);height: calc(100% + 0.2rem);background: url(/tygzb/2025/images25/ulbg.png) no-repeat bottom center;background-size: cover;top: 0;left: -0.1rem;}
.part2Con ul li{width: 22%;position: relative;z-index: 4;}
.part2Con ul li a{display: block;}
.part2Con ul li a h5{margin: 0.2rem 0 0.25rem 0;}
.part2Con ul li a span{display: inline-block;margin-top: 0.4rem;transition: 0.4s all;}
.part2Con ul li a span img{display: block;width: 0.26rem;}
.part2Con ul li a:hover span{transform: rotate(90deg);transition: 0.4s all;}
.part2Con ul li a:hover h5{color: #C7091C;}
.part2Con time{font-size: 0.14rem;color: #C7091C;font-style: italic;font-family: arial;line-height: 0.24rem;padding: 0 0.12rem;border: 1px solid #C7091C;border-radius: 1000px;display: inline-block;}
@media(max-width: 850px){
	.part2 {padding-top: 0.5rem;}
	.part2 .sametitle{width: 100%;position: relative;top: 0;}
	.part2::after{top: -0.3rem;background: #C7091C;}
	.part2 .samemore{right: 0;top: 0.1rem;}
	.part2Con{width: 100%;}
	.part2Con ul li{width: 100%;}
	.part2Con ul{background: white;box-shadow: 0 0 0.1rem 0.1rem rgba(0,0,0,0.1);}
	.part2Con ul::after{display: none;}
	.part2Con ul li a h5{margin: 0.1rem 0 0.15rem 0;}
	.part2Con ul li+li{margin-top: 0.3rem;}
	.part2Con ul li a span{margin-top: 0.2rem;}
}
/* 通知公告 结束 */
/* 学生活动 开始 */
.part3{margin-top: 1.4rem;}

.part3 .sametitle h5::before{background: url(/tygzb/2025/images25/tit3.png)no-repeat left center;background-size: 0.34rem;}
.part3 .sametitle h5::after{background: url(/tygzb/2025/images25/titEn3.png)no-repeat left center;background-size: auto 0.45rem;width: 3.19rem;}

.part3Con {}
.p3-lb{width: 60%;}
.p3-lb .swiper-container{overflow: hidden;margin: 0;position: relative;}
.p3-lb .swiper-slide{}
.p3-lb .swiper-slide a{display: block;}
.p3-lb .swiper-slide a .pic{}
.p3-lb .swiper-slide a .pic::after{content: "";position: absolute;width: 100%;height: 30%;background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));left: 0;bottom: 0;}
.p3-lb .swiper-slide a .pic img{height: 5.6rem;}
.p3-lb .swiper-slide a .text{position: absolute;bottom: 0.2rem;left: 0;padding: 0 0.16rem;width: calc(100% - 1.1rem);z-index: 3;}
.p3-lb .swiper-slide a .text p{font-size: 0.18rem;color: #FFFFFF;line-height: 0.28rem;height: 0.28rem;}

.p3-lb .swiper-pagination{text-align: right;bottom: 0.22rem;margin-left: 0;right: 0.3rem;position: absolute;width: 1rem!important;left: auto!important;display: flex;align-items: center;justify-content: flex-end;margin: 0 0.06rem!important;}
.p3-lb .swiper-pagination-bullet{background: none;width: 0.14rem;height: 0.14rem;margin: 0 0.04rem!important;border: 0.02rem solid #FFFFFF;opacity: 1;position: relative;}
.p3-lb .swiper-pagination-bullet-active{background: url(/tygzb/2025/images25/dianon2.png) no-repeat center;background-size: 0.24rem;width: 0.28rem;height: 0.28rem;border: none;}


.p3-R{width: 40%;position: relative;}
.p3-R::after{content: "";position: absolute;left: 0;height: 6.2rem;width: 100%;background: url(/tygzb/2025/images25/bgtext3.png) no-repeat center;top: -0.3rem;background-size: 100% 100%;}
.p3-R ul{position: relative;z-index: 2;padding:  0 0.55rem;padding-top: 0.1rem;}
.p3-R ul li{padding: 0.25rem 0;border-bottom: 1px dashed #C4B08C;}
.p3-R ul li:last-child{border-bottom: none;}
.p3-R ul li a{}
.p3-R ul li a h5{margin-top: 0.05rem;}
.p3-R ul li a:hover h5{color: #C7091C;}
@media(max-width: 850px){
	.part3{margin-top: 0.9rem;}
	.p3-lb{width: 100%;}
	.p3-lb .swiper-slide a .pic img{height: 52vw;}
	.p3-R{width: 100%;}
	.p3-R ul{padding: 0 0.16rem;}
}

/* 学生活动 结束 */



/* 教科研快讯 开始 */
.part4{margin-top: 0.8rem;padding-bottom: 0;position: relative;padding-bottom: 1.4rem;}
.part4::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 4.4rem;background: url(/tygzb/2025/images25/bg4.png) no-repeat bottom center;background-size: cover;}
.part4 .sametitle h5::before{background: url(/tygzb/2025/images25/tit4.png)no-repeat left center;background-size: 0.34rem;}
.part4 .sametitle h5::after{background: url(/tygzb/2025/images25/titEn4.png)no-repeat left center;background-size: auto 0.45rem;width: 3.28rem;}
.part4Con{position: relative;}
.part4Con ul{margin-left: -0.3rem;margin-top: -0.3rem;justify-content: flex-start;position: relative;z-index: 2;}
.part4Con ul li{width: calc(33.333% - 0.3rem);margin-left: 0.3rem;margin-top: 0.3rem;}
.part4Con ul li a{flex-direction: column;}
.part4Con ul li:nth-child(1) a .pic,
.part4Con ul li:nth-child(3) a .pic{order: 2;}
.part4Con ul li:nth-child(1) a .text,
.part4Con ul li:nth-child(3) a .text{order: 1;}
.part4Con ul li a .pic img{height: 3rem;}
.part4Con ul li a .text{height: 3rem;background: url(/tygzb/2025/images25/p4textbg.png) no-repeat right center #f6f6f6;padding: 0.4rem;padding-bottom: 0;position: relative;background-size: 50%;}
.part4Con ul li:nth-child(2) a .text{background: url(/tygzb/2025/images25/p4textbg2.png) no-repeat right center #FFFFFF;background-size: 50%;}
.part4Con ul li a .text::before{content: "";position: absolute;left: 0;top: 1rem;background: url(/tygzb/2025/images25/textqd.png) no-repeat center;width: 0.06rem;height: 0.42rem;background-size: 0.06rem;transition: 0.4s all;}
.part4Con ul li a .text h5{margin: 0.25rem 0 0.12rem 0;}
.part4Con ul li a:hover .text::before{top:1.1rem;transition: 0.4s all;}
.part4Con ul li a:hover .text h5{color: #C7091C;}
@media(max-width: 850px){
	.part4::after{height: 30%;}
	.part4Con ul li{width: 100%;}
	.part4Con ul li:nth-child(1) a .pic,
	.part4Con ul li:nth-child(3) a .pic{order: 0;}
	.part4Con ul li:nth-child(1) a .text,
	.part4Con ul li:nth-child(3) a .text{order: 1;}
	.part4Con ul li a .pic img{height: 52vw;}
	.part4Con ul li a .text{height: auto;}
	.part4Con ul li:nth-child(2) a .text{background: url(/tygzb/2025/images25/p4textbg.png) no-repeat right center #f6f6f6;background-size: 50%;}
	.part4Con ul li a .text{padding-bottom: 0.4rem;background-size: 40%;}
	.part4Con ul li:nth-child(3) a .text{background: url(/tygzb/2025/images25/p4textbg2.png) no-repeat right center #FFFFFF;background-size: 40%;}
}
/* 教科研快讯 结束 */


/* 页脚 开始 */
.footerBox{position: relative;padding: 0.3rem 0;}
.footerBox::after{position: absolute;content: "";position: absolute;left: 0;top: -1.1rem;width: 100%;height: calc(100% + 1.1rem);background: url(/tygzb/2025/images25/footerbg.png) no-repeat center;background-size: cover;z-index: -1;}

.footerBox .ft01{width:  40%;}
.footerBox .ft01 h5{font-size: 0.22rem;color: white;line-height: 0.6rem;background: url(/tygzb/2025/images25/linkic.png) no-repeat left center;background-size: 0.36rem;padding-left: 0.42rem;font-weight: bold;}
.footerBox .ft01 ul{width: 4rem;}
.footerBox .ft01 ul li{width: 46%;margin-top: 0.1rem;}
.footerBox .ft01 ul li a{display: block;font-size: 0.18rem;color: white;line-height: 0.28rem;}
.footerBox .ft01 ul li a:hover{color: #F6CB7B;}
.footerBox .ft02{width:  calc(60% - 1.3rem);}
.footerBox .ft02 img{display: block;width: 100%;max-width: 4.3rem;margin-bottom: 0.2rem;}
.footerBox .ft02 p{font-size: 0.18rem;color: #FFFFFF;line-height: 0.26rem;margin-top: 0.1rem;}
.footerBox .ft03{width: 1.3rem;}
.footerBox .ft03 .ewmbox{}
.footerBox .ft03 .ewmbox .ewm{}
.footerBox .ft03 .ewmbox .ewm img{width: 1.3rem;display: block;margin: 0 auto;}
.footerBox .ft03 .ewmbox .ewm p{font-size: 0.18rem;color: #FFFFFF;line-height: 0.26rem;text-align: center;margin-top: 0.04rem;}

@media(max-width: 1024px){
	.footerBox .ft01{width: 100%;margin-bottom: 0.3rem;}
	.footerBox .ft01 ul{width: 100%;}
	.footerBox .ft01 ul li{width: 25%;}
	.footerBox .ft02{width: calc(100% - 1.4rem);}
	.footerBox .ft03{width: 1.3rem;}
}

@media(max-width: 620px){
	.footerBox .ft01 ul li{width: 47%;}
	.footerBox .ft02{width: 100%;}
	.footerBox .ft03{width: 100%;margin-top: 0.3rem;}
}
/* 页脚 结束 */








/* 首页样式结束 */


/*==========================================内页 开始=============================================*/
#nav_slide{background: #f3eeeb;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 0.16rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}
#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #323232;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.16rem;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%;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);}
#sub_nav_content ul{background: #f9f6f4;}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #f2e9e5;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#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: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #C7091C;}
#sub_nav_content ul li i {transition: transform 0.3s ease; /* 平滑过渡效果 */display: inline-block; /* 确保transform能正常工作 */}
#sub_nav_content ul li i.rotated {transform: rotate(90deg); /* 旋转90度 */}
  /* 默认状态下有子菜单的i标签显示 */
#sub_nav_content ul li.am-panel > i {display: inline-block;}
  
  /* 没有子菜单的li项不显示i标签 */
#sub_nav_content ul li.am-panel:not(:has(ul)) > i {display: none;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}
.n_container{position: relative;z-index: 6; padding:0 0 1rem 0;background-size: auto;background: #fdfdfd;min-height: 6.5rem;background-size: 100%;}
@media (max-width:1024px) {
	.n_container{ display:block;padding-top: 0;margin-top: 0;}
	#nav_slide{display: block;}
}
@media (max-width:850px) {
	.n_container{padding-bottom: 0.5rem;}
}
@media (max-width:850px) {
}
@media (max-width:430px) {
}

.n_container .n_left{width: 3rem;position: relative;z-index: 88;top: 0;margin-top: 0.6rem;}
.n_container .n_left h1{height:1rem;line-height:1rem;background:#C7091C url(../images25/leftnavIc.png) no-repeat right center;font-size:0.28rem;color:#fff;padding: 0 0.2rem;display:flex;align-items: flex-start;font-weight: bold;justify-content: center;background-size: 1.1rem 1rem;}
.n_container .n_left h1 span{display: inline-block;position: relative;}
/* .n_container .n_left h1::after{content: "";position: absolute;left: -0.23rem;top: 50%;transform: translateY(-50%);background: ;background-size: auto 100%; width: 100%;height: 1rem;} */
.n_container .n_left .con{border-bottom:0.04rem solid #C7091C;}
.n_container .n_left .con .ulCon{background:#C7091C;padding-bottom: 0;box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.1);}
.n_container .n_left .con .ulCon ul{background:#FFFFFF;position: relative;}

.n_container .n_left .con ul li{color: #333333;position:relative;border-bottom: 1px solid #e6e6e6;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{display: block;}
.n_container .n_left .con ul li.on i{background:url(/tygzb/2025/images25/jton.png) center no-repeat;background-size: 7px;transform: rotate(90deg);transition: 0.4s all;}
.n_container .n_left .con ul li i.up{transform: rotate(90deg);background:url(/tygzb/2025/images25/jton.png) center no-repeat;background-size: 7px;}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 0.18rem 0.2rem 0.18rem 0.3rem;transition: 0.36s;position: relative;font-size: 0.16rem;line-height: 26px;}
/* .n_container .n_left .con ul li:hover i{background:url(/tygzb/2025/images25/jton.png) center no-repeat;background-size: 7px;} */
.n_container .n_left .con ul li:hover>a,
.n_container .n_left .con ul li.on>a{color: #C7091C;font-weight: 600;background: #efefef;position: relative;}
.n_container .n_left .con ul li:hover>a::after,
.n_container .n_left .con ul li.on>a::after{content: "";position: absolute;left: 0;top: 0;width: 8px;height: 100%;background: #C7091C;}

.n_container .n_left .con ul li dl{display:none;padding: 5px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 0.34rem;padding: 0 15px;}
.n_container .n_left .con ul li dl dd a{position: relative;width: calc(100% - 20px); display: block; font-size: 0.14rem;line-height: 0.2rem; color: #323232 !important;padding: 0.1rem 0 0.1rem 0.4rem;}
.n_container .n_left .con ul li dl dd a::after{content: "";width: 0.04rem;height: 0.04rem;position: absolute;left: 0.2rem;top: 0.18rem; position:absolute;background: #C7091C;}
.n_container .n_left .con ul li i{width: 0.2rem;height: 0.6rem;background: url(/tygzb/2025/images25/jt.png) center no-repeat;background-size: 0.07rem;position:absolute;right: 0.3rem;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #C7091C!important;font-weight: bold;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{ background:#C7091C;}


.mianbao{z-index: 6;display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-start;position: relative;top: 0;margin-bottom: 0.3rem;border-bottom: 2px solid #e5e5e5;padding-bottom: 0.1rem;}
.mianbao h5{font-size: 0.32rem;color: #323232;background-size: 0.14rem;margin-top: 0.08rem;line-height: 0.4rem;}
.mianbao p{display: flex;justify-content: flex-end;background: url(/tygzb/2025/images25/nav2.png) no-repeat left 0.05rem;background-size: 0.17rem;padding-left: 0.22rem;margin-top: 0.08rem;}
.mianbao,.mianbao i,.mianbao a{font-size: 0.16rem;color: #666;font-style:normal;transition: 0.6s all;line-height: 0.26rem;}
.mianbao i{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #666;position: relative;top: 0.13rem;}
.mianbao a.on{color: #C7091C;font-weight: bold;}  
.mianbao a:hover{color: #C7091C;transition: 0.6s all;font-weight: bold;}
@media (max-width:1024px) {
	.mianbao{}
	.mianbao h5{color: #323232;}
	.mianbao{padding-left: 0;left: 0;top: 0;margin-bottom: 0.3rem;}
	.mianbao p{background: url(/tygzb/2025/images25/nav2.png) no-repeat left 0.05rem;background-size: 0.17rem;}
	.mianbao,.mianbao i,.mianbao a{color: #666;}
	.mianbao i{background: #999;}
	.mianbao a.on{color: #C7091C;font-weight: bold;}  
	.mianbao a:hover{color: #C7091C;transition: 0.6s all;font-weight: bold;}
}

.n_container .n_right{ width:calc(100% - 3.6rem); position: relative; z-index: 2;margin-top: 0.6rem;}
.n_container .n_right2{width: 100%;}
.n_container .n_right::after{content: "";width: 1;}
.n_container .n_right .bgss{margin-top: 0.2rem;}

@media(max-width: 1024px){
	
}
@media(max-width: 850px){
}
/* 题图列表页 */
.n_titu li{transition: 0.6s all;position: relative;border-bottom: 1px solid #e5dfde;}
.n_titu li a{display: flex;position: relative;width: 100%;padding: 0.2rem 0;justify-content: space-between;position: relative;z-index: 3;flex-wrap: wrap;align-items: center;}
.n_titu li:nth-child(1) a{padding-top: 0;}
.n_titu li .pic{position: relative;width: 3.2rem;float: left;overflow: hidden;margin-left: 0.2rem;}
.n_titu li .pic img{display: block;width: 100%;object-fit: cover; transition: 0.6s all;height: 2.1rem;}
.n_titu li .text{margin-left: 0;width: calc(100% - 4.2rem);padding-left: 0.2rem;}
.n_titu li .text h5{transition: 0.6s all;position: relative;}
.n_titu li .text p{margin-top: 0.14rem;position: relative;font-size: 0.14rem;color: #888;line-height: 0.24rem;height: auto;overflow: hidden;max-height:0.96rem;margin-top: 0.16rem;}
.n_titu li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_titu li:hover .text h5{color: #C7091C;transition: 0.6s all;}

.n_titu li.nopic .pic{display: none;}
.n_titu li.nopic .text{width: calc(100% - 0.8rem);}

.fanye{margin-top: 0.5rem;}
.fanye img{ max-width:100%}


@media(max-width: 1024px){
    .n_container .n_left{ display:none}
    .n_container .n_right{width:100%;padding: 0;background: transparent;}
}
@media(max-width: 768px){
    .n_titu li{background: none;}
	 .n_titu li+li{margin-top: 0.3rem;}
    .n_titu li a .date{width: 1rem;}
	.n_titu li a{position: relative;padding-top: calc(52vw + 0.12rem);}
	.n_titu li.nopic a{padding-top: 0.4rem;}
	.n_titu li .pic{width: 100%;position: absolute;top: 0;left: 0;margin-left: 0;}
	.n_titu li .pic img{height: 52vw;}
    
    .n_titu li .pic{width: 100%;float: none;margin-right: 0;}
	.n_titu li .text{width: calc(100% - 1.2rem);padding-left: 0;}
    .n_titu li .text h5{max-height: none;padding-top: 0;white-space:normal;height: auto;display: block;}
    .n_titu li .text p{height: 0.72rem;}
    .fanye{margin-top: 0.4rem;}
    
}


/* 文章列表页 */
.n_container .n_right .TextList{padding-top: 0;min-height:4.5rem;}
.TextList ul li{padding-bottom:0rem;position: relative;transition: 0.6s all;}
.TextList ul li a{display: flex;position: relative;overflow: hidden;position: relative;justify-content: space-between;padding: 0 0.2rem;transition: 0.4s all;border-bottom: 0.01rem solid #e5dfde;align-items: center;}
.TextList ul li a p{transition: 0.6s all;line-height:0.7rem;font-size: 0.16rem;color: #323232;width: calc(100% - 0.7rem);position: relative;transition: 0.4s all;height: 0.7rem;}
.TextList .date-a{font-size: 0.2rem;}
.TextList ul li:hover p{color: #C7091C;transition: 0.6s all;padding-left: 0.04rem;transition: 0.4s all;}
@media(max-width: 540px){
    .TextList ul li a{flex-wrap: wrap;padding: 0.2rem;}
    .TextList ul li a .data{width: auto;height: auto;}
    .TextList ul li a p{margin-top: 0;height: auto;overflow: hidden;width: calc(100% - 0.6rem);line-height: 0.24rem;height: 0.48rem;-webkit-line-clamp: 2;}
	   .TextList ul li a span{width: 100%;text-align: left;margin-left: 0.8rem;line-height: 0.24rem;margin-top: 0.06rem;}
          .bgss02 ul li a span{width: auto;margin-left: 0;margin-top: 0;}
}

/* 内容页 */
	
.n-nry{}
.n-nry .showtext{width: calc(76% - 0.5rem);}


.show01{margin-bottom: 0.2rem;border-bottom: 1ax solid #e5dcd7;padding-bottom: 0.14rem;}
.show01 h5{font-size: 0.26rem;line-height: 0.34rem;text-align: center;margin-bottom: 0.22rem;font-weight: bold;color: #333333;}

.show01 p{display: block;text-align: center;margin-left: -0.3rem;}
.show01 p i{font-size:0.16rem;color: #808080;padding-left: 0;display: inline-block;font-style: normal;margin-left: 0.3rem;}

.show02{min-height: 200px;}
.show02 p{font-size: 0.17rem!important;color: #555;line-height: 0.34rem!important;margin-bottom: 0.16rem;text-indent: 2em;    background: none !important;}
.show02 p span{background: none !important;}
.show02 p iframe{margin-left:-2em !important;}
.show02 table{margin:0 auto !important;overflow-x: scroll;}
#vsb_content_2 TABLE TD{text-indent:0 !important;}
.show02 table p{text-indent: 0em;}

.show02 ol{padding-left: 1em;}

.show02 li p{text-indent: 0em;}
.show02 #vsb_content_2 li p{text-indent: 0em;}

.table_out{max-width: 100%;overflow: auto;}

.show02 img{display: block;margin: 0 auto 0.16rem auto !important;max-width: 100%;height: auto!important;border:none !important;}
.show03{margin-top: 0.4rem;padding-top: 0.24rem;border-top: 1px solid #e5dcd7;}
.show03 p{font-size: 0.16rem;color: #323232;margin-bottom: 0.16rem;line-height:0.24rem;font-weight: bold;}
.show03 p+p{margin-bottom: 0;}
.show03 p a{font-weight: normal; color: #666666;transition: 0.6s all;font-weight: normal;}
.show03 p a:hover{color: #C7091C;transition: 0.6s all;}

.n-nry .nzxdt{width: 24%;}
.n-nry .nzxdt h6{background:#C7091C;padding: 0 0.16rem;}
.n-nry .nzxdt h6 span{font-family: Microsoft YaHei;font-size: 0.24rem;font-weight: normal;line-height: 0.5rem;letter-spacing: normal;color: #fff;}
.n-nry .nzxdt ul{position: relative;}
.n-nry .nzxdt ul::after{content: "";position: absolute;left: 0;top: 0.1rem;width: 1px;height: 100%;background: #C7091C;}
.n-nry .nzxdt ul li{padding: 0.16rem 0;position: relative;}
.n-nry .nzxdt ul li::after{content: "";position: absolute;right: 0;bottom: 0;width: calc(100% - 0.22rem);height: 1px;border-bottom: 1px dashed #D8D8D8;}
.n-nry .nzxdt ul li a{position: relative;padding-left: 0.22rem;display: block;}
.n-nry .nzxdt ul li a::after{content: "";position: absolute;left: -0.03rem;width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #C7091C;top: 0.06rem;}
.n-nry .nzxdt ul li a p{height: auto;max-height: 0.48rem;}
.n-nry .nzxdt ul li a time{color: #C7091C;position: relative;line-height: 0.24rem;font-size: 0.14rem;}
.n-nry .nzxdt ul li a time::after{content: "";position: absolute;left: -0.12rem;background: url(/tygzb/2025/images25/datebd.png) no-repeat left center;background-size: 0.88rem;width: 0.88rem;height: 0.24rem;top: 0;}
.n-nry .nzxdt ul li a:hover p{color: #C7091C;}
.n-nry .nzxdt ul li:hover::after{border-bottom: 1px dashed #C7091C;}

@media(max-width: 1024px) {
   .n_right .show{margin-top: 0.3rem;}
}

@media(max-width: 850px) {
	.show01 p{text-align: center;}
	.n-nry .nzxdt{width: 100%;margin-top: 0.4rem;}
	.n-nry .showtext{width: 100%;}
   .show02 table{display: flex !important;overflow-x: auto;width: 100% !important;margin: 0 auto !important;white-space: nowrap;}
}

/* 图片列表页 */
.listPic{}
.listPic ul{margin-left: -0.2rem;display: flex;justify-content: flex-start;margin-top: -0.2rem;}
.listPic ul li{width: calc(33.333% - 0.2rem);margin-left: 0.2rem;margin-top: 0.2rem;}
.listPic ul li a{display: block;padding: 0.1rem;background: white;box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);}
.listPic ul li a .pic{display: block;overflow: hidden;border-radius: 0;}
.listPic ul li a .pic img{display: block;width: 100%;height: 2.2rem;object-fit: cover;}
.listPic ul li a .text{padding: 0.2rem 0.2rem 0.1rem 0.2rem;}
.listPic ul li a .text h5{font-size: 0.16rem;color:#323232;line-height: 0.24rem;height: 0.48rem;overflow: hidden;}
.listPic ul li a .text .samedaterow{color: #999999;margin-top: 0.16rem;}
.listPic ul li a:hover .text h5{color: #C7091C;}

@media(max-width: 1024px) {
	.listPic{margin-top: 0;}
	.listPic ul{margin-top: -0.3rem;}
}
@media(max-width: 768px) {
    .listPic ul li {width: 47%;}
    .listPic ul li a .pic img{height: 28vw;max-height: 100%;}
    .listPic ul li+li+li{margin-top: 3%;}
	.listPic ul li a .text h5{height: auto;display: block;}
}
@media(max-width: 768px) {
    .listPic ul {margin-left: 0;}
    .listPic ul li {width: 100%;margin-left: 0;}
    .listPic ul li a .pic img{height: 52vw;max-height: 100%;}
}

/* 师资列表 */
.Listsz{}
.Listsz ul{}
.Listsz ul li{width: 50%;padding: 0.15rem 0;border-bottom: 1px solid #e5dfde;}
.Listsz ul li:nth-child(odd){padding-right: 0.15rem;}
.Listsz ul li:nth-child(even){padding-left: 0.15rem;}
.Listsz ul li a{align-items: center;}
.Listsz ul li a .pic{width: 30%;}
.Listsz ul li a .pic img{height: 2.1rem;}
.Listsz ul li a .text{width: 70%;padding-left: 0.16rem;}
.Listsz ul li a .text h5{font-size: 0.18rem;color: #323232;line-height: 0.26rem;}
.Listsz ul li a .text p{font-size: 0.14rem;color: #666666;line-height: 0.24rem;margin-top: 0.16rem;}
@media(max-width: 768px) {
	.Listsz ul li{width: 100%;}
	.Listsz ul li:nth-child(odd){padding-right: 0;}
	.Listsz ul li:nth-child(even){padding-left: 0;}
	.Listsz ul li a .pic{width: 30%;}
	.Listsz ul li a .pic img{height: 18vw;}
	.Listsz ul li a .text{width: 70%;padding-left: 0.16rem;}
}


/* 师资列表纯文本 */
.Listsz-text{}
.Listsz-text .con+.con{margin-top: 0.55rem;}
.Listsz-text .szfl{display: inline-block;padding-left: 0.1rem;position: relative;margin-bottom: 0.04rem;}
.Listsz-text .szfl::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.04rem;height: 0.2rem;background: #C7091C;}
.Listsz-text .szfl span{display: block;font-size: 0.24rem;color:#C7091C;font-weight: bold;}
.Listsz-text ul{justify-content: flex-start;margin-left: -0.36rem;}
.Listsz-text ul li{width: calc(16.666% - 0.36rem);margin-left: 0.36rem;margin-top: 0.3rem;}
.Listsz-text ul li a{display: block;padding-bottom: 0.1rem;border-bottom: 1px solid #e8e4e0;position: relative;padding-left: 1em;}
.Listsz-text ul li a::after{content: "";position: absolute;left: 0;bottom: -0.03rem;width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #e8e4e0;}
.Listsz-text ul li a p{display: block;font-size: 0.18rem;color: #323232;line-height: 0.24rem;}
.Listsz-text ul li a:hover p{color: #C7091C;}

@media(max-width: 768px) {
	.Listsz-text ul{margin-left: -0.36rem;}
	.Listsz-text ul li{width: calc(20% - 0.36rem);margin-left: 0.36rem;margin-top: 0.3rem;}
}

@media(max-width: 580px) {
	.Listsz-text ul{margin-left: -0.2rem;}
	.Listsz-text ul li{width: calc(25% - 0.2rem);margin-left: 0.2rem;margin-top: 0.2rem;}
}
@media(max-width: 430px) {
	.Listsz-text ul{margin-left: -0.16rem;}
	.Listsz-text ul li{width: calc(33.333% - 0.16rem);margin-left: 0.16rem;margin-top: 0.2rem;}
}



/* 组织机构 */
.zzjg-text{}
.zzjg-text .szfl{display: inline-block;padding-left: 0.1rem;position: relative;margin-bottom: 0.04rem;}
.zzjg-text .szfl::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.04rem;height: 0.2rem;background: #C7091C;}
.zzjg-text .szfl span{display: block;font-size: 0.24rem;color:#C7091C;font-weight: bold;}
.zzjg-text ul{justify-content: flex-start;margin-left: -0.25rem;}
.zzjg-text ul li{width: calc(25% - 0.25rem);margin-left: 0.25rem;margin-top: 0.25rem;background: white;border: 1px solid #F4DFC7;}
.zzjg-text ul li a{display: block;padding: 0.2rem 0.2rem;position: relative;}
.zzjg-text ul li a::after{content: "";position: absolute;left: 0;top: 0.2rem;height: 0.28rem;width: 0.02rem;background:#C7091C;transition: 0.6s all;}
.zzjg-text ul li a p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;display: block;}
.zzjg-text ul li a:hover::after{height: 100%;top: 0;transition: 0.6s all;}
.zzjg-text ul li a:hover p{color:#C7091C;}
.zzjg-text ul li:hover{border: 1px solid #C7091C;}

@media(max-width: 850px) {
	.zzjg-text ul li{width: calc(33.333% - 0.25rem);}
}
@media(max-width: 430px) {
	.zzjg-text ul {margin-left: -0.1rem;margin-top: 0.1rem;}
	.zzjg-text ul li{width: calc(50% - 0.1rem);margin-left: 0.1rem;margin-top: 0.1rem;}
}
/*==========================================内页 结束=============================================*/