/**!
* 公告
* date:2021-12-30
* author: gl;
*/

.content{
    box-sizing: border-box;
    padding:27px 15px 0 20px;
}
.public{
    position: relative;
}
.public-hd{
    box-sizing: border-box;
    height: 52px;
    line-height: 45px;
    border-bottom: 2px solid #dfe2ee;
}
.public-tt{
    position: relative;
    box-sizing: border-box;
    height: 52px;
    font-size: 20px;
    color: #959cae;
    padding-right: 7px;
    border-bottom: 6px solid transparent;
}
.public-tt+.public-tt{
    margin-left: 20px;
}
.public-tt.active{
    color: #233967;
    font-weight: bold;
    font-size: 24px;
    border-color: #5ea7ff;
}
.public-tt.active:before{
    position: absolute;
    right: -7px;
    bottom: -6px;
    content: "";
    width: 7px;
    height: 6px;
    background: url("../images/public_bg.jpg") no-repeat;
}
.search-wrap{
    position:absolute;
    top:0;
    right: 0;
    padding:0 72px 0 8px;
    box-sizing: border-box;
    width: 295px;
    height: 36px;
    border: 1px solid #bdc2d2;
    border-radius: 5px;
}
.search-wrap input{
    height: 100%;
    width: 100%;
    font-size: 15px;
}
.search-btn{
    position: absolute;
    top:-1px;
    right: -1px;
    width: 72px;
    height: 36px;
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to bottom,#4973f6,#6c90fd);
}
.search-btn:before{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 72px;
    height: 36px;
    background: url("../images/search_btn.png") no-repeat center;
}
.public-bd{
    padding:28px 0 0;
}
.public-table{
    position: relative;
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
}
.public-table:before{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height:52px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom,#4a74f6,#6b8ffd);
}
.public-table thead{
    height: 52px;
}

.public-table tr th{
    position: relative;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding:0 5px;
    height: 52px;
}
.w1{
    width: 8%;
}
.w2{
    width: 22%;
}
.w3{
    width: 16%;
}
.w4{
    width: 21%;
}
.w5{
    width: 26%;
}
.public-table tr td{
    text-align: center;
    box-sizing: border-box;
    padding:0 5px;
    height: 50px;
    color: #5c5f6b; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .1s linear;
}
.public-table tr:nth-child(even) td{
    height: 48px;
    background-color: #f3f7ff;
}
.ser-btn{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("../images/ser_ico.png") no-repeat;
}
.public-table tr:hover td{
    color: #4973f6;
}
.public-table tr:hover .ser-btn{
   background-image: url("../images/ser_icoh.png");
}
.pager{
    margin-top: 50px;
}