body, html {
    width: 100%;
}

.el-carousel__indicators--outside {
    display: none;
}

a:hover {
    overflow: visible;
}

.m-hd {
    width: 100%;
    background: #444444;
    color: #a9d1ff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    font-size: 15px;
}

.m-nav a {
    float: left;
    line-height: 40px;
    margin-right: 22px;
    color: #ffffff;
}

.m-nav a:last-child {
    margin-right: 0;
}

.m-nav a:hover {
    color: #fff;
}

.centerTop {
    border-bottom: 2px solid #3668a5;
    padding-bottom: 5px;
}

p, a, h4, span, p:hover, a:hover, h4:hover, span:hover {
    color: #4E4E4E;
}

.centerTop a {
    font-size: 15px;
}

.centerText .artMess {
    width: 100%;
    float: left;
}

.carouselBox {
    margin: 25px 0;
    height: 330px;
}

.imgBox {
    position: relative;
}

.imgBox img {
    width: 100%;
    height: 330px;
}

.imgBox p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 52px;
    background: url(../images/masker_title2.png) repeat-x;
    color: #fff;
    width: 71%;
    padding: 0 19% 0 10%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.top .btnLoginBox {
    margin-top: 20px;
}

.m-lists {
    margin-top: 10px;
}

.m-lists .itm {
    overflow: hidden;
    padding: 20px 0 25px;
    border-bottom: 1px solid #D1D1D1;
}

.m-lists .itm .imgBox {
    width: 40%;
    float: left;
    height: 200px;
    overflow: hidden;
    margin-right: 3%;
}

.m-lists .itm .imgBox img {
    width: 100%;
    height: 100%;

}

.m-lists .itm .messBox {
    width: 100%;
    float: left;
}

.m-lists .itm .pw {
    overflow: hidden;
    *zoom: 1;
}

.m-lists .itm h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    letter-spacing: .7px;
}

.m-lists .itm h3 a {
    color: #1D1D1D;
}

.m-lists .itm .pa {
    font-size: 16px;
    color: #8F8F8F;
    max-height: 75px;
    overflow: hidden;
    line-height: 25px;
    text-align: justify;
}

.m-lists .itm .meta {
    color: #909090;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.m-lists .meta > div {
    float: right;
    font-size: 14px;
    line-height: 30px;
}

/*图集列表*/
.imgListBox {
    width: 100%;
    background: yellow;
    margin: 20px 0;
}

.picBox {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
}

.picBox a {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.picBox a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picBox a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
}

.el-pager li {
    font-size: 20px !important;
    font-weight: normal;
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
    font-size: 20px !important;
}

.el-carousel__indicators {
    left: auto;
    right: 0;
    bottom: 6px;
}

.el-carousel__button {
    display: block;
    opacity: .48;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.el-carousel__indicator button {
    background: #fff;
    opacity: 1;
}

.el-carousel__indicator.is-active button {
    opacity: 1;
    background: #d23b3b;
}

.top .peopleBox img {
    width: 50px;
    height: 50px;
    margin-top: 5px;
}

.top .btnLoginBox h5 {
    color: #4E4E4E;
}

/*搜索框样式处理*/
.el-input__inner {
    border-radius: 27px;
    border-right: none;
}

.el-input-group__append {
    border-radius: 0 27px 27px 0;
    background: #fff;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #d8dce5;
}