@charset "utf-8";
/* CSS Document */
/*******css重置*******/



/******************************index-news******************************/
.index-news{background: url(../images/news-bg.jpg)center no-repeat;background-size: 100% 100%;}
/***********新闻资讯-left************/
.id-news-left{float: left;width: 43%;margin-right: 4%;border-radius: 6px;display: block;}
.id-news-left img{width: 100%;margin-bottom: 10px;border-radius: 6px;}

.id-news-box1{display: block;border: 1px solid #d2d2d2;box-shadow: 0 0 2px 2px rgba(0,0,0,0);margin-bottom: 10px;}
.id-news1-top{overflow: hidden;padding: 10px 20px 10px 50px;background: url(../images/news-more1.png)15px center no-repeat;}
.id-news1-top div,.id-news1-top h1{line-height: 45px;height: 45px;}
.id-news1-tit{margin: 0; font-size: 16px;color: #000; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float: left;width: calc(100% - 90px);}
.id-news1-time{font-size: 14px;color: #999;float:right;text-align: right;width:80px;}
.id-news1-txt{margin: 0;font-size: 14px;line-height: 26px;height: 62px;overflow: hidden;color: #666;display: none;text-align: justify;padding: 5px 20px 5px 50px;}

.id-news-box1-on .id-news1-top{background: url(../images/news-more2.png)15px center no-repeat;border-bottom: 1px solid #d2d2d2;}
.id-news-box1-on{box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);}
.id-news-box1-on .id-news1-txt{display: block;}

/***********新闻资讯-right************/
.id-news-cage{overflow: hidden;margin-bottom: 10px;}
.id-news-cage h1{font-size: 18px;line-height: 40px;color: #2e3c63;float: left;margin: 0;}
.id-news-cage a{font-size: 14px;line-height: 40px;display: block;float: right;text-align: right;color:#ce0405;}
.id-news-right{float: left;width: 53%;}
.id-news-box-all>a:last-child{border-bottom: 1px solid #d2d2d2;}
.id-news-box{display: block;border-top: 1px solid #d2d2d2;}
.id-news-top{overflow: hidden;}
.id-news-top div,.id-news-top h1{line-height: 50px;height: 50px;}
.id-news-tit{margin: 0; font-size: 16px;color: #000; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float: left;width: calc(100% - 90px);}
.id-news-time{font-size: 14px;color: #999;float:right;text-align: right;width:80px;}
.id-news-txt{margin: 0;font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #666;margin-bottom: 10px;display: none;text-align: justify;}
.id-news-txt-on{display: block;}

.id-news-box:hover .id-news-tit{color: #1567bb;}
.id-news-box:hover{border-color:#1567bb;}

@media(max-width:1259px){
	.id-news-top div,.id-news-top h1{line-height: 48px;height: 48px;}
	.id-news-txt{height: 26px;}
}

@media(max-width:991px){
	.id-news-left{clear: left;width: 100%;margin-right: 0%;margin-bottom: 20px;}
	.id-news-right{clear: left;width: 100%;}
	.id-news-txt{height: 52px;}
}

@media(max-width:500px){
	.id-news1-top div,.id-news1-top h1{line-height: 40px;height: 40px;}
}

@media(max-width:400px){
	.id-news1-top{padding: 10px 10px 10px 40px;background: url(../images/news-more1.png)10px center no-repeat;}
	.id-news-box1-on .id-news1-top{background: url(../images/news-more2.png)10px center no-repeat;}
	.id-news1-txt{;padding: 7px 10px 7px 40px;height: 66px;}
}







/*******************************内页边距*******************************/
.page-in{padding: 60px 0;}

@media(max-width:1259px){
	.page-in{padding: 50px 0;}
}

@media(max-width:991px){
	.page-in{padding: 40px 0;}
}
@media(max-width:767px){
	.page-in{padding: 30px 0;}
}


