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

/* banner */
.banner {
    padding: 42px 20px;
    background: linear-gradient( 90deg, #395FC5 0%, #13BCCF 100%);
    text-align: center;
}
.banner h1{font-size: 36px;font-weight: bold;color: #fff;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/resources/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;
    color: #fff;
}
.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: #2FC0AE;
}

.latest .info {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.information .category{margin-right: 6px;}
.information .category a{
    color: #2FC0AE;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: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin: 16px 6px 0px;
    vertical-align: top;
    border-radius: 10px;
    box-sizing: border-box;
    background: #F8F8F9;
    cursor: pointer;
}
  
.page_box a.prev:hover,
.page_box a.next:hover,
.page_box a.num:hover {
    border-color: #333;
    color: #333;
}
  
.page_box a.num:active,
.page_box span.active {
    color: #FFFFFF;
    background: #2FC0AE;
}
  
.page_box .prev,
.page_box .next {
    position: relative;
    width: 34px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    background: none;
}
  
.page_box input {
    border: 0px;
    width: 50px;
    height: 50px;
    outline: none;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    color: #333;
    margin: 16px 6px 0;
    background: #F8F8F9;
}
  
.page_box input:focus {
    color: #333;
    border-color: #333;
}
  
.page_box .go {
    border: none;
    background: #2FC0AE;
    line-height: 50px;
    color: #fff;
}

@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;}
}
