header {
    height: 55px;
    line-height: 55px;
}

.pageTitle {
    font-size: 16px;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
    margin-top: 2px;
}

.pageTitle img {
    margin-top: -8px;
}

.cd-nav-trigger {
    top: 8px;
}

.cd-nav-trigger .cd-nav-icon {
    width: 16px;
}

.submenu {
    height: auto;
    padding: 0 4%;
    padding-bottom: 1px;
}

.submenu ul {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
}

.submenu ul::-webkit-scrollbar {
    display: none;
}

.submenu li {
    font-size: 16px;
    padding: 0 0%;
    margin-right: 6%;
    padding-bottom: 8px;
}

.submenu li a {
    color: #808080;
}

.newsList {
    margin-top: 1.5em;
}

.tit h4 {
    font-size: 18px;
}

.tit h4 a {
    color: #1f1f1f;
}

.tit .more {
    font-size: 12px;
    color: #808080;
}

.item {
    width: 93%;
    margin: 0 auto;
    padding: 15px 0% 12px;
    border-bottom: 1px solid #f2f2f2;
}

.item-txt {
    width: 64%;
}

.nopic h3 {
    overflow: hidden;
}

.item-txt h3 a {
    color: #333;
    font-size: 17px;
}

.item-txt p {
    display: flex;
}

.item-txt p span {
    color: #999;
    font-size: 13px;
    padding-left: 0;
}

.item-txt p span.tag, .item-txt p span.tag1 {
    margin-right: 5px;
    padding-right: 0;
    padding-left: 0;
    background: unset;
    display: block;
    /*width: 34%;*/
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nopic .item-txt p {
    width: 64%;
}

/*.nopic p span.tag,*/
/*.nopic p span.tag1{*/
/*    margin-right: 20px;*/
/*    padding-right: 0;*/
/*    display: unset;*/
/*    width: auto;*/
/*    overflow: unset;*/
/*    white-space: unset;*/
/*    text-overflow: unset;*/
/*}*/
.item-txt p span.time {
    padding-left: 0;
    background: unset;
}

.item-txt p span.num {
    float: unset;
    padding-left: 15px;
    margin-left: 25px;
}

.item-img {
    width: 32%;
}

/*.pages #page-goto{*/
/*    background: #2d9694;*/
/*    color: #fff;*/
/*}*/
/*.pages #page-goto b{*/
/*    font-weight: normal;*/
/*}*/
.posterBox {
    width: 100%;
    position: relative;
    padding: 11px 0 5px;
    background: #f3f3f3;
}

.posterBox span {
    position: absolute;
    bottom: 8px;
    right: 3px;
    border: 1px solid #696969;
    background: rgba(0,0,0,.42);
    color: #ccc;
    border-radius: 3px;
    z-index: 90;
    padding: 0 4px;
    line-height: 16px;
}

.seeMoreBtn{display: block;width: 120px;line-height: 36px;border-radius: 4px;text-align: center;background-color: #ececec;color: #999;font-size: 13px;margin: 25px auto 0;cursor: pointer;}
