.panel h3 {
    padding-left: 0;
}

.people {
    font-size: 15px;
}

.title_color {
    color: gray;
    font-size: 13px;
}

.panel-heading div {
    margin-top: 10px;
    display: inline-block
}

.panel-heading div ul li,
.active {
    background-color: #efecec;
    padding: 2px 5px;
    margin: 0 3px;
    font-size: 14px;
    border-radius: 5px;
}

.more {
    font-size: 13px;
    color: #5289e8;
    cursor: pointer;
    position: relative;
    bottom: 50px;
    left: 50px;
}

.panel-title span:nth-of-type(3) {
    color: gray;
    font-size: 13px;
}

.panel_body_head {
    font-weight: bold;
}

.panel_body_body {
    width: 80%;
}

.panel-body textarea {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.panel_body_footer>p {
    margin: 5px 0px !important;
}

.ellipse{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../assets/images/newsnotice/Ellipse .png");
    background-repeat: no-repeat;
    float: left;
    margin:5px;
}
.notice{
    color: gray !important;
    float: left;
}
.notice_text{
    display:inline-block;
    width: 870px;
    color: black !important;
    float: left;
}

#download {
    background-color: #2673e5;
    font-size: 12px;
    padding: 5px 15px;
}

.vector {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../assets/images/newsnotice/vector.png");
    background-repeat: no-repeat;
}
.listyle{
    width:110px;
    color:gray;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom-color: #2673e5;   
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this{
    color:#2673e5;
}