/* 左边的悬浮列表 */
.nav-left-box {
    width: 240px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee
}
*{
    box-sizing: border-box;
}

.nav-left-box li {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #eee
}

.nav-left-box li:after,
.nav-left-box li:before {
    content: '';
    display: table
}

.nav-left-box li:last-child {
    border-bottom: 0
}

.nav-left-box li .link {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 0;
    color: #333;
    cursor: pointer
}

.nav-left-box li .link:before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 0;
    width: 3px;
    background-color: #de1e30
}

.nav-left-box li .link .iconfont {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 10px 0 18px;
    color: #666;
    vertical-align: middle
}

.nav-left-box li .link .text {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px
}

.nav-left-box li.active .link,
.nav-left-box li:hover .link {
    color: #de1e30
}

.nav-left-box li.active .link .iconfont,
.nav-left-box li:hover .link .iconfont {
    color: #de1e30
}

.nav-left-box li.active .link:before,
.nav-left-box li:hover .link:before {
    margin-top: -14px;
    height: 28px
}

.font-16 {
    font-size: 16px;
}

/* 整体及标题 */
.panel-box {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee
}

.right-box {
    float: right;
    width: 940px
}

.right-box .tab-one {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 5px 5px 0 0
}

.right-box .tab-one:after,
.right-box .tab-one:before {
    content: '';
    display: table
}


/* 关于我们 */
.mson-ormal {
    display: block;
    text-indent: 20px;
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.margin-bot-30 {
    margin-bottom: 36px
}

.tigong {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    box-sizing: border-box
}

.tigong .son {
    width: 200px;
    height: 140px;
    background-size: 100% !important
}

.tigong .son:nth-child(1) {
}

.tigong .son:nth-child(2) {
}

.tigong .son:nth-child(3) {
}

.tigong .son:nth-child(4) {
}

.tigong .son p {
    font-size: 14px;
    color: #333;
    margin-top: 90px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center
}

.max-event {
    width: 100%;
    height: 260px;
    padding: 0 19px;
    box-sizing: border-box
}

.max-event .max-event-bg {
    background-size: 100%;
    height: 100%;
    position: relative
}

.max-event .max-event-bg p {
    position: absolute;
    font-size: 14px;
    color: #333;
    width: 180px;
    top: 121px
}

.max-event .max-event-bg p:nth-child(1) {
    left: 31px
}

.max-event .max-event-bg p:nth-child(2) {
    left: 251px
}

.max-event .max-event-bg p:nth-child(3) {
    left: 471px
}

.max-event .max-event-bg p:nth-child(4) {
    left: 691px
}

.max-event-2 {
    height: 308px
}

.max-event-2 .max-event-bg {
    background-size: 100%;
    height: 100%
}

.max-event-2 .max-event-bg p {
    top: 144px
}

.max-event-3 {
    height: 316px
}

.max-event-3 .max-event-bg {
    background-size: 100%;
    height: 100%
}

.max-event-3 .max-event-bg p {
    top: 155px
}

/* 免责声明 */
.mson-ormal,
.title {
    font-size: 14px;
    line-height: 25px
}

.mson-ormal {
    display: block;
    color: #777
}

.title {
    color: #333;
    font-weight: bold
}

/* 用户服务协议 */
.agreement-text {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eee
}

.agreement-text .container {

    background: #fff;
}

.agreement-text a {
    cursor: pointer;
    text-decoration: none
}

.agreement-text .agreement-title {
    height: 61px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding-left: 40px
}

.agreement-text .agreement-content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 40px 50px
}

.agreement-text .agreement-content .content {
    width: 100%;
    min-width: 0px
}

.agreement-text .agreement-content .indent-text-12 {
    font-size: 14px;
    line-height: 25px;
    color: #777
}

.agreement-text .agreement-content .indent-text-12 {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    text-indent: 28px
}

.agreement-text .agreement-content .bold {
    font-weight: bold;
    color: #333
}

.agreement-text .agreement-content .text {
    color: #333;
    font-size: 14px;
    line-height: 25px
}

