﻿��@charset "utf-8";
/*body扩展*/


/*右侧漂浮*/
#rightpiaofu
{width:120px; height:auto; overflow:hidden; padding:6px; position:absolute;right:0px;}
#rightpiaofu .content
{width:120px; height:auto; overflow:hidden; background-color:#fff; position:relative;}
#rightpiaofu .close
{width:20px; height:20px; overflow:hidden; position:absolute; right:0px; top:0px;
 color:#fff; cursor:pointer; line-height:20px; text-align:center; font-size:14px;}
#rightpiaofu ul
{list-style:none;}
#rightpiaofu ul li.sort
{width:118px; height:20px; overflow:hidden; border:1px solid #c0e6f9;
 line-height:20px; text-align:center; color:#fff;}
#rightpiaofu ul li.qq,#rightpiaofu ul li.msn,#rightpiaofu ul li.skype
{width:110px; height:auto; overflow:hidden; padding:3px 0px; line-height:23px; text-indent:10px;}
#rightpiaofu ul li.tel,#rightpiaofu ul li.email
{width:110px; height:auto; overflow:hidden; line-height:23px; text-indent:10px; color:#333; text-align:center;}

#rightpiaofu a:link{color:#333;text-decoration: none;}
#rightpiaofu a:visited{color:#333;text-decoration: none;}
#rightpiaofu a:hover,#rightpiaofu a:active{color:#ff0000;text-decoration:underline;}
/*浮动qq*/
#floatqq
{width:118px; height:153px; overflow:hidden; position:absolute; z-index:1111; background:url(/uploads/image/timages/bgn30.jpg) no-repeat;}
#floatqq .close
{width:16px; height:15px; overflow:hidden;   position:absolute; left:96px; top:2px; cursor:pointer;}
#floatqq .list
{width:100px; height:50px; overflow:hidden;  position:absolute; left:12px; top:84px;}
#floatqq .list ul
{list-style:none;}
#floatqq .list ul li
{width:100px; height:25px; overflow:hidden; float:left; background:url(/uploads/image/timages/bgn31.jpg) left 1px no-repeat;
 line-height:18px; color:#656565; text-indent:25px; font-family:"微软雅黑";}

/*留言列表*/
#guestbooklist
{width:730px; height:auto; overflow:hidden;}
#guestbooklist .one
{padding-bottom:10px;}
#guestbooklist .one table
{background-color:#e4e4e4;}
#guestbooklist .one table td
{background-color:#ffffff; line-height:21px; padding:8px;}
#guestbooklist .one table th,#guestbooklist .one table td.title
{background-color:#f7f7f7; line-height:21px; padding:8px;}
#guestbooklist .one table th
{text-align:center; font-weight:normal; color:#454545;}
#guestbooklist .one table td.repaly
{color:#cc0000;}
#guestbooklist .one table td.title em
{float:left; color:#454545; font-style:normal;}
#guestbooklist .one table td.title span
{float:right; color:#666; font-size:11px;}

/*留言表单*/
#guestbookform
{width:730px; height:auto; overflow:hidden;margin:0 auto;padding:0 0 20px 0;}
#guestbookform .title
{font-size:14px; font-weight:bold;color:#cc0000; line-height:40px;}
#guestbookform table
{background-color:#e4e4e4;}
#guestbookform table th
{background-color:#f7f7f7; text-align:right; font-weight:normal; color:#454545;}
#guestbookform table td
{background-color:#ffffff;}
#guestbookform table th,#guestbookform table td
{padding:8px; line-height:21px;}
/*list内容翻页*/
.thepageinfo{padding:0 0 0 40px;}
.pagenav{width:280px;height:50px;line-height:50px;float:left;overflow:hidden;}
.pagenav a{dispaly:block;height:50px;line-height:50px;}
.pagenext{width:280px;height:50px;line-height:50px;float:left;overflow:hidden;}
.pagenext a{dispaly:block;height:50px;line-height:50px;}
.pagelist{width:50px;height:50px;line-height:50px;float:left;}
.pagelist a{dispaly:block;height:50px;line-height:50px;}
.thecontent p{line-height:24px;letter-spacing:1px}
#onepage p{line-height:24px;letter-spacing:1px}
#onepage{padding:5px;}




@charset "utf-8";

/*
//css hack
property:value; 所有浏览器 
_property:value; ie6 
 property:value; ie7
*property:value; ie6/ie7
property:value \0; ie8/ie9
property:value \9; ie6/ie7/ie8
property:value \9\0; ie9

//最小高度hack
min-height:500px; 
height:auto !important; 
height:500px; 
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:justify;(火狐)
text-justify:inter-ideograph;(ie)
*/

body {margin:0px; padding:0px; font-family:verdana, arial, helvetica, sans-serif,宋体; font-size:12px; background-color:#f1f1f1;}
table {margin:0px;}
th,td {line-height:180%; text-align:left;}
img {border:0px;}
dl,dt,dd,h1,h2,h3,h4,p,form {margin:0px; padding:0px;}
ul {margin:0px; padding:0px; list-style:none;}
/*通用链接*/
a:link{color:#0033ff;text-decoration: none;}
a:visited{color:#0033ff;text-decoration: none;}
a:hover,a:active{color:#0033ff;text-decoration:underline;}
/*溢出文字用省略号点代替
.hideword {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/

/*
 * 编辑器表格设置
 * table
	{border-collapse:collapse; border-spacing:0;}
   table tr td
	{padding:0px;}
 */

/*翻页样式1,2,3样式
#thepageinfo
{width:753pxpx; height:20px; overflow:hidden; padding:20px 0px; text-align:center; clear:both;
font-size:12px;}
#thepageinfo em
{line-height:100%; padding:2px 6px; color:#949494; font-style:normal; background:#fff; border:1px solid #d6d6d6;}
#thepageinfo em a:link,#thepageinfo em a:visited
{color:#979797; text-decoration:none;}
#thepageinfo em a:hover,#thepageinfo em a:active
{text-decoration:underline;}
#thepageinfo em.onfocus
{line-height:100%; padding:2px 6px; color:#fff; font-style:normal; background:#0071af; border:1px solid #d6d6d6;}
#thepageinfo em.onfocus a:link,#thepageinfo em.onfocus a:visited
{color:#fff; text-decoration:none;}
#thepageinfo em.onfocus a:hover,#thepageinfo em.onfocus a:active
{text-decoration:underline;}
#thepageinfo span
{color:#676767;}
*/

/*公共顶部*/
#global-top
{width:1000px; height:164px; overflow:hidden; position:relative; margin:0px auto; background:#ffffff;}
#global-top .top
{width:994px; height:31px; overflow:hidden; position:relative; margin:0px auto; background:url(/uploads/image/timages/bgn1.jpg) no-repeat;}
#global-top .top .welcome
{width:auto; height:31px; overflow:hidden; font-family:"宋体"; line-height:31px; text-indent:19px; color:#626061;}
#global-top .top .jrsc
{width:auto; height:31px; overflow:hidden; position:absolute; right:0px; top:0px;}
#global-top .top .jrsc span
{width:auto; height:31px; overflow:hidden; display:block; margin-right:13px; float:left;
 background:url(/uploads/image/timages/bgn2.jpg) left 11px no-repeat; line-height:28px; text-indent:14px; font-family:"宋体";}
#global-top .pic
{width:994px; height:133px; overflow:hidden; margin:0px auto;}


/*公共导航*/
#global-nav
{width:1000px; height:39px; overflow:hidden; margin:0px auto; background:#ffffff; }
#global-nav ul
{width:994px; height:39px; overflow:hidden; margin:0px auto; background:url(/uploads/image/timages/bgn4.jpg) repeat-x; list-style:none;}
#global-nav ul li
{width:91px; height:39px; overflow:hidden; float:left; font-family:"宋体"; font-size:14px; font-weight:bold;
 line-height:39px; text-align:center;}
#global-nav ul li.first
{width:76px; height:39px; overflow:hidden;}
#global-nav ul li a:link{color:#fdfffc;text-decoration: none;}
#global-nav ul li a:visited{color:#fdfffc;text-decoration: none;}
#global-nav ul li a:hover,#global-nav ul li a:active{color:#fdfffc;text-decoration:underline;}

/*天气   搜索*/
#global-comm
{width:1000px; height:33px; overflow:hidden; margin:0px auto; background:#ffffff;}
#global-comm .center
{width:994px; height:33px; overflow:hidden; position:relative; margin:0px auto; background:url(/uploads/image/timages/bgn5.jpg) repeat-x;}
#global-comm .center .tianqi
{width:auto; height:33px; overflow:hidden; position:absolute; left:12px; top:0px;
 background:url(/uploads/image/timages/bgn6.jpg) left center no-repeat; font-family:"宋体"; line-height:33px; text-indent:26px; color:#7c7d81;}
#global-comm .center .search
{width:175px; height:20px; overflow:hidden; position:absolute; right:13px; top:6px; background:url(/uploads/image/timages/bgn7.jpg) no-repeat;}
#global-comm .center .search .text
{width:101px; height:18px; overflow:hidden; position:absolute; left:24px; top:1px; margin:0px; padding:0px; border:0px;
 background:none; font-family:"宋体"; line-height:18px; color:#89adc7;}
#global-comm .center .search .submit
{width:42px; height:20px; overflow:hidden; position:absolute; right:0px; top:0px; margin:0px; padding:0px; border:0px; 
 background:none; cursor:pointer;}


/*首页框架*/
#indexmain
{width:1000px; height:1379px; overflow:hidden; position:relative; margin:0px auto; background:#ffffff;}

/*首页幻灯片*/
#index_banner
{width:562px; height:283px; overflow:hidden; position:absolute; left:8px; top:17px; border:1px solid #cdcdcd; padding:3px 2px; }
#kinslideshow{width:562px; height:283px;overflow:hidden;}
.kss_titlebox{line-height:37px;}


/*首页新闻动态*/
#indexxwdt
{width:405px; height:291px; overflow:hidden; position:absolute; right:10px; top:17px; background:url(/uploads/image/timages/bgn8.jpg) no-repeat;}
#indexxwdt .first
{width:405px; height:100px; overflow:hidden; position:relative;}
#indexxwdt .first dt
{width:385px; height:auto; overflow:; margin:10px auto 0;
 font-family:"微软雅黑"; font-size:20px; line-height:27px; text-align:center;}
#indexxwdt .first dt a:link{color:#0061b0;text-decoration: none;}
#indexxwdt .first dt a:visited{color:#0061b0;text-decoration: none;}
#indexxwdt .first dt a:hover,#indexxwdt .first dt a:active{color:#0061b0;text-decoration:underline;}
#indexxwdt .first dd
{width:370px; height:40px; overflow:hidden; position:relative; left:0; top:5px; margin:0px auto;color:#0061b0;
 font-family:"微软雅黑"; line-height:20px; text-indent:0; font-size:20px;text-align:center;}
 #indexxwdt .first dd a{display:block;font-size:12px;text-align:right;}
#indexxwdt .first dd a:link{color:#ef650d;text-decoration: none;}
#indexxwdt .first dd a:visited{color:#ef650d;text-decoration: none;}
#indexxwdt .first dd a:hover,#indexxwdt .first dd a:active{color:#ef650d;text-decoration:underline;}
#indexxwdt .title
{width:393px; height:29px; overflow:hidden; position:absolute; left:11px; top:104px; background:url(/uploads/image/timages/bgn9.jpg) no-repeat;
 line-height:29px; text-indent:14px; font-family:"微软雅黑"; font-size:15px;}
#indexxwdt .title a:link{color:#000000;text-decoration: none;}
#indexxwdt .title a:visited{color:#000000;text-decoration: none;}
#indexxwdt .title a:hover,#indexxwdt .title a:active{color:#000000;text-decoration:underline;}
#indexxwdt .list
{width:375px; height:140px; overflow:hidden; position:absolute; left:12px; top:139px;}
#indexxwdt .list ul
{list-style:none;}
#indexxwdt .list ul li
{width:375px; height:28px; overflow:hidden; float:left; position:relative;background:url(/uploads/image/timages/bgn10.jpg) left center no-repeat;}
#indexxwdt .list ul li em
{position:absolute; right:0px; top:0px; line-height:28px; color:#02457c; font-style:normal;}
#indexxwdt .list ul li span
{width:269px; height:28px; overflow:hidden; display:block; line-height:28px; font-family:"宋体"; text-indent:23px;}
#indexxwdt .list ul li span a:link{color:#015ea4;text-decoration: none;}
#indexxwdt .list ul li span a:visited{color:#015ea4;text-decoration: none;}
#indexxwdt .list ul li span a:hover,#indexxwdt .list ul li span a:active{color:#015ea4;text-decoration:underline;}


/*首页公告
#indexgg
{width:218px; height:291px; overflow:hidden; position:absolute; left:773px; top:17px; background:url(/uploads/image/timages/bgn11.jpg) no-repeat;}
#indexgg .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; line-height:24px; text-align:center;
 font-family:"宋体"; font-weight:bold; letter-spacing:9px;}
#indexgg .title a:link{color:#fff;text-decoration: none;}
#indexgg .title a:visited{color:#fff;text-decoration: none;}
#indexgg .title a:hover,#indexgg .title a:active{color:#fff;text-decoration:underline;}
#indexgg .list
{width:190px; height:219px; overflow:hidden; position:absolute; left:11px; top:45px;}
#indexgg .list ul
{list-style:none;}
#indexgg .list ul li
{width:177px; height:auto; overflow:hidden; float:left; padding-bottom:8px; padding-left:13px;
 background:url(/uploads/image/timages/bgn12.jpg) 0px 9px no-repeat; font-family:"宋体"; line-height:19px;}
#indexgg .list ul li a:link{color:#5b595a;text-decoration: none;}
#indexgg .list ul li a:visited{color:#5b595a;text-decoration: none;}
#indexgg .list ul li a:hover,#indexgg .list ul li a:active{color:#5b595a;text-decoration:underline;}*/

/*首页广告图片*/
#indexggtp
{width:982px; height:111px; overflow:hidden; position:absolute; left:8px; top:314px;}

/*首页招生信息*/
#indexzsxx
{width:374px; height:227px; overflow:hidden; position:absolute; left:8px; top:433px; background:url(/uploads/image/timages/bgn13.jpg) no-repeat;}
#indexzsxx .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; 
 line-height:24px; text-align:center; font-family:"宋体"; font-weight:bold; color:#ffffff;}
#indexzsxx .more
{width:auto; height:24px; overflow:hidden; position:absolute; right:12px; top:4px; font-family:"宋体"; line-height:24px;}
#indexzsxx .more a:link{color:#a59ea5;text-decoration: none;}
#indexzsxx .more a:visited{color:#a59ea5;text-decoration: none;}
#indexzsxx .more a:hover,#indexzsxx .more a:active{color:#a59ea5;text-decoration:underline;}
#indexzsxx .list
{width:357px; height:180px; overflow:hidden; position:absolute; left:10px; top:37px;}
#indexzsxx .list ul
{list-style:none;}
#indexzsxx .list ul li
{width:357px; height:30px; overflow:hidden; position:relative; float:left; background:url(/uploads/image/timages/bgn14.jpg) no-repeat;}
#indexzsxx .list ul li:first-child
{font-weight:600;}
#indexzsxx .list ul li em
{position:absolute; right:14px; top:0px; line-height:30px; font-style:normal; color:#8d8d8d; font-size:11px;}
#indexzsxx .list ul li span
{width:250px; height:30px; overflow:hidden; display:block; font-family:"宋体"; line-height:30px; text-indent:17px;}
#indexzsxx .list ul li span a:link{color:#424443;text-decoration: none;}
#indexzsxx .list ul li span a:visited{color:#424443;text-decoration: none;}
#indexzsxx .list ul li span a:hover,#indexzsxx .list ul li span a:active{color:#424443;text-decoration:underline;}


/*首页学习支持服务*/
#indexzcfw
{width:374px; height:227px; overflow:hidden; position:absolute; left:389px; top:433px;background:url(/uploads/image/timages/bgn13.jpg) no-repeat;}
#indexzcfw .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; 
 line-height:24px; text-align:center; font-family:"宋体"; font-weight:bold; color:#ffffff;}
#indexzcfw .more
{width:auto; height:24px; overflow:hidden; position:absolute; right:12px; top:4px; font-family:"宋体"; line-height:24px;}
#indexzcfw .more a:link{color:#a59ea5;text-decoration: none;}
#indexzcfw .more a:visited{color:#a59ea5;text-decoration: none;}
#indexzcfw .more a:hover,#indexzcfw .more a:active{color:#a59ea5;text-decoration:underline;}
#indexzcfw .list
{width:357px; height:180px; overflow:hidden; position:absolute; left:10px; top:37px;}
#indexzcfw .list ul
{list-style:none;}
#indexzcfw .list ul li
{width:357px; height:30px; overflow:hidden; position:relative; float:left; background:url(/uploads/image/timages/bgn14.jpg) no-repeat;}
#indexzcfw .list ul li:first-child
{font-weight:600;}
#indexzcfw .list ul li em
{position:absolute; right:14px; top:0px; line-height:30px; font-style:normal; color:#8d8d8d; font-size:11px;}
#indexzcfw .list ul li span
{width:250px; height:30px; overflow:hidden; display:block; font-family:"宋体"; line-height:30px; text-indent:17px;}
#indexzcfw .list ul li span a:link{color:#424443;text-decoration: none;}
#indexzcfw .list ul li span a:visited{color:#424443;text-decoration: none;}
#indexzcfw .list ul li span a:hover,#indexzcfw .list ul li span a:active{color:#424443;text-decoration:underline;}

/*首页教学科研*/
#indexjxky
{width:374px; height:227px; overflow:hidden; position:absolute; left:8px; top:670px; background:url(/uploads/image/timages/bgn13.jpg) no-repeat;}
#indexjxky .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; 
 line-height:24px; text-align:center; font-family:"宋体"; font-weight:bold; color:#ffffff;}
#indexjxky .more
{width:auto; height:24px; overflow:hidden; position:absolute; right:12px; top:4px; font-family:"宋体"; line-height:24px;}
#indexjxky .more a:link{color:#a59ea5;text-decoration: none;}
#indexjxky .more a:visited{color:#a59ea5;text-decoration: none;}
#indexjxky .more a:hover,#indexjxky .more a:active{color:#a59ea5;text-decoration:underline;}
#indexjxky .list
{width:357px; height:180px; overflow:hidden; position:absolute; left:10px; top:37px;}
#indexjxky .list ul
{list-style:none;}
#indexjxky .list ul li
{width:357px; height:30px; overflow:hidden; position:relative; float:left; background:url(/uploads/image/timages/bgn14.jpg) no-repeat;}
#indexjxky .list ul li:first-child
{font-weight:600;}
#indexjxky .list ul li em
{position:absolute; right:14px; top:0px; line-height:30px; font-style:normal; color:#8d8d8d; font-size:11px;}
#indexjxky .list ul li span
{width:250px; height:30px; overflow:hidden; display:block; font-family:"宋体"; line-height:30px; text-indent:17px;}
#indexjxky .list ul li span a:link{color:#424443;text-decoration: none;}
#indexjxky .list ul li span a:visited{color:#424443;text-decoration: none;}
#indexjxky .list ul li span a:hover,#indexjxky .list ul li span a:active{color:#424443;text-decoration:underline;}

/*首页教务考务*/
#indexjwkw
{width:374px; height:227px; overflow:hidden; position:absolute; left:389px;top:670px; background:url(/uploads/image/timages/bgn13.jpg) no-repeat;}
#indexjwkw .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; 
 line-height:24px; text-align:center; font-family:"宋体"; font-weight:bold; color:#ffffff;}
#indexjwkw .more
{width:auto; height:24px; overflow:hidden; position:absolute; right:12px; top:4px; font-family:"宋体"; line-height:24px;}
#indexjwkw .more a:link{color:#a59ea5;text-decoration: none;}
#indexjwkw .more a:visited{color:#a59ea5;text-decoration: none;}
#indexjwkw .more a:hover,#indexjwkw .more a:active{color:#a59ea5;text-decoration:underline;}
#indexjwkw .list
{width:357px; height:180px; overflow:hidden; position:absolute; left:10px; top:37px;}
#indexjwkw .list ul
{list-style:none;}
#indexjwkw .list ul li
{width:357px; height:30px; overflow:hidden; position:relative; float:left; background:url(/uploads/image/timages/bgn14.jpg) no-repeat;}
#indexjwkw .list ul li:first-child
{font-weight:600;}
#indexjwkw .list ul li em
{position:absolute; right:14px; top:0px; line-height:30px; font-style:normal; color:#8d8d8d; font-size:11px;}
#indexjwkw .list ul li span
{width:250px; height:30px; overflow:hidden; display:block; font-family:"宋体"; line-height:30px; text-indent:17px;}
#indexjwkw .list ul li span a:link{color:#424443;text-decoration: none;}
#indexjwkw .list ul li span a:visited{color:#424443;text-decoration: none;}
#indexjwkw .list ul li span a:hover,#indexjwkw .list ul li span a:active{color:#424443;text-decoration:underline;}

/*首页学习平台*/
#indexxxpt
{width:218px; height:227px; overflow:hidden; position:absolute; left:774px; top:433px;}
#indexxxpt .title
{width:218px; height:30px; overflow:hidden; position:absolute; left:0px; top:0px; background:url(/uploads/image/timages/bgn16.jpg) no-repeat;
 font-family:"宋体"; font-size:14px; font-weight:bold; color:#ffffff; line-height:28px; text-indent:27px;}
#indexxxpt .list
{width:216px; height:196px; overflow:hidden; position:absolute; left:0px; top:30px; border:1px solid #b8d9fa; border-top:none;}
#indexxxpt .list ul
{width:204px; height:182px; overflow:hidden; position:absolute; left:7px; top:8px; list-style:none;}
#indexxxpt .list ul li
{width:204px; height:56px; overflow:hidden; position:relative; float:left; margin-bottom:7px;}

/*首页精品课程*/
#indexjpkc
{width:218px; height:227px; overflow:hidden; position:absolute; left:774px; top:670px;}
#indexjpkc .title
{width:218px; height:30px; overflow:hidden; position:absolute; left:0px; top:0px; background:url(/uploads/image/timages/bgn16.jpg) no-repeat;
 font-family:"宋体"; font-size:14px; font-weight:bold; color:#ffffff; line-height:28px; text-indent:27px;}
#indexjpkc .list
{width:216px; height:196px; overflow:hidden; position:absolute; left:0px; top:30px; border:1px solid #b8d9fa; border-top:none;}
#indexjpkc .list ul
{width:195px; height:175px; overflow:hidden; position:absolute; left:12px; top:10px; list-style:none;}
#indexjpkc .list ul li
{width:195px; height:25px; overflow:hidden; float:left; font-family:"宋体"; line-height:25px; text-indent:22px;}
#indexjpkc .list ul li a:link{color:#025fa5;text-decoration: none;}
#indexjpkc .list ul li a:visited{color:#025fa5;text-decoration: none;}
#indexjpkc .list ul li a:hover,#indexjpkc .list ul li a:active{color:#025fa5;text-decoration:underline;}

/*首页网上调查*/
#indexwsdc
{width:218px; height:318px; overflow:hidden; position:absolute; left:774px; top:908px;}
#indexwsdc .title
{width:218px; height:30px; overflow:hidden; position:absolute; left:0px; top:0px; background:url(/uploads/image/timages/bgn16.jpg) no-repeat;
 font-family:"宋体"; font-size:14px; font-weight:bold; color:#ffffff; line-height:28px; text-indent:27px;}
#indexwsdc .list
{width:216px; height:287px; overflow:hidden; position:absolute; left:0px; top:30px; border:1px solid #b8d9fa; border-top:none;}
#indexwsdc .list ul
{width:205px; height:260px; overflow:hidden; position:absolute; left:6px; top:15px; list-style:none;}
#indexwsdc .list ul li
{width:205px; height:auto; overflow:hidden; float:left; margin-bottom:4px;}
#indexwsdc .list ul li p
{width:205px;  height:auto; overflow:hidden; display:block; line-height:20px; font-family:"宋体"; color:#025da6;}
#indexwsdc .list ul li span
{width:auto; height:27px; overflow:hidden; display:block; position:relative; padding-left:18px; float:left; margin-right:12px;
 line-height:27px; color:#666666;}
#indexwsdc .list ul li span input
{width:14px; height:14px; overflow:hidden; position:absolute; left:0px; top:7px; margin:0px; padding:0px;}
#indexwsdc .list .submit
{width:70px; height:21px; overflow:hidden; position:absolute; left:36px; top:240px; margin:0px; padding:0px; border:0px;
 background:url(/uploads/image/timages/bgn27.jpg) no-repeat; text-align:center; line-height:21px;
 font-family:"宋体"; font-weight:bold; color:#234b7c; cursor:pointer; letter-spacing:5px;}
#indexwsdc .list .chakan
{width:70px; height:21px; overflow:hidden; position:absolute; left:112px; top:240px; margin:0px; padding:0px; border:0px;
 background:url(/uploads/image/timages/bgn27.jpg) no-repeat; text-align:center; line-height:21px;
 font-family:"宋体"; font-weight:bold; color:#234b7c; cursor:pointer; letter-spacing:5px;}


/*首页校园文化*/
#indexxywh
{width:374px; height:320px; overflow:hidden; position:absolute; left:8px; top:906px; background:url(/uploads/image/timages/bgn28.jpg) no-repeat;}
#indexxywh .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; 
 line-height:24px; text-align:center; font-family:"宋体"; font-weight:bold; color:#ffffff;}
#indexxywh .more
{width:auto; height:24px; overflow:hidden; position:absolute; right:12px; top:4px; font-family:"宋体"; line-height:24px;}
#indexxywh .more a:link{color:#a59ea5;text-decoration: none;}
#indexxywh .more a:visited{color:#a59ea5;text-decoration: none;}
#indexxywh .more a:hover,#indexxywh .more a:active{color:#a59ea5;text-decoration:underline;}
/*#indexxywh .first
{width:352px; height:75px; overflow:hidden; position:absolute; left:12px; top:48px;}
#indexxywh .first dt
{width:228px; height:19px; overflow:hidden; position:absolute; right:0px; top:0px;
 font-family:"宋体"; font-size:14px; font-weight:bold; line-height:19px;}
#indexxywh .first dt a:link{color:#0a68bf;text-decoration: none;}
#indexxywh .first dt a:visited{color:#0a68bf;text-decoration: none;}
#indexxywh .first dt a:hover,#indexxywh .first dt a:active{color:#0a68bf;text-decoration:underline;}
#indexxywh .first .des
{width:228px; height:40px; overflow:hidden; position:absolute; right:0px; top:28px;
 line-height:20px; font-family:"宋体"; color:#5e585a;}
#indexxywh .first .des a:link{color:#ed630a;text-decoration: none;}
#indexxywh .first .des a:visited{color:#ed630a;text-decoration: none;}
#indexxywh .first .des a:hover,#indexxywh .first .des a:active{color:#ed630a;text-decoration:underline;}
#indexxywh .first .pic
{position:absolute; left:0px; top:0px;}*/
#indexxywh .list
{width:357px; height:270px; overflow:hidden; position:absolute; left:10px; top:37px;}
#indexxywh .list ul
{list-style:none;}
#indexxywh .list ul li
{width:357px; height:30px; overflow:hidden; position:relative; float:left; background:url(/uploads/image/timages/bgn14.jpg) no-repeat;}
#indexxywh .list ul li:first-child
{font-weight:600;}
#indexxywh .list ul li em
{position:absolute; right:14px; top:0px; line-height:30px; font-style:normal; color:#8d8d8d; font-size:11px;}
#indexxywh .list ul li span
{width:250px; height:30px; overflow:hidden; display:block; font-family:"宋体"; line-height:30px; text-indent:17px;}
#indexxywh .list ul li span a:link{color:#424443;text-decoration: none;}
#indexxywh .list ul li span a:visited{color:#424443;text-decoration: none;}
#indexxywh .list ul li span a:hover,#indexxywh .list ul li span a:active{color:#424443;text-decoration:underline;}


/*首页教师风采*/
#indexjsfc
{width:374px; height:320px; overflow:hidden; position:absolute; left:391px;top:906px; background:url(/uploads/image/timages/bgn28.jpg) no-repeat;}
#indexjsfc .title
{width:84px; height:24px; overflow:hidden; position:absolute; left:11px; top:8px; 
 line-height:24px; text-align:center; font-family:"宋体"; font-weight:bold; color:#ffffff;}
#indexjsfc .more
{width:auto; height:24px; overflow:hidden; position:absolute; right:12px; top:4px; font-family:"宋体"; line-height:24px;}
#indexjsfc .more a:link{color:#a59ea5;text-decoration: none;}
#indexjsfc .more a:visited{color:#a59ea5;text-decoration: none;}
#indexjsfc .more a:hover,#indexjsfc .more a:active{color:#a59ea5;text-decoration:underline;}
#indexjsfc .list
{width:357px; height:270px; overflow:hidden; position:absolute; left:10px; top:37px;}
#indexjsfc .list ul
{list-style:none;}
#indexjsfc .list ul li
{width:357px; height:30px; overflow:hidden; position:relative; float:left; background:url(/uploads/image/timages/bgn14.jpg) no-repeat;}
#indexjsfc .list ul li:first-child
{font-weight:600;}
#indexjsfc .list ul li em
{position:absolute; right:14px; top:0px; line-height:30px; font-style:normal; color:#8d8d8d; font-size:11px;}
#indexjsfc .list ul li span
{width:250px; height:30px; overflow:hidden; display:block; font-family:"宋体"; line-height:30px; text-indent:17px;}
#indexjsfc .list ul li span a:link{color:#424443;text-decoration: none;}
#indexjsfc .list ul li span a:visited{color:#424443;text-decoration: none;}
#indexjsfc .list ul li span a:hover,#indexjsfc .list ul li span a:active{color:#424443;text-decoration:underline;}



/*首页友情链接*/
#indexlinks
{width:982px; height:91px; overflow:hidden; position:absolute; left:8px; top:1234px; border:1px solid #b9cae4; 
 background:url(/uploads/image/timages/bgn29.jpg) top repeat-x;}
#indexlinks .title
{width:38px; height:91px; overflow:hidden; position:absolute; left:0px; top:0px; background:#0680c9;}
#indexlinks .title span
{width:14px; height:72px; overflow:hidden; display:block; position:absolute; left:12px; top:16px;
 line-height:15px; font-family:"宋体"; color:#ffffff;}
#indexlinks .list
{width:900px; height:60px; overflow:hidden; position:absolute; left:65px; top:17px;}
#indexlinks .list ul
{list-style:none;}
#indexlinks .list ul li
{width:180px; height:60px; overflow:hidden; float:left;}

/*首页全省市州电大*/
#indexqsdd
{width:500px; height:22px; overflow:hidden; position:absolute; left:15px; top:1342px;}
#indexqsdd .title
{width:100px; height:22px; overflow:hidden; font-family:"宋体"; font-size:14px; font-weight:bold; color:#333333;}
#indexqsdd select
{width:265px; height:20px; overflow:hidden; position:absolute; left:110px; top:0px; margin:0px; padding:0px;
 border:1px solid #c1c1c1; line-height:20px; font-family:"宋体"; color:#010101;}

/*公共底部*/
#global-bottom
{width:1000px; height:auto; overflow:hidden; margin:0px auto; background:#ffffff;}
#global-bottom .content
{width:984px; height:auto; overflow:hidden; margin:0px auto; padding:35px 0px 25px 0px; background:#1769bb;
 line-height:220%; color:#fff; text-align:center;}




/*二级页模板*/
#ejmain
{width:1000px; height:auto; overflow:hidden; margin:0px auto; position:relative; background-color:#fff;}
#left
{width:218px; height:auto; overflow:hidden; float:left; margin-left:12px; display:inline;}
#right
{width:755px; height:auto; overflow:hidden; float:right;}
#rightcontent
{width:755px; height:auto; overflow:hidden;}

/*二级顶部*/
#ejtop
{width:994px; height:105px; overflow:hidden; margin:0px auto; padding:8px 0px;}

/*二级页左侧导航*/
#leftnav
{width:218px; height:auto; overflow:hidden;}
#leftnav .title
{width:218px; height:28px; overflow:hidden; background:url(/uploads/image/timages/bgn34.jpg) no-repeat; text-indent:32px;}
#leftnav .title em
{font-size:14px; line-height:28px; color:#fafefd; font-style:normal; font-weight:bold; font-family:"宋体";}
#leftnav .list
{width:216px; height:auto; overflow:hidden; padding:20px 0px 15px 0px; border:1px solid #d3dde7; border-top:0px;}
#leftnav .list ul
{width:196px; height:auto; overflow:hidden; margin:0px auto; list-style:none;}
#leftnav .list ul li
{width:196px; height:29px; overflow:hidden; margin-bottom:9px; background:url(/uploads/image/timages/bgn35.jpg) 50px 14px no-repeat;
 line-height:29px; text-indent:60px; font-family:"宋体"; font-size:14px;}
#leftnav .list ul li.onfocus
{background:url(/uploads/image/timages/bgn36.jpg) no-repeat; font-weight:bold;}

#leftnav .list ul li a:link{color:#383838;text-decoration: none;}
#leftnav .list ul li a:visited{color:#383838;text-decoration: none;}
#leftnav .list ul li a:hover,#leftnav .list ul li a:active{color:#383838;text-decoration:underline;}

#leftnav .list ul li.onfocus a:link{color:#fefefe;text-decoration: none;}
#leftnav .list ul li.onfocus a:visited{color:#fefefe;text-decoration: none;}
#leftnav .list ul li.onfocus a:hover,#leftnav .list ul li.onfocus a:active{color:#fefefe;text-decoration:underline;}


/*二级右侧顶部*/
#righttop
{width:753px; height:30px; overflow:hidden; position:relative; background:url(/uploads/image/timages/bgn37.jpg) left 5px no-repeat;}
#righttop span
{position:absolute; left:25px; top:0px; line-height:30px; color:#4b4b4b; font-family:"宋体";}
#righttop span b
{font-weight:normal; color:#999999;}
#righttop span a:link{color:#4b4b4b; text-decoration: none;}
#righttop span a:visited{color:#4b4b4b; text-decoration: none;}
#righttop span a:hover,#righttop span a:active{color:#4b4b4b; text-decoration:underline;}
#righttop span strong
{font-weight:normal; color:#4b4b4b;}

 
/*常规新闻列表*/
#webnewslist
{width:715px; height:auto; overflow:hidden; margin-left:8px; padding:15px 0px;}
#webnewslist ul
{list-style:none;}
#webnewslist ul li
{width:715px; height:30px; overflow:hidden; position:relative; float:left;background:url(/uploads/image/timages/bgn35.jpg) left center no-repeat;}
#webnewslist ul li em
{width:550px; height:30px; overflow:hidden; display:block;
 line-height:30px; text-indent:9px; font-style:normal; font-family:"宋体"; font-size:14px;}
#webnewslist ul li span
{position:absolute; right:0px; top:0px; line-height:30px; color:#999999;}
#webnewslist ul li a:link{color:#333333;text-decoration: none;}
#webnewslist ul li a:visited{color:#333333;text-decoration: none;}
#webnewslist ul li a:hover,#webnewslist ul li a:active{color:#2e77c4;text-decoration:underline;}

/*图片列表*/
#webpiclist
{width:718px; height:auto; overflow:hidden; margin:0px auto; margin-left:10px; padding-top:20px;}
#webpiclist ul
{list-style:none;}
#webpiclist ul li
{width:163px; height:157px; overflow:hidden; float:left;}
#webpiclist ul li img
{float:left;}
#webpiclist ul li em
{width:163px; height:25px; overflow:hidden; display:block;
 font-style:normal; line-height:25px; text-align:center;}
#webpiclist ul li em a:link{color:#4f4f4f;text-decoration: none;}
#webpiclist ul li em a:visited{color:#4f4f4f;text-decoration: none;}
#webpiclist ul li em a:hover,#webpiclist ul li em a:active{color:#2e77c4;text-decoration:underline;}
#webpiclist ul li.zw-x
{width:22px; height:157px; overflow:hidden; float:left;}

/*翻页按钮*/
#pageinfo
{width:100%; height:27px; overflow:hidden; text-align:center; padding-top:10px; padding-bottom:45px;}
#pageinfo em
{border:1px solid #e7e7e7; background-color:#fff; line-height:100%; font-style:normal; padding:3px 7px;}
#pageinfo em a:link,#pageinfo em a:visited{color:#2e2e2e;text-decoration: none;}
#pageinfo em a:hover,#pageinfo em a:active{color:#2e2e2e;text-decoration:underline;}
#pageinfo em.onfocus
{background-color:#367fcc;}
#pageinfo em.onfocus a:link,#pageinfo em.onfocus a:visited{color:#fff;text-decoration: none;}
#pageinfo em.onfocus a:hover,#pageinfo em.onfocus a:active{color:#fff;text-decoration:underline;}

 #pageinfo{padding:20px 0 20px 110px;clear:both;}
 
 
#newsshow
{width:718px; height:auto; overflow:hidden; margin:0px auto; margin-left:10px; padding-top:20px;}
#onepage
{width:718px; height:auto; overflow:hidden; margin:0px auto; margin-left:10px; padding-top:20px;}
#onepagee
{width:718px; height:auto; overflow:hidden; margin:0px auto; margin-left:10px; padding-top:20px;}
#onepagee fieldset 
{border:none;}
#onepagee fieldset  legend 
{font-size: 13px;font-weight: bold;}
#onepagee fieldset  ul
{list-style: none outside none;margin-bottom: 10px;margin-top: 10px;}
#onepagee fieldset  ul li
{float: left;height: 160px;overflow: hidden;padding-left: 15px;padding-right: 15px;width: auto;}
#onepagee fieldset  ul li img
{display: block;text-align: center;}
#onepagee fieldset  ul li p
{display: block;font-weight: bold;padding-top: 8px;text-align: center;}
#onepagee fieldset  ul li em
{color: #000000;display: block;font-style: normal;font-weight: bold;line-height: 180%;text-align: center;}

#onepageee
{width:728px; height:auto; overflow:hidden; margin:0px auto; margin-bottom:10px; padding:0px; border:1px #e4e4e4 solid;}
#onepageee p{line-height:24px;letter-spacing:1px}
#onepageee{line-height:24px;letter-spacing:1px,border:#000;}
 #cccccc{
	   color: #a59ea5;
	   text-decoration: none; 
	   font-family: "宋体";
	   height: 24px;
	   line-height: 32px;
       overflow: hidden;
	   display:inline-block;float:right;
       width: auto;
       font-size: 12px;
	   padding:0 10px 0 0;
	   font-weight:normal;
	   }
.video{width:100%;height:400px;margin-top:20px;}
.video .video-js{margin:0px auto;}
