﻿/*以下为重置所有默认值*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td
{
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
ul, li
{
    list-style: none;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-size: 100%;
}
/*以上为重置所有默认值*/
/*以下为通用样式*/
body
{
    margin: 0;
    border: 0;
    padding: 0;
    background: #f4ec43 url(Imagesbg.jpg) repeat-x left top;
    color: #1c5f8a;
    font-size: 12px;
    font-family: "宋体";
    line-height: 20px;
}
a
{
    text-decoration: none;
    color: #1c5f8a;
    cursor: pointer;
}
    a:hover {
    color:black;
    }
li
{
    list-style: none;
}
/*以上为通用样式*/
/*主框架，仅次于body*/
#mainframe
{
    width: 960px;
    margin: auto;
    position: relative;
    z-index: 1000; /*用“更多”解决IE的z-indexBUG*/
    margin-top: 0;
}
/*以下为顶部圆角边框样式*/
.wrapper
{
    width: 600px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0;
}
.content
{
    height: 25px;
}
.b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8
{
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1, .b8
{
    margin: 0 5px;
}
.b2, .b7
{
    margin: 0 3px;
    border-right: 2px solid;
    border-left: 2px solid;
}
.b3, .b6
{
    margin: 0 2px;
    border-right: 1px solid;
    border-left: 1px solid;
}
.b4, .b5
{
    margin: 0 1px;
    border-right: 1px solid;
    border-left: 1px solid;
    height: 2px;
}
.content
{
    border-right: 1px solid;
    border-left: 1px solid;
    overflow: hidden;
}
.color1 .b2, .color1 .b3, .color1 .b4, .color1 .b5, .color1 .b6, .color1 .b7, .color1 .content
{
    border-color: #96C2F1;
}
.color1 .b1, .color1 .b8
{
    background: #96C2F1;
}
.color1 .b2, .color1 .b3, .color1 .b4, .color1 .b5, .color1 .b6, .color1 .b7, .color1 .content
{
    background: white;
}
/*以上为顶部圆角边框样式*/
/*以下为搜索框和走马灯样式*/
#mynotice_wrap
{
    position: relative;
    width: 500px;
    height: 25px;
    margin: 0 auto;
    border: 1px solid #ddd;
}
#mynotice
{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: Red;
    width: 400px;
    height: 25px;
}
#mynotice ul
{
    position: absolute;
    width: 400px;
}
#mynotice ul li
{
    overflow: hidden;
    list-style: none;
    float: left;
    width: 400px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding-right: 10px;
}
#prev, #next
{
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: 15px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    color: black;
}
#prev
{
    left: 0;
}
#next
{
    right: 0;
}
#search
{
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 15px;
    width: 170px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px; /*圆角框边框*/
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
/*以上为搜索框和走马灯样式*/
.a_top
{
    color: white;
    width: 3px;
    height: 4px;
    border: 1px solid white;
    font-size: 15px;
    background-color: #EC0403;
}
#header
{
    width: 960px;
    height: 135px;
    background: url(ImagesHead.jpg) no-repeat left bottom;
    position: relative;
}
#navigation
{
    width: 960px;
    height: 35px;
    position: relative;
    color: White;
    background-color: #e64920;
    text-indent: 0;
}
#navigation a
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-indent: 0;
}
#nav
{
    width: 950px;
    padding-top: 5px;
    padding-left:10px;
    height: 35px;
    background: url(Imagesnavbg.gif) repeat-x left top;
    position: absolute;
    z-index: 160;
    left: 0;
    top: 0;
}
 #nav li a
 {
     display:block;padding:0 8px;
 }
#navdown
{
    width: 960px;
    height: 95px;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    background-color: #E64920;
}
.module_up_down
{
    width: 7px;
    height: 8px;
    position: absolute;
    top: 25px;
    right: 2px;
    z-index: 99;
}
.login
{
    width: 500px;
    height: 60px;
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*以下为导航条更多样式*/
#themore
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-indent: 0;
    width: 48px;
    height: 20px;
    position: absolute;
    right: 45px;
    top: 140px;
    z-index: 1500; /*解决IE6的z-indexBUG*/
}
#themore ul li ul
{
    display: none;
}
#themore a
{
    color: White;
    text-align: center;
}
#themore ul li
{
    width: 80px;
    height: 40px;
    position: relative;
    z-index: 150;
}
#themore ul li a:hover
{
    background: none;
    color: #fff;
}
#themore ul li ul
{
    background-color: #EB0302;
    position: absolute;
    width: 80px;
    padding-left: 10px;
}
/*以上为导航条更多样式*/
/*以下为登录按钮与搜索按钮样式*/
.searchbtn, .loginbtn
{
    background-color: #FF7300;
    color: white;
}
/*以下为首页各栏目的标题样式*/
h4
{
    width: 150px;
    height: 25px;
    text-align: left;
    font-size: 13px;
    color: #EB0302;
    padding-left:15px;
    line-height:25px;
}
/*以上为首页各栏目的标题样式*/
#mainContent
{
    width: 960px;
    height: 960px;
    position: relative;
    background-color: White;
}
/*重要通知*/
#notice
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 280px;
    height: 300px;
    overflow: hidden;
    border-right: 1px solid #F9E9D1;
    position: absolute;
    left: 0px;
    top: 0;
}
/*图片新闻*/
#picnews
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 400px;
    height: 300px;
    overflow: hidden;
    text-indent: 0;
    border-left: 1px solid #F9E9D1;
    border-right: 1px solid #F9E9D1;
    position: absolute;
    left: 285px;
    top: 0;
}
/*学生会新闻*/
#dynamic
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 268px;
    height: 400px;
    overflow: hidden;
    border-left: 1px solid #F9E9D1;
    position: absolute;
    right: 0;
    top: 0;
}
/*工作专题*/
#subject
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 268px;
    height: 260px;
    overflow: hidden;
    border-left: 1px solid #F9E9D1;
    position: absolute;
    right: 0;
    top: 400px;
}
/*文档下载*/
#file
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 280px;
    height: 360px;
    overflow: hidden;
    border-right: 1px solid #F9E9D1;
    position: absolute;
    left: 0;
    top: 300px;
}
/*分团委新闻*/
#stunews
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 400px;
    height: 360px;
    overflow: hidden;
    border-right: #F9E9D1 solid 1px;
    border-left: #F9E9D1 solid 1px;
    position: absolute;
    left: 285px;
    top: 300px;
}
/*社团新闻*/
#news
{
    width: 380px;
    height: 300px;
    overflow: hidden;
    border-right: #F9E9D1 1px solid;
    position: absolute;
    background: url(Imagesdivbg.png) repeat-x left top;
    left: 0px;
    top: 660px;
}
/*青年志愿者服务*/
#volunteer
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 268px;
    height: 300px;
    overflow: hidden;
    border-right: #F9E9D1 solid 1px;
    border-left: #F9E9D1 solid 1px;
    position: absolute;
    left: 385px;
    top: 660px;
}
/*青春校园*/
#youth
{
    background: url(Imagesdivbg.png) repeat-x left top;
    width: 300px;
    height: 300px;
    border-left: #F9E9D1 1px solid;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 660px;
}
/*以下为调整火狐下的新闻内容太靠边的问题*/
#file table, #news table, #dynamic table, #stunews table, #youth table, #volunteer table, #subject table
{
    margin-left: 15px;
}
/*以上为调整火狐下的新闻内容太靠边的问题*/
#footer
{
    width: 960px;
    height: 30px;
    background: url(Imagesnavbg.gif) repeat-x left bottom;
    color: White;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}
