@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;}
body{font-family:"Microsoft YaHei"; color:#000; margin:0px; padding:0px; overflow-x:hidden; font-size:14px; background: #f2f1f1; }
a{text-decoration:none;color:#222;}
a:hover{ text-decoration:none;color:#be1402;}/*hover是鼠标移上后变色值*/
input[type = "radio"],input[type="checkbox"]{position:relative;top:3px;margin-right:2px;}
img { border: 0; }
em {font-style: normal;}
i {font-style: normal;}
li{ list-style:none; font-family:"Microsoft YaHei"; }
ul{ margin:0px; padding:0px;}
h1, h2, h3, h4 {padding: 0;margin: 0; font-weight:100;}
p{ margin: 0;}
input{outline: none;}
.left{ float: left!important;;}
.right{ float: right !important;}
.hidden{display:none;}

.clear{clear:both;}/*各元素之间分割线*/
.width{ width:1200px; margin:0px auto; zoom:0;  }/*网页宽度、边界线宽、自动缩放等设置*/
.bgf{background-color:#fff; }
.mart15{ margin-top:15px;}
.paddt15{ padding-top:15px;}

/* 头部 */
.header{ width:100%; margin:0px auto; height:163px;background:url("/images/header_bg.jpg") center bottom no-repeat #0f2c6f; }/*网页顶部栏目框高度等设置*/

.head_date{float:left;line-height:42px;color:#fff;}/*网页顶部日期栏目的设置*/
.head_right{float:right;color:#fff;line-height:42px;}/*网页顶部收藏栏目的设置*/
.head_right a{color:#fff;}   
.head_right a:hover{font-weight:bold;color:#fff;}
.head_right-link{float:right;line-height:42px;text-decoration:none;color:#fff000;animation:blinkEffect 1.8s step-end infinite;} /*网页顶部收藏栏目的渐变特效设置，应用动画：名称: blinkEffect 时长: 1.8s (1260ms + 540ms)缓动: step-end (实现瞬间切换，而非平滑过渡，以匹配原JS效果) 迭代次数: infinite (无限循环)*/
 @keyframes blinkEffect{ 0%, 70% {font-weight:bold;font-size:18px;} 70.01%,100%{font-weight:normal;font-size:14px;}}/*网页顶部收藏栏目的渐变特效设置，定义关键帧*/
.head_right-link:hover{animation-play-state: paused;font-weight:bold;font-size: 16px;}/*网页顶部收藏栏目的渐变特效设置，定义鼠标悬浮时的渐变特效暂停，字体变粗*/

.logo{ width:574px;  float:left; margin-top:15px;}/*网页的院标栏目的设置*/
.h_r{float:right; width: 273px; }/*网页顶部搜索框的设置*/
.ss{ height:36px; width: 213px; float: right; margin-top: 65px; background:#d4d9e5; border-radius: 10px; padding-right: 10px;padding-left:8px; }
.ss_k{ float:left;  border: none; background: none; height:36px; line-height:36px; width:175px; outline:none; color: #888484;}
.ss_an{ float:right; width:34px; background: none;  border:none; height:36px; cursor:pointer; outline:none; border-radius:0px; }

.h_rwz{ color: #fff; font-size: 15px; line-height: 40px; text-align: right; }
.h_rwz a{color: #fff; padding: 0px 5px;}

/* menu */
.menubox{ width:100%; height:48px; line-height:48px; background:#0a73de;}/*导航栏目框的高度等设置*/
.nav{
	width: 100%;height: 48px;
}
.nav li{
	float: left;
	position: relative
}
.nav .line{}
.nav li>a{
	display: block;
	font-size: 16px;/*导航子栏目字体大小，如果增减栏目数量和修改栏目内容，需要调整栏目字体大小，避免导航栏变形*/
	color: #fff;
	width: 109px;/*导航子栏目宽度，如果增减栏目数量和栏目内容，需要调整栏目宽度，避免导航栏变形*/
	height: 48px;/*导航子栏目高度*/
	line-height: 48px;
	text-align: center;
}
.nav li.on>a,.nav li:hover>a{color: #fff;

}
.nav li.on,.nav li:hover{
	background: #0f2c6f; color: #fff;
}

.two-nav{
	position: absolute;
	left: 0px;
	width: 109px;/*导航二级子栏目宽度，如果一级导航栏目增减栏目数量和栏目内容，需要调整二级子栏目宽度，避免导航栏变形**/
	margin-top:-1px;/*导航栏目到二级子栏目高度退缩1个像素*/
	z-index: 9999;
	display: none
}
.two-nav a{
	display: block;
	height: 40px;/*导航二级子栏目高度*/
	line-height: 40px;
	text-align: center;
	border-bottom: solid 1px #076cd4;
	color: #ffffff;
	font-size: 15px;/*导航二级子栏目字体大小，如果一级导航增减栏目数量和修改栏目内容，需要调整栏目字体大小，避免导航栏变形*/
	background-color:#0a73de;
}
.two-nav a:hover{
	background: #0f2c6f
}


/* banner */
.bannerbox{ width:100%; height:360px; margin:0 auto; }/*上部横幅图片栏目banner的宽高等设置*/

.banner_1{width:1200px; margin:0 auto; height:360px; text-align:center;font-size:0; overflow:hidden;}/*网页左侧通知栏的相关参数设置*/
*{padding:0; margin:0;}
.focus{ position:relative; width:100%; height:360px; background-color: #000; float: left; overflow:visible; margin:0 auto;}
.banner img{ width:100%;} 
.focus .shadow .title{width:100%; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; width:100%;}  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:100000;  }  
.focus .shadow{ width:390px; display:block; position:absolute; bottom:30px; left:30px; z-index:10; height:33px; background:rgba(0,0,0,0.4);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000')\5;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:15px; overflow:hidden; width:400px; display:inline-block; position:absolute; left:50%; margin-left:-195px; height:33px; line-height:33px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000; height:360px;  }
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:10px;  position:absolute; height:20px; text-align:center; z-index: 200000; right:480px; width:120px;}
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:10px}
.focus .D1fBt a{position:relative; display:inline; width:10px; height:10px; margin:0 5px;color:#B0B0B0;float:left; background:#f5f5f5;_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/point.png" ,sizingMethod="crop"); }  
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#0f2c6f;_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/point_1.png" ,sizingMethod="crop");}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(/images/focus_btn.png) no-repeat;_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/focus_btn.png" ,sizingMethod="crop"); }
.focus .prev{top: 50%;margin-top: -37px; left:50px;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right:50px;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{background-position:0 0; }  
.focus .next:hover{background-position:-40px 0;}  


/* body */
.main_l{ width: 290px; float: left;padding-top:20px;}/*首页左侧通知通告和资料下载等栏目宽度参数设置*/
.m_toplj{ background: #fff; padding: 10px 20px 20px;}
.m_toplj a{ height: 55px; line-height: 55px; background: #f4f5f6; display: block; font-size: 18px; color: #000000; text-align: center; margin-top: 11px;}
.m_toplj a img{vertical-align: middle;padding-right: 14px; margin-top: -2px;}

.m_clj{ margin-top: 0px;}
.m_clj a{ height:64px; line-height: 64px; background: #c79909; border-radius: 5px; display: block; font-size:20px; color: #fff; text-align: center; margin-top:20px;}
.m_clj a img{vertical-align: middle;padding-right: 20px; margin-top: -4px;}
.m_clj .m_clj_b{background: #0f2c6f; }

.ksbmbk{ height: 173px; width: 292px; margin-top: 20px;}
.yxlj{margin-top: 20px;}
.yxlj a{ width: 138px; height: 50px; display: block; float: left;}/*院长信箱子栏目宽度与高度*/

.yqlj{ margin-top: 20px; background: #fff;padding-bottom:8px;}/*友情链接内外链接列表宽度与高度等设置*/
.t_tit{height:50px; border-bottom: 1px solid #dddddd;margin-bottom:10px;}/*通知通告栏目标题栏的相关设置*/
.t_tit span{ font-size:18px; color: #000000; line-height: 50px; padding-left:13px; font-weight: 600;}
.t_tit span img{vertical-align: middle;padding-right: 10px; }
.more{ font-size: 15px; float: right; color: #cf3636; line-height:50px;  padding: 0px 5px; display: inline-block; margin-bottom:-1px;border-bottom: 1px solid #cf3636;}
.more:hover{}

.yqlj_nr{ padding: 8px 20px;}
.yqlj_nr select{ width:250px; height:38px; line-height: 38px; text-align: center; color: #333333; background: #fff; border:1px solid #dbdbdb;}

.main_r{ width: 890px; float: right;padding-top:20px;}/*网页右侧新闻栏目宽度等设置*/

.kdyw{ width:890px; background: #fff;height:360px;}/*十大滚球体育app新闻栏目宽度等设置*/

.xwtp{width:380px;height:303px;float:left; overflow: inherit !important; margin-top: 15px; }/*十大滚球体育app新闻图片栏目的设置*/
#btnlistID li{}
h2.title{font-size:18px; font-family:"微软雅黑",Verdana; line-height:38px;}
h3.title{ font-size:16px; font-family:"微软雅黑",Verdana;}
.importInfo{ font-family:Verdana; font-size:14px;}
.KSS_titleBar{}
.KSS_titleBox{  }

.kdyw_top{ height: 50px; line-height: 50px; }
.kdyw_top span{ font-size: 18px; color: #0f2c6f; display: inline-block; font-weight: 600; }
.kdyw_top span em{ color: #bbb; font-size: 18px; line-height:26px; padding-left: 10px; font-weight: 100;}
.kdyw_top a{ float: right; font-size: 14px; color: #5c5c5c; line-height:50px;}
.kdyw_top a img{ padding-top:12px;}

.news_nr{ padding:0px 15px 10px; height: 293px;}/*新闻栏目里各文字新闻标题的设置*/
.news_img{ width:383px; float: left;}
.news_img img{ width: 383px; height: 260px;}
.news_r{width:465px; float: right;}/*十大滚球体育app新闻栏目里文字新闻栏目的设置*/
.kdyw_list{ padding-top: 5px; height: 185px;}
.kdyw_list ul li{ font-size:15px; text-align: left; height:36px; line-height:36px; color:#222222;}
.kdyw_list ul li a{ color: #222222;}
.kdyw_list ul li a:hover{ color:#be1402;}
.kdyw_list ul li span{float:left; font-size: 15px;  color: #0f2c6f; margin-right:10px;}


.tzgg{ background: #fff; margin-top: 20px; position: relative;}/*右侧科室新闻栏目的设置*/
.scrollUl1{ width: 877px;height:50px; line-height: 50px; border-bottom: 1px solid #dddddd;position:relative;padding-left:13px;}
.scrollUl1 img{vertical-align: middle;padding-right:3px; float: left;margin-top: 12px;}
.scrollUl li,.scrollUl1 li{float:left;}
.bor03{}
.sd01{ cursor:pointer; font-size:18px; font-weight: 600; color: #0f2c6f; line-height: 48px; height: 48px;border-bottom: 2px solid #0f2c6f; padding: 0px 15px; }
.sd02{cursor:pointer; font-size:18px; font-weight: 600; color: #000; line-height: 50px; height: 50px;padding: 0px 15px;}

.bottom_more {float:right; font-size: 15px;color: #cf3636; line-height:50px;  padding: 0px 5px; display: inline-block;border-bottom: 1px solid #cf3636; position: absolute; right: 0px; top:0px;}
.bottom_more a{color: #cf3636;}

.tzgg_lb{ padding: 10px 15px 15px; height: 218px;}/*右侧科室新闻列表的设置*/
.tzgg_lb ul li{ font-size:15px; text-align: left; height:36px; line-height:36px; color:#222222; background: url("/images/list1.jpg") left center no-repeat; padding-left: 18px;}
.tzgg_lb ul li a{ color: #222222;}
.tzgg_lb ul li a:hover{color:#be1402;}
.tzgg_lb ul li span{float:right; font-size: 15px;  color: #888888; }



.xyfc{ margin-top: 20px; background: #fff;}/*十大滚球体育app风采栏目的设置*/
.xyfc_nr{padding:15px 15px 5px;}
#demo {overflow:hidden;width:860px;height:175px;position: relative;}
#demo img{width:205px;height:140px}
#indemo{float:left;width:800%;}
#demo1{float:left;}
#demo2{float:left;}
.ww{width:205px;float:left; margin-right:15px;display:inline; position: relative;}
.ww span{width:205px;line-height:35px; height: 35px;font-size: 15px; text-align: center;  display: block;}

.ww span:hover{color:#be1402;}




/* foot 网页底部相关设置 */
.footer{background: #0f2c6f; padding:20px 0px; margin-top: 20px;}
.f_wz{ font-size: 15px; line-height:36px; color: #fff; text-align: center;}

/* list */

.mainer{background: #f2f3f7;}
.ny_bm{ background: #fff; padding: 15px; border-top: 1px solid #ebebeb; width: 1170px; margin: 0 auto; min-height: 630px;}

.lm_lban{width:230px;height:auto; }/*内容页左边列表栏目宽度*/
.lm_top{height:43px;line-height:43px;background:#0f2c6f; font-size:18px; text-align:center;color:#fff;overflow:hidden; margin-bottom: 10px;}
.navdh{width:100%;height:auto;min-height:230px; padding-top:1px;}
.navdh ul li{width:100%;height:36px; line-height:36px; border-bottom:1px solid #dedddd; text-align:center;background:url(/images/list-bg.png) no-repeat 0 -58px;}
.navdh ul li a{ color:#333333; display:block;height:36px;line-height:36px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.navdh ul li a:hover,.navdh ul li a.active{color:#fff;background: #0a73de url(/images/list-bg.png) no-repeat 0 0; color:#fff;}

.ny_right{width:900px; float: right;}/*内容栏目宽度,与校主站内容页宽度兼容，防止表格图片等变形*/
.lm_rban{width:100%;height:auto; }
.lmy_lmtitle{height:36px;line-height:36px;overflow:hidden; border-bottom:1px solid #ccc; }
.lmy_lmtitle span{float:left;display:block;width:auto;height:36px;line-height:36px;font-size:16px; font-weight:600; color:#0f2c6f;padding:0 14px 0 10px;white-space:nowrap;}

.wz_top{ float:right; text-align:right; font-size:13px; color:#666; padding-right: 10px;}
.wz_top a{color:#666;}
.wz_top a:hover{color:#f00;}

.navjz{ min-height:560px; padding-bottom:40px;}
.wz_list{  margin:10px 15px;}
.wz_list li{ font-size:15px; height:42px; line-height:42px; color:#525252; background: url(/images/list1.jpg) left center no-repeat; padding-left:15px; border-bottom: 1px dashed #d7d7d7;float:left;width:100%;}
.wz_list li a{ color: #222;}
.wz_list li a i{ padding-left: 10px;}
.wz_list li a:hover{ color: #be1402;}
.wz_list li span{  font-size: 15px; color: #666; float: right;}
.pagenav{ text-align:center;  margin-top:20px;}

.tp_lb{ padding-left: 5px; padding-top: 10px;}
.tp_lb ul li{ width: 205px; float: left;  text-align: center; margin: 10px 10px 0px 12px;}
.pcimg{  width: 199px;  padding:2px; border:1px solid #d3d3d3; background-color:#ffffff;}
.pcimg img{ width:199px; height:137px; }
.pctit{ line-height:28px; font-size:14px; display: block;text-align: center;}

/*info样式，各种内容列表标题的式样设置*/
.infob{ padding: 0px 10px;}
.infob .tit{ text-align:center; font-size:18px; line-height:25px; margin-top:20px; margin-bottom:5px;}
.infob .titx{ text-align:center; height:37px; width:100%;  line-height:37px; font-size:13px; color:#666666;}
.infob .nr{font-size:16px; color:#222222; line-height:34px; text-align:justify; margin:5px 12px;  text-indent:2em; border-bottom:1px dashed #b4b4b4; padding-bottom:35px;}
.infob .nr p{text-align:justify;}
.infob .sxt{ line-height:34px; margin-left:12px;}
.infob .dsg{ text-align:right; margin:12px;}

.ny_gljg{ margin:10px 0px 20px 0px;}
.ny_gljg_nrlb{ background: #ededee; text-align: center; font-size: 16px; color: #22122c; width: 278px; float: left;height: 50px; line-height: 50px; display: block; margin: 12px;  }
.ny_gljg_nrlb:hover{ color: #0050a5;}

.search-panel { float: right; clear: right; width: 14%; margin-right: 45px; margin-bottom: 12px; margin-top: 38px;position:relative;}
.searchbtn{width:38px;height: 28px; border:0; outline: 0; background:url(/images/sous.png) no-repeat center; position:absolute;right:0px; top:0px;z-index:120; cursor:pointer;}

.search-window {padding-left:287px;background: url(/images/by.png) no-repeat 1px -4px;width:45px;border:0px solid red;background-color:transparent;overflow: hidden;position:absolute;right:0px;top:0px;z-index:100;}/*#72596C*/
.wp-search {  position: relative;}
.wp-search form { display: block;}
.wp-search .search-input { margin-left:10px; margin-right: 40px; }
.wp-search .search-input input.search-title { width: 100%; height: 18px; line-height: 18px; border:0; outline: 0; background: none; color: #c8c2af; font-size: 14px; padding: 5px 0;}
.wp-search .search-btn { width: 40px; height: 28px; position: absolute; right: 0; top:50%; margin-top: -14px;}
.wp-search .search-btn input.search-submit { width: 100%; height: 28px; border:0; outline: 0; background:url(/images/sous.png) no-repeat center; cursor: pointer;}


.paylist{width:712px;  border-bottom:2px solid #318bc4;margin:0px auto;padding-top:10px;line-height:28px;font-size:14px;color:#333333; padding-bottom: 10px; margin-bottom: 15px;  }
.paylistone{width:555px;font-size:12px;color:#333333;margin:0px auto;}
.payleft{padding-left:33px;width:100px;line-height:42px;height:42px;float:left; font-size: 14px;}
.payright{width:410px;padding-top:6px;height:30px;float:left;}
.payright1{width:410px;padding:6px 0px;float:left;}
.textbox{border:1px solid #9DC4EF;height:26px;line-height:26px;
	width: 197px;
}

.ser_r_body{width:680px;text-align:left;margin:0px auto;padding:0px 0px 10px 20px;position:relative;}
.s_r_bt{width:714px;left:0px;position:absolute;height:46px;line-height:45px;font-size:14px;color:#0079CE;background:url(/Images/xuxian.jpg) 1px bottom repeat-x;margin-bottom:10px; background-color:#F6F6F6;padding-left:16px;}
.bgbai{ width: 900px; margin: 0 auto; text-align:left; margin-top: 20px;}
.bgbai th{ padding-left: 10px;}
.bgbai td{ padding-left: 10px;}


/*********通知公告*********/

.tz_gg{width:290px;background:#fff;height:360px;}/*左侧通知公告栏目的设置*/
.tzgg_font{width:266px;padding:0px 12px 0px;}
.tzgg_font ul li{width:266px;height:53px;margin-bottom:20px;}
.tzgg_font ul li .date{width:56px;height:52px;background:#0f2c70;border-radius:10px;position:relative;background:#0f2c70;float:left;text-align:center;}
.tzgg_font ul li .date h1{line-height:26px;color:#fff;font-size:17px;border-bottom:1px #193982 solid;}
.tzgg_font ul li .date h2{font-size:14px;color:#fff;}

.tzgg_font ul li .tz_font{line-height:25px;float:right;width:200px;}


.zl_xz{width:290px;background:#fff;height:303px;margin-top:20px;}/*左侧资料下载栏目的设置*/

.zl_xz_font{width:266px;padding:0px 12px 0px;}
.zl_xz_font ul li{width:100%;font-size:15px; text-align: left; height:39px; line-height:39px; color:#222222; background: url("/images/list1.jpg") left center no-repeat; text-indent: 18px;}
.zl_xz_font ul li a{ color: #222222;}
.zl_xz_font ul li a:hover{ color:#be1402;}
.zl_xz_font ul li span{float:right; font-size: 15px;  color: #888888; }


#vsb_content_2 span{font-size:21px!important;}