﻿body {
}
.announcement-title {
    display: block;
    font-size: 16px;
    color: #444;
    margin: 15px 0 15px 0;
}

.announcement-content {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 25px;
}

.announcement-des {
    display: block;
    font-size: 12px;
    color: #888;
    margin: 15px 0 15px 0;
}

.announcement-div {
    border-bottom: 1px dashed #e0e0e0;
    width: 100%;
}

.announcement-div a span {
    height: 4px;
    width: 4px;
    display: inline-block;
    background: #F00000;
    position: absolute;
    border-radius: 50%;
}

.announcement-new {
    background-image: url(../imgs/gonggao-new.gif);
    width: 26px;
    height: 14px;
    background-repeat: no-repeat;
}

/*顶部公告*/
        .head-notice {
            display: none;
        }

        .notice-text a:hover {
            text-decoration: underline;
        }

        .head-notice {
            border: solid 1px #EDD1C3;
            background: #FDF6F0;
            height: 43px;
            line-height: 43px;
            overflow: hidden;
        }

        .notice-tips {
            height: 43px;
            overflow: hidden;
        }

        .notice-icon {
            color: #EE734A;
            font-size: 20px;
            margin-right: 10px;
            margin-top:10px;
            float: left;
            width: 3%;
        }

        .noticebox {
            height: 43px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .notice-text {
            height: 43px;
            display: block;
        }

            .notice-text a {
                color: #CE6700;
                height: 43px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 95%;
            }

                .notice-text a:hover {
                    color: #CE6700;
                    text-decoration: underline;
                }

        .notice-more {
            color: #EC724B;
            margin-right: 22px;
        }

            .notice-more:hover {
                color: #EC724B;
                text-decoration: underline;
            }

        .notice-close {
            width: 21px;
            height: 21px;
            line-height: 20px;
            padding: 0;
            text-align: center;
            vertical-align: middle;
            color: #E6BDA9;
            border: 1px solid #F0D4C6;
            border-radius: 50%;
            color: #e6bda9;
            font-size: 11px;
            display: inline-block;
            font-size: 11px;
            margin-top: -3px;
        }

            .notice-close:hover {
                color: #D69170;
                border: 1px solid #DD9F82;
            }

        .top-notice-box {
            background: #F2F6F7;
            position: relative;
            margin: 10px 40px 0 20px;
        }

        .top-notice-icon {
            width: 17px;
            height: 14px;
            background: url("../images/common/notice-icon.jpg") no-repeat;
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .top-notice-count {
            width: 17px;
            height: 15px;
            background: #DD5C01;
            border-radius: 40%;
            color: #fff;
            font-size: 10px;
            font-family: Arial;
            text-align: center;
            line-height: 15px;
            font-style: normal;
            display: inline-block;
            position: absolute;
            right: -6px;
            top: -10px;
        }

/* 提示公告CSS */
#tipsNotice .mask-layer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 99999;
}
.tips-notice{
    position: fixed;
    top: 20%;
    left: 50%;
    right: 0;
    z-index: 999999;
    width: 800px;
    margin-left: -400px;
    padding-bottom: 20px;
    background: #fff;
}

.tips-notice .title{
    border-bottom: 1px solid #C8CBCE;
    position: relative;
    text-align: center;
    font-size: 18px;
}

.tips-notice .title span{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FF0000;
    font-weight: bold;
}

.tips-notice .title span i{
    margin-top: 4px;
    display: block;
    float: right;
    margin-left: 3px;
}

.tips-notice .title h3{
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

.tips-notice .notice-content > p{
    text-align: center;
    margin-top: 5px;
}

.tips-notice .notice-content > p span{
    padding: 0 10px;
}

.tips-notice .notice-content .notice-info{
    padding: 10px 15px;
    height: 200px;
    overflow-y: auto;
}

.tips-notice .notice-content .notice-info::-webkit-scrollbar
{
	width: 8px;
	height: 20px;
	background-color: #F5F5F5;
}
.tips-notice .notice-content .notice-info::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.tips-notice .notice-content .notice-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.tips-notice .notice-content .notice-btn{
    text-align: center;
    margin-top: 20px;
}

.tips-notice .notice-content .btn,
.tips-notice .notice-content .btn:hover{
    background-color: #FF6600;
    color: #fff;
    width: 130px;
    margin: 0 10px;
}

.tips-notice .notice-content .btn.next{
    display: none;
}