/*以下为配合图片切换用*/
#ad
{
    width: 395px;
    height: 260px;
    border: 1px solid #AAA;
    overflow: hidden;
    position: relative;
    margin-top: -15px;
}
#pic, #num
{
    position: absolute;
}
#pic li
{
    list-style: none;
    line-height: 0;
}
#pic img
{
    width: 395px;
    height: 260px;
}
#num
{
    right: 5px;
    bottom: 5px;
}
#num li
{
    float: left;
    color: #FF7300;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 3px 1px;
    border: 1px solid #FF7300;
    background-color: #fff;
}
#num li.current
{
    color: #fff;
    line-height: 21px;
    width: 21px;
    height: 21px;
    font-size: 16px;
    margin: 0 1px;
    border: 0;
    background-color: #FF7300;
    font-weight: bold;
}
/*以上为配合图片切换用*/
/*以下为新闻内容页的样式*/
.newsTitle
{
    font-size: 22px;
    margin-top: 30px;
    color: Gray;
    text-align: center;
    font-weight: bolder;
}
h3
{
    color: Gray;
    text-align: center;
}
#newsshow
{
    width: 944px; /* height: 960px;*/
    overflow: visible;
    color: Black;
    padding: 8px;
    background-color: White;
    border-bottom: 1px solid white;
}
/*以上为新闻内容页的样式*/
/*以下为投票系统样式*/
.box.view #digg {padding:22px 0 20px 90px; height:48px;}
.box.view #digg .out {
    background: url("imagesbg_digg.gif") no-repeat scroll -189px 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 189px;
	margin-left:10px;
}
.box.view #digg .bar {
    background-color: #FFFFFF;
    border: 1px solid #40A300;
    height: 5px;
    left: 9px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 32px;
    width: 55px;
}

.box.view #digg .bar div {
    background: url("../images/bg_digg_bar.gif") repeat-x scroll 0 -265px transparent;
    height: 5px;
    margin: 0;
    overflow: hidden;
}

.box.view #digg .per {
    color: #333333;
    font-family: arial;
    font-size: 10px;
    font-weight: 400;
    left: 70px;
    line-height: 12px;
    position: absolute;
    top: 30px;
}
/*以上为投票系统样式*/
