.banner{
	padding: 5rem 0 0;
}
.banner .layui-carousel{
	border-radius: 4px;
	overflow: hidden;
}
.banner .layui-carousel-ind{
	text-align: center;
	top: -40px;
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
}
.banner .layui-carousel-ind ul{
	background-color:rgba(0,0,0,0) !important;
	padding: 1rem !important;
}
.banner .layui-carousel-ind li.layui-this{
	background-color: #1fba9a !important;
	width:2rem;
	height:10px;
	border-radius:10px;
}
.banner-hot{
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}
.banner-hot a{
	position: relative;
	display:block;
}
.banner-hot a:not(:last-child){
	margin-bottom:10px;
}
.banner-hot a{
	width: 100%;
	height: 100px;
	border-radius: 2px;
	overflow: hidden;
}
.banner-hot a img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	display: block;
	/* z-index:-1; */
}
.banner-hot a p{
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fffc;
	line-height: 25px;
	padding: 0 5px;
	z-index: 1;
	box-sizing: border-box;
	bottom: 0;
	position: absolute;
}

.in-content{
	box-sizing: border-box;
	margin-bottom: 20px !important;
}
.tab{
	background-color:#fff;
	padding: 1rem;
	border-right: 10px solid #f5f5f5;
}
.tab-title{
	display:flex;
    border-bottom: 1px solid rgba(99,99,99,.1);
}
.tab-title li{
	margin-right: 2rem;
	position: relative;
	font-size: 1rem;
}
.tab-title li a{
	line-height: 2rem;
}
.tab-title li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    top: 8px;
    height: 16px;
    right: -16px;
    background: hsla(0,0%,39%,.1);
}
.tab-title li.active a:after{
	position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #1abc9c;
    border-radius: 2px;
    content: "";
}
.tab-title li.active a{
	color: #1abc9c;
}

.tab-content .item-list.active{
	display: block;
}
.tab-content .item-list{
	display: none;
}
.tab-content .item-list li{
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    transition: all .3s ease 0s;
}
.tab-content .item-list li:not(:last-child){
    border-bottom: 1px solid #efefef;
}
.tab-content .item-list li .item-left{display: block;}
.tab-content .item-list li .item-left img{
	width: 100%;
	height: 8rem;
	object-fit: cover;
}
.tab-content .item-list li .item-right{
	display: block;
	position: relative;
	height: 8rem;
}
.tab-content .item-list li .item-right h2{
	margin: 0 0 10px;
	font-size: 1.1rem;
	line-height: 1.4;
}
.tab-content .item-list li .item-right p{
	height: 44px;
	line-height: 1.58;
	color: #666;
	font-size: .9rem;
}
.tab-content .item-list li .item-right .item-meta{
	position: absolute;
	bottom: 0;
	color: #868686;
}
.tab-content .item-list li .item-right .item-meta span{
	padding-left: .5rem;
}
.tab-content .item-list li .item-right .item-meta span i{
	padding-right:.2rem;
}

.index-right{
	background-color: #fff;
	padding-bottom: .5rem;
}
.index-right .hot-right h3{
	border-left: 5px solid #2ebfa1;
	padding-left: .5rem;
	margin: .8rem .5rem .5rem;
}
.index-right .update-list .layui-row:last-child{
	border-bottom: none;
} 

.sec-panel {
    background: #fff;
}
.sec-panel-head {
    padding: 0 15px;
    margin-bottom: 0;
}
.sec-panel-head h2 {
    line-height: 48px;
    border-bottom-width: 1px;font-size: 18px;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid hsla(0,0%,39%,.1);
}
.sec-panel-body {
    padding: 15px;
}
.sec-panel-body a{
	padding-right: .5rem;
}

/****list****/
.lmmc {
	border-bottom: 1px solid #f4f4f4;
	padding-top: 80px;
}

.lmmc_bg {
	height: 30px;
	font-size: 16px;
	color: #999;
}

.lmmc_bg span {
	font-weight: normal;
	color: #333333;
	margin-right: 15px;
}
.list-article {
	margin-bottom: 1rem !important;
}
.pagesize {
	text-align: center;
	margin-bottom: 1.5rem;
}

