.lmmc {
	background-color: #fefefe;
	padding-top: 20px;
	margin-bottom: 20px;
}

.lmmc_bg {
	color: #999;
}

.lmmc_bg span {
	font-weight: normal;
	color: #333333;
	margin-right: 15px;
}
.list{
}
.list ol li{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s ease 0s;
    border-bottom: 1px #ecebeb solid;
}
.list ol li .item-left,.list ol li .item-left img{
	height: 130px;
	overflow:hidden;
}
.list ol li .item-left img{
	width: 100%;
	object-fit: cover;
}
.list ol li .item-right{
	display: block;
	position: relative;
}
.list ol li .item-right h2{
	padding: 0 10px 0 15px;
	font-size: 18px;
	line-height: 20px;
}
.list ol li .item-right p{
	height: 44px;
	line-height: 1.58;
	color: #666;
	font-size: 15px;
	padding: 0 10px 0 15px;
}
.list ol  li .item-right .item-meta{
	color: #868686;
	padding: 15px 10px 15px 15px;
	font-size: 13px;
}

.pagesize {
	text-align: center;
	margin-bottom: 1.5rem;
}

.pagesize li {
	display: inline-block;
	margin-top: 1em;
	padding: 2px 5px;
}

.pagesize li.active span {
	color: #ff5370;
	padding: 0 .2rem;
}

.list_right {
	padding-left: 26px;
}
.click_order{
	overflow:hidden;
	box-sizing: border-box;
	padding: 15px;
	background-color: #f2f2f2;
}
.click_order li:first-child img{
	height:267px;
	object-fit:cover;
	width:100%;
}
.click_order li:first-child{
	z-index:1;
}
.click_order li:last-child{
	background-color: #fff;
	margin: -15px 15px 0;
	padding: 15px;
	z-index: 2;
	position: relative;
}
.click_order li:last-child a:first-child{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.click_order li:last-child a{
	margin-bottom: 15px;
}
.tuijian{
	margin-bottom:10px;
}
.tuijian li:last-child{
	display: none;
}
.banner-right{
	background: #f2f2f2;
}
.banner-right{
	padding: 15px 15px 0;
	font-size: 15px;
	box-sizing: border-box;
}
.banner-right li:first-child,.banner-right li:last-child{
	margin-bottom:13px;
}
.banner-right li:first-child a,.hot-left li:first-child a,.hot-right li:last-child a{
	display:block;
	position:relative;
}
.banner-right li:first-child img,.hot-left li img,.hot-right li:last-child img{
	width: 100%;
	object-fit: cover;
}
.banner-right li:first-child img,.hot-right li:last-child img{
	height: 267px;
}
.banner-right li:first-child p,.hot-left li:first-child p,.hot-right li:last-child p{
	position:absolute;
	bottom:0;
	padding:0 5px;
	line-height: 40px;
	width: 100%;
	color: #fff;
	box-sizing:border-box;
	background: url(../images/star_shadow_bg.png) repeat-x;
}
.banner-right li{
    line-height: 40px;
    overflow: hidden;
}
.hot-right ul{
	border-top: 1px solid #ececec;
	margin-top: -20px;
	padding-top: 25px;
}
.hot-right ul li{
	margin-top: 12px;
	border-bottom:1px solid #f2f2f2;
	line-height:40px;
	font-size:15px;
}
.hot-right ul li:last-child,.hot-right ul li:nth-last-child(2){
	border-bottom:none;
}
.hot_order{
	border-top: 1px solid #a7a7a7;
	margin-top: -51px;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.hot_order li{
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 15px;
	width: auto;
	margin-bottom: 10px;
	position: relative;
}
.hot_order li span {
    color: #545454;
    font-size: 20px;
    font-style: oblique;
    padding-right: 10px;
}
.hot_order li:nth-child(1) span {
    color: #ff4800;
}
.hot_order li:nth-child(2) span {
    color: #ff4800;
}
.hot_order li:nth-child(3) span {
    color: #ff4800;
}
.small_t {
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    color: #333;
}
.small_t h4{
	margin:0 auto;
	width:100px;
	text-align:center;
	background-color:#f2f2f2;
}

.article {
	padding-top:20px;
}

.breadcrumb {
	color: #9c9c9c;
	padding: 0 0 1rem;
	box-sizing: border-box;
}
.breadcrumb a {
	color: #2191f0;
	margin-right: .3rem;
}

.article-head,
.article-body,
.article-relation,
.article .list_right {
}
.article-left{
	padding-right:20px;
	box-sizing:border-box;
}
.article-head h1{
	text-align:center;
}
.article-head .des {
	margin-top: .8rem;
	color: #9c9c9c;
	justify-content: center;
}

.article-head .des time {
	margin-right: .5rem;
}

.article-head .des span {
	margin-left: .5rem;
}

.article-body {
	margin-top: 20px;
}

.article-body p,
.article-body div {
	margin-bottom: .8rem;
	color: #545454;
	text-align: justify;
	line-height: 28px;
}

.article-body img {
	display: block;
	margin: 1rem auto;
	max-width: 600px;
	width: 100% !important;
	height: auto !important;
}

.article-tips {
	padding: 20px;
    background: #f2f2f2;
    color: #888;
    font-size:14px;
}

.s-top-b {
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #f1ecec;
}

.s-top-b span {
	padding-right: 1em;
	width: 50%;
}

.s-top-b span a {
	padding: .2rem;
}

.s-top-b span:last-child {
	text-align: right;
}
.small_r{
	border-bottom: 3px solid #757575;
	padding-bottom: 10px;
}
.article-relation li{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s ease 0s;
    border-bottom: 1px #ecebeb solid;
}
.article-relation li .item-left,.article-relation li .item-left img{
	height: 130px;
	overflow:hidden;
}
.article-relation li .item-left img{
	width: 100%;
	object-fit: cover;
}
.article-relation .item-right{
	display: block;
	position: relative;
}
.article-relation .item-right h2{
	padding: 0 10px 0 15px;
	font-size: 18px;
	line-height: 20px;
}
.article-relation .item-right p{
	height: 44px;
	line-height: 1.58;
	color: #666;
	font-size: 15px;
	padding: 0 10px 0 15px;
}
.article-relation .item-right .item-meta{
	color: #868686;
	padding: 15px 10px 15px 15px;
	font-size: 13px;
}