.home .banner { width: 100%; position: relative; }
.home .banner img { width: 100%; display: block; object-fit: cover; }
.home .banner .text { position: absolute; left: 0; bottom: -20px; width: 100%; color: white; text-align: center; }
.home .banner .text .p1 { font-size: 40px; }
.home .banner .text .p2 { font-weight: lighter; font-size: 20px; margin: 40px 0 15px 0; }
.home .banner .text .line { width: 1px; height: 240px; background: rgba(242, 242, 242, 0.2); margin: 0 auto; position: relative; overflow: hidden; }
.home .banner .text .line::before { content: ""; display: block; width: 1px; height: 25px; background: #F2F2F2; position: absolute; left: 0; top: 0; animation: down 4s infinite linear; }
@keyframes down {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
.home .main { width: 80%; margin: 80px auto; }
.home .main .title { color: #111010; border-bottom: 1px solid rgba(38, 51, 70, 0.2); padding-bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
.home .main .title p { font-size: 34px; font-weight: bolder; }
.home .main .title .search { display: flex; align-items: center; }
.home .main .title input { outline: none; border: none; background: rgba(204, 204, 204, 0.2); height: 40px; width: 240px; border-radius: 10px; margin: 0 10px 0 20px; text-indent: 20px; font-size: 16px; }
.home .main .title .confirm { background: #1b5aa9; color: white; padding: 0 25px; line-height: 40px; border-radius: 10px; font-size: 18px; cursor: pointer; }
.home .main .allItems { margin: 40px 0; position: relative; }
.ty-list { width: 100%; display: block; padding: 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: relative; }
.ty-list::after { content: ""; display: block; position: absolute; left: 0; bottom: 0; transition: all 600ms; background: #007aff; height: 1px; width: 0; }
.ty-list a { color: #333; }
.ty-list .time { color: #111010; font-size: 14px; }
.ty-list .st { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.ty-list .st p { width: calc(98% - 11px); text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #111010; font-size: 15px; transition: all 600ms; }
.ty-list .st img { width: 11px; }
.ty-list:hover::after { width: 100%; }
.ty-list:hover .st a { color: #0075C3; }
.home .main .pager { width: 100%; display: flex; justify-content: center; margin-top: 60px; }
.home .main .pager a { width: 32px; height: 32px; background: #EFEFEF; display: flex; align-items: center; justify-content: center; margin: 0 5px; position: relative; transition: all 600ms; color: #666666; font-size: 18px; }
.home .main .pager a img { transition: all 600ms; }
.home .main .pager a img:nth-child(2) { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; }
.home .main .pager a:hover { background: #0C4AB0; color: white; }
.home .main .pager a:hover img:nth-child(1) { opacity: 0; }
.home .main .pager a:hover img:nth-child(2) { opacity: 1; }
.home .main .pager .active { background: #0C4AB0; color: white; }
.home .main .pager .prev img:nth-child(2) { transform: translate(-50%, -50%) rotateY(180deg); }
.home .main .pager .next { transform: rotateY(180deg); }
.home .main .pager .next img:nth-child(2) { transform: translate(-50%, -50%) rotateY(180deg); }
.lucidity_pgToolbar {  border: none !important;  margin: 40px 0 -1px 0 !important;
}

@media screen and (max-width: 1200px) {
.home .banner img { height: 320px; }
.home .banner .text .p1 { font-size: 24px; }
.home .banner .text .p2 { margin: 15px 0; }
.home .banner .text .line { height: 100px; }
.home .main { width: 90%; margin: 30px auto; }
.home .main .title { padding-bottom: 15px; flex-direction: column; }
.home .main .title p { font-size: 34px; margin-bottom: 20px; }
.home .main .title .search { width: 100%; }
.home .main .title .search input { margin: 0 10px 0 0; width: calc(98% - 90px); }
.home .main .title .search .confirm { padding: 0; font-size: 16px; width: 80px; text-align: center; }
.ty-list { margin: 0; }
.ty-list::before { display: none; }
.ty-list { width: 100%; }
.lucidity-ui-paging-container { display: none !important; }
.lucidity_pgRefresh { display: none !important; }
}

/*# sourceMappingURL=message.css.map */