
body {
    width: 15rem;
    height: auto;
    margin: 0 auto;
    font-family: Hiragino Sans GB;
    background-color: #fff;
    overflow-x:hidden;
}

.news_detail_img {
    width: 100%;
}

.news_detail_img_desc {
    color: rgb(128, 128, 128);
    font-size: .61rem !important;
    padding-top: .1rem;
}

[v-cloak] {
    display: none !important;
}

.box {

}

/*专题*/
.special {
    padding-bottom: 45px;
}

.specialHead img {
    max-width: 100%;
    margin-bottom: .4rem;
}

.specialHead p {
    font-size: .52rem;
    line-height: .66rem;
    padding: 0 .52rem;
}

.specialConTitle {
    margin: .6rem 0;
}

.specialConTitle h2 {
    padding-left: .52rem;
    width: 14.48rem;
    height: 1.3rem;
    line-height: 1.3rem;
    color: #232323;
    font-size: .56rem;
    background: #eef1f6;
}

.specialConTitle h2 span {
    color: #333333;
    float: right;
    font-size: .4rem;
    font-weight: normal;
    margin-right: .1rem;
}

.specialConList {

}

.specialConList ul li {
    padding: 0 .55rem;
    height: 3.6rem;
}

.specialConList ul li:last-child {
    height: 0;
}

.specialConList ul li .specialArtBox div {
    float: left;

}

.specialArtImgBox {
    width: 4rem;
}

.specialArtImgBox img {
    width: 100%;
    height: 3rem;
}

.specialArtTitleBox {
    width: 9.8rem;
}

.specialArtTitleBox h2 {
    margin-left: .6rem;
    font-size: .5rem;
    font-weight: normal;
    line-height: .9rem;
}

/*底部点击更多按钮*/
.centerBottom {
    text-align: center;
    padding: .4rem 0;
}

.centerBottom input {
    width: 50px;
    display: inline-block;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 0px;
}

/*定义滚动条轨道*/
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
