.layui-carousel-ind{
	margin-left:800px;
	width:400px;
}
body{
    background-image:url(../img/body_bgr.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.layui-carousel-ind>ul{
	background-color:transparent;
}
.layui-carousel-ind>ul>li{
	background-color:rgb(208,208,208);
}
.layui-carousel-ind>ul>.layui-this{
	background-color:#1a883b;
}

.zixun_title {
	font-size: 20px;
 color: deepskyblue;
 margin: 20px 0px 20px 0;
 text-align: center;
  color:#1e4b8f;
}
	.zixun_title:first-child{
		font-size:35px;
	}
    .zixun_title:nth-child(2) {
        padding: 0 72px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
        margin: 20px 0px 35px 0;
    }
	.zixun_lunboWrap {
		width: 100%;
	}
	.zixun_lunboWrap>span{
		width:680px;
		height:400px;
		display:inline-block;
		/* background-image:url(../img/lunbo1.png); */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.lunbo_newContent{
		max-height:240px;
		overflow:hidden;
		font-size:15px;
		color:#333;
        line-height:30px;
        text-indent:2em;
        letter-spacing:2px;
	}
	.zixun_lunboWrap>div{
		width:500px;
		padding:30px 20px;
		box-sizing: border-box;
	}
		.zixun_lunboWrap > div > .title {
			font-size: 22px;
			color: #333;
			text-align:center;
			margin-bottom: 20px;
			line-height: 33px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
        .day_hot:first-child{
            margin-top:0
        }
        .day_hot{
            margin-top:20px;
        }
	
	.new_content{
		margin-top:20px;
		min-height:350px;
	}
	.new_textWrap>.biaoti{
		font-weight: bold;
		font-size:15px;
		letter-spacing: 1px;
		padding:5px 20px;
		border-bottom:1px solid #e0e0e0;
		color:#000;
       
	}
	.new_textWrap{
		padding:0 0 0 20px;
        width:915px;
        display:inline-block;
        max-height:1196px;
        overflow:hidden;
	}
	.new_textWrap>a>div:hover{
		cursor:pointer;	
		background-color:#f0f0f0;
	}
	.new_textWrap>a>div{
		border-bottom:1px solid #e0e0e0;
		padding:20px 0 30px 0;
	}
	.new_textWrap>a>div>.left_img{
		    width: 200px;
		    height: 150px;
		    background-image: url(../img/binglang.png);
		    background-size: cover;
		    background-position: center;
		    margin-right: 20px;
		    background-repeat: no-repeat;
	}
	.new_textWrap>a>div>.right{
		width:100%;
        height:101px;
	}
	.new_textWrap>a>div>.right>.time{
		text-align: right;
		font-size: 13px;
		color:#999;
		margin-bottom:5px;
	}
	.new_textWrap>a>div>.right>.title{
		font-size:18px;
		color:#000;
        font-weight:bold;
		margin-bottom:10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		
	}
	.new_textWrap>a>div>.right>.text-content{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		font-size:14px;
		color:#666;
		line-height: 25px;
	}
	.page_Wrap{
		margin:50px 0 30px;
		text-align: center;
		font-size:13px;
	}


