header{
	clear: both;
	
	background:rgba(16,63,130,0.9);
	position: relative;
        width: 100%;
   
        background-image: url(/wfy/muban2024/img/headerbg33.png);
        background-size:cover;
        background-position: center;
}
header .top-logo{
	height: 155px;
}
header .logo{
	height: auto;
	position: absolute;
	top:30px
}
header .logo a{
	display:block;
}
header .logo img{
	
}
header .yuanxun{
	width:22%;
	height:100px;
	background: url(/wfy/muban2024/img/logor1111.png) no-repeat;
	position: absolute;
	top:60px;
	left: 50%;
}
.noticelist {
    font-size: 16px;
    color: #333;
    line-height: 38px;
}

.tabtit {
    width: 100%;
    height: 48px;
    margin: 0;
padding:0;
    position: absolute;
  
    top: 0;
    display: flex;
}
.yahei  {
 font-family: 'Microsoft YaHei', sans-serif;}
.titul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 99%;
    height: 100%;   
    border-top: solid 1px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

.titli {

    width:200px;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */

}

.titli-a {
 line-height:44px;
    width: 200px;
    height: 100%;
margin-top:0px !important; 
margin-left:18px !important;
text-decoration:none;
}
.font {
    display: flex;
    justify-content: flex-end; /* 让内容靠右对? */
    align-items: center;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    width: 100%; /* 填充剩余空间 */
}
.font a {
    display: flex;
    justify-content: flex-end; /* 让内容靠右对? */
    align-items: center;
    width: 80px;
    height: 100%;
    margin-top: 0;
    padding-right: 12px; /* 可根据需要调整右侧间? */
    text-decoration: none;
 
    border-left: solid 1px #e5e5e5;
    text-align: center; /* 让文字居中对? */
}
.font:hover a{
 font-weight: bold;
color:0d6;
}
.titli:hover a {
    font-weight: bold;
    color: #fff; /* 鼠标悬停时字体颜色变为白? */
}

.titli:hover {
background-image:url(/wfy/muban2024/img/41.png);
    background-size: cover; /* 或者使? contain */
    background-position: center;
    background-repeat: no-repeat;
}


.tab-list{
width:100%;
margin-top:50px;
   position: absolute;

display: none;
}
.xsbgshouji{
display:none;
}
.jxgzshouji{
display:none;
}
.shouji{
display:none;
}
.tabtit .on {
font-weight: bold;
color:#fff !important;
;background-image:url(/wfy/muban2024/img/41.png);
    background-size: cover; /* 或者使? contain */
    background-position: center;
    background-repeat: no-repeat;
}
.tabtit .on a{
font-weight: bold;
color:#fff !important;

}
header .contact{
	position: absolute;
	right:0px;
	top:45px
}
header .contact ul li{
	
	float: left;
}
header .contact ul li a{
	padding: 0px 15px;
	color:#8D9EBA
}
header .contact ul li a:hover{
	color:#FFFFFF
}
header .sub-nav {
	position: absolute;
	right: 0px;
	top:50px
}
header .contact ul .search_button {
	border-right:none;
}
header .contact ul .search_box {
	border-right:none;
	display: none;
}
header .search_box .search_text{
	position: absolute;
	z-index: 99;
	right: 40px;
	top:30px;
	height: 28px;
	width: 180px;
	border: none;
}
header .search_box input[type="image"]{
	position: relative;
	z-index: 999;
	right: 45px;
	top:26px;
}
.nav{
	height: 50px;
	display: block;
	background: #244d9e;
	box-shadow: 0px 5px 5px #444444;
	border-top:#879ec2 1px solid;
	transition: 0.7s all ease-in-out;
	-webkit-transition: 0.7s all ease-in-out;
	-moz-transition: 0.7s all ease-in-out;
	
}
.navbar_nav li{
display: inline-block; /* 设置li元素水平排列 */
    padding: 0 5px; /* 设置li元素内边? */
    position: relative; /* 设置定位上下? */
height:50px;

}
.navbar_nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    width: 1px; /* 竖线的宽? */
    background-color: #aaa; /* 竖线的颜? */
}
.navbar_nav li.shouye{
	position: relative;
	display: block;
	width:11%;
	text-align: center;
        float:left;

}
.navbar_nav li.shouye:hover{
    background-color:#144287
}
.navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 50px;
	font-size: 1rem;
	color: white;
 }



