.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

/* banner */
.banner {
    padding: 42px 20px;
    background: url(/img/resource/banner.png) no-repeat center center/cover;
    text-align: center;
}
.banner h1{font-size: 36px;font-weight: bold;color: #333333;line-height: 44px;}
.banner #searchcontainer {
    margin: 24px auto 24px;
    max-width: 710px;
    position: relative;
    z-index: 2;
}

#search-container {
    height: 40px;
    position: relative;
}

#search-container #search_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 24px;
    background: url(/img/resource/search-icon.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
}

.banner form {
    display: block;
    width: 100%;
}

.banner form #q {
    display: block;
    outline: 0;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border-radius: 21px;
    border: 0;
    text-indent: 62px;
    background: #fff;
}
.banner .topic{
    font-weight: bold;
}
.banner .topic span{
    font-weight: normal;
    cursor: pointer;
}


/* latest */
.latest {
    margin: 50px auto;
}
.latest .article_list .item {
    position: relative;
    display: none;
    border-radius: 20px;
    background: #fbfefe;
    padding: 24px;
    margin: 30px auto;
}
.latest .article_list .item::before{
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 1px;
    background: linear-gradient( 92deg, #9D80DB 0%, #96DBD2 100%);
    display: inline-block;
    border-radius: 20px;
    z-index: -1;
}
.latest .article_list .item.active{
    display: block;
}

.latest .title {
font-size: 24px;color: #333333;line-height: 32px;font-weight: 600;
}
.latest .title:hover {
color: #5E52FF;
}

.latest .info {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.information .category{margin-right: 6px;}
.information .category a{
    color: #5E52FF;font-size: 14px;font-weight: 600;
}
.information .time {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-left: 6px;
}

.latest .page_box {
    margin-top: 48px;
}

.page_box {
    text-align: center;
    font-size: 0px;
}

.page_box a, .page_box span {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    display: inline-block;
    margin: 16px 12px 0px;
    vertical-align: top;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    box-sizing: border-box;
}

.page_box a.prev:hover,
.page_box a.next:hover,
.page_box a.num:hover {
    border-color: #333;
    color: #333;
}

.page_box a.prev:active,
.page_box a.next:active,
.page_box a.num:active,
.page_box span.active {
    border-color: #5800FF;
    color: #5800FF;
}

.page_box .prev,
.page_box .next {
    position: relative;
}

.page_box .prev::before,
.page_box .next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clear: both;
    content: "";
    width: 16px;
    height: 12px;
    background: url(/img/resource/icon-arrows.svg);
}

.page_box a.prev:hover::before {
    background-position-y: -12px;
}

.page_box a.prev:active::before {
    background-position-y: -24px;
}

.page_box a.next::before,
.page_box span.next::before {
    background-position-y: -36px;
}

.page_box a.next:hover::before {
    background-position-y: -48px;
}

.page_box a.next:active::before {
    background-position-y: -60px;
}

.page_box input {
    border: 1px solid #E5E5E5;
    width: 52px;
    height: 36px;
    outline: none;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    color: #999;
    margin: 16px 12px 0;
}

.page_box input:focus {
    color: #333;
    border-color: #333;
}

.page_box .go {
    border: none;
    background: linear-gradient( 214deg, #FF76D6 0%, #5800FF 100%);
    line-height: 42px;
    color: #fff;
}
.page_box .go:hover{
    background: linear-gradient( 214deg, #5800FF 0%, #FF76D6 100%);
}



@media screen and (max-width: 1140px) {
  .latest .category_box .category_list{max-width: 100%;}
  .latest .category_box .article_list{max-width: 100%;margin-top: 40px;}
  .latest{margin-top: 50px;margin-bottom: 50px;}
  .latest .category_box .category_list{position: static;}
.banner h1{font-size: 28px;line-height: 36px;}
}
@media screen and (max-width: 760px){
  .latest .page_box{zoom: 0.7;}
  .latest .title{font-size: 20px;}
  .latest .article_list .item{padding: 16px;margin: 20px auto;}
  .latest .info{margin: 14px 0;}
}
