.tit {
    border-bottom: 1px solid #0a3f89;
    margin: 20px 0;}
.tit p {
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #0a3f89;
    margin: 10px 0;}
.tit a {
    float: right;
    color: #666;
    font-size: 16px;
    margin-top: 20px;}
.clear{}
.xyjg{}
.xyjg li {
    float: left;
    width: 47%;
    margin-right: 5%;}
.xyjg li .picimg {
    position: relative;
    padding-top: 70%;}
.xyjg li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.xyjg li p {
    font-size: 16px;
    line-height: 35px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    min-height: 70px;
        text-align: center;}

@media (max-width: 800px){
.xyjg li {
    float: none;
    width: 100%;
    margin-right: 0%;}
}
