.t_search{cursor:pointer;}
.layer {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;}

.layer.showdiv {
    opacity: 1;
    visibility: visible;}

.layer .close {
    font-size: 60px;
    font-family: icon;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;}
.layer .close img{max-width:52%;}
.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;}

.layer .search_box .kw {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5) inset;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border:none;}

.layer .search_box .ok {
    background: #94070a;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border:none;}
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
.newsList {
    overflow: hidden;}

.newsList li {
    margin-bottom: 23px;
    overflow: hidden;}

.newsList li:last-child {
    margin-bottom: 0;}

.newsList li .leftDate {
font-weight: bold;
    float: left;
    height: 33px;
    width: 53px;
    color: #8c0000;
    font-size: 18px;
    font-style: italic;
    font-family: 'Arial';}

.newsList li a {
    font-size: 14px;
    line-height: 20px!important;
    margin-left: 55px;
    display: block;
    height: 40px;
    white-space: normal;
    overflow: hidden;
    *margin-left: 0;
    *display: inline;
    *float: right;}
.noticeList {
    overflow: hidden;}

.noticeList li {
    margin-bottom: 23px;
    overflow: hidden;}

.noticeList li:last-child {
    margin-bottom: 0;}

.noticeList li .leftDate {
    float: left;
    height: 33px;
    width: 55px;
    color: #8c0000;
    font-size: 18px;
    font-style: italic;
    font-family: 'Arial';

    line-height: 28px;}

.noticeList li .leftDate strong {
    color: #8c0000;
    font-weight: bold;}

.noticeList li .leftDate i {
    font-size: 12px;
    color: #8c0000;}

.noticeList li a {
    font-size: 14px;
    line-height: 20px !important;
    margin-left: 60px;
    display: block;
    height: 40px;
    white-space: normal;
    overflow: hidden;
    *margin-left: 0;
    *display: inline;
    *float: right;}
