body{
	background-color: #ddd !important;
}
libg{
	background-color: #ffffff !important;
}
.tianqi{
	width: auto;
    height: 50px;
    display: flex;
    float: right;
    align-items: center;
}
.tianqi span{
	margin-right: 2rem;
}
/*part2*/
.div-sousuo{
	position: absolute;bottom: 30px;left:33%;
}
.xiao_lb{
	width:62%;

}
.xiao_lb img{
	height: auto !important;
}
.content_toutiao{
	width:38%;padding: 0  0 5px 15px
}
.lg_toutiao{
	display: flex;justify-content:space-between;align-items: center;
}
.lg_center{
	display: flex;justify-content: center;margin-bottom:1rem;
}
.lg_toutiao span{
	padding:1rem;/*font-weight: 600;*/color: #333333
}
.right_space{
	margin-right: 6px;
}
.toutiao_oneli{
	font-size: 1.6em;
}
.toutiao_oneli2{
	font-size: 1.6rem;
}
.toutiao_xiaooneli{
	font-size: 20px;
}
.img_jjxz{
	width:100%;
	height: 150px;
  cursor: pointer;
  transition: all 0.6s;
}
.img_jjxz:hover{
  transform: scale(1.4);
}
/*//浮着的手机*/
.floatphone{
	position: absolute;top:-80px;right: 20px;z-index: 10;
}
/*/放大元素*/
.floatphone:hover{
	/* hover放大 */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    zoom: 1.05;
}
/*//放大第二手机*/
.am-animation-scale-up:hover{
	/* hover放大 */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    zoom: 1.05;
}
  /*li文字放大类*/
 .litext:hover{
 	 -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    zoom: 1.05;
    color:#e9a26f;
 }
/*不允许换行*/
/*div{width:300px;border:1px solid red;margin:10px;}*/
.nowrap{
	display:block;             /*内联对象需加*/
	width:36em;

	word-break:keep-all;       /* 不换行 */

	white-space:nowrap;        /* 不换行 */

	overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */

	text-overflow:ellipsis;    /*溢出时显示省略标记...；需与overflow:hidden;一起使用*/
	}
	
.nowrap1{
	display:block;             /*内联对象需加*/
   width:100%;
	word-break:keep-all;       /* 不换行 */

	white-space:nowrap;        /* 不换行 */

	overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */

	text-overflow:ellipsis;    /*溢出时显示省略标记...；需与overflow:hidden;一起使用*/
	}
.nowrap1 a{
	display:block;             /*内联对象需加*/
	width:95%;

	word-break:keep-all;       /* 不换行 */

	white-space:nowrap;        /* 不换行 */

	overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */

	text-overflow:ellipsis;    /*溢出时显示省略标记...；需与overflow:hidden;一起使用*/
	}
	
/*头部*/
.am-btn-primary {
    background-color: #e9a26f !important;
    }
.am-input-group-primary .am-input-group-primary .am-form-field {
    border-color: #e9a26f !important;
}
.topic img {
    height: 80px !important; 
    width: 100%;
    display: block;
}
.libgnone{
	background-color: #ffd1af !important;
}
.m{ width: 490px; height: 380px; margin-left: auto; margin-right: auto;}
.mp3ul{
	width:98%;overflow:hidden;margin:2em auto;display: flex;justify-content: space-between;
}
.mp3li{
	background-color:#ffd1af;border:1px solid #D2691E;border-radius: 6px;padding: 1em 2em;
}
    /* 分享 */   
.bds_sqq {
     background-position: auto!important;
} 
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 0px!important;
    line-height: 16px;
    height: 16px;
    background-image: url()!important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

/*网站所有字的大小*/
.li_fontsize{
	font-size:1.2em;   
}

/*下方的那个图片换二维码*/