﻿.templetbody {
    margin: 0 auto;
    margin-bottom: -100px;
}

.templettitle {
    height: 30px;
    margin-top: 10px;
    text-align: right;
}

.templet {
    font-size: 12px;
    padding: 5px;
}

.anuounce_title {
    text-align: center;
}

.anuounce {
    padding: 5px;
}

.content {
    color: #666;
    font-size: 13px;
    line-height: 25px;
    margin-left: 10px;
    padding: 10px;
}

.ann_menu_div {
    box-sizing: border-box;
    width: 23%;
    float: left;
    margin-top: 15px;
    /* padding: 2px; */
}

.ann_menu_title {
    margin: 8px 0 0px 5px;
    width: auto;
    height: 36px;
    margin-left: 5px;
    color: #F87E15;
}

.ann_menu_title_span {
    width: 200px;
    margin: 0px 0 0px 0px;
    color: #F38118;
    font: bold 20px arial, verdana;
}

.recent_div .ann_menu_list {
    height: 189px;
}
.ann_menu_list {
    padding: 2px 6px;
    border-top: 3px #f87e15 solid;
    background-color: #f9f9f9;
    height: 378px;
    overflow: hidden;
    transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
}
.past_div .ann_menu_list {
    height: 189px;
}
.ann_menu_list.show + .toggle {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform: rotate(0deg);
}
.ann_menu_list.show {
    height: auto;
}
.ann_content {
    width: 74%;
    float: right
}

.ann_menu_list_li {
    color: #666666;
    line-height: 36px;
    border-bottom: 1px dotted #cacaca;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.toggle {
    width: 100%;
    height: 29px;
    background: url('/uisy/drivers/img/announcement-toggle.png') no-repeat center;
    cursor: pointer;
    background-color: #f9f9f9;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform: rotate(180deg);
}

#ann_title_span {
    color: chocolate;
    font: bold 20px arial, verdana;
    margin-right: 20px;
    padding: 5px;
}

.ann_content_left_sub_title {
    color: #999;
    /* float: left; */
    font-size: 14px;
    padding: 5px;
}

.ann_content_right_sub_title {
    margin-left: 10px;
    color: #999;
    /* float: right; */
    font-size: 14px;
    padding: 5px;
}