.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(35,85,161,0.8);
   top:50px;
left:0px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;

}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
height:50px;
    
} 

.navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	/*animation: rotate 300ms ease;
    -webkit-animation: rotate 300ms ease;
    -moz-animation: rotate 300ms ease;*/
}


.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}
.titlelink {
   
 position: relative;
    padding-left: 50px; /* 设置左边距以便显示背景图? */
    text-decoration: none;
    color: #fff;
    font-size: 16px;
line-height:44px;
}
.titlelink:hover {
 color: #fff;
    font-weight: bold; /* 悬停时设置字体加? */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */
}
.titlelink span {
    position: relative;
    transform: translateY(-50%);
}
.notice {
	
	padding: 0px;
	clear: both;
	float: none;
	min-height: 290px;
	width: 100%;
	margin: 0px;
}
.noticetitle {
	background-color: #2355A1;
background-repeat: no-repeat;background-position: 10px center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
padding-left:5px;
	float: left;
	height: 44px;
	width: 100%;
	clear: none;
	
}
.listnotice {
	
float: left;
	min-height: 290px;
	width: 32%;
}
.listxueshuhuodong {
	
float: left;
	min-height:290px;
	width: 32%;
	margin-left: 2%;
}
.xueshutitle {
	background-color: #2355A1;
background-repeat: no-repeat;background-position: 10px center;
padding-left:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 100%;
	clear: none;
	
}
header .search{
	position: absolute;
	right:0px;
	top:50px;
}
header .search input[type="text"]{
	height:40px;
	width:11.25rem;
	background-color: transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: #0160BA 1px solid;
	
}
header .search input[type="button"]{
	width:20px;
	height: 20px;
	border: none;
	background:url(/wfy/muban2024/img/search-icon.png) no-repeat;
	position: relative;
	left:-30px;
	top:8px
}
header .scroll-nav{
	width: 100%;
	background: #9A0101;
	margin:0 auto;
	height:80px;
	display: none;
	position: fixed;
	top:0px;
	transition: 0.3s all ease-in-out;
	z-index: 999;
}
header .scroll-nav ul li{
	float: left;
}
header .scroll-nav ul li a{
	color: #fff;
	padding:0px 30px;
	line-height: 80px;
}

