标签 内容 内容长度 优化建议
网页标题(Title) 邢台学院 4 个字符 标题字符数量在合理范围
网页关键词(KeyWords) 邢台学院 4 个字符 关键字数在合理范围
内容描述(Description) 邢台学院始建于1910年,是一所具有一百多年办学历史的多科性地方本科高校。学校现设有18个院系部,41个本科专业,涵盖文、理、工、经、法、管、史、教、艺术八大学科门类。 86 个字符 描述内容长度在合理范围
页面 http://www.xttc.edu.cn/ 检测结果
检测时间 2024-12-23 22:28:11
服务器IP 123.183.169.58
返回状态码 200
网页返回HEAD信息 HTTP/1.1 200 OK
Date: Mon, 23 Dec 2024 14:28:10 GMT
Server: Apache-Coyote/1.1
Accept-Ranges: bytes
ETag: W/"65808-1734920783000"
Last-Modified: Mon, 23 Dec 2024 02:26:23 GMT
Content-Type: text/html
Content-Length: 65808

网页代码查看
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9,chrome=1">
<meta http-equiv="pragma" content="no-cach">
<meta http-equiv="cache-control" content="no-cach">
<meta http-equiv="expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="text/html; language=zh-TW">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>邢台学院</title>
<meta name="robots" content="index, follow, noodp, noydir"/>
<meta name="keywords" content="邢台学院"/>
<meta name="description" content="邢台学院始建于1910年,是一所具有一百多年办学历史的多科性地方本科高校。学校现设有18个院系部,41个本科专业,涵盖文、理、工、经、法、管、史、教、艺术八大学科门类。
" />
<link href="/tpl/1572340885104/images/index.css" rel="stylesheet" type="text/css">
<!-- 导航js-->
<link href="/tpl/1572340885104/images/nav.css" rel="stylesheet" type="text/css" />
<script src="/tpl/1572340885104/images/jq.js" type="text/javascript"></script>
<script src="/tpl/1572340885104/images/com.js" type="text/javascript"></script>
<!--响应式菜单导航开始-->
<link rel="stylesheet" href="/tpl/1572340885104/images/lrtk.css" media="all" />
<link rel="stylesheet" href="/tpl/1572340885104/images/meanmenu.min.css" media="all" />
<!-- 检索js-->
<link href="/tpl/1572340885104/images/navbar.css" rel="stylesheet">
<!--<script src="/tpl/1572340885104/images/jquery-2.1.3.min.js"></script>-->
<script src="/tpl/1572340885104/images/index.js"></script>
<!-- 新视点样式-->
<script src="/tpl/1572340885104/images/AutoChangePhoto.js" type="text/javascript"></script>
<!--  banner -->
<link rel="stylesheet" href="/tpl/1572340885104/images/ind.css">
<!-- banner 通用JS -->
<!--<script type="text/javascript" src="/tpl/1572340885104/images/jquery-1.9.0.min.js"></script>-->
<script type="text/javascript" src="/tpl/1572340885104/images/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="/tpl/1572340885104/images/script.js"></script>
<!-- FlexSlider -->
<script type="text/javascript">
$(function() {
    Nav('#nav')//导航
    SerMax()//搜索
    ImgHeight()//banner图片高度
    mobideMenu()// 移动端主导航
	 $(".banner .flexslider").flexslider({
		animation:'fade',
		slideshowSpeed: 6000, //展示时间间隔ms
		animationSpeed: 1000, //滚动时间ms
		touch: true //是否支持触屏滑动
	});
	 indexLi()//学术动态1225px内小尺寸动态加类名
	 slides()
	 var currentWidth = 1240;
		$(window).resize(function() {
			slides()
		});
	 function slides(){
	 	var winWidth = $(window).width();
		var conWidth;
		if(winWidth < 768) {
			//$('.mode02 .flexslider').width(winWidth);
			//conWidth = 300;
			x = 20;
		} else if(winWidth < 992) {
			//$('.mode02 .flexslider').width(winWidth)-60;
			//conWidth = 660;
			x = 50;
		 }else {
		 	//$('.mode02 .flexslider').width(winWidth);
			//conWidth = 1400;
			x = 100;
		}
		
			$(".notice-list.flexslider").flexslider({
			  animation: "slide",
		    animationLoop: true,
		    itemWidth: 325,
		    itemMargin: x,
		    minItems: 1,
		    maxItems: 2,
        touch: true //是否支持触屏滑动
		   // pausePlay: true
			});
	 	
	 }
}); 
</script>
<!-- 鼠标滑过文字悬浮在图片上-->
<script>
$(function(){
	$(".lanrenzhijia li").hover(function(){
		$(this).find("span").show();
	},function(){
		$(this).find("span").hide();
	});
});
</script>
<script>
$(function(){
	$(".lanrenzhijia2 li").hover(function(){
		$(this).find("span").show();
	},function(){
		$(this).find("span").hide();
	});
});
</script>
<script>
$(function(){
	$(".lanrenzhijia3 li").hover(function(){
		$(this).find("span").show();
	},function(){
		$(this).find("span").hide();
	});
});
</script>
<script>
$(function(){
	$(".lanrenzhijia4 li").hover(function(){
		$(this).find("span").show();
	},function(){
		$(this).find("span").hide();
	});
});
</script>
<!--专题网站左右翻转-->
<script type="text/javascript">
window.onload = function () {
	var oBtnLeft = document.getElementById("goleft");
	var oBtnRight = document.getElementById("goright");
	var oDiv = document.getElementById("indexmaindiv");
	var oDiv1 = document.getElementById("maindiv1");
	var oUl = oDiv.getElementsByTagName("ul")[0];
	var aLi = oUl.getElementsByTagName("li");
	var now = -3 * (aLi[0].offsetWidth + 10);
	oUl.style.width = aLi.length * (aLi[0].offsetWidth + 10) + 'px';
	oBtnRight.onclick = function () {
		var n = Math.floor((aLi.length * (aLi[0].offsetWidth + 10) + oUl.offsetLeft) / aLi[0].offsetWidth);
		if (n <= 3) {
			move(oUl, 'left', 0);
		}
		else {
			move(oUl, 'left', oUl.offsetLeft + now);
		}
	}
	oBtnLeft.onclick = function () {
		var now1 = -Math.floor((aLi.length / 3)) * 3 * (aLi[0].offsetWidth + 10);
		if (oUl.offsetLeft >= 0) {
			move(oUl, 'left', now1);
		}
		else {
			move(oUl, 'left', oUl.offsetLeft - now);
		}
	}
	var timer = setInterval(oBtnRight.onclick, 5000);
	oDiv.onmouseover = function () {
		clearInterval(timer);
	}
	oDiv.onmouseout = function () {
		timer = setInterval(oBtnRight.onclick, 5000);
	}
};
function getStyle(obj, name) {
	if (obj.currentStyle) {
		return obj.currentStyle[name];
	}
	else {
		return getComputedStyle(obj, false)[name];
	}
}
function move(obj, attr, iTarget) {
	clearInterval(obj.timer)
	obj.timer = setInterval(function () {
		var cur = 0;
		if (attr == 'opacity') {
			cur = Math.round(parseFloat(getStyle(obj, attr)) * 100);
		}
		else {
			cur = parseInt(getStyle(obj, attr));
		}
		var speed = (iTarget - cur) / 6;
		speed = speed > 0 ? Math.ceil(speed) : Math.floor(speed);
		if (iTarget == cur) {
			clearInterval(obj.timer);
		}
		else if (attr == 'opacity') {
			obj.style.filter = 'alpha(opacity:' + (cur + speed) + ')';
			obj.style.opacity = (cur + speed) / 100;
		}
		else {
			obj.style[attr] = cur + speed + 'px';
		}
	}, 8);
}  
</script>

<meta name='SiteName' content='邢台学院'>
<meta name='SiteDomain' content='www.xttc.edu.cn'>
<meta name='SiteIDCode' content='xttc'>

<link rel="apple-touch-icon" href="/atm/1565687636047/20230103100333168.png" />
<link rel="icon" href="/atm/1565687636047/20230103100333168.png" type="image/x-icon" />
<link rel="shortcut icon" href="/atm/1565687636047/20230103100333168.png" type="image/x-icon" />
</head>
<body>
<div class="main">
    <!--头部导航-->
    <div class="header-nav">
    	<div class="header-bai">
        <div class="logo-wrap1 floatL"><div style="width: 100%; text-align: center"><a target="_blank" href="/"><img style="vertical-align: middle; -ms-interpolation-mode: bicubic" border="0" alt="" width="100%" src="/atm/1565687636047/20190813174505736.png" /></a></div>
