.index-pro{
    padding: 85px 0 85px;
}
    .index_box77 .main_box {
    margin-top: 10px;
}

.index_box77 .tab_box {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.index_box77 .tab_box span {
    transition: 0.3s;
    font-size: 18px;
    color: #818181;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
}
.index_box77 .tab_box span a{
    color: #818181;
}
.index_box77 .tab_box span.active,
.index_box77 .tab_box span:hover,
.index_box77 .tab_box span:hover a{
    color: #005BAD;
}

.index_box77 .tab_box span.active,
.index_box77 .tab_box span:hover，
.index_box77 .tab_box span:hover a{
    color: #005BAD;
}

.index_box77 .tab_box span:hover::before,
.index_box77 .tab_box span.active::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #005BAD;
    left: 0;
    border-radius: 10px;
    bottom: 8px;
    display: block;
    content: '';
}

.index_box77 .content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
}

.index_box77 .content_box {
    display: none;
}

.index_box77 .content_box0 {
    display: block;
}

.index_box77 .content .one {
    width: 23%;
    background: #fefefe;
    padding: 20px;
    margin-left: 10px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .index_box77 .content .one{
        width: 45%;
    }
}
.index_box77 .content .one>a {
    display: flex;
    flex-direction: column-reverse;
}

.index_box77 .content .one .date {
    height: 20px;
    text-align: right;
    color: #005BAD;
    font-size: 14px;
    border-bottom: 2px solid #005BAD;
    /*margin-bottom: 20px;*/
    /*line-height: 50px;*/
    margin-bottom: 0;
    line-height: 0;
}

.index_box77 .content .one .name {
    color: #333;
    font-size: 17px;
    margin-top: 0px;
    line-height: 20px;
    text-align: center;
}

.index_box77 .content .one .details {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    margin-bottom: 30px;
}

.index_box77 .content .one .pic {
    width: 100%;
}

.index_box77 .content .one .pic img {
    width: 100%;
    display: block;
    transition: all 0.36s;
    margin: 0 auto;
}

.index_box77 .content .list {
    /*width: 520px;*/
    width: 50%;
    margin-left: 10px;
}
.index_box77 .content .one:hover .pic img{
    transform: scale(1.06);
}
.index_box77 .content .one:hover .name{
    color: #005BAD;
}
.index_box77 .content .list .item {
    padding: 15px 10px 15px 10px;
    display: block;
    background: #005BAD17;
    margin-bottom: 20px;
    border-radius: 15px;
    transition: all 0.36s;
}

.index_box77 .content .list .item:hover {
    background: #005BAD;
}

.index_box77 .content .list .item:hover .top span,
.index_box77 .content .list .item:hover .top i,
.index_box77 .content .list .item:hover .bottom {
    color: #fff;
}

.index_box77 .content .list .item:last-child {
    border-bottom: none;
}

.index_box77 .content .list .item .top {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.index_box77 .content .list .item .top span {
    width: calc(100% - 100px);
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_box77 .content .list .item .top i {
    width: 100px;
    display: block;
    color: #999999;
    font-size: 14px;
}

.index_box77 .content .list .item .bottom {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_box77 .common_more a {
    color: #005BAD;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #005BAD;
    line-height: 20px;
}

.index_box77 .common_more {
    text-align: right;
}