@charset "utf-8";

/* CSS Document */

.showstyle {}

.showstyle a {
    display: block;
    background: url(../images/cms/showstyle.png) no-repeat left top;
    height: 40px;
    overflow: hidden;
    float: left;
    margin: 0px 2px 0px 2px;
}

.showstyle a.showline {
    width: 44px;
    background-position: left top;
}

.showstyle a.grid {
    width: 44px;
    background-position: -44px top;
}

.showstyle a.showline:hover,
.showstyle a.showline-action {
    width: 44px;
    background-position: left -40px !important;
}

.showstyle a.grid:hover,
.showstyle a.grid-action {
    width: 44px;
    background-position: -44px -40px !important;
}

#frmTopSearch {
    margin: 0px;
    padding: 0px;
    display: block;
}

#frmTopSearch input[type=text] {
    width: 234px;
    border: 0px solid #F00;
    background: #FFF;
    color: #d0d0d0;
    font-weight: bold;
    padding: 0px 8px 0px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    font-family: "DBOzone";
    margin: 0px;
    float: left;
}

#frmTopSearch #btntopsearch {
    background: url(../images/cms/btnsearch.png);
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    float: right;
}

.showcontentright {
    margin-bottom: 15px;
}

.showcontentright .bxrelatecontent {}

.showcontentright .bxrelatecontent>ul {
    list-style: none;
}

.showcontentright .bxrelatecontent>ul>li.head {
    height: 63px;
    line-height: 63px;
    font-size: 30px;
    font-weight: normal;
    padding-left: 20px;
    color: #FFF;
    background: #05557C;
}

.showcontentright .bxrelatecontent>ul>li.lilstcontent {
    height: 80px;
    padding: 12px 4px 12px 0px;
    border-bottom: 1px solid #ececec;
}

.bxrcontent {}

.bxrcontent>.bxrimg {
    width: 70px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-top: 8px;
}

.bxrcontent>.bxrcont {
    width: 170px;
    float: left;
    margin-left: 20px;
}

.bxrcontent>.bxrcont>.subject {
    color: #1fa6de;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
}

.bxrcontent>.bxrcont>.subject a {
    color: #1fa6de;
}

.bxrcontent>.bxrcont>.detail {
    height: 48px;
    overflow: hidden;
    margin-top: 4px;
}

.showcontentleft .page_nav {
    text-align: center;
    padding: 0px;
}

.showcontentleft .page_nav * {
    font-family: 'DBOzone';
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    border: 1px #FFF solid;
    padding: 10px 18px;
    margin-left: 0px;
    border-radius: 0px;
    line-height: 34px;
    background: #088bcb;
}

.showcontentleft .page_nav .active {
    color: #ffffff;
    background-color: #05557c;
    border: 1px #FFF solid;
}

.showcontentleft .borderbtt {
    border-bottom: 1px solid #e3e3e3;
}

.showcontentleft>.bxlistcontent {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 20px;
}

.showcontentleft>.bxlistcontent .bximages {
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
    position: relative;
}

.showcontentleft>.bxlistcontent .bximages img {
    width: 100%;
    height: 100%;
}