<div><style type="text/css">
@media screen and (min-width:1900px){
.logo-wrap1 {line-height: 96px;}
}
</style></div></div>
        <div class="logo-wrapPhone floatL"><div style="width: 100%; vertical-align: middle; -ms-interpolation-mode: bicubic"><a target="_blank" href="/"><img style="vertical-align: middle; -ms-interpolation-mode: bicubic" border="0" alt="" src="/atm/1565687636047/20190813174505736.png" /></a></div></div>
        <div class="nav-wrap floatL"><div class="header1">
<div class="nav yahei" style="clear: both">
<div class="navbar-header"><!--logo-->
<div id="smenu" class="menu">&nbsp;</div>
<ul id="nav">
    <li class="nav_first"><a id="intro" target="_blank" href="/col/1565688185154/index.html">学校概况</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 fl ml30">
        <li id="intro_about"><a target="_blank" href="/col/1565688185154/index.html">学校简介</a></li>
    </ul>
    <ul class="nav01 fl">
        <li id="intro_organization"><a target="_blank" href="/col/1565688195290/index.html">领导班子</a></li>
    </ul>
    <ul class="nav01 fl">
        <li id="intro_internals"><a target="_blank" href="/col/1565688225476/index.html">组织机构</a></li>
    </ul>
    <ul class="nav01 fl">
        <li id="intro_organization"><a target="_blank" href="/col/1565688242154/index.html">历史沿革</a></li>
    </ul>
    <ul class="nav01 fl">
        <li id="intro_organization"><a target="_blank" href="/col/1565688271782/index.html">学校章程</a></li>
    </ul>
    <ul class="nav01 fl">
        <li id="intro_organization"><a target="_blank" href="/col/1565688295540/index.html">学校标识</a></li>
    </ul>
    <ul class="nav01 fl">
        <li id="intro_organization"><a target="_blank" href="/col/1617869684084/index.html">校长信箱</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li><a id="admissions" target="_blank" href="/col/1566184979985/index.html">院系设置</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="/col/1566184979985/index.html">文学院</a></li>
        <li><a target="_blank" href="/col/1566185400207/index.html">化学工程与生物技术学院</a></li>
        <li><a target="_blank" href="/col/1566185597002/index.html">国际教育交流学院</a></li>
    </ul>
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="/col/1566184995850/index.html">物理与电子工程学院</a></li>
        <li><a target="_blank" href="/col/1566185580526/index.html">经济与贸易学院</a></li>
        <li><a target="_blank" href="/col/1566185616613/index.html">教育科学教学部</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1566185022461/index.html">外国语学院</a></li>
        <li><a target="_blank" href="/col/1566185476304/index.html">会计学院</a></li>
        <li><a target="_blank" href="/col/1566185630102/index.html">马克思主义学院</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1566185144704/index.html">资源与环境学院</a></li>
        <li><a target="_blank" href="/col/1566185492085/index.html">数学与信息技术学院</a></li>
        <li><a target="_blank" href="/col/1566185646226/index.html">继续教育学院</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1566185202136/index.html">音乐舞蹈学院</a></li>
        <li><a target="_blank" href="/col/1566185511517/index.html">法政学院</a></li>
        <li><a target="_blank" href="/col/1566185663110/index.html">教师教育学院</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1566185219469/index.html">体育学院</a></li>
        <li><a target="_blank" href="/col/1566185532204/index.html">工商管理学院</a></li>
        <li><a target="_blank" href="/col/1566185682609/index.html">机电工程学院</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1566185379556/index.html">美术与设计学院</a></li>
        <li><a target="_blank" href="/col/1566185697574/index.html">戏剧影视艺术系</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li><a id="academics" target="_blank" href="/col/1565850840255/index.html">人才培养</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="/col/1565850840255/index.html">全日制教育</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565850850313/index.html">继续教育</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565850859283/index.html">国际教育</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li><a id="education" target="_blank" href="/col/1565852010369/index.html">科学研究</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="/col/1565852010369/index.html">科研成果</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565852068965/index.html">科研动态</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565852079224/index.html">学报</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li><a target="_blank" href="">招生工作</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="http://zsjy.xttc.edu.cn/">普通高招</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="http://jxjy.xttc.edu.cn/">成人招生</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li><a id="collaboration" target="_blank" href="">就业创业</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="http://xttc.jysd.com/">就业平台</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565852621801/index.html">创新创业</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li class="nav_last"><a id="campuslife" target="_blank" href="/col/1566012259809/index.html">合作交流</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="/col/1566012259809/index.html">国际交流</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1566012363806/index.html">国内合作</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li class="nav_last"><a id="campuslife" target="_blank" href="/col/1565688545197/index.html">世纪弦歌</a>
    <div class="minfoWrap">
    <div class="minfoWrap_inner">
    <ul class="nav01 ml30 fl">
        <li><a target="_blank" href="/col/1565688545197/index.html">百年邢师</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565688561939/index.html">红色摇篮</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565688575927/index.html">革命英烈</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565688590839/index.html">知名校友</a></li>
    </ul>
    <ul class="nav01 fl">
        <li><a target="_blank" href="/col/1565688610323/index.html">校友之家</a></li>
    </ul>
    </div>
    </div>
    </li>
    <li class="nav_last0"><a target="_blank" href="http://i.xttc.edu.cn">智慧校园</a></li>
    <li class="nav_last2"><a target="_blank" href="/col/1617869684084/2021/04/08/1617869869010.html">校长信箱</a></li>
    <li class="nav_last1"><a target="_blank" href="http://old.xttc.edu.cn/">EN</a></li>
    <li class="search_pic_wrap"><img class="search_pic" alt="" src="/atm/1565687636047/20230615155454981.png" /></li>
</ul>
<!--搜索-->
<div class="search">
<div class="box-search-wrap"><iframe height="96" src="/xtsearch1200.html" frameborder="0" width="100%" scrolling="no" align="middle"></iframe>
<div class="box-right">
<div class="bt-close">&nbsp;</div>
<!--搜索提交按钮--></div>
</div>
</div>
<!--搜索END--></div>
</div>
</div>
<div><style type="text/css">
.header1 .nav .nav01 li a {
  width:186px;
}
</style></div></div>
		<!-- 代码 折叠导航按钮STAR -->
		<div class="nav-phone floatR">
        <header>
            <nav><ul>

<li><a href="/col/1565688185154/index.html">学校概况</a></li>

<li><a href="/col/1566184979985/index.html">院系设置</a></li>

<li><a href="/col/1565687185722/index.html">人才培养</a></li>

<li><a href="/col/1565687200571/index.html">科学研究</a></li>

<li><a href="/col/1565687274640/index.html">招生工作</a></li>

<li><a href="/col/1565687287583/index.html">就业创业</a></li>

<li><a href="/col/1565687301567/index.html">合作交流</a></li>

<li><a href="/col/1565687372232/index.html">世纪弦歌</a></li>

<li><a href="http://i.xttc.edu.cn">智慧校园</a></li>

<li><a target="_blank" href="/col/1617869684084/2021/04/08/1617869869010.html">校长信箱</a></li>

</ul> 
            </nav>
        </header>
        </div>
        
        <!-- 代码 折叠导航按钮结束 -->
        <div class="clearfloat"></div>
		<script src="/tpl/1572340885104/images/jquery.meanmenu.min.js"></script> 
        <script>
        jQuery(document).ready(function () {
        jQuery('header nav').meanmenu();
        });
        </script>
        </div>
        
    </div>
    <div class="clearfloat"></div>
    <!--整屏大图效果-->
    <div class="carousel-box">
    <div class="banner"><div class="flexslider"><ul class="slides">