.pagesize li {
	display: inline-block;
	margin-top: 1em;
	padding: 0.3em;
}

.pagesize li.active,.pagesize li.active span {
	color: #fff;
	background-color: #2f4056;
	padding: .15rem .2rem
}
/****article***/
.article{
	background-color: #fff;
	border-right: 10px solid #f5f5f5;
}
.article-head{
	padding: 2rem 1rem 1rem;
	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{
	box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.05);
	padding: 1rem;
	box-sizing: border-box;
}
.article-body {
	margin-top: .5rem;
}
.article-body p,
.mod_con p{
	margin-bottom: .8rem;
	color: #545454;
	text-align: justify;
	line-height: 28px;
}
.article-body p img,
.article-body div img,
.mod_con img{
	display: block;
	margin: 1rem auto;
	max-width: 600px;
	width: auto !important;
	height: auto !important;
}
.article-tips {
	text-indent: 2em;
}
.s-top-b {
	margin: 2rem 1rem 1rem;
	padding: 1em 0 1.5em 1em;
	padding-bottom: 1.5em;
	font-size: .95em;
	line-height: 25px;
	background-color: #fff;
	border-left: 5px solid #156353;
}
.s-top-b span {
	padding-right: 1em;
	width: 50%;
}
.s-top-b span a {
	padding: .2rem;
	color: #2f4056;
}
.s-top-b span:last-child {
	text-align: right;
}
.dtls-ctn-left-rel-tit{
	border-left: 5px solid #2ebfa1;
	padding-left: .5rem;
	margin: .8rem .5rem .5rem;
}
.article .tab-content{
	padding: 1rem 1rem 0;
}
/****ranking***/
.daoyu{
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	position: relative;
	background-color: #1eba9a;
}
.mod_tit div.left,
.mod_tit div.right{
	width:1px;height:15px;
	position:absolute;
	top:50%;
	margin-top:-8px;
}
.mod_tit_box{width:100%;text-align:center;overflow:hidden;white-space:nowrap;line-height:1em;}
.mod_tit{position:relative;display:inline-block;line-height:1em;font-size: 2rem;color: #ffffff;font-weight:bold;padding:0 25px;}
.mod_tit div.left{left:-1px;}
.mod_tit div.right{right:-1px;}
.mod_tit div:before,
.mod_tit div:after{background:inherit;}
.mod_tit div.left:before,
.mod_tit div.right:before{content:"";width:1px;height:25px;position:absolute;top:50%;margin-top:-13px;}
.mod_tit div.left:before{left:-6px;}
.mod_tit div.right:before{right:-6px;}
.mod_tit div.left:after,
.mod_tit div.right:after{content:"";width:500px;height:1px;position:absolute;top:50%;margin-top:-1px;}
.mod_tit div.left:after{left:-506px;}
.mod_tit div.right:after{right:-506px;}
.bgcolor {
    background-color: #ffffff;
}
.mod_con{
	margin: 2rem 2rem 1rem;
	border: 1px solid #ffffff;
	padding: 1rem 1rem 0;
	border-radius: 0 20px 0 20px;
	background-color: #ffffff;
}
.ranking{
	background-color: #1eba9a;
	margin-top: 0 !important;
}
.mod_title{margin:0 50px;padding:10px 0;text-align:center;overflow:hidden;color: #fff;}
.mod_title .mod_words{display:inline-block;margin:0 auto;padding:0 20px;position:relative;}
.mod_title .mod_words .mod_w1{display:inline-block;font-size: 1.2rem;}
.mod_title .mod_words .mod_w2{ display:inline-block;}
.mod_title .mod_line1{ position:absolute; top:48%; width:650px; height:0; border-bottom-style:solid; border-bottom-width:1px;}
.mod_title .mod_line1.left{ right:100%;}
.mod_title .mod_line1.right{ left:100%;}
.mod_title .mod_line2{ position:absolute; top:48%; width:40px; border-style:solid; border-width:2px 2px 3px 2px; margin-top:-2px;}
.mod_title .mod_line2.left{ right:100%;}
.mod_title .mod_line2.right{ left:100%;}
.mod_body{
	border-left: 5px solid #156353;
	margin: 1rem;
	padding: 1rem;
	background-color: #fff;
}