h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}

.info {
    margin-left: 15px
}

.contents {
    padding: 10px
}

.about {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px
}

.todo {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px
}

.todo .info li {
    padding: 0 0 10px 0
}

.todo .info a {
    color: #f60;
    font-weight: bold;
    margin: 0 3px
}

.homepage {
    font-family: '宋体'
}

.homepage .red {
    color: #f00
}

.homepage .orange {
    color: #f66
}

.homepage .yellow {
    color: #ffd51c
}

.homepage .welcome {
    margin-bottom: 6px;
    padding: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ffdb96;
    background: #fff6c3;
    -o-border-radius: 5px;
    border-radius: 5px
}

.homepage .welcome span {
    font-weight: bold
}

.homepage .task-preview {
    width: 190px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden
}

.homepage .task-preview .orange {
    color: #f66
}

.homepage .task-preview p {
    padding: 8px 8px 5px 8px;
    height: 40px;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #428bca
}

.homepage .task-preview ul {
    padding: 0 8px 8px 8px
}

.homepage .task-preview ul li {
    margin: 15px 0
}

.homepage .task-preview ul li a {
    display: inline-block;
    height: 30px;
    color: #000
}

.homepage .task-preview ul li span {
    display: inline-block;
    margin-right: 10px;
    padding: 3px;
    min-width: 50px;
    text-align: center
}

.homepage .task-preview ul li em {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline
}

.homepage .detail {
    margin-left: 200px
}

.homepage .detail .account-summary {
    margin-bottom: 6px;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: bold;
    background: #ff503f;
    border-radius: 4px
}

.homepage .detail .account-summary p {
    margin: 0;
    color: #fff
}

.homepage .detail .bulletin {
    padding: 10px 8px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.homepage .detail .bulletin span {
    font-size: 14px;
    font-weight: bold;
    color: #00aeff
}

.homepage .detail .bulletin a {
    font-size: 14px;
    float: right;
    color: #00aeff
}

.homepage table {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #ddd;
    border-top: none
}

.homepage th {
    padding: 10px 3px;
    background: #f5f8fd;
    font-weight: bold;
    color: #00aeff;
    border: none
}

.homepage td {
    padding: 8px 3px;
    border: none
}

.bulletinWrap {
    float: left;
    width: 50%
}

.bulletinWrap .title {
    margin-bottom: 10px;
    padding: 0 8px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #428bca
}

.bulletinWrap .title i {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    -o-border-radius: 8px;
    border-radius: 8px;
    *display: inline;
    *zoom: 1
}

.bulletinWrap ul {
    border: 1px solid #ddd;
    border-bottom: none
}

.bulletinWrap ul li {
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #ddd
}

.bulletinWrap ul li .msgTit {
    position: relative;
    padding-left: 25px;
    z-index: 1
}

.bulletinWrap ul li i {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    background: url(../images/icon_readed.png) no-repeat;
    *display: inline;
    *zoom: 1;
    z-index: 2
}

.bulletinWrap ul li .time {
    color: #999
}

.bulletinWrap ul a {
    color: #666
}

.bulletinWrap ul a:hover {
    color: #428bca
}

.bulletinWrap ul .msgNotReaded a {
    font-weight: bold
}

.bulletinWrap ul .msgNotReaded i {
    width: 14px;
    height: 11px;
    background-position: 0 0
}

.bulletinWrap ul .msgReaded i {
    width: 14px;
    height: 12px;
    background-position: 0 -20px
}

.bulletinWrap ul .msgReaded strong {
    font-weight: normal
}

.msgContentWrap {
    margin-left: 2%;
    float: left;
    padding: 30px 0;
    width: 48%;
    border: 1px solid #ddd
}

.msgContentWrap .title {
    margin-bottom: 0;
    padding: 12px 20px;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.msgContentWrap ul {
    border-bottom: 1px solid #ddd
}

.msgContentWrap ul li {
    float: left;
    padding: 3px 0;
    width: 25%;
    line-height: 30px;
    text-align: center
}

.msgContentWrap .articleCon {
    padding: 20px;
    color: #333;
    font-size: 14px
}

.pop-wrap {
    padding: 20px
}

.pop-wrap .left-wrap {
    float: left;
    margin-right: 10px;
    width: 279px;
    height: 430px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #f7f7f7
}

.pop-wrap .left-wrap dl {
    padding: 20px 10px 0
}

.pop-wrap .left-wrap dl dt {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700
}

.pop-wrap .left-wrap dl .msg-list {
    height: 366px;
    overflow-y: auto
}

.pop-wrap .left-wrap dl .msg-list dd {
    overflow: hidden;
    padding: 10px 0
}

.pop-wrap .left-wrap dl .msg-list dd i {
    display: inline-block;
    margin-right: 5px;
    background: url(../images/icon_readed.png) no-repeat;
    *display: inline;
    *zoom: 1
}

.pop-wrap .left-wrap dl .msg-list dd .time {
    color: #999
}

.pop-wrap .left-wrap dl .msg-list dd a {
    color: #626262
}

.pop-wrap .left-wrap dl .msg-list .msgNotReaded a {
    font-weight: 700
}

.pop-wrap .left-wrap dl .msg-list .msgNotReaded i {
    width: 14px;
    height: 11px;
    background-position: 0 0
}

.pop-wrap .left-wrap dl .msg-list .msgReaded i {
    width: 14px;
    height: 12px;
    background-position: 0 -20px
}

.pop-wrap .left-wrap dl .msg-list .msgReaded strong {
    font-weight: 400
}

.pop-wrap .right-wrap {
    float: left;
    width: 667px;
    height: 430px;
    overflow: hidden
}

.pop-wrap .right-wrap .show-image img {
    width: 667px
}

.pop-wrap .right-wrap .show-image .flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 667px
}

.pop-wrap .right-wrap .show-image .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff
}

.pop-wrap .right-wrap .show-image .flex-control-paging li a.flex-active {
    background: #333
}

.pop-wrap .right-wrap .show-image .flex-direction-nav {
    display: none
}

.pop-wrap .right-wrap .show-image .flex-direction-nav a {
    position: absolute;
    display: block;
    top: 200px;
    z-index: 10;
    width: 33px;
    height: 32px;
    text-indent: 9999px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(../images/direction_bg.png) no-repeat
}

.pop-wrap .right-wrap .show-image .flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 319px
}

.pop-wrap .right-wrap .show-image .flex-direction-nav .flex-prev.active {
    background-position: 0 -30px
}

.pop-wrap .right-wrap .show-image .flex-direction-nav .flex-next {
    background-position: -44px 0;
    right: 30px
}

.pop-wrap .right-wrap .show-image .flex-direction-nav .flex-next.active {
    background-position: -44px -30px
}

.wrap-two .flex-prev {
    left: 30px !important
}