<li><a><img src="/atm/4/20241106165325596.jpg" border="0" /></a></li><li><a><img src="/atm/4/20241106165248709.jpg" border="0" /></a></li><li><a><img src="/atm/4/20241106165210144.jpg" border="0" /></a></li><li><a><img src="/atm/4/2024110616513569.jpg" border="0" /></a></li><li><a><img src="/atm/4/20241202143948456.jpg" border="0" /></a></li><li><a><img src="/atm/4/20241106165037810.jpg" border="0" /></a></li><li><a><img src="/atm/4/20240422182928555.png" border="0" /></a></li><li><a><img src="/atm/4/20240223095129382.png" border="0" /></a></li><li><a><img src="/atm/4/20230620160512526.png" border="0" /></a></li><li><a><img src="/atm/4/20200108140635247.png" border="0" /></a></li><li><a><img src="/atm/4/20191213111224579.png" border="0" /></a></li></ul></div></div>
    </div>
    <!--内容区域-->
    <div class="wrap">
        <div class="container1">
            <div class="con-viewpoint"><div class="View"><div class="ViewT floatL">新视点</div><div class="ViewM floatL"><a href="/col/1565687412696/index.html" target="_blank">MORE</a></div><div class="clearfloat"></div>
</div> 
<style>
.View{border-bottom:1px solid #959595;font-family:'Microsoft Yahei'; height:29px;}
.ViewT{ float:left; color:#333333;font-weight:bold; font-size:16px; height:28px;border-bottom:2px solid #650101;}
.ViewM{ float:right; height:22px; padding-top:5px;}
.ViewM a{color:#999999; font-size:12px; font-weight:bold;transition:all .6s linear; -moz-transition:all .6s linear;-ms-transition:all .6s linear;-o-transition:all .6s linear; }
.ViewM a:hover{color:#650101;transition:all .6s linear; -moz-transition:all .6s linear;-ms-transition:all .6s linear;-o-transition:all .6s linear; }
@media screen and (max-width:800px) {
.View{border-bottom:1px solid #959595;font-family:'Microsoft Yahei'; height:29px; margin:0 1%;}
.ViewT{ float:left; color:#333333;font-weight:bold; font-size:1.0rem; height:28px;border-bottom:2px solid #650101;}
.ViewM{ float:right; height:22px; padding-top:5px;}
.ViewM a{color:#999999; font-size:0.8rem; font-weight:bold;}
}
</style></div>
            <div class="viewpoint-list"><div style="height:20px;"></div><TABLE id=pictable style="DISPLAY: none;" >
<TBODY>  <TR>    <TD><IMG src="/atm/4/20241108144229606.jpg" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;教育部办公厅关于公布全国高校“双带头人”教师党支部书记“强国...</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2024-11-08</div>    
</TD>    <TD>/col/1565687412696/2024/11/08/1731048158599.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20240827092331973.png" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;重磅!《中共中央 国务院关于弘扬教育家精神加强新时代高素质专...</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2024-08-27</div>    
</TD>    <TD>/col/1565687412696/2024/08/27/1724721820390.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20240826151630823.png" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;教育部部长怀进鹏《人民日报》撰文:深化教育综合改革</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2024-08-26</div>    
</TD>    <TD>/col/1565687412696/2024/08/26/1724656599964.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20240709154027495.png" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;教育部办公厅等四部门关于开展全国高校“传承红色基因、学思践悟...</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2024-07-09</div>    
</TD>    <TD>/col/1565687412696/2024/07/09/1720510837892.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20240402105414291.jpg" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;教育部办公厅关于开展2024年全国学前教育宣传月活动的通知</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2024-04-02</div>    
</TD>    <TD>/col/1565687412696/2024/04/02/1712026465550.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20240112170839230.png" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;2024年全国教育工作会议召开</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2024-01-12</div>    
</TD>    <TD>/col/1565687412696/2024/01/12/1705050532891.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20231226112318359.jpg" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;教育部关于深入推进学术学位与专业学位研究生教育分类发展的意见</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2023-12-26</div>    
</TD>    <TD>/col/1565687412696/2023/12/26/1703561071445.html</TD></TR>  <TR>    <TD><IMG src="/atm/4/20231112115905562.png" border=0></TD>    
<TD>    <div class="xsdfont">&middot;&nbsp;教育部办公厅关于做好2024年普通高等学校部分特殊类型招生工...</div>    
<div class="xsdfont">&nbsp;&nbsp;&nbsp;2023-11-12</div>    
</TD>    <TD>/col/1565687412696/2023/11/12/1699761553093.html</TD></TR>  
</TBODY></TABLE>
<style>.xsdfont{font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";}</style></div>
            <div class="viewpoint-listL"><div class="NewPh"><div class="ggListP"><a href="/col/1565687412696/2024/11/08/1731048158599.html" title="教育部办公厅关于公布全国高校“双带头人”教师党支部书记“强国行”专项行动团队名单的通知">教育部办公厅关于公布全国高校“双带头人”教师党支部书记“强国行”专项行动...&nbsp;&nbsp;&nbsp;<span class="TimeP">2024-11-08</span></a></div><div class="ggListP"><a href="/col/1565687412696/2024/08/27/1724721820390.html" title="重磅!《中共中央 国务院关于弘扬教育家精神加强新时代高素质专业化教师队伍建设的意见》发布">重磅!《中共中央 国务院关于弘扬教育家精神加强新时代高素质专业化教师队伍...&nbsp;&nbsp;&nbsp;<span class="TimeP">2024-08-27</span></a></div><div class="ggListP"><a href="/col/1565687412696/2024/08/26/1724656599964.html" title="教育部部长怀进鹏《人民日报》撰文:深化教育综合改革">教育部部长怀进鹏《人民日报》撰文:深化教育综合改革&nbsp;&nbsp;&nbsp;<span class="TimeP">2024-08-26</span></a></div><div class="ggListP"><a href="/col/1565687412696/2024/07/09/1720510837892.html" title="教育部办公厅等四部门关于开展全国高校“传承红色基因、学思践悟中国共产党人精神谱系”宣传教育的通知">教育部办公厅等四部门关于开展全国高校“传承红色基因、学思践悟中国共产党人...&nbsp;&nbsp;&nbsp;<span class="TimeP">2024-07-09</span></a></div><div class="ggListP"><a href="/col/1565687412696/2024/04/02/1712026465550.html" title="教育部办公厅关于开展2024年全国学前教育宣传月活动的通知">教育部办公厅关于开展2024年全国学前教育宣传月活动的通知&nbsp;&nbsp;&nbsp;<span class="TimeP">2024-04-02</span></a></div><div class="ggListP"><a href="/col/1565687412696/2024/01/12/1705050532891.html" title="2024年全国教育工作会议召开">2024年全国教育工作会议召开&nbsp;&nbsp;&nbsp;<span class="TimeP">2024-01-12</span></a></div><div class="ggListP"><a href="/col/1565687412696/2023/12/26/1703561071445.html" title="教育部关于深入推进学术学位与专业学位研究生教育分类发展的意见">教育部关于深入推进学术学位与专业学位研究生教育分类发展的意见&nbsp;&nbsp;&nbsp;<span class="TimeP">2023-12-26</span></a></div><div class="ggListP"><a href="/col/1565687412696/2023/11/12/1699761553093.html" title="教育部办公厅关于做好2024年普通高等学校部分特殊类型招生工作的通知">教育部办公厅关于做好2024年普通高等学校部分特殊类型招生工作的通知&nbsp;&nbsp;&nbsp;<span class="TimeP">2023-11-12</span></a></div></div><style>.NewPh{margin:2% 1%;}.ggListP .TimeP{line-height:32px;font-size:12px;font-family: 'Microsoft YaHei' !important; color:#cccccc;}.ggListP{font-size:12px;line-height:32px;width:100%}.ggListP span{color:#333333;font-family: 'Microsoft YaHei' !important}.ggListP a:hover span{ color:#6e1010}</style></div>
            <DIV class=div_xixi><script src="/tpl/1572340885104/images/Autochange.js" type="text/javascript"></script></DIV>
        </div>
        <div class="hfu"><!--<div><a href="http://jwc.xttc.edu.cn/col/1284686723515/index.html"><img src="/atm/1565687636047/20191203171207943.jpg" border="0" alt="" width="100%" /></a></div>--></div>
        <div class="container2">
            <div class="news-box floatL">
                <div class="news-title"><div class="View"><div class="ViewT floatL">校园新闻</div><div class="ViewM floatL"><a href="/col/1565687427101/index.html" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
                <div class="news-list"><div class="box-q">

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/23/1734919683288.html" target="_blank">我校举办“百年青春启新程 奋楫扬帆正当时”2025新年晚会</a>
</div>
<div class="shijian">2024-12-23</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/20/1734679776058.html" target="_blank">我校举办第二届太行山小学校长联学联建活动</a>
</div>
<div class="shijian">2024-12-20</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/18/1734492089960.html" target="_blank">我校科研项目立项取得多项突破</a>
</div>
<div class="shijian">2024-12-18</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/16/1734333528831.html" target="_blank">我校接受教育部本科教育教学审核评估专家组进校评估考察</a>
</div>
<div class="shijian">2024-12-16</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/13/1734074868576.html" target="_blank">教育部学生服务与素质发展中心向我校发来感谢信</a>
</div>
<div class="shijian">2024-12-13</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/12/1733988687390.html" target="_blank">我校成功举办第二届太行山百所幼儿园园长联学联建论坛</a>
</div>
<div class="shijian">2024-12-12</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/12/1733976277283.html" target="_blank">我校举办“汉字的表意特性及其与文化的关系”专题讲座</a>
</div>
<div class="shijian">2024-12-12</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/09/1733729488279.html" target="_blank">邢台社会工作发展研究院揭牌成立仪式在我校举行</a>
</div>
<div class="shijian">2024-12-09</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/09/1733729273910.html" target="_blank">我校成功举办地方高校推进大中小学思政课一体化建设学术交流会</a>
</div>
<div class="shijian">2024-12-09</div>
<div style="clear:both; line-height:0px;"></div>
</div>

<div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687427101/2024/12/09/1733728231606.html" target="_blank">党委书记贾云霄深入思政课堂教学一线听课指导</a>
</div>
<div class="shijian">2024-12-09</div>
<div style="clear:both; line-height:0px;"></div>
</div>
</div>
<style>
.box-q{ min-height:190px; _height:190px; padding:1% 2%; width:98%;}
.quan{ width:670px; background:url(/atm/1565687636047/20190814155043911.gif) no-repeat; color:#cccccc;}
.biaoti{ float:left; padding-left:10px; width:536px; text-align:left; font-size:12px; color:#333333;}
.shijian{text-align:right; float:left; width:93px; font-size:12px; line-height:30px;}
.d_out1{ color:#cccccc; background:url(/atm/1565687636047/20190814155043911.gif) no-repeat;}
.d_over1{ color:#650101; font-weight:bold; background:url(/atm/1565687636047/20190814155043811.gif) no-repeat;}
.biaoti a{color:#333333; font-family: 'Microsoft YaHei' !important; font-size:12px; text-decoration:none;  line-height:30px; display:block;transition:all .6s linear;
-moz-transition:all .6s linear;
-ms-transition:all .6s linear;
-o-transition:all .6s linear}
.biaoti a:hover{color:#650101;font-weight:bold; font-family: 'Microsoft YaHei' !important; font-size:12px;  line-height:30px; display:block; text-decoration:none;transition:all .6s linear;
-moz-transition:all .6s linear;
-ms-transition:all .6s linear;
-o-transition:all .6s linear}
@media screen and (min-width: 960px) and (max-width:1359px) {
.shijian{ display:none;}
}
@media screen and (max-width:960px) {
.quan{ width:100%; background:url(/atm/1565687636047/20190814155043911.gif) no-repeat; color:#cccccc;}.biaoti{ float:left; padding-left:10px; width:78.7%; text-align:left; font-size:12px; color:#333333;}.shijian{text-align:right; float:left; width:20%; font-size:12px; line-height:30px;}}@media screen and (max-width:800px) {.quan{ width:100%; background:url(/atm/1565687636047/20190814155043911.gif) no-repeat; color:#cccccc;}.biaoti{ float:left; padding-left:10px; width:78%; text-align:left; font-size:12px; color:#333333;}}@media screen and (max-width:480px){.shijian{ display:none;}}</style></div>
            </div>
            <div class="notice-box floatL">
                <div class="news-title"><div class="height2"></div><div class="View"><div class="ViewT floatL">公告</div><div class="ViewM floatL"><a href="/col/1565687434023/index.html" target="_blank">MORE</a></div><div class="clearfloat"></div></div> <style>@media screen and (max-width:800px) {.height2{height:22px;}}</style></div>
                <div class="news-list"><div class="box-q"><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/12/12/1733965462601.html" target="_blank">邢台市人才公寓家具家电配置采购项目立项及其它招投标重点环节公示</a></div><div class="shijian">2024-12-12</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/10/29/1730172782662.html" target="_blank">邢台学院2023年度决算公开</a></div><div class="shijian">2024-10-25</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/09/24/1727167972678.html" target="_blank">校园物业服务及学生公寓保洁维修服务项目等项目项目立项及其它招投标重点环节...</a></div><div class="shijian">2024-09-24</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/06/20/1718844943646.html" target="_blank">2024年政府债券存续期信息公开表</a></div><div class="shijian">2024-06-20</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/06/06/1717667725216.html" target="_blank">邢台学院海内外高层次人才创新创业园区(校园建设三期工程)绿化用地混凝土基...</a></div><div class="shijian">2024-06-06</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/06/06/1717667671346.html" target="_blank">校园建设三期工程人防电气工程(设计漏项) 成交公告</a></div><div class="shijian">2024-06-06</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/05/31/1717120340924.html" target="_blank">校园建设三期工程人防电气工程(设计漏项) 比选公告</a></div><div class="shijian">2024-05-31</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/05/31/1717120252058.html" target="_blank">邢台学院海内外高层次人才创新创业园区(校园建设三期工程)绿化用地混凝土基...</a></div><div class="shijian">2024-05-31</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/05/20/1716197558147.html" target="_blank">邢台市人才公寓改造项目二次公告中标候选人公示</a></div><div class="shijian">2024-05-20</div><div style="clear:both; line-height:0px;"></div></div><div class="quan" onmouseover="this.className='d_over1'" onmouseout="this.className='d_out1'"><div class="biaoti"><a href="/col/1565687434023/2024/04/13/1712998303885.html" target="_blank">邢台学院招标代理机构备案比选项目中选公告</a></div><div class="shijian">2024-04-13</div><div style="clear:both; line-height:0px;"></div></div></div></div>
            </div>
            <div class="clearfloat"></div>
        </div>
        <div class="container3"><div style="width: 100%; text-align: center; marign: 0 auto"><a target="_blank" href="/sxszjg/"><img border="0" alt="" width="100%" src="/atm/1565687636047/20240509083815197.jpg" /></a></div></div>
        <div class="container4">
            <div class="pic-title"><div class="View"><div class="ViewT floatL">蓼水蘅英</div><div class="ViewM floatL"><a href="/col/1565687472944/index.html" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
            <div class="containerLshy"><div class="ImgBox"><div class="ImgBox-List"><a href="https://mp.weixin.qq.com/s/BS8h5UaS5Wg6AMTmjXGY9Q"><img src="/atm/4/20241107145705298.jpg" border="0" /></a></div><div class="ImgBox-List"><a href="https://mp.weixin.qq.com/s/w2Cdud6CwNYR5u2fexgD0g"><img src="/atm/4/20241107141106905.jpg" border="0" /></a></div><div class="ImgBox-List"><a href="https://mp.weixin.qq.com/s/mMKoMyDEPONK6G_tj_EmZw"><img src="/atm/4/2024110811274654.jpg" border="0" /></a></div><div class="ImgBox-List"><a href="https://mp.weixin.qq.com/s/yaDst10ovsz6Q0xtlyDtsQ"><img src="/atm/4/20241105174435609.png" border="0" /></a></div><div class="ImgBox-List"><a href="https://mp.weixin.qq.com/s/WPHKECr2Pcggq3VN4hqkzw"><img src="/atm/4/20241105170650937.jpg" border="0" /></a></div><div class="ImgBox-List"><a href="/col/1565687472944/2024/11/05/1730795936845.html"><img src="/atm/4/202411081127462.jpg" border="0" /></a></div><div class="clearfloat"></div></div><style>.ImgBox {width:100%;margin:10px auto;}.ImgBox-List{ float:left; width:48%; padding:1% 1%;}.ImgBox-List img{width:100%; height:200px;}@media screen and (max-width:480px){.ImgBox-List{ float:left; width:98%; padding:1% 1%;}.ImgBox-List img{width:100%;}}</style></div>
            <div class="pic-box">
                <div class="pic-box1 floatL"><style>
.conR{width: 336px;padding-top:10px;}
.conR .last{ margin-bottom:0px;}
.conR .dd{height: 182px; float: left; width: 336px; position: relative; overflow: hidden;}
.conR .dd a h3{display:none;} /*For V9.1*/
.conR .dd .img .img{width: 100%;}
.conR .dd h3{position: absolute;bottom:8px; width:100%; background:#fff;
	filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; /*height: 28px;*/
	line-height: 30px;
text-align: center;z-index: 2;left: 0;font-size: 14px;color: #650101;}
.cover h3{
transition: height 0.3s, transform 0.3s;
 -moz-transition: height 0.3s, -moz-transform 0.3s;
-webkit-transition: height 0.3s, -webkit-transform 0.3s; 
-o-transition:  height 0.3s,-o-transform 0.3s;
}
.cover p,.cover h3{height: 0;overflow: hidden;}
.conR .dd:hover .cover p, .cover p,.conR .dd:hover .cover h3,.fw_wap li:hover{height: 30px;}
.cover a { width: 336px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
@media screen and (min-width:1024px) and (max-width:1360px) {
.conR{width: 256px;padding-top:10px;}
.conR .dd{height: 141.5px; float: left; width: 256px; position: relative; overflow: hidden;}
.conR .dd a{width: 256px;}
.conR .dd a img{width: 256px; height:133.5px;}
.conR .dd h3{position: absolute;bottom:8px; width:256px; }
.cover a { width: 256px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:960px) and (max-width:1024px) {
.conR{width: 240px;padding-top:10px;}
.conR .dd{height: 130px; float: left; width: 240px; position: relative; overflow: hidden;}
.conR .dd a{width: 240px;}
.conR .dd a img{width: 240px; height:125px;}
.conR .dd h3{position: absolute;bottom:5px; width:240px; }
.cover a { width: 240px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:800px) and (max-width:960px) {
.conR{width: 200px;padding-top:10px;}
.conR .dd{height: 109px; float: left; width: 200px; position: relative; overflow: hidden;}
.conR .dd a{width: 200px;}
.conR .dd a img{width: 200px; height:104px;}
.conR .dd h3{position: absolute;bottom:5px; width:200px; }
.cover a { width: 200px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
</style>
</head>
<body>
<div class="conR">

    <div class="last">
        <div class="dd">
            <a href="https://mp.weixin.qq.com/s/yaDst10ovsz6Q0xtlyDtsQ" target="_blank"><img src="/atm/4/20241105174435609.png" border="0" /></a>
            <section class="cover">
            <h3><a href="https://mp.weixin.qq.com/s/yaDst10ovsz6Q0xtlyDtsQ">我校举办“重温红色经典,传承红色...</a></h3>
            </section>
        </div>
    </div>

    <div class="last">
        <div class="dd">
            <a href="https://mp.weixin.qq.com/s/WPHKECr2Pcggq3VN4hqkzw" target="_blank"><img src="/atm/4/20241105170650937.jpg" border="0" /></a>
            <section class="cover">
            <h3><a href="https://mp.weixin.qq.com/s/WPHKECr2Pcggq3VN4hqkzw">▎ ▍邢院 · 青年说 ▍ ▎叙...</a></h3>
            </section>
        </div>
    </div>

    <div class="last">
        <div class="dd">
            <a href="/col/1565687472944/2024/11/05/1730795936845.html" target="_blank"><img src="/atm/4/202411081127462.jpg" border="0" /></a>
            <section class="cover">
            <h3><a href="/col/1565687472944/2024/11/05/1730795936845.html">我校体育文化节暨2024年秋季运...</a></h3>
            </section>
        </div>
    </div>
 
</div>  </div>
                <div class="pic-box2 floatL">
                    <div><style>
.conR1{width: 674.5px;margin-top:10px; height:356px;}
.conR1 .last1{ margin-bottom:0px;}
.conR1 .dd{height: 356px; float: left; width: 674.5px; position: relative; overflow: hidden;}
.conR1 .dd a h3{display:none;} /*For V9.1*/
.conR1 .dd .img .img{width: 100%;}
.conR1 .dd h3{position: absolute;bottom:0; width:100%; background:#fff;
	filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; /*height: 28px;*/
	line-height: 30px;
text-align: center;z-index: 2;left: 0;font-size: 14px;color: #650101;}
.cover1 h3{
transition: height 0.3s, transform 0.3s;
 -moz-transition: height 0.3s, -moz-transform 0.3s;
-webkit-transition: height 0.3s, -webkit-transform 0.3s; 
-o-transition:  height 0.3s,-o-transform 0.3s;
}
.cover1 p,.cover1 h3{height: 0;overflow: hidden;}
.conR1 .dd:hover .cover1 p, .cover1 p,.conR1 .dd:hover .cover1 h3,.fw_wap li:hover{height: 30px;}
.cover1 a { width: 674.5px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
@media screen and (min-width:1024px) and (max-width:1360px) {
.conR1{width: 501px; margin-left:3px;height:275px;}
.conR1 .dd{height: 275px; float: left; width: 501px; position: relative; overflow: hidden;}
.conR1 .dd a{width: 501px;}
.conR1 .dd a img{width: 501px; height:275px;}
.conR1 .dd h3{position: absolute;bottom:0px; width:501px; }
.cover1 a { width: 501px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:960px) and (max-width:1024px) {
.conR1{width: 470px; margin-left:3px;height:255px;}
.conR1 .dd{height: 255px; float: left; width: 470px; position: relative; overflow: hidden;}
.conR1 .dd a{width: 470px;}
.conR1 .dd a img{width: 470px; height:255px;}
.conR1 .dd h3{position: absolute;bottom:0px; width:470px; }
.cover1 a { width: 470px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:800px) and (max-width:960px) {
.conR1{width: 390px; margin-left:3px;height:213px;}
.conR1 .dd{height: 213px; float: left; width: 390px; position: relative; overflow: hidden;}
.conR1 .dd a{width: 390px;}
.conR1 .dd a img{width: 390px; height:213px;}
.conR1 .dd h3{position: absolute;bottom:0px; width:390px; }
.cover1 a { width: 390px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
</style>
</head>
<body>
<div class="conR1">

    <div class="last1">
        <div class="dd">
            <a href="https://mp.weixin.qq.com/s/BS8h5UaS5Wg6AMTmjXGY9Q" target="_blank"><img src="/atm/4/20241107145705298.jpg" border="0"/></a>
            <section class="cover1">
            <h3><a href="https://mp.weixin.qq.com/s/BS8h5UaS5Wg6AMTmjXGY9Q">坚持立德树人 深入推进新时代“一站式”学生社区建设</a></h3>
            </section>
        </div>
    </div>
 
</div>    </div>
                    <div><style>
.boxD2{margin-top:8px;}
.conR2{width: 684px; height:174px;}
.conR2 .last{ margin-bottom:0px;}
.conR2 .dd{height: 174px; float: left; width: 333px; margin-right:8px; position: relative; overflow: hidden;}
.conR2 .dd a h3{display:none;} /*For V9.1*/
.conR2 .dd .img .img{width: 100%;}
.conR2 .dd a img{width: 333px;}
.conR2 .dd h3{position: absolute;bottom:0px; width:100%; background:#fff;
	filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; /*height: 28px;*/
	line-height: 30px;
text-align: center;z-index: 2;left: 0;font-size: 14px;color: #650101;}
.cover2 h3{
transition: height 0.3s, transform 0.3s;
 -moz-transition: height 0.3s, -moz-transform 0.3s;
-webkit-transition: height 0.3s, -webkit-transform 0.3s; 
-o-transition:  height 0.3s,-o-transform 0.3s;
}
.cover2 p,.cover2 h3{height: 0;overflow: hidden;}
.conR2 .dd:hover .cover2 p, .cover2 p,.conR2 .dd:hover .cover2 h3,.fw_wap li:hover{height: 30px;}
.cover2 a { width: 333px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
@media screen and (min-width:1024px) and (max-width:1360px) {
.boxD2{margin-top:8px;margin-left:3px;}
.conR2{width: 508px;height:133.5px;}
.conR2 .dd{height: 133.5px; float: left; width: 248px;margin-right:5px; position: relative; overflow: hidden;}
.conR2 .dd a{width: 256px;}
.conR2 .dd a img{width: 248px; height:133.5px;}
.conR2 .dd h3{position: absolute;bottom:0px; width:248px; }
.cover2 a { width: 248px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:960px) and (max-width:1024px) {
.boxD2{margin-top:5px;margin-left:3px;}
.conR2{width: 508px;height:125px;}
.conR2 .dd{height: 125px; float: left; width: 233px;margin-right:4px; position: relative; overflow: hidden;}
.conR2 .dd a{width: 233px;}
.conR2 .dd a img{width: 233px; height:125px;}
.conR2 .dd h3{position: absolute;bottom:0px; width:233px; }
.cover2 a { width: 233px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:800px) and (max-width:960px) {
.boxD2{margin-top:5px;margin-left:3px;}
.conR2{width: 400px;height:104px;}
.conR2 .dd{height: 104px; float: left; width: 193px;margin-right:3px; position: relative; overflow: hidden;}
.conR2 .dd a{width: 193px;}
.conR2 .dd a img{width: 193px; height:104px;}
.conR2 .dd h3{position: absolute;bottom:0px; width:193px; }
.cover2 a { width: 193px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
</style>
</head>
<body>
<div class="boxD2">
<div class="conR2">

    <div class="last2">
        <div class="dd">
            <a href="https://mp.weixin.qq.com/s/w2Cdud6CwNYR5u2fexgD0g" target="_blank"><img src="/atm/4/20241107141106905.jpg" border="0" /></a>
            <section class="cover2">
            <h3><a href="https://mp.weixin.qq.com/s/w2Cdud6CwNYR5u2fexgD0g">我校原创舞蹈剧目《又惊蛰》获河北...</a></h3>
            </section>
        </div>
    </div>

    <div class="last2">
        <div class="dd">
            <a href="https://mp.weixin.qq.com/s/mMKoMyDEPONK6G_tj_EmZw" target="_blank"><img src="/atm/4/2024110811274654.jpg" border="0" /></a>
            <section class="cover2">
            <h3><a href="https://mp.weixin.qq.com/s/mMKoMyDEPONK6G_tj_EmZw">我校隆重举行2024届学生毕业典...</a></h3>
            </section>
        </div>
    </div>
 
</div>
</div>
 </div>
                </div>
                <div class="pic-box3 floatL"><style>
.boxD3{margin-top:10px;margin-left:6px;}
.conR3{width: 334px;}
.conR3 .last{ margin-bottom:0px;}
.conR3 .dd{height: 538px; float: left; width: 334px; position: relative; overflow: hidden;}
.conR3 .dd a h3{display:none;} /*For V9.1*/
.conR3 .dd .img .img{width: 100%;}
.conR3 .dd h3{position: absolute;bottom:0px; width:100%; background:#fff;
	filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7; /*height: 28px;*/
	line-height: 30px;
text-align: center;z-index: 2;left: 0;font-size: 14px;color: #650101;}
.cover3 h3{
transition: height 0.3s, transform 0.3s;
 -moz-transition: height 0.3s, -moz-transform 0.3s;
-webkit-transition: height 0.3s, -webkit-transform 0.3s; 
-o-transition:  height 0.3s,-o-transform 0.3s;
}
.cover3 p,.cover3 h3{height: 0;overflow: hidden;}
.conR3 .dd:hover .cover3 p, .cover3 p,.conR3 .dd:hover .cover3 h3,.fw_wap li:hover{height: 30px;}
.cover3 a { width: 334px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
@media screen and (min-width:1024px) and (max-width:1360px) {
.boxD3{margin-top:10px;margin-left:0px;}
.conR3{width: 256px;}
.conR3 .dd{height: 418px; float: left; width: 256px; position: relative; overflow: hidden;}
.conR3 .dd a{width: 256px;}
.conR3 .dd a img{width: 256px; height:418px;}
.conR3 .dd h3{position: absolute;bottom:0px; width:256px; }
.cover3 a { width: 256px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:960px) and (max-width:1024px) {
.boxD3{margin-top:10px;margin-left:0px;}
.conR3{width: 240px;}
.conR3 .dd{height: 385px; float: left; width: 240px; position: relative; overflow: hidden;}
.conR3 .dd a{width: 240px;}
.conR3 .dd a img{width: 240px; height:385px;}
.conR3 .dd h3{position: absolute;bottom:0px; width:240px; }
.cover3 a { width: 240px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
@media screen and (min-width:800px) and (max-width:960px) {
.boxD3{margin-top:10px;margin-left:0px;}
.conR3{width: 200px;}
.conR3 .dd{height: 322px; float: left; width: 200px; position: relative; overflow: hidden;}
.conR3 .dd a{width: 200px;}
.conR3 .dd a img{width: 200px; height:322px;}
.conR3 .dd h3{position: absolute;bottom:0px; width:200px; }
.cover3 a { width: 200px; 
	text-align: center; 
	color:#650101;
	text-decoration:none;
}
}
</style>
</head>
<body>
<div class="boxD3">
<div class="conR3">

    <div class="last3">
        <div class="dd">
            <a href="https://article.xuexi.cn/articles/index.html?art_id=1685223488734343398&t=1730768196725&showmenu=false&cdn=https%3A%2F%2Fregion-hebei-resource&study_style_id=feeds_opaque&source=share&share_to=wx_single&item_id=1685223488734343398&ref_read_id=4fcc0dc6-623b-4574-a557-1aeb6d1da294_1730768390010" target="_blank"><img src="/atm/4/20241105165742650.jpg" border="0" /></a>
            <section class="cover3">
            <h3><a href="https://article.xuexi.cn/articles/index.html?art_id=1685223488734343398&t=1730768196725&showmenu=false&cdn=https%3A%2F%2Fregion-hebei-resource&study_style_id=feeds_opaque&source=share&share_to=wx_single&item_id=1685223488734343398&ref_read_id=4fcc0dc6-623b-4574-a557-1aeb6d1da294_1730768390010">这白瓷真“邢”——解码三中全会关键词之传...</a></h3>
            </section>
        </div>
    </div>
 
</div>
</div></div>
                <div class="clearfloat"></div>
            </div>
        </div>
        <div class="line-jia">
        	<div class="gdjy floatL">
            	<div class="gdjy-title"><div class="View" style="padding-top:24px;"><div class="ViewT floatL">审核评估</div><div class="ViewM floatL"><a href="/jxpgw/" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
                <div class="gdjy-list"><div style="padding-top:18px;"><div class="InfoD"><a href="/jxpgw/"  targt="_blank"><img src="/atm/1565687636047/20241029145431119.jpg" width="100%" border="0" /></a></div></div></div>
            </div>
            <div class="msfc floatL">
            	<div class="gdjy-title"><div class="View" style="padding-top:24px;"><div class="ViewT floatL">四型机关建设</div><div class="ViewM floatL"><a href="/sxszjg/" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
                <div class="gdjy-list"><div style="padding-top:18px;"><div class="InfoD"><a href="/sxszjg/" target="_blank"><img src="/atm/4/20240329120152417.png" width="100%" border="0" /></a></div></div></div>
            </div>
            <div class="mjlt floatL">
            	<div class="gdjy-title"><div class="View" style="padding-top:24px;"><div class="ViewT floatL">主题教育</div><div class="ViewM floatL"><a href="/ztjy/" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
                <div class="gdjy-list"><div style="padding-top:18px;"><div class="InfoD"><a href="/ztjy/" target="_blank"><img src="/atm/4/20230926154426681.png" width="100%" border="0" /></a></div></div></div>
            </div>
            <div class="rezp floatL">
            	<div class="gdjy-title"><div class="View" style="padding-top:24px;"><div class="ViewT floatL">信息公开</div><div class="ViewM floatL"><a href="/col/1565687498000/index.html" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
                <div class="gdjy-list"><div style="padding-top:18px;"><div class="InfoD"><a href="/col/1565687498000/index.html" target="_blank"><img src="http://new.xttc.edu.cn/atm/1565687636047/20190822173652635.jpg" width="100%" border="0" /></a></div></div></div>
            </div>
            <div class="clearfloat"></div>
        </div>
        <div class="container5">
        <div class="special-box">
            <div class="special">
                <div class="special-title">&nbsp;</div>
                <div class="special-list">&nbsp;</div>
            </div>
            <div class="info">
                <div class="special-title">&nbsp;</div>
                <div class="special-list">&nbsp;</div>
            </div>
            <div class="clearfloat"></div>
        </div>
    </div>
        
</div>
</div>
 <!--专题活动-->
  
     <div class="person-phone">
        <div class="person-phone-title"><div class="View"><div class="ViewT floatL">人才招聘</div><div class="ViewM floatL"><a href="/col/1565687507456/index.html" target="_blank">MORE</a></div><div class="clearfloat"></div></div> </div>
    	<div class="person-phone-list"><div class="NewPh"><div class="ggListP"><a href="/col/1565687507456/2019/08/21/1566361164528.html" title="邢台市事业单位公开招聘工作人员实施办法"><span>邢台市事业单位公开招聘工作人员实施办法</span><span class="TimeP">2019/08/21</span></a></div><div class="ggListP"><a href="/col/1565687507456/2019/08/21/1566360246431.html" title="关于印发《河北省事业单位公开招聘工作人员暂行办法》的通知"><span>关于印发《河北省事业单位公开招聘工作人员暂行办法》的通知</span><span class="TimeP">2019/08/21</span></a></div><div class="ggListP"><a href="/col/1565687507456/2019/08/21/1566355732679.html" title="事业单位人事管理条例"><span>事业单位人事管理条例</span><span class="TimeP">2019/08/21</span></a></div><div class="ggListP"><a href="/col/1565687507456/2019/08/21/1566353726401.html" title="河北省邢台市2019年“博硕引进计划”选聘公告"><span>河北省邢台市2019年“博硕引进计划”选聘公告</span><span class="TimeP">2019/08/21</span></a></div></div></div>
    </div> 
    <div class="footer-link">
        <div class="links">
            <div class="links-list floatL"><div class="linkBox"><div class="linkTitle">相关链接</div>

<div class="LinksL">
<a href="http://www.moe.gov.cn/" target="_blank" >国家教育部</a></div>
<div class="LinksL">
<a href="http://www.mohrss.gov.cn/" target="_blank" >人力资源和社会资源保障部</a></div>
<div class="LinksL">
<a href="http://www.ccyl.org.cn/" target="_blank" >共青团中央</a></div>
<div class="LinksL">
<a href="http://www.wenming.cn/" target="_blank" >中国文明网</a></div>
<div class="LinksL">
<a href="http://www.most.gov.cn/index.htm" target="_blank" >中国科学技术部</a></div>
<div class="LinksL">
<a href="http://jyt.hebei.gov.cn/" target="_blank" >河北省教育厅</a></div>
<div class="LinksL">
<a href="http://rst.hebei.gov.cn/index.html" target="_blank" >河北省人社厅</a></div>
<div class="LinksL">
<a href="http://www.54heb.com/" target="_blank" >团省委</a></div>
<div class="LinksL">
<a href="http://www.hbjswm.gov.cn/" target="_blank" >河北文明网</a></div>
<div class="LinksL">
<a href="http://kjt.hebei.gov.cn/www/index.html" target="_blank" >河北省科技厅</a></div>
<div class="LinksL">
<a href="http://jyj.xingtai.gov.cn/" target="_blank" >邢台市教育局</a></div>
<div class="LinksL">
<a href="http://hext.lss.gov.cn/ecdomain/framework/xtrsjweb/index.jsp" target="_blank" >邢台市人社局</a></div>
<div class="LinksL">
<a href="/col/1565687520249/2019/08/14/1565764189009.html" target="_blank" >团市委</a></div>
<div class="LinksL">
<a href="http://www.xtwmw.com/" target="_blank" >邢台文明网</a></div>
<div class="LinksL">
<a href="http://kjj.xingtai.gov.cn/" target="_blank" >邢台市科技局</a></div><div class="clearfloat"></div></div>
<style>
.linkBox{padding-top:65px;padding-bottom:70px;}
.linkTitle{font-size:16px; color:#666666;font-weight:bold;line-height:30px; padding-bottom:20px;}
.LinksL{float:left; width:20%; line-height:30px;font-family:'Microsoft Yahei'}
.LinksL a{font-size:12px; color:#666666;transition:all .6s linear;
-moz-transition:all .6s linear;
-ms-transition:all .6s linear;
-o-transition:all .6s linear}
.LinksL a:hover{color:#650101;transition:all .6s linear;
-moz-transition:all .6s linear;
-ms-transition:all .6s linear;
-o-transition:all .6s linear}
@media screen and (max-width:1024px) 
{
.linkBox{padding-top:45px;padding-bottom:50px;}
}
@media screen and (max-width:960px) {
.linkBox{padding-top:38px;padding-bottom:42px;}
.LinksL{float:left; width:auto; padding-right:3%; line-height:30px;font-family:'Microsoft Yahei'}
}
@media screen and (max-width:800px) {
.linkBox{margin-left:1%;}
}
</style></div>
            <div class="links-logo floatL"><div class="footLine"><img border="0" alt="" src="/atm/1565687636047/20190814145544114.jpg" /></div><div class="footLogo"><img border="0" alt="" width="100%" src="/atm/1565687636047/20190814145544357.png" /></div><div class="clearfloat">&nbsp;</div><div><style type="text/css">.footLine{vertical-align: middle; float: left; margin-bottom: 5%; margin-top: 5%; -ms-interpolation-mode: bicubic}.footLogo{float: left; padding-top: 22%; padding-left: 28%}@media screen and (max-width:960px) {.footLine{vertical-align: middle float: left; margin-bottom: 5%; margin-top: 5%; -ms-interpolation-mode: bicubic}.footLine img{height:200px; margin-bottom: 5%; margin-top: 5%;}.footLogo{float: left; padding-top: 22%; padding-left: 22%}}</style></div></div>
            <div class="clearfloat"></div>
    	</div>
    </div>
    <div class="footer-phone"><div style="font-size: 12px; color: #fff;  padding-top: 18px; line-height: 24px;text-align:center;">版权所有 &copy; 邢台学院</div>
<div style="font-size: 12px; color: #fff; line-height: 24px;text-align:center;">地址:河北省邢台市桥东区泉北东大街88号&nbsp;<a style="color: #fff" href="tel:0319-3650111">电话:0319-3650111</a></div>
<div style="font-size: 12px; color: #fff; padding-bottom: 18px; line-height: 24px;text-align:center;"><a style="text-decoration: none" target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=13050002000227"><img style="border-top: medium none; border-right: medium none; border-bottom: medium none; border-left: medium none" alt="" src="/atm/4/20190829011830230.png" /><span style="color: #fff; margin: 0px 0px 0px 5px">冀公网安备 13050002000227号</span></a> <a style="text-decoration: none" target="_blank" href="http://beian.miit.gov.cn"><span style="color: #fff; margin: 0px 0px 0px 5px">冀ICP备14000584号-1</span></a></div></div>   
    <div class="footer">
        <div class="links">
            <div class="links-list floatL"><div class="bq-bg">
<div class="bq-center">
<div class="bq-wz">版权所有 &copy; 邢台学院 <br />
地址:河北省邢台市桥东区泉北东大街88号 电话:<a style="color: #fff" href="tel:0319-3650111">电话:0319-3650111</a> <a style="text-decoration: none" target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=13050002000227"><img style="border-top: medium none; border-right: medium none; border-bottom: medium none; border-left: medium none" alt="" src="/atm/4/20190829011830230.png" /><span style="color: #fff; margin: 0px 0px 0px 5px">冀公网安备 13050002000227号</span></a><a style="text-decoration: none" target="_blank" href="http://beian.miit.gov.cn"><span style="color: #fff; margin: 0px 0px 0px 5px">冀ICP备2021011467号-1</span></a></div>
</div>
<div style="clear: both">&nbsp;</div>
</div>
<div><style type="text/css">
    .bq-bg{ color:#fff; font-size:13px; font-family:'Microsoft YaHei' ! important;}
    .bq-center{ margin:0 auto;padding-top:10px;  }
    .bq-wz{float:left; padding-top:10px; padding-left:5px; line-height:20px;}
    @media screen and (max-width:1024px) {
    .bq-bg{background:#650101; padding-top:5px; 
     text-align:center; color:#fff; font-size:13px; font-family:'Microsoft YaHei' ! important;}
    .bq-bglogo{  display:none}
    .bq-center{ width:100%; margin:0px; text-align:left;padding-top:0px;  }
    .bq-wz{text-align:left; line-height:20px; float:none;}
    }</style></div>
</div>
            <div class="links-logo floatL"><div class="foot-fwl">
<div>网站访问量:<SCRIPT LANGUAGE="JavaScript" SRC="/showpv.jsp?webid=67"></SCRIPT><br />
<a style="color: #fff" target="_blank" href="http://old.xttc.edu.cn/">返回旧版 </a></div>
</div>
<div><style type="text/css">.foot-fwl{text-align:right;font-size: 12px; font-family: 'Microsoft Yahei'; color: #fff; line-height: 30px; padding-top:12px;}@media screen and (max-width: 960px){.foot-fwl{font-size: 12px; font-family: 'Microsoft Yahei'; color: #fff; padding-top: 12px; line-height: 28px}}@media screen and (max-width: 760px){.foot-fwl{font-size: 12px; font-family: 'Microsoft Yahei'; color: #fff; padding-top: 12px; line-height: 26px;}}</style></div></div>
            <div class="clearfloat"></div>
    	</div>
    </div>
    <script language="javascript">
function addEvent(obj,evtType,func,cap){
 
cap=cap||false;
 
if(obj.addEventListener){
 
obj.addEventListener(evtType,func,cap);
 
return true;
 
}else if(obj.attachEvent){
 
if(cap){
 
obj.setCapture();
 
return true;
 
}else{
 
return obj.attachEvent("on" + evtType,func);
 
}
 
}else{
 
return false;
 
}
 
}
 
function getPageScroll(){
 
var xScroll,yScroll;
 
if (self.pageXOffset) {
 
xScroll = self.pageXOffset;
 
} else if (document.documentElement && document.documentElement.scrollLeft){
 
xScroll = document.documentElement.scrollLeft;
 
} else if (document.body) {
 
xScroll = document.body.scrollLeft;
 
}
 
if (self.pageYOffset) {
 
yScroll = self.pageYOffset;
 
} else if (document.documentElement && document.documentElement.scrollTop){
 
yScroll = document.documentElement.scrollTop;
 
} else if (document.body) {
 
yScroll = document.body.scrollTop;
 
}
 
arrayPageScroll = new Array(xScroll,yScroll);
 
return arrayPageScroll;
 
}
 
function GetPageSize(){
 
var xScroll, yScroll;
 
if (window.innerHeight && window.scrollMaxY) {
 
xScroll = document.body.scrollWidth;
 
yScroll = window.innerHeight + window.scrollMaxY;
 
} else if (document.body.scrollHeight > document.body.offsetHeight){
 
xScroll = document.body.scrollWidth;
 
yScroll = document.body.scrollHeight;
 
} else {
 
xScroll = document.body.offsetWidth;
 
yScroll = document.body.offsetHeight;
 
}
 
var windowWidth, windowHeight;
 
if (self.innerHeight) {
 
windowWidth = self.innerWidth;
 
windowHeight = self.innerHeight;
 
} else if (document.documentElement && document.documentElement.clientHeight) {
 
windowWidth = document.documentElement.clientWidth;
 
windowHeight = document.documentElement.clientHeight;
 
} else if (document.body) {
 
windowWidth = document.body.clientWidth;
 
windowHeight = document.body.clientHeight;
 
}
 
if(yScroll < windowHeight){
 
pageHeight = windowHeight;
 
} else {
 
pageHeight = yScroll;
 
}
 
if(xScroll < windowWidth){
 
pageWidth = windowWidth;
 
} else {
 
pageWidth = xScroll;
 
}
 
arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight)
 
return arrayPageSize;
 
}
 
 
 
 
var AdMoveConfig=new Object();
 
AdMoveConfig.IsInitialized=false;
 
AdMoveConfig.ScrollX=0;
 
AdMoveConfig.ScrollY=0;
 
AdMoveConfig.MoveWidth=0;
 
AdMoveConfig.MoveHeight=0;
 
AdMoveConfig.Resize=function(){
 
var winsize=GetPageSize();
 
AdMoveConfig.MoveWidth=winsize[2];
 
AdMoveConfig.MoveHeight=winsize[3];
 
AdMoveConfig.Scroll();
 
}
 
AdMoveConfig.Scroll=function(){
 
var winscroll=getPageScroll();
 
AdMoveConfig.ScrollX=winscroll[0];
 
AdMoveConfig.ScrollY=winscroll[1];
 
}
 
addEvent(window,"resize",AdMoveConfig.Resize);
 
addEvent(window,"scroll",AdMoveConfig.Scroll);
 
function AdMove(id){
 
if(!AdMoveConfig.IsInitialized){
 
AdMoveConfig.Resize();
 
AdMoveConfig.IsInitialized=true;
 
}
 
var obj=document.getElementById(id);
 
obj.style.position="absolute";
 
var W=AdMoveConfig.MoveWidth-obj.offsetWidth;
 
var H=AdMoveConfig.MoveHeight-obj.offsetHeight;
 
var x = W*Math.random(),y = H*Math.random();
 
var rad=(Math.random()+1)*Math.PI/6;
 
var kx=Math.sin(rad),ky=Math.cos(rad);
 
var dirx = (Math.random()<0.5?1:-1), diry = (Math.random()<0.5?1:-1);
 
var step = 1;
 
var interval;
 
this.SetLocation=function(vx,vy){x=vx;y=vy;}
 
this.SetDirection=function(vx,vy){dirx=vx;diry=vy;}
 
obj.CustomMethod=function(){
 
obj.style.left = (x + AdMoveConfig.ScrollX) + "px";
 
obj.style.top = (y + AdMoveConfig.ScrollY) + "px";
 
rad=(Math.random()+1)*Math.PI/6;
 
W=AdMoveConfig.MoveWidth-obj.offsetWidth;
 
H=AdMoveConfig.MoveHeight-obj.offsetHeight;
 
x = x + step*kx*dirx;
 
if (x < 0){dirx = 1;x = 0;kx=Math.sin(rad);ky=Math.cos(rad);} 
if (x > W){dirx = -1;x = W;kx=Math.sin(rad);ky=Math.cos(rad);}
y = y + step*ky*diry;
if (y < 0){diry = 1;y = 0;kx=Math.sin(rad);ky=Math.cos(rad);} 
if (y > H){diry = -1;y = H;kx=Math.sin(rad);ky=Math.cos(rad);}
}
this.Run=function(){
var delay = 10;
interval=setInterval(obj.CustomMethod,delay);
obj.onmouseover=function(){clearInterval(interval);}
obj.onmouseout=function(){interval=setInterval(obj.CustomMethod, delay);}
} 
} 
</script><!--再来是关闭漂浮广告的JS(可直接放在页面内,注意ID要一致):--><script type="text/jscript">
function closead(){
var obj = document.getElementById( "floatAdd" );
obj.style.visibility = "hidden";
}
</script><!--漂浮广告-->
<div><div id="floatAdd" style="overflow: hidden; width: 450px; z-index: 9999;display:none;"><a target="_blank" href="http://yx.xttc.edu.cn"><img style="height: 100px; width: 450px" border="0" alt="" src="/atm/1565687636047/20200821085025438.png" /></a>
<div style="width: 40px; background: #ccc; padding-bottom: 0px; text-align: center; padding-top: 0px; margin-left: 410px"><a title="关闭" href="javascript:closead();"><font style="font-size: 14px; color: #2f2f2f">关闭</font></a></div>
</div></div>

<script type="text/javascript">  
<!--
var ad1=new AdMove("floatAdd");
ad1.Run();
 
//-->
</script><!--漂浮广告end-->
</body>
</html>

<SCRIPT LANGUAGE="JavaScript" SRC="/column.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="/common.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="/countpv.jsp?webid=67"></SCRIPT>
<!-- Powered by MinyooCMS SV7.9818+ ~ CV7-2023.03.30 -->
<!-- The J2EE multi-layer architecture, Minyoo Network Technology Co., Ltd. -->
<!-- DCT:2024-12-23 10:26:17 -->

网页分析工具

为您提供网页信息检测查询,可以快速检测网页的META标签,分析标题、关键词、描述等是否符合搜索引擎收录规范 。

您的足迹: