h1,h2,h3{font-size: 14px;}
::-webkit-input-placeholder{color: #999}
.site-home {
	overflow-x: hidden; 
	background-color: #F6F6F6;
}
/* 布局 */
.site-inline{font-size: 0;}
.site-tree, .site-content{display: inline-block;  *display:inline; *zoom:1; vertical-align: top; font-size: 14px;}
.site-tree{width: 220px; min-height: 900px; padding: 5px 0 20px;}
.site-content{width: 899px; min-height: 900px; padding: 20px 0 10px 20px;}

/* 头部 */
.header{height: 80px; border-bottom: 1px solid #404553;  background-color: #393D49;}
.logo{position: relative;/* left: 70px; */}
.logo img{width: 80px; height: 80px;}
.logo1 img{width: 120px; height: 80px;}
.header .layui-nav{position: absolute; right: 0; top: 0; padding: 0; background: none;}
.header .layui-nav .layui-nav-item{margin: 0 20px; }
.header .layui-nav .layui-nav-item[mobile]{display: none;}

.header .layui-container .logo{left: 15px;}
.header .layui-container .layui-nav{right: 15px;}

.header-index{background-color: #FFFFFF; border: none;}
.header-index .site-banner-bg{}
.header-index[spring]{background-color: #0D1206}
.header-index[summer]{background-color: #0A0E11}
.header-index[autumn]{background-color: #100903}
.header-index[winter]{background-color: #06041C}


/* 底部 */
.footer{padding: 30px 0; line-height: 30px; text-align: center; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: 50px; padding: 5px 0;}
.footer a{padding: 0 5px;}

.footer-demo p{display: inline-block; vertical-align: middle; height: 50px; padding-right: 10px;}
.footer-demo .site-union{position: relative; top: -9px;}


/* 描述字体 */
@font-face {font-family: 'webfont-desc';
  src: url('//at.alicdn.com/t/webfont_eovt4pxxy5.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_eovt4pxxy5.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_eovt4pxxy5.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_eovt4pxxy5.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_eovt4pxxy5.svg#思源黑体-极细') format('svg'); /* iOS 4.1- */
}
.web-font-desc{
  font-family:"webfont-desc" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 适配多设备 */
@media screen and (max-width: 750px) {
  .layui-main{width: auto; margin: 0 10px;}
  .logo,
  .header-demo .logo{left: 10px;}
  .component{display: none}

  .header .layui-nav-child{left: auto; right: 0;}
  .header .layui-nav .layui-nav-item{margin: 0;}
  .header .layui-nav .layui-nav-item a{padding: 0 20px;}
  .header .layui-nav .layui-nav-item[pc]{display: none;}
  .header .layui-nav .layui-nav-item[mobile]{display: inline-block;}

  body .layui-layout-admin .footer-demo{position: static; height: auto; line-height: 30px;}
  .footer-demo p{height: auto;}
  body .layui-layout-admin .site-demo{}
}



@-webkit-keyframes site-anim-closeup{ /* 特写 */
  from {-webkit-transform: translate3d(0, 0, 0) scale(1);  opacity: 1;}
  to { -webkit-transform: translate3d(0, 400px, 0) scale(2);  opacity: 0.5;}
}
@keyframes site-anim-closeup{
  from {transform: translate3d(0, 0, 0) scale(1); opacity: 1;}
  to {transform: translate3d(0, 400px, 0) scale(2); opacity: 0.5;}
}
.site-out-up{-webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: site-anim-closeup; animation-name: site-anim-closeup; overflow: hidden;}


/**customer 自定义样式**/

/**导航**/
.layui-nav .layui-nav-item a {
	color: #333333;
}

.layui-nav-tree .layui-nav-item a:hover {
	background-color: #874DD5
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
	color: #874DD5
}
.layui-nav .layui-nav-child a:hover {
/* 	background-color: #f2f2f2; */
	color: #874DD5
}
.layui-nav .layui-nav-more {
	border-width: 3px;
	border-color: #333333 transparent transparent;
}

.layui-nav .layui-nav-mored, .layui-nav-itemed .layui-nav-more {
	margin-top: -6px;
	border-color: transparent transparent #333333
}

.header-index .layui-nav * {
    font-size: 18px;
}

/**按钮**/
.layui-btn {
/*     background-color: #874DD5; */
/*     border-left: 1px solid rgba(255, 255, 255, .5); */
/*     color: #333; */
    /* background-color: #F8F8F8;
    border: 1px solid #874dd5;
    color: #874dd5; */
}

.layui-btn-group-c{
	/* border: 1px solid #874DD5; */
    top: 25px;
    right: 0;
    position: absolute;
}
.line {
	color: #874DD5;
    height: 69px;
}

.btnc {
    background-color: #FFFFFF;
/*     border-left: 1px solid #874DD5; */
    color: #874DD5;
    height: 30px;
    line-height: 30px;
}

.btn {
	background-color: #874DD5;
    border: 1px solid #874DD5;
    color: #F8F8F8;
    height: 30px;
    line-height: 30px;
}
.btn1 {
	background-color: #F8F8F8;
    border: 1px solid #874DD5;
    color: #874DD5;
    height: 30px;
    line-height: 30px;
}

    
.layui-btn-group .layui-btn {
    border-left: 1px solid #874DD5;
}


.layui-btn:hover {
	color: #393d49;
}

.nav_c {
	top: 22px;
    position: relative;
    left: 38%;
    color: #333;
    font-weight: bold;
}

.nav_c a:hover {
/* 	background-color: #f2f2f2; */
	color: #874DD5 !important
}
a:hover {
	color: #874dd5
}

/***/
.wapper {
	padding: 40px 60px 0px 60px;
}
.wapper-content {
	padding: 0px 35px 0px 65px;
}
.wapper-bus {
	padding: 41px 0px 0px 0px;
}
.wapper-carousel {
}
.wapper-carousel img{
	background-size:contain|cover;
	width:100%;
	height: auto;
}

/* 文章 start**/
.kr_article_list ul li {
    border-bottom: 1px solid #e6e8eb;
    margin-top: -1px;
}

.kr_article_list ul li .inner_li {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 7.5rem;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
}

.kr_article_list .h5_mark {
    display: none;
    line-height: 1;
}
.kr_article_list .mark {
    position: absolute;
    top: .4rem;
    left: .4rem;
    display: block;
    padding: 0 .5rem;
    color: #fff;
    background: rgba(0,0,0,.5);
    font-size: .6rem;
    text-align: center;
    border-radius: 1rem;
    z-index: 11;
}

.kr_article_list .img_box.list-img-loaded {
    background-color: #fff;
}
.kr_article_list .img_box {
    float: left;
    width: 13rem;
    height: 7.5rem;
    position: relative;
    overflow: hidden;
    background-color: #c3c3c3;
}
.kr_article_list .img_box div {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.kr_article_list .img_box img, .kr_article_list .img_box img {
    transition: .7s;
}

.kr_article_list .img_box img {
    width: 100%;
}
.load-img.fade {
    opacity: 1;
}
.load-img {
    opacity: 0;
    transition: opacity .3s ease;
}
img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

.kr_article_list .img_box img:hover, .kr_article_list .img_box img:hover
	{
	transform: scale(1.05)
}

.kr_article_list .mark {
    position: absolute;
    top: .4rem;
    left: .4rem;
    display: block;
    padding: 0 .5rem;
    color: #fff;
    background: rgba(0,0,0,.5);
    font-size: .6rem;
    text-align: center;
    border-radius: 1rem;
    z-index: 11;
}

.kr_article_list .intro {
    margin-left: 14rem;
    font-size: .65rem;
    line-height: 1.5;
    word-break: break-all;
    color: #828a92;
    height: 100%;
    position: relative;
}

.kr_article_list .intro h3 {
    font-size: .9rem;
    max-height: 2.8em;
    font-weight: 600;
    margin-bottom: .25rem;
    line-height: 1.4em;
    color: #3d464d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.kr_article_list .intro h3:hover {
	color: #874DD5;
}

.kr_article_list .intro .abstract {
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.1rem;
    max-height: 3.3rem;
}

.kr_article_list .info {
    font-size: .65rem;
    word-break: break-all;
    color: #828a92;
    position: absolute;
    line-height: 1.2;
    vertical-align: middle;
    bottom: 1rem;
    width: 100%;
    padding-left: 14rem;
}

.kr_article_list .info-list, .kr_article_list .tags-list {
    display: inline-block;
    white-space: nowrap;
}
.kr_article_list .info-list {
    padding-right: 2rem;
}
.kr_article_list .info .user-info {
    vertical-align: middle;
    display: inline-block;
}
.kr_article_list .info .name {
    color: #999;
    margin: 0;
}
.kr_article_list .info .oblique_line {
    padding: 0 .1rem;
    margin: 0;
}

.kr_article_list .info .time-div, .kr_article_list .info .user-info-point {
    vertical-align: middle;
    display: inline-block;
}

.kr_article_list .info .h5_time {
    display: none;
}
/* 文章 end**/



.rightlib {
    display: table-cell;
   /* width: 320px;*/
    vertical-align: top;
    -ms-flex-order: 2;
    order: 2;
}

/* .index_36kr  */.rightlib {
   /* width: 290px;*/
    padding-top: .75rem;
}
.rightlib .pad_inner {
    font-size: .65rem;
    margin-bottom: 2.5rem;
}

.biggie_word {
    width: 100%;
}

.rightlib.cover_css h3 {
    font-size: .8rem;
    color: #3d464d;
    margin: 0 auto 1rem;
    padding: .8rem 0;
    text-align: left;
    border-top: 2px solid #874dd5;
    border-bottom: 1px dashed #e6e8eb;
}
.cover_css_financial h3 {
    font-size: 20px;
    color: #3d464d;
    margin: 0 auto 1rem;
    padding: .8rem 0;
    text-align: left;
    border-top: 2px solid #874dd5;
    border-bottom: 1px dashed #e6e8eb;
    margin-left: 40px;
    margin-right: 90px;
}
.cover_css_financial{
   text-align: center;
}
.cover_css_fuwufenlei h3 {
    font-size: 20px;
    color: #3d464d;
    margin: 0 auto 1rem;
    padding: .8rem 0;
    text-align: left;
    border-top: 2px solid #874dd5;
    border-bottom: 1px dashed #e6e8eb;
}
.cover_css_fuwufenlei {
    padding: 0px 0px 27px 0px;
}
#fuwufenlei {
    font-size: 15px;
    padding: 0px 0px 190px 30px;
}


.rightlib.cover_css h3 span {
    display: inline-block;
    padding: 0 .5rem 0 0;
    position: relative;
    z-index: 1;
}

.biggie_word .biggie_list {
    margin-top: 50px;
}

.biggie_word .biggie_list li {
    position: relative;
    border: 1px solid #e6e8eb;
/*     margin-bottom: 65px; */
    margin-left: 21px;
    width: 230px;
    float: left;
    
}

.biggie_word .biggie_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.biggie_word .biggie_list li .biggie_photo {
    position: absolute;
    top: -35px;
    left: 72px;
    width: 87px;
    height: 80px;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.biggie_word .biggie_list li .biggie_name {
    text-align: center;
    font-size: 20px;
    color: #262a2f;
    padding-top: 40px;
    width: 230px;
    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	line-height: 26px;
}
.biggie_word .biggie_list li .biggie_name_project {
    text-align: center;
    font-size: 14px;
    color: #262a2f;
    padding: 15px 5px 0px 5px;
    height: 30px;
}

.biggie_word .biggie_list li .biggie_content {
    font-size: 14px;
    line-height: 22px;
	height: 160px;
    color: #464c56;
    padding: 20px;
    padding-top: 5px;
    overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:8; 
}

/*资讯*/

.hot_article.hot_posts {
    font-size: .65rem;
    margin: 0;
}


.am-list {
    margin-bottom: 1.6rem;
    padding-left: 0;
}
.hot_article.hot_posts li {
    border: 0 none;
    background-color: transparent;
    position: relative;
    line-height: 1rem;
    margin-bottom: 1rem;
    min-height: 70px;
}
.am-list>li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-width: 1px 0;
}
.hot_article.hot_posts li .img-cover {
    position: relative;
    width: 100%;
    height: 9rem;
    border-radius: 4px;
    overflow: hidden;
}

.hot_article.hot_posts li .img-cover a {
    width: 100%;
    height: 100%;
    z-index: 99;
    display: inline-block;
    overflow: hidden;
}
.hot_article.hot_posts li .img-cover span {
    position: absolute;
    left: .6rem;
    display: inline-block;
    width: 2.75rem;
    height: 1rem;
    background-color: #ff4343;
    background-size: cover;
    z-index: 10;
}
.hot_article.hot_posts li .img-cover span:before {
    position: absolute;
    top: 1rem;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ff4343;
    border-right: 27.5px solid transparent;
    border-left: 0 solid transparent;
}
.hot_article.hot_posts li .img-cover span>b {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.hot_article.hot_posts li .img-cover span:after {
    position: absolute;
    top: 1rem;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ff4343;
    border-left: 24.5px solid transparent;
    border-right: 0 solid transparent;
}
.hot_article.hot_posts li .img-cover .img-cell {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    transition: .7s;
}
.hot_article.hot_posts li .img-cover .article-title {
    position: absolute;
    bottom: 0;
    padding: .7rem 1rem;
    color: #fff;
    width: 86%;
    background-color: rgba(0,0,0,.3);
    font-size: .7rem;
    border-radius: 0 0 4px 4px;
}
.hot_article.hot_posts li .img-cover .article-title .article-wrapper {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hot_article.hot_posts li.no-billing {
    display: none;
}
.hot_article.hot_posts li {
    border: 0 none;
    background-color: transparent;
    position: relative;
    line-height: 1rem;
    margin-bottom: 1rem;
    min-height: 70px;
}
.am-list>li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-width: 1px 0;
}
.hot_article.hot_posts li .img-left-cover {
    position: relative;
    float: left;
    width: 6.3rem;
    height: 4.4rem;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.hot_article.hot_posts li .img-left-cover a {
    overflow: hidden;
}
.hot_article.hot_posts li .img-left-cover a span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .6rem;
    padding: 0 .5rem;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 4px 0 0 0;
    z-index: 2;
}
.hot_article.hot_posts li .img-left-cover .img-cell {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    transition: .7s;
}
.hot_article.hot_posts li .right-article {
    margin-left: 6.8rem;
}

.hot_article.hot_posts li .text_link, .hot_article.hot_posts li h4 {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.1rem;
    color: #666;
    max-height: 51px;
    overflow: hidden;
}
.hot_article.hot_posts li .text_link a, .hot_article.hot_posts li h4 a {
    color: #3d464d;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hot_article.hot_posts li .time_about {
    position: absolute;
    bottom: 0;
    color: #999;
    font-size: .7rem;
    margin-top: .25rem;
}

.img-cell:hover {
	transform: scale(1.05)
}

/************************************************************/
.layadmin-shortcut li .layui-icon {
    display: inline-block;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 2px;
    font-size: 30px;
    background-color: #F8F8F8;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    transition: .3s;
}

.layui-icon:hover {
	transform: scale(1.05);
	color: #874DD5;
}

.layadmin-shortcut li cite {
    position: relative;
    top: 2px;
    display: block;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.layadmin-shortcut li {
    text-align: center;
}


/***/
.input_c {
    border: none;
    border-bottom: 1px solid #e2e2e2;
}
.login_f {
    padding: 30px;
    margin-bottom: 30px;
}


.buttom_c{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	position: absolute;
    color: #333;
    width: 100%;
    bottom: 0px;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0;
}

.buttom_c a {
	color: #874DD5;
}

.border {
	height: 60px;
    padding: 18px 0px 0px 30px;
    text-align: left;
    font-size: 14px;
/*     border: 1px solid #e6e8eb; */
    height: 60px;
    padding: 18px 0px 0px 30px;
    text-align: left;
    border-left: 1px solid #e6e8eb;
    border-bottom: 1px solid #e6e8eb;
    /* border-right: 1px solid #e6e8eb; */
}
.border_r {
    border-right: 1px solid #e6e8eb;
}

.border:hover {
	background-color: #F6F1FC;
	
}


.dev_line {
	margin-bottom: 10px;
	
}

.dev_cell_header {
    height: 60px;
    padding: 18px 0px 0px 30px;
/*     text-align: center; */
    font-size: 20px;
    color: #FFFFFF;
}
.more {
	font-size: 11px;
    padding: 5px;
}

.home_line {
	margin-bottom: 20px;
}

.flow_bg {
	background: url(../images/872.png) no-repeat;
    height: 160px;
    width: 100%;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	margin-bottom: 25px;
}

.flow_bg .text {
	position: relative;
    top: 30%;
    left: 38px;
    color: #FFFFFF;
    font-size: 40px;
}

.flow1 {
	background: url(../images/20321.png) no-repeat;
    height: 30px;
    width: 160px;
    padding: 5px 0px 0px 43px;
}

.flow1 .number {
	border-radius: 50%;
    position: absolute;
	top: 6px;
    left: 14px;
    color: #874dd5;
    width: 15px;
    height: 15px;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #f0f0f0;
    background-color: #f2f2f2;
}
.flow1 .text {
	color: #FFFFFF;
}

.flow2 {
	background: url(../images/20311.png) no-repeat;
    height: 30px;
    width: 180px;
    padding: 5px 0px 0px 50px;
}
.flow3 {
	background: url(../images/2034.png) no-repeat;
    height: 30px;
    width: 165px;
    padding: 5px 0px 0px 50px;	
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;
	background-size:100% 100%; 
}

.flow2  .number , .flow3 .number {
	border-radius: 50%;
    position: absolute;
	top: 6px;
    left: 26px;
    color: #AEAEAE;
    width: 15px;
    height: 15px;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #f0f0f0;
    background-color: #f2f2f2;
}

.wapper-bus form {
    width: 865px;
    border: 1px solid #874dd5;
    margin: 5px auto;
    background-color: #FFFFFF;
}

.wapper-bus .layui-form-item {
    padding: 0px 5px 0px 0px;
}

.nav_me {
	height: 60px;
    top: -5px;
    width: 197px;
   	background: url(../images/203.png) no-repeat;
    position: relative;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;
	background-size:100% 100%; 
}
.nav_me .nav_me_text {
	position: relative;
    top: 10px;
    left: 15px;
}

.nav_me .icon {
	width: 35px;
    height: 36px;
    position: relative;
    top: 11px;
    left: 10px;
}


/*tabs*/
.layui-tab-brief>.layui-tab-title .layui-this {
	color:#874dd5
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #874dd5;
}

.order_list {
    padding-top: 20px;
}

.order_list .title {
    height: 30px;
    margin-left: 25px;
    font-weight: bold;
    font-size: 18px;
}

.order_list .date {
    height: 30px;
    color: #7C7A71;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}

.order_list .state {
    color: #7C7A71;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}
.order_list .name {
    color: #7C7A71;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

.order_list .btn {
  margin-top: 15px;
}



.abort {
	
}
.abort .title {
	margin-top: 10px;
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
}

.abort .name {
	margin-top: 10px;
    font-size: 23px;
    color: #4A4A4A;
    text-align: center;
}

.abort .des {
	padding: 21px 100px 0px 100px;
    color: #626262;    
    margin-bottom: 15px;
}


.am-cf:after, .am-cf:before {
    content: " ";
    display: table;
}

.am-cf:after {
    clear: both;
}

.am-cf li {
    margin-bottom: 65px;
    margin-left: 15px;
    width: 177px;
}

.am-cf .line11 {
    margin-bottom: 30px;
}

.am-cf li:hover {
	background-color: #F6F1FC;
	
}

.biggie_word .biggie_list li .name {
	text-align: center;
    color: #262a2f;
	height: 25px;
	font-size: 18px;
	margin-top: 15px;
    margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1; 
}

.biggie_word .biggie_list li .des {
	line-height: 22px;
	height: 67px;
	margin-top: 5px;
	padding: 0px 8px 0px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3; 
}


.erweimadiv {
	width: 550px;
	float: right;
	margin-right: 50px;
}

.wapper-bus .layui-row {
	width: 865px;
	margin: auto;
}