html,body
{
    margin:0;
    width: 100%;
    height: 100%;
    font-family: Arial,Sans-Serif;
    color: #333333;
    background: #fefefe;
}
table{ border-collapse:collapse; border-spacing:0; }
img{ border:none }
a{ color:#333333; text-decoration:none; }
a:hover{ color:#ff3333; text-decoration:none; }
ul,ol,li{ margin:0; padding:0; list-style:none; }

/* 页头导航菜单 */
.top
{
    width: 1200px;
    height: 260px;
    background: url(../images/top_bg.jpg) right top no-repeat;
}
.topMenu
{
    margin: 0px auto 0px auto;
    width: 100%;
    height: 46px;
    background-color: #cf2800;
}
.topMenu ul 
{
    margin-left:100px;
}
.topMenu ul li
{
    margin: 0px 20px 0px 20px;
    height: 46px;
    line-height: 46px;
    position: relative;
    z-index: 200;
    float: left;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #f2f2f2;
    cursor: pointer;
}
.topMenu ul li:hover
{
    color: #FFFFBF;
}
.topMenu ul li ul
{
    margin: 0px auto 0px auto;
    position: absolute;
    top: 40px;
    left: -36px;
    text-align:center;
    display: none;
    padding: 0px;
}
.topMenu ul li ul li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #333333;
    background-color: #f2f2f2; 
    border-bottom: 1px solid #f06451;
}
.topMenu ul li ul li:hover
{
    color: #ffffff;
    background-color: #f06451;
}
.navmenu
{}
/* 校园风光播放 */
#banner {
    margin:0px auto auto auto;
    width: 1200px;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.imgList {
    position: relative;
    width: 9600px;
    height: 350px;
    z-index: 100;
    overflow: hidden;
}
.imgList li {
    float: left;
    display: inline;
}
#btnPrev, #btnNext {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 200;
    top: 150px;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#btnPrev {
    left: 10px;
}
#btnNext {
    right: 10px;
}
#btnPrev:hover, #btnNext:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.indexList {
    position: absolute;
    right: 10px;
    bottom: 2px;
    z-index: 200;
}
.indexList li {
    margin-right: 2px;
    width: 24px;
    height: 24px;
    float: left;
    background: url(../images/banner/index.png) no-repeat;
    cursor: pointer;
}
.indexList .indexOn {
    background: url(../images/banner/indexOn.png) no-repeat;
}
.infoList {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 200;
}
.infoList li {
    display: none;
}
.infoList .infoOn {
    display: inline;
    color: #ffffff;
}

.main
{
    margin: 0px auto 0px auto;
    width: 1200px;
}
.main_table
{
    margin: 20px 0px 10px 0px;
    width: 1200px;
    border-collapse: collapse;
}
/* 左侧菜单样式 */
.main_left_box
{
    margin: 0px auto 0px 0px;
    width: 300px;
    min-height: 500px;
    border: 1px solid #dedede;
}
.left_menuTitle
{
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 500;
    background: url(../images/left_title.png) center center no-repeat;
    margin-top: -6px;
}
.left_menuItem
{
    margin: 10px 10px 10px 10px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #333333;
    background-color: #f2f2f2;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.left_menuItem:hover
{
    color: #ffffff;
    background-color: #f06451;
}
.menu_select
{
    color: #ffffff;
    background-color: #f06451;
}
/* 右侧样式 */
.main_right_box
{
    margin: 0px 0px 0px auto;
    width: 880px;
    min-height: 500px;
    border: 1px solid #dedede;
}
.path_title
{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-indent: 20px;
    color: #cf2800;
    background-color:#f2f2f2;
    border-bottom: 2px solid #cf2800;
}
/* 首页样式 */
.news_box
{
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.news_box_left
{
    width: 500px;
    vertical-align: top;
    text-align: left;
}
.news_box_right
{
    vertical-align: top;
    text-align: center;
}
.sys_box
{
    width: 100%;
    min-width: 1200px;
    margin: 10px 0px 0px 0px;
}
.down_box
{
    width: 100%;
    height: 240px;
    min-width: 1200px;
    margin: 10px 0px 0px 0px;
}
.down_box_left
{
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.down_box_right
{
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.icon1
{
    background: url(../images/icon1.png) 12px center no-repeat;
}
.icon2
{
    background: url(../images/icon2.png) 12px center no-repeat;
}
.icon3
{
    background: url(../images/icon3.png) 12px center no-repeat;
}
/* 信息列表样式 */
.news_title
{
    height: 42px;
    border-bottom: 2px solid #cf2800;
}
.news_title_left
{
    width: 160px;
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 18px;
    font-weight: 500;
    text-indent: 20px;
    color: #f2f2f2;
    background-color:#cf2800;
}
.more
{
    width: 80px;
    height: 40px;
    line-height: 40px;
    float: right;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.news_list
{
    margin: 0px auto 0px auto;
    width: 98%;
    text-align: center;
}
.news_list_td
{
    height: 40px;
    color: #333333;
    font-size: 16px;
    text-align: left;
    text-indent: 20px;
    padding:0;
    border-bottom: 1px dashed #dddddd;
    background: url(../images/redArrow.png) no-repeat 4px center;
}
.news_list_date
{
    width: 120px;
    height: 40px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border-bottom: 1px dashed #dddddd;
}
.news_red{color: #ff6633;}
.news_red a{color: #ff6633;}
.news_red a:hover{color: #ff3333;}
.new
{
    width: 34px;
    height: 16px;
    position: absolute;
    margin-top: -8px;
    margin-left: 4px;
}
/* 内容详情页样式 */
.details
{
    margin: 20px auto 20px auto;
    width: 820px;
    text-align:center; 
}
.details_title
{
    padding: 10px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    font-family: 方正小标宋_GBK;
    text-align: center;
}
.details_date
{
    color: #888888;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px dashed #888888;
}
.details_news
{
    width: 820px;
    color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-top:20px;
    
}
.details_news p
{
    color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-top: 2px;
    margin-bottom: 2px;
}
.formtable {
    width: 95%;
    font-size: 16px;
    text-decoration: none;
    border-collapse: collapse;
    border: 1px solid #999999;
}
.formtable_head_td {
    height: 40px;
    color: #333333;
    font-size: 16px;
    text-align: right;
    padding-right:10px;
    border-right: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    background-color: #f5f5f5;
}
.formtable_body_td {
    height: 40px;
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding-left:10px;
    border-bottom: 1px dashed #dddddd;
}
/* 页脚样式 */
.bottom
{
    margin: 10px auto 0px auto;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #222222;
    border-top:4px solid #cf2800;
    background: url(../images/bottom_bg.jpg) top left repeat-x;
}