﻿@charset "utf-8";
#content {
    position: relative;
    z-index: 99;
    background: url(../../Base/img/mBg.png) no-repeat;
    width: 1150px;
    height: 310px;
    margin: 0 auto;
    padding: 30px;
    margin-top: -100px;
    padding-left: 35px;
    padding-right: 35px;
}

.cloumn {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
/* box公用 */
.indbox {
    width: 360px;
}
.indbox .hd {
    border-bottom: 3px solid #4499cc;
    height: 38px;
    line-height: 38px;
    background: url(../../Base/img/hm.png) no-repeat left center;
    padding-left: 12px;
}
.indbox .hd h3 {
    font-size: 18px;
}
.indbox .hd .more {
    float: right;
    color: #666;
}
.indbox .hd ul {
    overflow: hidden;
}
.indbox .hd li {
    float: left; margin-right: 15px;
}
.indbox .hd li a {
    display: block;
    padding: 0 5px;
    font-size: 18px;
}
.indbox .hd li.on a {
    font-weight: bold;
}
.indbox .bd {
    padding-top: 18px;
}
.indXwgk {
    float: right;
}
.indXwgk {
    margin-right: 33px;
    display: inline;
}
.indXyzx {
    float: left;
}
/* 通知公告 */
.indtzgg {
    float: right;
    margin-bottom: 20px;
}
.indtzgg .bd .topicList li {
    margin: 0;
    padding: 5px 0;
    border: none;
}
.indtzgg .bd .topicList li .date {
    float: left;
    margin-right: 10px;
    width: 60px;
    line-height: 25px;
    background-color: #b7c0d1;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
}
.indtzgg .bd .topicList li .date span {
    display: block;
    background-color: #49c;
}
.indtzgg .bd .topicList .t .title {
    line-height: 25px;
    white-space: normal;
}
.indtzgg .bd .topicList .t .title a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
/* 校园资讯 */
.indXyzx .bd .t {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border: none;
    height: 108px;
    overflow: hidden;
    position: relative;
}
.indXyzx .bd .t .pic img {
    width: 150px;
    height: 100px;
}
.indXyzx .bd .t .tit {
    font-size: 14px;
    font-weight: normal;
}
/* friendLinks */
.friendLinks {
    margin-bottom: 20px;
}
.friendLinks .bd {
    margin: 0 -15px;
    overflow: hidden;
}
.friendLinks select {
    border: 0;
    width: 274px;
    padding: 4px;
    margin: 0 15px;
    border: 1px solid #ccc;
}