header .nav_p{
	display: none;
	height: calc(100vh - 105px);
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:105px;
	left: 0px;
	z-index: 99;
	
}
header .navbar_nav_t{
	padding: 0px 2rem;
}
header .navbar_nav_t li{
	
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
header .navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(/wfy/muban2024/img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
header .navbar_nav_t li a{
	line-height: 3.6rem;
}
header .navbar_nav_t .dropdown_menu{
	display: none;
}
header .navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}

@keyframes rotate {
    from {
        transform:  translateY(10%);
        top: 53px;
    }

    to {
        transform: rotateX(0deg) translateY(0%);
        top: 53px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform:  translateY(10%);
        top: 53px;
    }

    to {
        -moz-transform:  translateY(0%);
        top: 53px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

.slideBox {
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-40px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 15px;
	height:15px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;;
	font-size:12px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.slideBox .hd ul li.on {
	background: #FFFFFF;
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即? */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/wfy/muban2024/images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.slideBox .prev{
	height:80px;
	width:80px;
	position: absolute;
	left: 100px;
	top:45%;
	background: url(/wfy/muban2024/img/leftarrow.png) no-repeat ;
}
.slideBox .next{
	height:80px;
	width:80px;
	right: 100px;
	top:45%;
	background: url(/wfy/muban2024/img/rightarrow.png) no-repeat 20% 45%;
}
.news-slider{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.news-slider .hd {
	height: 5.6rem;
	overflow: hidden;
	position: absolute;
	right:0px;
	bottom:2rem;
	z-index: 1;
}
.news-slider .hd ul {
	overflow: hidden;
	zoom: 1;
}
.news-slider .hd ul li {
	float: left;
	width: 25px;
	height:25px;
	font-size:12px;
	line-height:25px;
	background: #FFFFFF;
	color: #0160BA;
	text-align: center;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.news-slider .hd ul li.on{
	background: #0160BA;
	color: #FFFFFF;
}
.main{
	overflow: hidden;
	margin-top:3rem;
}
.main-title{
	height:3.4rem;
	box-sizing: border-box;

}
.tit{
	height: 40px;
	position: relative;
	border-bottom: #103F82 4px solid;
}
.main-title i.yh:before{
	content: "";
	display: block;
	position: absolute;
	top:0px;
	width:60px;
	height:80px;
	background: url(/wfy/muban2024/img/newsblue.png) no-repeat;
}
.tit .tit-con{
	font-size:1.75rem;
	font-weight: bold;
	line-height: 28px;
}

.tit .el{
	font-size:14px;
	color:#A1A1A1;
	position:absolute;
	left: 130px;
	top:12px;
}

.get-more{
	clear: both;
	position: absolute;
	font-size:15px;
	top:10px;
	right:0px;
	color:#797979;
	
}
.more-arr:after{
	content: "";
	display: inline-block;
	position: absolute;
	right:35px;
	top:-13px;
	background: url(/wfy/muban2024/img/more.png) no-repeat;
	width:40px;
	height:40px;
	transition:0.3s;
}
.get-more .more-arr:hover:after{
	transform: rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
}

.main-title .short{
	width:60px
}
.part-three-more{
	position: absolute;
	right: 3px;
	top:16px
}
.xwdt{
	overflow: hidden;
	width:100%;
	float:left;
}
.xwdt-inner{
	margin-top:25px;
}
.xwdt-inner .xwdt-inner-left {
	width:43%;
}
.xwdt-inner .xwdt-inner-left .news-box{
	position: relative;
}

.xwdt-inner .xwdt-inner-left .slider-d{
	display: block;
	width: 100%;
	transition: 0.3s all ease;
	position: relative;
}
.xwdt-inner .xwdt-inner-left .bd .news-img{
	width:100%;
	height: 100%;
	display: block;
	transition: 0.3s all ease;
	
}
.xwdt-inner .xwdt-inner-left a:hover .news-img{
	display: block;
	transform: scale(1.05);
}
.xwdt-inner .xwdt-inner-left .tt{
	font-size:1rem;
	font-weight:bold;
	background: linear-gradient(to bottom,rgba(93,169,225,0.9),rgba(0,92,181,0.9));
	color:#FFFFFF;
	height:5rem;
	width: 100%;
	padding: 0px 20px;
	line-height: 5rem;
	position: absolute;
	bottom: 0;
}
.xwdt-inner .xwdt-inner-left .aa{
	font-size:14px;
	color:#FFFFFF;
	line-height:28px;
	padding-top: 16px;
}
.xwdt-inner .xwdt-inner-left .dd{
	font-size:12px;
	color:#FFFFFF;
	padding-top: 10px;
}

.xwdt-inner .xwdt-inner-right{
	float:left;
	padding:0px;
	width:54%;
margin-left:3%;
margin-top:0px;
}
/*
.xwdt-inner .xwdt-inner-right ul {
	margin-top: 10px;
}
.xwdt-inner .xwdt-inner-right ul li{
    border-bottom:#D2D2D2 1px solid;
    height:40px;
    width: 100%;
    padding-top: 12px;
}
.xwdt-inner .xwdt-inner-right ul li a{
	display: block;
	float:right;
	padding-left: 10px;
	width:calc(100% - 12%);
}
*/
.xwdt-inner .xwdt-inner-right .ddr{
	color:#797979;
	font-size:14px;
	float:left;
	text-align: right;
	padding-right: 15px;
	border-right:#d2d2d2 1px solid;
	width:12%;
}
.xwdt-inner .xwdt-inner-right .ddr .day{
	color:#0D588E;
	font-size:1.6rem;
	font-weight: bold;
}
.xwdt-inner .xwdt-inner-right .title{
	line-height:24px;
        font-size:16px;
}
.xwdt-inner .xwdt-inner-right .abs{
	font-size:14px;
	color:#858585;
	line-height: 34px;
}
.part-two{
	width:100%;
	overflow:hidden;
	background:url(/wfy/muban2024/img/hbg2.png) no-repeat center top;
}
.tzgg{
width:30%;
	margin-top: 70px;
}

.tzgg .tzgg-news-list{
	padding-top: 2rem;
}
.tzgg .tzgg-news-list .list-box{
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tzgg .tzgg-news-list .list-box a{
	display: block;
	width: 32%;
	background: #FFFFFF;
	border-radius: 4px;
	border: #D9D9D9 1px solid;
	padding:12px 10px 0px; 
        margin-bottom:30px
}

.tzgg .tzgg-news-list .calendar{
	font-size:14px;
	width:80px;
	height: 94px;
	text-align: center;
	background: url(/wfy/muban2024/img/cal.png) no-repeat;
	border-radius: 10px;
	color: #FFFFFF;
	padding-top: 24px;
}
.tzgg .tzgg-news-list .calendar .day{
	font-size:1.4rem;
	font-weight: bold;
}
.tzgg .tzgg-news-list .title{
	float: right;
	width: calc(100% - 100px);
	line-height:2rem;
        font-size:16px;
}
/*学术报告*/
.xsbg{
	margin-top: 30px;
}
.xsbg .xueshu:before{
	content: "";
	display: block;
	position: absolute;
	top:-5px;
	width:80px;
	height:80px;
	background: url(/wfy/muban2024/img/baogao.png) no-repeat;
}
.xsbg .xsbg-box{
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:1rem;
}
.xsbg .xsbg-box a{
	display: block;
	width:24%;
	background: #FFFFFF;
	border:#D9D9D9 1px solid;
	padding: 20px 20px;
	background:#FFFFFF url(../img/71982.png) no-repeat right top;
	background-size:  80%;
}
.xsbg .xsbg-box  .jztz{
	background: #2355A1;
	width:78px;
	height: 28px;
	margin:10px 0px 20px;
	position: relative;
}
.xsbg .xsbg-box  .jztz p{
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
}
.xsbg .xsbg-box  .jztz:before{
	content: "";
	display: block;
	position: absolute;
	top:28px;
	width: 0px;
	height: 0px;
	border-bottom:10px transparent solid; 
	border-right:10px #A4D3FF solid;
}
.xsbg .xsbg-box .xueshu-text p{
	line-height: 3rem;
	text-align: left;
}
.xsbg .xsbg-box .xueshu-text .detail{
	padding-top: 10px;
}
.xsbg .xsbg-box .xueshu-text .xueshu-tit{
	line-height: 1.8rem;
	font-weight: bold;
        height:109px;
}
.xsbg .xsbg-box .xueshu-text .xs-bg{
	background: #E3F2FF;
	width: 78px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.news-date{
	font-size:14px;
	color:#0160BA;
	float: right;
}
.main-title i.xueshukanban:before{
	content: "";
	display: block;
	position: absolute;
	top:-6px;
	width:60px;
	height:80px;
	background: url(/wfy/muban2024/img/xueshu.png) no-repeat;
}

.showdiv{
	display:block
}

.showtitle{font-size:20px;line-height:40px;height:40px;overflow:hidden;margin-bottom:10px}
.ztlm{
	margin-top: 40px;
        padding-bottom:40px;
	background: url(/wfy/muban2024/img/btbd.png) repeat-x bottom center;
}
.ztlm .zhuanlan:before{
	content: "";
	display: block;
	position: absolute;
	top:-6px;
	width:60px;
	height:80px;
	background: url(/wfy/muban2024/img/zhuanlan.png) no-repeat;
}
.ztlm .ztlm-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	gap:1%;
	padding-top:50px;
	padding-bottom: 25px;
}
.ztlm .ztlm-box .box{
	min-width:18%;
flex: 1 1 19%; 
	overflow: hidden;
	box-shadow: 0 0 13px #A6A6A6;
}

.ztlm .ztlm-box .box img{
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition:  all 0.4s ease;
}
.ztlm .ztlm-box .box:hover img{
	transform: scale(1.1);
}
.ztlm .box .atext{
	display: block;
	width: 100%;
	height: 45px;
padding: 10px;
 display: flex;
  justify-content: center; /* ˮƽ */
  align-items: center; /* ֱ */
	background: #FFFFFF;
	
}


footer{
	clear: both;
	
	background:rgba(16,63,130,0.9);
	position: relative;
        width: 100%;
        height: 240px; /* 设置容器的高? */
        background-image: url(/wfy/muban2024/img/footerbg.png);
        background-size:cover; /* 背景图片等比例缩放以填满容器 */
        background-position: center; /* 图片在容器中居中显示 */
}
footer:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom:0px;
	left: 0px;
	z-index: -1;
	width:100%;
	height:325px;
	background: url(/wfy/muban2024/img/uu.jpg) center top;
}

footer{
	padding-top: 10px;
	
}
footer .footer-box{
	display: flex;
	padding-left: 0px;
	padding-right: 80px;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .left-message{
	width:60%;
	color: white;
	line-height:38px;
}
footer .left-message p{
	line-height: 42px;
        color:#ffffff;
}
footer .left-message h2{
	line-height: 50px;
}

footer  .wxcode{
	width: 30%;
	position: relative;
	padding-top: 80px;
}
footer  .wxcode .code_img{
	width: 144px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 0;
}
footer i.phone:before{
	content: "";
	display: inline-block;
	width:35px;
	height:  20px;
	background: url(/wfy/muban2024/img/f1.png) no-repeat;
	position: relative;
	top:4px
}
footer i.mail:before{
	content: "";
	display: inline-block;
	width:35px;
	height:  20px;
	background: url(/wfy/muban2024/img/f2.png) no-repeat;
	position: relative;
	top:4px
	
}
footer i.location:before{
	content: "";
	display: inline-block;
	width:35px;
	height:20px;
	background: url(/wfy/muban2024/img/f3.png) no-repeat;
	position: relative;
	top:4px
	
}
footer i.copyright:before{
	content: "";
	display: inline-block;
	width:35px;
	height:20px;
	background: url(/wfy/muban2024/img/f4.png) no-repeat;
	position: relative;
	top:4px
	
}
footer i.yb:before{
	content: "";
	display: inline-block;
	width:35px;
	height:  20px;
	background: url(/wfy/muban2024/img/f2.png) no-repeat;
	position: relative;
	top:4px
	
}
#scrollUp {
	height: 60px;
	width: 60px;
	right: 80px;
	bottom: 77px;
	color: #fff;
}
.up-arrow:before {
    content: "";
    display: inline-block;
    background: url(/wfy/muban2024/img/up_arrow.png) no-repeat center center;
    width:60px;
    height:60px;
    position: relative;
    top:5px
}



.list-banner{
	height: 320px;

background-image:url(/wfy/muban2024/img/banner/sjjlz.jpg);
    background-size: cover; /* 或者使? contain */
    background-position: center;
    background-repeat: no-repeat;
}
.ztjy-banner{
	height: 320px;
	background: url(/wfy/muban2024/img/20230423.jpg) no-repeat top center;
}
.sdsf-banner{
height: 320px;
	background: url(/wfy/muban2024/img/sdsfbn.jpg) no-repeat top center;


}
.subPage {
	background: url(/wfy/muban2024/img/btbd.png) repeat-x center bottom;
}
.subPage .sub-left{
	width:22%;
	position:relative;
	top:-50px;
	z-index: 999;
	float:left;
}

.subPage .sub-left .sub-left-title{
	height: 80px;
	background: linear-gradient(to bottom,#275DAE,#103F82);
	text-align: center;
	line-height: 80px;
	border-bottom:#797979 4px solid;
}
.subPage .sub-left .sub-left-title h3{
	color: #FFFFFF;
	font-size:24px;
}

.subPage .sub-left .sub-left-con{
	background: #f2f7fb url(../img/list-bg.png) no-repeat center bottom;
	
}
.subPage .sub-left .sub-left-con .first-nav{
	overflow: hidden;
	padding-bottom: 30px;
}
.subPage .sub-left .sub-left-con .first-nav li{
	
	word-wrap: break-all;
	text-align: center;
}

.subPage .sub-left .sub-left-con .first-nav li .first_alink{
	padding:14px 80px;
	line-height: 50px;
        font-weight: bold;
	background: url(/wfy/muban2024/img/list_erji_l.png) no-repeat center bottom;
}


.subPage .sub-left .sub-left-con .first-nav li.active a{
	color: #003F88;
	font-weight: bold;
	padding: 14px 80px;
    line-height: 50px;
    font-weight: bold;
    background: url(/wfy/muban2024/img/list_erji_l.png) no-repeat center bottom;
}
i.right-arrow{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/wfy/muban2024/img/down.png) no-repeat;
	position: absolute;
	right:5px;
	top:15px;
}
i.right-arrow-small{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/wfy/muban2024/img/right2.png) no-repeat;
	position: absolute;
	left:25px;
	top:20px;
}
/*.subPage .sub-left .sub-left-con ul li a.active:before{
	content: "";
	display:inline-block;
	width:8px;
	height: 8px;
	background: #9A0101;
	position: absolute;
	left: 10px;
	top:22px
}*/


.subPage .sub-left .sub-left-con .navSub{
	background: none;
	padding-top: 5px;
    
}
.subPage .sub-left .sub-left-con .navSub li{
	text-align: left;

}
.subPage .sub-left .sub-left-con .navSub i{
	padding-right: 10px;
}
.subPage .sub-left .sub-left-con .navSub li a{
	font-size: 14px;
	background: none;
	line-height: 32px;
	position: relative;
	left: 105px;
}
.subPage .sub-left .sub-left-con .navSub li:last-child a{
	
}
.subPage .sub-left .sub-left-con .navSub li a.button_check{
	color:#003F88;
	font-weight: bold;
}
.subPage .sub-right{
	width: 74%;
	float:right;
	margin-top: 10px;
	
	padding-bottom: 80px;
}
.subPage .sub-right .sub-right-title{
	position: relative;
}

.subPage .sub-right .sub-right-title h3{
	font-size:24px;
	line-height: 54px;
	border-bottom: #797979 4px solid;
}

/*.subPage .sub-right .sub-right-title span{
	position: absolute;
	right: 0;
	top:-6px;
	font-size:14px;
	color:#9F9F9F
	
}*/
.subPage .sub-right .sub-right-title .local{
	position: absolute;
        top: 20px;
        right: 0px;
	
}
.subPage .sub-right .sub-right-title .local span{
     
}
.subPage .sub-right .sub-right-title .local p{
	color:#858585;
	font-size:14px;
}
.subPage .sub-right .sub-right-con{
	position: relative;
}
.subPage .sub-right .sub-right-con .news{
	padding-top: 20px;
}
.subPage .sub-right .sub-right-con .news li{
	height: 214px;
	background: #F2F7FB;
	padding: 25px;
	margin-bottom: 30px;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
}
.subPage .sub-right .sub-right-con .news-box{
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
}
.subPage .sub-right .sub-right-con .news li:hover{
	background: #003F88 url(../img/1798.png) no-repeat right top;

}
.subPage .sub-right .sub-right-con .news li:hover .news-box{
    transform: translateX(10px);
}
	
.subPage .sub-right .sub-right-con .news li:hover .day{
	color:#FFFFFF
}
.subPage .sub-right .sub-right-con .news li:hover a{
	color:#FFFFFF
}
.subPage .sub-right .sub-right-con .news img{
	width:247px;
	height:152px;
	float: left;
}
.subPage .sub-right .sub-right-con .text{
	float:right;
	display: block;
	width:calc(100% - 267px);
}
.subPage .sub-right .sub-right-con .text .title{
	height: 80px;
}
.subPage .sub-right .sub-right-con .news-tit{
	font-size:18px;
	font-weight: bold;
}
.subPage .sub-right .sub-right-con  .news-time{
	font-size:14px;
	text-align: center;
	line-height: 32px;
	width: 60px;
	float:left;
	margin-right: 20px;
	border-top:#003F88 3px solid;
}
.subPage .sub-right .sub-right-con  .news-time .day{
	font-size:20px;
	color:#103F82;
	text-align: center;
}
.subPage .sub-right .sub-right-con .news .news-abs{
	font-size:14px;
	line-height: 24px;
	color:#939393
}

.subPage .sub-right .sub-right-con .list {
	margin-top: 10px;
}
.subPage .sub-right .sub-right-con .list li{
	border-bottom: #d9d9d9 1px solid;
	position: relative;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}
.subPage .sub-right .sub-right-con .list li:after{
	content: "";
	display: inline-block;
	width:40px;
	height: 20px;
	background: url(/wfy/muban2024/img/jiantou1.png) no-repeat;
	position: absolute;
	right: 0;
	top:24px;
	
}
.subPage .sub-right .sub-right-con .list li:before{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	width:0;
	background:#0B66AD;
	height:1px;
	transition:all 0.3s ease-out 0s;
	
}
.subPage .sub-right .sub-right-con .list li:hover:before{
	width:100%;
	
}
.subPage .sub-right .sub-right-con .list li a{
	line-height: 50px;
	padding-left: 33px;
}
.subPage .sub-right .sub-right-con .list .time{
    font-size:14px;
    color:#003F88;
    padding: 0px 20px 0px 0px;
    border-right:#003F88 1px solid
}
.subPage .sub-right .sub-right-con .teacher-list{
	padding-top: 20px;
}
.subPage .sub-right .sub-right-con .teacher-list p{
	background: #EAF3FB;
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
	padding-left: 15px;
}
.subPage .sub-right .sub-right-con .teacher-list span{
	color:#333;
	font-weight:300;
	font-size:16px;
}
.subPage .sub-right .sub-right-con .teacher-list .lb{
	padding: 10px 0px 20px;
        overflow:hidden;
}
.subPage .sub-right .sub-right-con .teacher-list .lb ul li{
       float:left;
       height:50px;
       width:120px;
       text-align:center;
       border-bottom:#f2f2f2 1px solid;
}
.subPage .sub-right .sub-right-con .teacher-list .lb ul li a{
   line-height:50px;
}

.content{
	min-height: 400px;
	overflow: hidden;
}
.content-left{
	float: left;
    padding-left: calc(50% - 1170px / 2);
    width: calc(50% + 275px);
    padding-right: 30px;
    margin-bottom: -10000px;
  padding-bottom: 10000px;
}
.content-right{
	position: relative;
    z-index: 10;
    float: left;
    padding: 10px 0 0 30px;
    width: calc(50% - 275px);
    background-color: #f4f4f7;
}
.content-head{
	font-size:24px;
	line-height: 32px;
	padding:30px 0px;
	font-weight: 600;
    color: #03195d;
}
/*.content-inner:before{
	content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: calc(50% + 275px);
    z-index: 5;
    width: calc(50% - 275px);
    height: 100%;
    background-color: #f4f4f7;
}*/
.content-inner .xx{
	color:#858585;
	padding-bottom:30px;
	border-bottom: #dedede 1px solid;
	
}
.content-right{
margin-bottom: -10000px;
  padding-bottom: 10000px;
	
}
.content-right-head{
	border-bottom:#C4C4C4 1px solid;
	padding-top: 10px;
	width:280px
}
.content-right-head p{
	border-bottom: #f38900 2px solid;
	font-size:18px;
	line-height: 44px;
	width:80px
}
.content-right-body{
	padding-top: 30px;
	
}
.content-right-body img{
	width:280px;
	height: 185px;
}
.content-right-body a{
	display: block;
	width:280px;
	height: auto;
	background: #ffffff;
	padding:10px 20px;
	margin-bottom: 20px;
}
.content-right-body p:first-child{
	color:#A4A4A4;
	font-size:12px
}
.content-right-body p:last-child{
	font-size:14px
}



/*教师简?*/

.resume-list .jjmp{
	margin-top: 10px;
	width: 100%;
	padding: 10px 25px;
	overflow: hidden;
	position: relative;
    background: linear-gradient(to right, #E4F1FD, rgba(255,255,255,0));
}
.resume-list .jjmp-left{
	width:70%;
	float: left;
}
.resume-list .jjmp-left .jjmp-tit{
	font-size:20px;
	line-height: 50px;
	font-weight: bold;
}
.resume-list .jjmp-left p{
	line-height: 32px;
}
.resume-list .jjmp img{
	width:148px;
        height:211px;
	position: absolute;
	right:20px;
	top:10px
}

.jl-title{
	height: 45px;
	background: #E4F1FD;
	border-left:#0160BA 3px solid;
}
.jl-title h3{
	color:#333;
	font-size:16px;
	font-weight: 400;
	padding-left: 20px;
	line-height: 45px;
}
.sub-right-con .grjl{
	padding: 0px 0px 10px;
}
.sub-right-con .grjl .jl-text{
	padding-top: 10px;
}
.sub-right-con .grjl .jl-text p{
   line-height:200%;
}
.sub-right-con .grjl .jl-text span{
   line-height:200%;
}
.sub-right-con .grjl p{
	line-height: 28px;
}

.jcsz-ul{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap
  
}
.jcsz-ul li{
  width:49%;
  height:50px;
  border-bottom:#dedede 1px solid;
}
.jcsz-ul li .jcsz-icon:before{
  content: "";
    display: block;
    position: absolute;
    top:18px;
    width:40px;
    height:20px;
    background: url(/wfy/muban2024/img/mld.jpg) no-repeat;
}

.newslist{
line-height:41px;
width:100%;
padding-left:2%;
    display: block;
    box-sizing: border-box; /*  padding ڼ */

}
.newslista {
  font-size: 1rem; /*  16px */
}



/* ֻ */
@media (max-width: 1000px) {
  .newslista {
    font-size: 0.75rem !important; /* Լ14px */
    padding:0px !important;; /* յļ */
 flex-shrink: 1 !important; /*  */
    min-width: 0 !important;    /* ޸ */
  }
.span_tz{
    font-size: 0.75rem !important; /* Լ14px */
    padding:0px !important;; /* յļ */
 flex-shrink: 1 !important; /*  */
    min-width: 0 !important;    /* ޸ */
  }
.noticelist{
    font-size: 0.75rem !important; /* Լ14px */
    padding:0px !important;; /* յļ */
 flex-shrink: 1 !important; /*  */
    min-width: 0 !important;    /* ޸ */
  }
}


.v_news_content p{
    text-indent:2rem;
    line-height:2rem;
text-align: justify
}
.v_news_content .vsbcontent_img{
       text-align:center;
}
.tbg {
display: inline-block;
margin-top:20px;
margin-left:-10px;
width:100%;
    font-size: 24px;
background: #f1f7fe;
    height: 54px;

    
}