* {
    margin: 0;
    padding: 0;
    list-style: none;
    /* reset */
    font-family: Microsoft YaHei;
    /* 字体 */
    -webkit-box-sizing: border-box;
    /* 边框不增加元素高宽 */
    -moz-box-sizing: border-box;
    /* 边框不增加元素高宽 */
    box-sizing: border-box;
    /* 边框不增加元素高宽 */
}

html {
    width: 100%;
    height: 100%;
}

/* 1rem = 100px */
html,
body {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	 overflow-x: hidden; 
    /* position: absolute;  line-height: 0;*/
}

::-webkit-scrollbar{
    
}

.ellipsis_1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis_3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cur_pointer{
    cursor: pointer;
}
.news{
	padding: 32px 20px 21px 20px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.9);
    /* letter-spacing: 10px; */
    opacity: 1;
}