html {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    width: 100%;
    position: relative;
    color: #333333;
    font-size: 16px;
    font-family: Microsoft YaHei, Simsun, SimHei, Arial;
    -webkit-text-size-adjust: none;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    padding: 0;
    margin: 0;
}

li,
ol,
ul {
    list-style: none;
}

img {
    border: none;
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 0.9375em;
    border: 0px
}

input:focus,
textarea:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #fff;
}

div{
    box-sizing: border-box;
}
/* flex布局 */
.flex{
    display: flex;
    justify-content: space-between;
}
.flex1{
    display: flex;
}
.flex2{
    display: flex;
    align-items: center;
}
.flex3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex4{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex6{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* font */
.font{
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.font2{
    overflow:hidden;
    text-overflow:ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* none */
.none{
    display: none;
}
/*pagediv*/
.pagediv{padding:20px 0; font-size:14px; color:#555; line-height:28px; text-align:center; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #555;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px; 
}
.pagediv  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background:#1b63db; border-color:#1b63db; color:#fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}
.page_jump{margin-left: 4px;}
.page_jump a{margin-left: 6px;}
.cj_k{width:860px; float:left;}
.yjs_k{ width:310px; float:right; height:200px;}
.yjs_k1{ width:100%; margin-bottom:10px; height:90px; font-size:22xp; line-height:90px; background: #1b63da ;}