.insidebanner {
    width: 100%;
    position: relative;
}

.insidebanner > img {
    width: 100%;
    height: auto;
}

.insidearea {
    width: 94%;
    margin: 2vw auto;
    padding: 2%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.insidearea > .insidenav {
    position: relative;
    padding: 1.5vw 0;
    border-bottom: 1px solid #ddd;
}

.insidearea > .insidenav > .sline {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    overflow: hidden;
    background-color: #09f;
}

.insidearea > .insidecontent {
    width: 100%;
    position: relative;
}

.insidearea > .insidecontent > h4 {
    padding: 0;
    margin: 0;
    padding-top: 1em;
}

.insidearea > .insidecontent > .title {
    display: flex;
    display: -webkit-flex;
    margin: 3vw auto auto auto;
}

.insidearea > .insidecontent > .title > .t {
    flex-grow: 0;
    flex-basis: content;
    margin: auto auto;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.insidearea > .insidecontent > .publish {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    color: #999;
    font-size: 0.8em;
}

.insidearea > .insidecontent > .content {
    width: 100%;
    position: relative;
}

.insidearea > .insidecontent > .content img {
    max-width: 100%;
    height: auto;
    margin: 0.3em 0;
}

.insidearea > .insidecontent > .content,
.insidearea > .insidecontent > .content div,
.insidearea > .insidecontent > .content p {
    line-height: 1.6;
}

.listdesc {
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.listdesc ul li {
    width: 100%;
    padding-top: 1em;
}

.listdesc ul li > a {
    display: inline-block;
    width: 96%;
    padding: 2%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    background-color: #fbfbfb;
}

.listdesc ul li > a > .tit {
    width: 100%;
    font-weight: bold;
    padding: 0.5em 0;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listdesc ul li > a > .desc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    font-size: 0.8em;
    color: #999;
    text-align: justify;
    line-height: 190%;
}

.listdesc ul li > a > .desc > .tp {
    width: 25%;
    height: auto;
    margin-right: 1%;
}

/* listpic.tpl模板 begin */
.insidearea .listPic {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2vw;
}
.listPic-Item {
    float: left;
    display: block;
    position: relative;
    width: 42.5vw;
    height: 32vw;
    overflow: hidden;
    margin: 2vw;
    border-radius: 6px;
}
.listPic-Item img {
    width: 100%;
    height: 100%;
}
.listPic-Item p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 0 5%;
    font-size: 3.5vw;
    line-height: 2;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background: rgba(0, 0, 0, 0.5)
}
/* listpic.tpl模板 end */


/* 频道页默认模反，列出频道下所有小栏目，每个小栏目显示5条标题 开始 ========================================== */
.channelDe {
    width: 100%;
    min-height: 540px;
    position: relative;
}

.channelDe .cats {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1%;
}

.channelDe .cats .tit {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.channelDe .cats .tit .t {
    font-size: 16px;
    font-weight: bold;
}

.channelDe .cats .tit .a {
    float: right;
}

.channelDe .cats .ul {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 40px;
}

.channelDe .cats .ul .l,
.channelDe .ul .r {
    float: left;
    height: 40px;
    line-height: 40px;
}

.channelDe .cats .ul .l {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.channelDe .cats .ul .r {
    width: 20%;
    text-align: right;
    color: #999;
}

/* 频道页默认模反，列出频道下所有小栏目，每个小栏目显示5条标题 结束 ========================================== */

/* 翻页 */
.operateBar {
    clear: both;
    padding: 10px 0;
    text-align: center;
}


.noData {
    margin-top: 4vw;
}