*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background: #fff;
}
ul,ol{list-style:none}
a{text-decoration:none}
h1,h2,h3,h4,h5,h6{font-weight:500}
button{
    border: none;
    outline: none;
}
.container, .top-container, .bottom-container {
    width: calc(100% - 20px);
    margin: 0 auto;
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header {
    background-color: rgba(29, 124, 215, 1);
    margin-bottom: 20px;
}
.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.top-container a {
    height: 40px;
}
.top-container a img {
    height: 100%;
}
.top-container .icon i {
    font-size: 43px;
    color: #fff;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
.box {
    margin: 20px 0;
}
.box .tit  {
    margin-bottom: 10px;
}
.box .tit h3 span:nth-child(1) {
    font-size: 40px;
    color: #0094FF;
}
.box .tit h3 span:nth-child(2) {
    font-size: 24px;
    color: #012A4A;
}
.hot a {
    display: block;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    margin-bottom: 10px;
}
.hot a:nth-last-child(1) {
    margin-bottom: 0;
}
.hot a h3 {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 4px;
    background-color: rgba(0, 148, 255, 1);
    height: 54px;
    line-height: 23px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hot a .info {
    display: flex;
    
}
.hot a .info .thum {
    width: 140px;
    height: 0;
    padding-bottom: 140px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-right: 5px;
}
.hot a .info .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.hot a .info .detail {
    width: calc(100% - 145px);
    display: flex;
    flex-direction: column;
    height: 140px;
}
.hot a .info .detail .dec {
    border-radius: 10px;
    background-color: rgba(255, 246, 179, 1);
    padding: 5px;
}
.hot a .info .detail .dec p {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #606060;
    height: 100px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.hot a .info .detail .dt {
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
}
.hot a .info .detail .dt .date {
    font-size: 14px;
    color: #CDCDCD;
}
.hot a .info .detail .dt .tag ,
.tre a .dt .tag ,
.rec a .dt .tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot a .info .detail .dt .tag i ,
.tre a .dt .tag i ,
.rec a .dt .tag i {
    font-size: 20px;
    color: #CDCDCD;

}
.hot a .info .detail .dt .tag span ,
.tre a .dt .tag span ,
.rec a .dt .tag span {
    font-size: 16px;
    color: #CDCDCD;
}
.tre a {
    background-color: rgba(246, 246, 246, 1);
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}
.tre a:nth-last-child(1) {
    margin-right: 10px;
}
.tre a .dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.tre a .dt .date {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #0094FF;
}
.tre a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.tre a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.tre a h3 {
    border-top: 25px solid rgba(0, 148, 255, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    padding-top: 5px;
    box-sizing: content-box;
}
.rec {
    display: flex;
    flex-wrap: wrap;
}
.rec a {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px;
}
.rec a:nth-child(2n) {
    margin-right: 0;
}
.rec a:nth-child(-n+2) {
    margin-top: 0;
}
.rec a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.rec a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.rec a h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
}
.rec a .dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.rec a .dt .date {
    font-size: 12px;
    color: #BFBFBF;
}
.lat a {
    display: flex;
    background-color: rgba(242, 242, 242, 1);
    padding: 10px 5px;
    margin-bottom: 10px;
}
.lat a:nth-last-child(1) {
    margin-bottom: 0;
}
.lat a .thum {
    width: 100px;
    height: 0;
    padding-bottom: 60px;
    position: relative;
    margin-right: 10px;
}
.lat a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.lat a h3 {
    width: calc(100% - 110px);
    height: 60px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #4D4747;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
footer {
    background-color: rgba(29, 124, 215, 1);
}
footer .bottom-container {
    display: flex;
    height: 65px;
    justify-content: space-between;
    align-items: center;
}
footer .bottom-container i {
    font-size: 50px;
    color: #fff;
}

.banner_search_box,
.banner_list_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    
}
.banner_list_box .banner_list .tags {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.banner_search_box.active {
    display: block;
}
.banner_search .searrch_box {
    width: calc(100% - 20px);
    height: 44px;
    margin-bottom: 10px;
    margin: 0 auto;
    
}
.banner_search .searrch_box form {
    height: 100%;
}
.banner_search .searrch_box input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    border: 1px solid #f2f2f2;
    text-indent: 1em;
    background: #fff;
    font-size: 14px;
}
.banner_list .tags {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    padding: 10px;
    background-color: rgba(80, 171, 255, 1);
    /* border-radius: 20px; */
    width: 243px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.35);
    position: absolute;
}
.banner_list .tags a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 5px;
    /* padding-bottom: 5px; */
    text-transform:capitalize;
    font-size: 20px;
    color: #0C3099;
}
.banner_list .tags a span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.banner_list .tags a {
    height: 60px;
    /* padding: 0 10px; */
    line-height: 60px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #333;
}
.banner_list {
    width: 100%;
    position: relative;
    /* top: 85px; */
    top: 0;
    left: 0px;
}
.banner_search {
    width: 100%;
    position: absolute;
    top: 10px;
}
.banner_list_box.active {
    display: block;
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.error dl dt {
    font-size: 60px;
    font-weight: 700;
    color: #333;
}
.error dl dd {
    font-size: 20px;
    color: #666;
}
.error dl dd p {
    font-size: 12px;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.no img ,
.error img{
    width: 200px;
}
.no i ,
.error i {
    font-size: 180px;
    color: #CECECE;
}
.error i {
    font-size: 120px;
}
section {
    min-height: calc(100vh - 150px);
}
.preview a ,
.preview .a {
    display: block;
    padding: 5px 10px 10px 10px;
    background-color: rgba(244, 244, 244, 1);
}
.preview a .thum ,
.preview .a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;

}
.preview a .thum img ,
.preview .a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.preview a h3 ,
.preview .a h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 20px;
    padding: 0 10px;
    background-color: rgba(29, 124, 215, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.preview a p ,
.preview .a p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #606060;
    text-align: center;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
}
.box .preview {
    padding-bottom: 30px;
}
.box .preview .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.desc p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
}
.desc p img {
    width: 80%;
    margin: 5px 10%;
    border-radius: 20px;
}
.category a {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77px;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #6C6C6C;
    background-color: rgba(239, 239, 239, 1);
}
.category a:nth-last-child(1) {
    margin-bottom: 0;
}
.ys {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.ys h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
}
.ys p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}