/*详情页*/
.title {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin-top: 20px;
}

.title_bottom {
    font-size: 16px;
    text-align: center;
}

.next,
.per {
    margin-left: 80px;
}

.content_center {
    margin-top: 20px;
    margin-bottom: 80px;
}

.content_center p {
    font-size: 16px;
    line-height: 30px;
}

.content_bottom {
    margin-top: 40px;
    margin-bottom: 60px;
}

.content_bottom p {
    font-size: 16px;
    line-height: 50px;
}

.content_bottom p a {
    font-size: 16px;
}

.content_bottom p:first-child {
    border-bottom: 1px solid #eee;
}

.content_bottom p a:hover {
    color: #016299;
}

.third-list {
    margin-top: 20px;
}

/* .third_content{margin-bottom:40px;overflow-x: auto;display: -webkit-box;-webkit-overflow-scrolling: touch;} */
.third_content {
    margin-bottom: 40px;
    overflow-x: auto;
    display: block;
}

.third_content * {
    font-size: 16px;
}

.third_content p {
    margin: 10px auto;
}

.third-list-top {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.content_title {
    font-size: 30px;
    font-weight: bold;
}


@media screen and (max-width:500px) {
    .content_title {
        font-size: 20px;
    }

    .third-list {
        margin-top: 10px;
    }
}