* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 3rem;
}

.ellipsis {
    overflow: hidden;
    /*超出的部分隐藏起来。*/
    white-space: nowrap;
    /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
    /* 支持 IE */
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2.4rem;
    background-color: #575757;
    color: #fff;
    line-height: 100%;
    font-size: 0.35rem;
    padding: 0.3rem;
}

.footer .websiteinfo {
    line-height: 0.5rem;
}

.footer .wechart {
    text-align: right;
    height: 1.5rem;
}

.footer .wechart img {
    height: 1.5rem !important;
    border: 1px #fff solid;
}

.nav {
    height: 1.5558rem;
    background: linear-gradient(7deg, #015293, #0C65AD);
}

.nav div {
    padding: 0px !important;
    text-align: center;
}

.nav a {
    color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
    text-decoration: none;
    height: 1.5558rem;
    line-height: 1.5558rem;
    display: block;
}

.nav a:focus,
.nav a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.bannel {
    padding: 0.133rem;
}

.doc-list-wrap {
    font-size: 0.4rem;
}

.doc-list-wrap .bule-title {
    font-size: 0.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0960A6;
    padding: 0px 0.5rem;
    margin: 0.4rem 0rem;
}

.doc-list-wrap .doc-list {
    padding: 0px 0.5rem;
}

.doc-list-wrap ul li {
    line-height: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.doc-list-wrap ul li a {
    color: #353535;
}

.doc-list-wrap .list-header {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #CFD5DD solid;
    padding-left: 0.5rem;
    margin: 0.3rem 0rem 0.4rem 0rem;
}

.doc-list-wrap .channel-name {
    margin-left: 10px;
}

.doc-list-wrap .icon-line {
    display: inline-block;
    width: 8px;
    height: 20px;
    background-color: #0B63AA;
    border-radius: 8px;
}

.doc-list-wrap .more-btn {
    background-color: #F3F3F3;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    width: 95%;
    margin: 0.4rem auto;
}

.doc-list-wrap .more-btn a {
    color: #7A7878;
}

.search {
    width: 6.74rem;
    height: 0.6rem;
    background: #0B63AA;
    opacity: 0.28;
    border-radius: 5px;
    font-size: 0.21rem;
    border: none;
    padding: 0 0.29rem;
    color: #fff;
    position: absolute;
    bottom: 0.81rem;
    left: 1.62rem;
}

.search::input-placeholder {
    color: #fff;
}

.search::-webkit-input-placeholder {
    color: #fff;
}

.searchBtn {
    height: 0.6rem;
    width: 1.28rem;
    line-height: 0.6rem;
    background: #0B63AA;
    font-size: 0.21rem;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 0.81rem;
    left: 7.09rem;
    /* left: 1.62rem; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.searchBtn img {
    width: 0.32rem;
}

.mbx {
    font-size: 0.26rem;
    color: #000;
    padding-left: 0.49rem;
    margin: 0.26rem 0 0.44rem 0;
}

.mbx a {
    font-size: 0.26rem;
    color: #000;
}

.title {
    font-size: 0.29rem;
    color: #000;
    height: 0.29rem;
    line-height: 0.29rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
}

.title-line {
    width: 0.1rem;
    line-height: 0.29rem;
    height: 0.29rem;
    background: #0B63AA;
    margin-left: 0.56rem;
    display: inline-block;
}

.title-text {
    display: inline-block;
    line-height: 0.29rem;
    margin-left: 0.1rem;
    height: 0.29rem;
}
.ywbd-list{
    font-size: 0.24rem;
    margin-top: 0.33rem;
    padding: 0 0.65rem;
}
.ywbd-list li{
    height: 0.53rem;
    line-height: 0.53rem;
}
.ywbd-list span{
    height: 0.53rem;
    line-height: 0.53rem;
    display: inline-block;
}

.ywbd-list a{
    color: #353535;
}
.ywbd-list .time{
    color: #8F8F8F;
    font-size: 0.21rem;
    text-align: right;
    position: absolute;
    right: 0.65rem;
}
.more{
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    padding: 0 0.65rem;
    margin-top: 0.58rem;
}
.moreBtn{
    width: 100%;
    color: #7A7878;
    border-radius: 0;
    border: none; 
    height: 0.5rem;
    line-height: 0.5rem;
    background: #f3f3f3;
}