﻿*{
    margin: 0px;
    padding: 0px;

}
html{
    font-size:14px;
    color: #4c4c4c;
}
body{
    font-family: 微软雅黑,楷书,宋体;
    border:0;
    background: #fff;
}
a{
    text-decoration:none;
    color: #4c4c4c;
}
a:hover{
    color:#000;
}
ul li{
    list-style: none;
}
img {
    border:none;
    padding:0px;
    margin:0px;
}
iframe{
    border: none !important;
}
table{
    border-collapse:collapse !important;
}
.cb{
    clear: both;
}
textarea{
    outline: none;
    resize:none;
    overflow-y: auto;
}
.eliminate{
    width: 100%;
    overflow: hidden;
}

.bk{
    word-break:break-all;
}
.db{
    display: block;
    overflow: hidden;
}
.dl{
    display: inline-block;
}
.a_po{
    position: absolute;
    top:4px;
    right: 1%;
    font-size: 12px;
    font-weight: 100;
    color: #87868b;
}
.bor{
    box-sizing:border-box;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
/*em,i{*/
/*    font-style:normal;*/
/*}*/

.bold{ font-weight: bold;}
.text-center{ text-align: center;}
.text-left{ text-align: left;}
.border{border: 1px #d9d9d9 solid;}
.border1{border: 1px #00bd3a solid;}
.margin-auto{ margin: auto; }
.ycyc-one{
    display: -webkit-box; /* 必须设置为这个值 */
    -webkit-line-clamp:1; /* 限制显示的行数 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    overflow: hidden; /* 隐藏溢出的内容 */
   }
   .ycyc-two{
    display: -webkit-box; /* 必须设置为这个值 */
    -webkit-line-clamp:2; /* 限制显示的行数 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    overflow: hidden; /* 隐藏溢出的内容 */
   }
   .ycyc-three{
    display: -webkit-box; /* 必须设置为这个值 */
    -webkit-line-clamp:3; /* 限制显示的行数 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    overflow: hidden; /* 隐藏溢出的内容 */
   }


   .buju{ display: flex; justify-content: space-between; flex-wrap:wrap ;}
   .buju1{ display: flex; justify-content: flex-start; flex-wrap:wrap ;}
   .buju2{display: flex; justify-content: flex-start; align-items: center; }
   .buju3{display: flex; justify-content: space-between; align-items: center; }

.size18{ font-size: 18px;}
.lin-height30{ line-height: 30px;}
.block{ display: block;}
.width-49{ width: 49%;}
.width-32{ width: 32%;}
.width-23{ width: 23%;}
.width-16{ width: 15.5%;}
.relative{ position: relative;}
.zhengfang{aspect-ratio: 1 / 1; background-color: #eee; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 5px;}
.zhengfang img{ height: 100%; }
.sibisan{aspect-ratio: 1 / 0.65; background-color: #eee; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.sibisan img{ height: 100%; }