.wrapper{
    padding: 25px 20px;
    background: #fff;
}
.part .item{
    float: left;
    margin-right:2%;
}
.part .item .title{
    background: url(/Ylbxc/Resource/Images/titlebgs.jpg) repeat-x ;
    height: 46px;
    line-height: 46px; 
    position: relative;
}
.part .item .title h3{
    color:#fff;
    font-size: 18px;
    background: url(/Ylbxc/Resource/Images/titlebg.jpg) no-repeat left center;
    position: absolute;
    left: 0;
    top:0;
    min-width:160px;
    padding-left: 15px;
    box-sizing: border-box;
}
.part .item .title a{
    font-size: 14px;
    color:#0268ca;
    float:right;
    padding-right: 15px;
}
.part .item .list{
    font-size: 15px;
    padding: 12px 0;
}
.part .item .lists li{
    line-height: 34px;
    position: relative;
    padding: 0 12px;

}
.part .item .lists li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #f0a110;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.part .item .lists li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part .item li a,.part .item li{
    color:#666;
}
.part .item li a:hover{
    color:#0268ca;
}
.part .item1{
    width: 33%;
}
.part .item2{
    width: 36%;
}
.part .item3{
    width: 27%;
    margin-right:0;
}

.news .swiper-slide a{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 66.7%;
    height: 0;
}
.news .swiper-slide a img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .swiper-slide a p{
    position: absolute;
    width: 100%;
    height: 42px;
    line-height:42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    background: rgba(0,82,161,.6);
    color:#fff;
    font-size: 15px;
    padding:0 8px;
    box-sizing: border-box;
}
.notice{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top:12px;
}
.notice li{
    padding:5px 12px;
    position: relative;
}
.notice li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #555;
    position: absolute;
    left: 0;
    top: 10px;
}

.link{
    height:42px;
    line-height: 42px;
    border-top:3px solid #0268ca;
    background-color: #eee;
    padding:0 10px;
}
.link h4,.link a{
    float: left;
}
.link h4{
    font-size: 16px;
    color: #0268ca;
    font-weight: bold;
}
.link a{
    font-size: 14px;
    padding:0 30px 0 20px;
}


@media (max-width:768px) { 
    .part .item{
        width: 100%;
        margin-right: 0;
        margin-bottom:20px;
    }
   
}
