@CHARSET "gb2312";
/**
--------------------------------------------------------------
*   信息工程学院网站样式
*   创建时间：2012.08.18
*   作者：shizw
*	----------------------------------------------------------
*
*   框架：
*	1.头部[header]
*	2.主体[commom](sidebar + wrap)
*	3.底部[footer]
*
*	页面：
*	1.首页
*	2.栏目页
*	3.列表页
*	4.内容页
*	5.单页
*	----------------------------------------------------------
*
*   最大宽度: 960px
*   最小高度：400px
*   背景色: #FFF
*   前景色：#333
*	链接：#28B9FC , #004986
--------------------------------------------------------------
*/
html,body{background:#FFF;padding:0;margin:0;font:normal 12px/20px '宋体',arial;color:#222;background: #ffffff url(imagessciebg.png) repeat-x 0 120px;}
a:link,a:visited,a:hover,a:active {text-decoration:none;}
img {border:none;margin:0;padding:0;}
ul,form{margin:0;padding:0;}
li{list-style:none;}
.clear {font-size:0;line-height:0px;width:100%;clear: both;}
.blank5 {height: 5px;width: 100%; clear: both;}
.blank10 {height: 10px; width: 100%;line-height:10px; font-size:10px; clear: both;}
.blank15 {height: 15px; width: 100%; line-height:15px; font-size:15px; clear: both;}
.blank20 {height: 20px; width: 100%; line-height:20px; font-size:20px; clear: both;}
/*面包屑导航*/
.located {color:#666; padding:5px 0; border-bottom:1px dotted #CCC;}
.located a{color:#666666;}
.located a:hover{color:#53A1DB;}
.located img{margin-right:10px;}
.new {color:red;}

/*
-----------------------------
*   头部 header @全局
-----------------------------
*/
.header {width:100%;color:#eeeeee;background:url(imagessciehead-bg.png) repeat-x;}
.top {width:1070px;height:120px;margin:0 auto;background:url(imagesscietop.jpg) no-repeat;}
.logo {width:445px;height:65px;padding:27px 70px;float:left;}
.min-nav {width:450px;padding:85px 0 4px;float:left;line-height:25px;}
.min-nav li{float:left;margin-right:5px;}
.banner {width:940px;height:260px;background:#FFF url(imagessciebanner1.png); margin:0 auto; position:relative; overflow:hidden;}
.banner .select {width:100%; height:25px; position:absolute; left:0; bottom:0; z-index:12; background:#000; opacity:0.3;filter:alpha(opacity=40);}
.banner .selectbox {width:100%; height:25px; line-height:25px; position:absolute; left:0; bottom:0; z-index:13; text-align:right;}
.banner .selectbox span{width:50px; height:10px; margin:2px 5px; display:inline-block; background:#FFF; opacity:0.6;filter:alpha(opacity=60);}
.banner .selectbox .activeSlide {opacity:1;filter:alpha(opacity=100);}
.nav {width:940px;height:32px;margin:0 auto;color:#fff;font-size:14px;background:#295179;text-align:center;}
.nav ul{display:inline-block;width:836px; margin:0 auto;overflow:hidden;}
.nav li{float:left;}
.nav a{height:32px;line-height:32px;margin:0 20px;color:#fff;}
.nav a:hover {color:#FC0;}
.nav .on {color:#fc0;}


/*十周年专题banner*/
.banner-ten {width:940px;height:48px;margin:2px auto;background:url(imagessciebanner-ten-min.jpg);}
.banner-ten a{width:940px;height:48px;display:block;}
.banner-ten-big {width:940px;height:310px;margin:2px auto;background:url(imagessciebanner-ten-big.png);position:absolute;left:50%;margin-left:-470px;  z-index:999;}
.banner-ten-big a{width:940px;height:310px;display:block;}

/*
-----------------------------
*	全局框架[公共]
*
-----------------------------
*/
.main {width:940px;margin:10px auto; height:auto !important; height:380px; min-height:380px;}
.common {width:650px; margin-left:10px; padding:0 20px 20px 20px; border-top:1px solid #333; float:left; background:#FFF; overflow:hidden;}
/*边栏 sidebar*/
.sidebar {width:210px; padding:0 15px 20px 15px; border-top:1px solid #369; float:left; background:#FFF;}
.sidebar h2{display:inline-block;height:25px;line-height:25px;border-bottom:2px solid #53A1DB;color:#53A1DB;margin:20px 0 30px 0;font-size:14px;}
.sidebar li{height:25px;}
.sidebar li img{margin-right:5px;}
.sidebar a{color:#53A1DB;}
.sidebar a:hover{color:#369;}
.sidebar .on{color:#800;}


/*
-----------------------------
*   首页 index 
-----------------------------
*/
/*新闻和最新公告*/
.mbox {width:340px;height:370px;margin-right:20px;float:left;}
.mbox h2{display:block;margin:0;height:45px;line-height:45px;font-size:16px;background:url(imagesscieshort-line.jpg) no-repeat;border-bottom:1px dashed #069;}
.mbox a{color:#333;}
.mbox .first{border-bottom: 1px dashed #3399CB; overflow:hidden;}
.mbox h3{margin:0; padding:10px 0; font-size:14px;}
.mbox h3 a{color:#3399CB;}
.mbox h3 a:hover{color:red;}
.mbox img{width:90px; height:80px; margin:0 10px 10px 0;}
.mbox p{margin:0;}
.mbox .more{color:#3399CB;}
.mbox .more:hover{color:red;}
.mbox ul{margin:5px 0;}
.mbox li{height:25px;line-height:25px;border-bottom:1px dotted #3399CB;}
.mbox li a:hover{color:#3399CB;}

/*子导航和视频*/
.subnav {width:210px; height:225px; float:left;}
.subnav a{display:inline-block;width:210px;height:45px;line-height:45px;text-align:center;font-size:16px;background:url(imagessciefastlink-bg.png);color:#ACD7DF;}
.subnav a:hover{color:#FFF; background:url(imagessciefastlink-bg.png) -220px 0;}
.video {width:210px; height:130px; margin-top:10px; background:url(imagesscievideo.jpg) no-repeat; font-size:14px; float:left;}



/*
-----------------------------
*   栏目页 category 
-----------------------------
*/
.category{width:650px; min-height:400px; margin-left:10px; padding:0 20px 20px 20px; border-top:1px solid #333; background:#FFF; float:left;}
.category h2{margin:0; padding:5px 0; border-bottom:1px solid #53A1DB;font-size:16px;}
.category h2 a{color:#53A1DB;}
.category h2 a:hover{color:#369;}
.category .more{float:right;}
.category ul{margin-bottom:20px;}
.category li{height:25px;line-height:25px;border-bottom:1px dotted #53A1DB;}
.category li span {float:right;}
.category li a{color:#666;}
.category li a:hover{color:#369;}


/*
-----------------------------
*   列表页 lists 
-----------------------------
*/
.lists{width:670px;min-height:400px;margin-left:10px;background:#FFF; padding:10px; float:left;}
.lists ul{margin-bottom:20px;}
.lists li{height:25px;line-height:25px;border-bottom:1px dotted #53A1DB; overflow:hidden;}
.lists li a{color:#666;float:left;}
.lists li a:hover{color:#3399CB;}
.lists li span {float:right;}
.lists .pages {padding:5px 0; border-top:1px dashed #369;}
.lists .pages a{font-size:14px; color:#3399CB;}

/*
-----------------------------
*   师资模型 list_teacher
-----------------------------
*/
/*单列带图*/
.list-box {width:100%; height:138px; margin-bottom:10px; border-bottom:1px dashed #ccc; clear:both;}
.list-box img{width:180px; height:127px; margin:0 20px 10px 0;}
.list-box h3{font-size:12px;}
.list-box a{color:#666;}
.list-box a:hover{color:red;}
/*双列文字*/
.list-box2 {width:330px;height:240px;margin-right:10px; padding-top:10px;border-bottom:1px dashed #ccc;float:left;overflow:hidden;}
.list-box2 a{color:#666;}
.list-box2 a:hover{color:red;}
/*师资内容页面*/
.info {padding:10px; font-size:14px;}
.info img{width:120px; margin-right:20px; float:left;}
.info h2{padding:0; margin:0 0 10px 0; color:#53A1DB; font-size:18px; font-family:verdana;}
.info li{margin-bottom:5px;}
.research {margin:10px 0; padding:10px; border:1px solid #eee; border-width:1px 0; font-size:14px; clear:both;}
.research span{color:#53A1DB;}


/*
-----------------------------
*   内容页 show 
-----------------------------
*/
.article {color:#222;}
.article h1{color:#53A1DB;text-align:center;margin:25px 0 15px;line-height:25px;}
.tips {width:120px;margin:0 auto;color:#666;}
.content {width:100%; margin:20px 0; line-height:220%;}
.pagenav {border-top:1px dashed #ddd; padding:10px 0;}
.pagenav a{color:#53A1DB;}
.pagenav a:hover{color:#369;}

/*
-----------------------------
*   底部 footer 
-----------------------------
*/
.footer {width:940px;margin:20px auto;text-align:center;}
.link {width:900px;height:30px;line-height:30px;color:#fff;background:url(imagesscielink-bg.png);margin-bottom:30px;text-align:center;padding:0 20px;}
.link a{color:#FFF; margin:0 5px;}