* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px;
    -webkit-text-size-adjust: 100% !important;
    padding: 0;
    margin: 0;
    word-break: break-all;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

.nowrap {
    white-space: nowrap;
}

input,
textarea {
    outline: none;
}


.w750 {
    max-width: 750px;
    margin: 0 auto;
}

.info-h1 {
    color: #4b86e8;
    font-size: 18px;
    margin: 15px 15px 0 15px;
    padding-left: 10px;
    line-height: 20px;
    margin-top: 20px;
    border-left: solid #4b86e8 5px;
}

.top-content {
    display: flex;
    align-items: center;
    padding: 6px 15px;
}



.top-search-input {
    border: 0;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 0 12px;
}

.top-search-btn {
    background: #fff;
    color: #4b86e8;
    white-space: nowrap;
    font-size: 14px;
    line-height: 25px;
    padding: 0 12px;
}

.top-logo {
    flex: 3;
    font-size: 0;
}

.top-logo img {
    width: 100%;
}

.top-more,
.top-return {
    flex: 1;
    font-size: 0;

}

.top-return {
    flex: 1.3;
    margin-right: 15px;
}

.top-more img {
    width: 60%;
    float: right;
}

.top-search-wrap {
    flex: 4;
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 25px;
    border-radius: 20px;
    overflow: hidden;
}

.top-list {
    display: flex;
    font-size: 18px;

    text-align: left;
    border-bottom: #efefef 1px solid
}

.top-list a {
    color: #999;
    padding: 10px 14px;
    width: 20%;
    text-align: center;
}

.top-list a.after,
.more-box #more-tab a.after {
    color: #4b86e8;
}

.info-list {
    display: flex;
    align-items: center;
    margin: 15px 15px 0;
    padding-bottom: 15px;
    border-bottom: #efefef 1px solid;
    position: relative;
    cursor: pointer
}

.info-list-text {
    width: 68%;
    margin-right: 2%;
    font-size: 14px;
}

.info-list-text h2 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.info-list-text .text-time {
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    font-size: 13px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.info-more-img .info-list-text .text-time {
    margin-top: 5px;
}

.info-list-text .text-time em {
    margin-right: 6px;
}

.info-list-img {
    width: 150px;
    border-radius: 5px;
    flex: none;

}

.info-list-img>div {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.info-list-img>div img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-object-fit:cover;
    object-fit:cover;
}

.info-list-img img {
    width: 100%;
}

.info-more-img {
    display: block;
    padding-bottom: 0px;
}

.info-more-img .info-list-text,
.info-more-img .info-list-img {
    width: 100%;
    display: flex;
}

.info-more-img .info-list-text {
    flex-direction: column;


}

.info-more-img .info-list-img {
    margin: 15px 0;
}

.info-more-img .info-list-img>div {
    width: 32%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-more-img .info-list-img>div img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-object-fit:cover;
    object-fit:cover;
}

.info-more-img .info-list-img>div:nth-of-type(2) {
    margin: 0 2%;
}


#content{
    font-size: 8px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 10px;
    color: #4a4f5a;
}
.center-info {
    padding: 0px 15px;
    font-size: 16px;
}
.center-info .center-info-text>p{
    margin-bottom: 25px;
    text-indent: 4ch;
}
.center-info .text-time {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    line-height: 25px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px
}

.center-info .text-time em {
    margin-right: 15px;
}

.center-info .center-info-text {
    margin: 10px 0;
}

.bottom-text {
    max-width: 750px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 20px;
}