@charset "utf-8";

.banner img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.news, .notice, .kyxx,.jwxx,.xsbg{
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1), -5px 0 20px rgba(0,0,0,0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#a19e9e', Direction=0, Strength=2) progid:DXImageTransform.Microsoft.Shadow(color='#a19e9e', Direction=90, Strength=2) progid:DXImageTransform.Microsoft.Shadow(color='#a19e9e', Direction=180, Strength=2) progid:DXImageTransform.Microsoft.Shadow(color='#a19e9e', Direction=270, Strength=2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), -5px 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1), -5px 0 20px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-lb{
    margin-bottom:10px;
}
.news-lb img{
    width:100%;
    height:220px;
    object-fit: cover;
}
.tit{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.tit::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background: #29498c;
    left: 0;
    bottom: 0;
}
.tit span{
    color: #29498c;
}
.tit a{
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    display: block;
    height: 25px;
}
.ilist ul {
    margin: 5px 0 0 0;
}
.ilist  ul li {
    color: #333;
    position: relative;
    padding-left: 12px;
    line-height: 35px;
}

.ilist  ul a {
    position: relative;
    color: rgb(51,51,51);
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.ilist  ul span{
    font-size:13px;
    color: #999;
}
.right {
    text-align: right;
}
.ilist  p:before , .ilist p:before{
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background: #29498c;
    left: 0;
    bottom: 0;
}
.ilist  ul li:before {
    content: '';
    position: absolute;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #d8edff;
    top: 0;
    bottom: 0;
    left: 0;
}
.notice{
    padding: 15px;
    /* margin-top: 15px; */
}
.links li{
    float:left;
    width: 49%;
    text-align: center;
    line-height: 50px;
    background: #60b29b;
    margin-bottom: 5px;
}
.links li a{
    color:#fff;
    font-size: 14px;
}
.links li:nth-child(2n){
    margin-left:2%;
}
.links li:nth-child(2){
    background:#e7bb26;
}
.links li:nth-child(3){
    background: #8ac072
}
.links li:nth-child(4){
    background: #f37da0
}
.links li:nth-child(5){
    background: #a560b2
}
.links li:nth-child(6){
    background: #26e7d7;
}

.zblj li{
    background:#29498c;
    padding: 15px 0 5px;
    margin-bottom: 5px;
    float: left;
    width: 32%;
}
.zblj li:nth-child(2){
    margin:0 2%;
}
.zblj li i{
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover !important;
    margin: 0 auto;
}
.zblj li span{
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}