.agreement-text .agreement-content .link-to {
    cursor: pointer;
    color: blue
}

.agreement-text .agreement-content .title {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px
}

.agreement-text .agreement-content .subtitle {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.agreement-text .agreement-content .emit {
    cursor: pointer
}

.agreement-text .agreement-content .table {
    text-align: left;
    width: 90%
}

.agreement-text .agreement-content .table td,
.agreement-text .agreement-content th {
    padding: 0 10px;
    height: 30px;
    font-size: 14px
}

.agreement-text .agreement-content .table {
    text-align: left;
    width: 92%
}

.agreement-text .agreement-content .left-long tr>td:first-child {
    width: 60%
}

.agreement-text .agreement-content .right-long tr>td:first-child {
    width: 40%
}

.agreement-text .agreement-content .ym {
    margin-right: 20px
}

.agreement-text .agreement-content .ym>p {
    text-align: right
}

/* 模板二集錦列表 */


.mainlist {
    width: 860px;
    float: left;
    transition: all .3s ease-out 0s;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 0 0 4px 4px;
}

.sec-panel-body>.post-loop-card {
    margin-top: 0
}
.post-loop-card {
    display: flex;
    margin: -10px -10px 10px;
    flex-wrap: wrap
}
.post-loop-card .item {
    width: 33.33%;
    padding: 10px;
    flex-shrink: 0;
    box-sizing: border-box
}
.post-loop-card .item :nth-child(1),.post-loop-card .item :nth-child(2),.post-loop-card .item :nth-child(3){
    padding-top: 0;
}
.post-loop-card .item-inner,.post-loop-image .item-inner,.post-loop-masonry .item-inner {
    background: var(--theme-el-bg-color);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 1px 0 hsla(var(--theme-color-hsl),.3);
    transition: all .2s ease-out 0s
}

.post-loop-card .item-inner:hover {
    box-shadow: 0 2px 10px 3px hsla(var(--theme-color-hsl),.15);
    transform: translateY(-3px);
    transition: all .2s ease-in 0s
}

@media (max-width: 767px) {
    .post-loop-card .item-inner:hover {
        box-shadow:0 0 1px 0 hsla(var(--theme-color-hsl),.3);
        transform: none
    }
}
.post-loop-card.cols-2 .item {
    width: calc(100% / 3);
}
.post-loop-card .item-img .item-category {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: rgba(0,0,0,.6);
    border-radius: 3px
}

.post-loop-card .item-img .item-category:hover{
    color: #fff;
    text-decoration: none;
    background: #297af4;
}
.post-loop-card .item-title {
    margin: 0
}
.post-loop-card .item-meta{
    display: flex;
    justify-content: space-between;
    line-height: 14px;
    font-size: 12px;
    color: var(--theme-light-color)
}
.post-loop-card .item-meta-left{
    white-space: nowrap
}
.post-loop-card .item-meta-right {
    flex-shrink: 0
}
.post-loop-card .item-meta-li{
    margin-left: 5px;
    color: var(--theme-light-color)
}
.post-loop-card .item-meta-li .wi{
    font-size: 14px;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
    top: -1px;
}
.post-loop-card .item-meta-li.a{
    text-decoration: none
}
.post-loop-card .item-inner{
    position: relative
}

.post-loop-card .item-inner:before {
    display: block;
    padding-top: 62.5%;
    content: ""
}
.post-loop-card .item-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;

}

.post-loop-card .item-img:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    content: "";
    transition: all .3s ease 0s
}

.post-loop-card .item-wrap {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #fff;
    box-sizing: border-box
}
.post-loop-card .item-wrap:hover {
    text-decoration: none
}
.post-loop-card .item-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-loop-card .item-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    max-height: 44px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2
}
.post-loop-card .item-meta {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
    color: #fff;
    overflow: hidden;
    opacity: .95
}
.post-loop-card .item-meta-li {
    color: #fff
}
.pagination {
    height: 107px;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
}
.pagination li{
    min-width: 36px;
}