.showcontentleft>.bxlistcontent .bximages .textover {
    opacity: 0;
    background: url(../images/cms/thumbnail-over.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
}

.showcontentleft>.bxlistcontent .bximages:hover .textover {
    opacity: 0.6;
}

.showcontentleft>.bxlistcontent .bximages .iconnew {
    position: absolute;
    background: url(../images/cms/icon-new.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxlistcontent .bximages .iconupdate {
    position: absolute;
    background: url(../images/cms/update.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxlistcontent .bximages .iconhot {
    position: absolute;
    background: url(../images/cms/hot.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxlistcontent .bxcontent {
    padding-left: 320px;
    margin-top: 0;
}

.showcontentleft>.bxlistcontent .bxcontent>.subject {
    line-height: 24px;
    color: #05557C;
    font-size: 22px;
    font-weight: normal;
}

.showcontentleft>.bxlistcontent .bxcontent>.subject a {}

.showcontentleft>.bxlistcontent .bxcontent>.detail {
    overflow: hidden;
    font-size: 18px;
    color: #999;
}

.bml10px {
    margin-left: 10px;
}

.bmt5px {
    margin-top: 5px;
}

.bmt25px {
    margin-top: 25px;
}

.bxlistdate {
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 14px;
    font-size: 12px;
    padding-top: 1px;
}

.bxlistview {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: block;
}

.showcontentleft>.bxgridcontent {
    height: 360px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.showcontentleft>.bxgridcontent .bximages {
    width: 95%;
    height: 65%;
    overflow: hidden;
    position: relative;
}

.showcontentleft>.bxgridcontent .bximages img {
    width: 100%;
    min-height: 100%;
}

.showcontentleft>.bxgridcontent .bximages .textover {
    opacity: 0;
    background: url(../images/cms/thumbnail-over.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showcontentleft>.bxgridcontent .bximages:hover .textover {
    opacity: 0.6;
}

.showcontentleft>.bxgridcontent .bximages .iconnew {
    position: absolute;
    background: url(../images/cms/icon-new.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxgridcontent .bximages .iconupdate {
    position: absolute;
    background: url(../images/cms/update.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxgridcontent .bximages .iconhot {
    position: absolute;
    background: url(../images/cms/hot.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxgridcontent .bxcontent {
    width: 100%;
    padding-right: 15px;
    margin-left: 0px;
    margin-top: 10px;
}

.showcontentleft>.bxgridcontent .bxcontent>.subject {
    color: #05557C;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.showcontentleft>.bxgridcontent .bxcontent>.detail {
    max-height: 43px;
    overflow: hidden;
    color: #999;
}

.searchCategory {
    display: none;
}

.btngift {
    float: left;
    margin-left: 18px;
    margin-top: 10px;
    width: 250px;
}

.btngift .btnreset,
.btngift .btnsubmit {
    color: #fff;
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 5px 0px;
    text-align: center;
    width: 100% !important;
    font-size: 24px;
}

.btngift .btnreset:hover,
.btngift .btnsubmit:hover {
    opacity: 0.9;
}

.btngift .btnreset {
    background: #00ACB5;
}

.btngift .btnsubmit {
    background: #C91609;
}

.iconnew {
    position: absolute;
    right: 1.4rem;
}

.text-10 {
    color: #9F9F9F;
}

.card.cms-list-card:hover>* .p.sm.text-10,
.card.cms-list-card:hover>* span.text-10 {
    color: #fff;
}

.ss-date {
    right: 1.3rem;
}

@media only screen and (max-width:1199px) {
    .showcontentleft>.bxgridcontent {
        height: 250px;
    }
    .showcontentleft>.bxgridcontent .bximages {}
    .showcontentleft>.bxgridcontent .bxcontent>.subject {
        font-size: 16px;
    }
    .showcontentright .bxgroup>ul>li.head {
        padding: 10px 15px;
        font-size: 16px;
    }
    .showcontentright .bxgroup>ul>li a {
        font-size: 12px;
    }
    .showcontentleft>.bxlistcontent .bximages {
        width: 250px;
        height: 150px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 265px;
    }
    .showcontentleft>.bxlistcontent .bxcontent>.subject {
        line-height: 18px;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .showcontentleft>.bxgridcontent .bximages {}
    .showcontentleft>.bxgridcontent .bxcontent>.detail {
        font-size: 12px;
    }
    .showcontentleft>.bxgridcontent {
        height: 210px;
    }
    .showcontentleft>.bxlistcontent .bximages {
        width: 200px;
        height: 130px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 215px;
    }
}

@media only screen and (max-width:960px) {
    .mobi_hides {
        display: block;
    }
    .mobi_group_ {
        display: none;
    }
    .showcontentleft {
        width: 100%;
    }
    .searchCategory {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .showcontentleft>.bxlistcontent .bximages {
        height: 150px;
        width: 215px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 230px;
    }
}

@media (max-width: 590px) {
    .showcontentleft>.bxgridcontent {
        width: 100%;
    }
    .showcontentleft>.bxgridcontent {
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .showcontentleft>.bxgridcontent .bxcontent>.detail {
        height: auto;
    }
    .showcontentleft>.bxgridcontent .bximages {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 100%;
        height: auto;
    }
    .showcontentleft>.bxgridcontent .left {
        float: none;
        margin: 0;
        margin-top: 5px;
    }
    .showcontentleft>.bxgridcontent .left .bxlistdate,
    .showcontentleft>.bxgridcontent .left .bxlistview {
        display: inline-block;
        margin-top: 0;
        float: left;
        margin-right: 5px;
    }
}

@media only screen and (max-width:550px) {
    .showcontentleft>.bxlistcontent .bximages {
        height: 100px;
        width: 140px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 150px;
    }
}

@media only screen and (max-width: 490px) {
    .cmsTab {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .showcontentleft>.bxlistcontent .bximages {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 0;
    }
    .innercontainer .showcontent {
        background: none;
    }
}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 280px) {}