.top ul li:nth-child(6) a {
    color: rgba(29, 50, 193, 1);
}

.bg img {
    width: 100%;
    margin-bottom: 30px;
}

.title {
    padding-bottom: 23px;
    width: 868px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(51, 51, 51, 1);
}

.title>span {
    font-size: 23px;
}

.title>p {
    width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    /* flex-direction: row-reverse; */
}

.title>p span:first-child {
    /* color: rgba(0, 150, 255, 1); */
    position: relative;
    /* visibility: hidden !important; */
    /* display: none !important; */
}

.title>p .weixuan:nth-child(1) {
    color: rgba(0, 150, 255, 1);
    position: relative;
}

.title>p .weixuan:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: rgba(33, 150, 243, 1);
    position: absolute;
    bottom: -3px;
    margin-left: -10px;
    left: 50%;
}

.xuanzhong {
    color: rgba(0, 150, 255, 1);
    position: relative;
}

.xuanzhong::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: rgba(33, 150, 243, 1);
    position: absolute;
    bottom: -3px;
    margin-left: -10px;
    left: 50%;
}
.content {
    width: 868px;
    margin: 0 auto;
}


.content li {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.content li:not(:last-child) {
    border-bottom: 1px solid rgba(229, 229, 229, 1);

}

.content li>div {
    width: 580px;
    display: flex;
    justify-content: space-between;
}

.content img {
    width: 256px;
    height: 170px;
    margin-left: 0;
    transition: all 0.3s 0s linear;
}

.content li>div div:first-child {
    width: 425px;
    margin-left: 0;
    transition: all 0.3s 0s linear;
}

.content li:hover>div>div:first-child,
.content li:hover>img {
    margin-left: 20px;
}

.content li div:first-child p:first-child {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

.content li div:first-child p~p {
    font-size: 11px;
    color: rgba(102, 102, 102, 1);
    line-height: 17px;
    margin-top: 16px;
}

.content li div~div {
    text-align: center;
    width: 100px;
    font-size: 13px;
    color: rgba(102, 102, 102, 0.71);
}


.page {
    width: 868px;
    margin: 0 auto;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 80px;
    margin-top: 30px;
}

.page span {
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(220, 220, 220, 1);
    text-align: center;
    line-height: 29px;
    margin: 0 5px;
	border: none;
}

.page span:first-child {
    margin-left: 0;
    background: rgba(35, 123, 200, 1);
    color: rgba(255, 255, 255, 1);
	
}