 
 .div_dahuiTitle{width: 82%;margin: 0 auto;margin-top:1rem; overflow: hidden;}
 .div_dahuiTitle ul{}
 .div_dahuiTitle ul li{float:left;margin-right:20px;position:relative;height: 3.5rem;}
 .div_dahuiTitle ul li a{font-size:22.5pt;color:#7C7C7C;}
 .div_dahuiTitle ul li.active a{color:#000;}
 .div_dahuiTitle ul li.active:after{content:'';position:absolute;border-bottom:4px solid #1C81CF;left:0;bottom: 1px;width: 4rem;height: 1rem;line-height: 2;}
 .div_dahuiTitle ul span{float:left;margin-right:20px;position:relative;overflow: hidden; width: 2px;height: 40px;}
 .div_dahuiTitle ul span:after{content: '';position: absolute;left: 0;width: 0.2rem;height: 2rem;background: #C6C6C6;top: 5px;}
 
 .div_dahuiDateList{width:82%;padding:3vw;background:#fff;margin:0 auto;overflow:hidden;margin-top:2vw;}
 .div_dahuiDateList #hotnews{width:100%;font-size:13.5pt;color:#636363;overflow: hidden;}
 .div_dahuiDateList #hotnews #hotnews_caption{width:100%;/*overflow:hidden;*/height: 3.7vw;}
 .div_dahuiDateList #hotnews dl{width:auto;border-bottom: 1px solid #ccc; line-height: 3vw;height: 3vw;}
 .div_dahuiDateList #hotnews dl li{float:left;font-size: 1.04vw;cursor:pointer;width: 25%;text-align: center;color:#000;background: #F2F4F5;position: relative;}
 .div_dahuiDateList #hotnews dl li.current{background: #1EA280;color: #fff;position:relative;}
 
 .div_dahuiDateList #hotnews dl li:nth-child(1){background: url(../images/btn-icon1-normal.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li:nth-child(2){background: url(../images/btn-icon2-normal.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li:nth-child(3){background: url(../images/btn-icon3-normal.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li:nth-child(4){background: url(../images/btn-icon4-normal.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li.current:nth-child(1){background: #1EA280 url(../images/btn-icon1-pressed.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li.current:nth-child(2){background: #1EA280 url(../images/btn-icon2-pressed.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li.current:nth-child(3){background: #1EA280 url(../images/btn-icon3-pressed.png) center left 32% no-repeat;}
 .div_dahuiDateList #hotnews dl li.current:nth-child(4){background: #1EA280 url(../images/btn-icon4-pressed.png) center left 32% no-repeat;}
 
 .div_dahuiDateList #hotnews dl li.normal:after{content:'';position:absolute;top:25%;right:0;width:2px;height:2vw;background:#ccc;}
 
 .div_dahuiDateList #hotnews dl li:nth-child(4):after{content:'';background:none;}
 .div_dahuiDateList #hotnews dl li.current:after{display: block;content: '';width: 0;height: 0;border-top: .7vw solid #1C81CF;border-right: .7vw solid transparent;border-bottom: .7vw solid transparent;border-left: .7vw solid transparent;position: absolute;left: 46%;bottom: -1.3vw;}
 #hotnews_content div.normal{display:none;}
 
	.div_list {margin-top:2rem;}
	.div_list ul li{ min-height: 4vw; margin-bottom: 1.2vw; overflow: hidden;position: relative; }
	.div_list ul li a, .div_list ul li p{float:left;width:17%}
	.div_list ul li b{color: rgba(0,0,0,0.65);font-size: 12pt;font-weight: normal;width: 7rem;overflow: hidden;float: right;}
	.div_list ul li .title{width: 78%;margin-left: 3%; line-height:1.5;}
	.div_list ul li h1{
		font-size: 1.4rem;
		font-weight: normal;
		width: 100%;
		float: left;
		line-height: 1.5;
		margin-top: 1vw;
		display:block;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:pre;
	}
	.div_list ul li p{
		width: 78%;margin-left: 3%;line-height:2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 100%;
    overflow: hidden;
	}
	.div_list ul li a img{width:100%; height:auto; float: left;}
	.div_list ul .rightLi{background-position: center;}
	.div_list ul .rightLi:after{ -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH;}
	.div_list ul .rightLi .title{left:0;margin-left: 1vw;}
	.div_list ul .rightLi img,.div_list ul .rightLi .pubTimeBox,.div_list ul .rightLi h1,.div_list ul .rightLi p{float:right;margin-left: 1vw;}
	.div_list ul .rightLi .pubTimeBox:after{transform: rotate(180deg);left: -2.2vw;bottom: -1.5vw;}
 
 
	.pagination{float: right;width: 38rem;}
	.pagination li{
		float: left;
		margin: 0 !important;
		padding: 10px !important;
		min-height: 2vw !important;
		line-height: 2.5;
		border:none !important;
	}
	.pagination li:after{content:'';width:0;height:0;background:none!important;position:relative !important;}
	.paging{overflow:hidden;width: 89%;margin: 0 auto;padding: 0 3rem;}
	.paging li.disabled a, .paging li:last-child a {
		width: 70px;
		margin-right: 3px;
		height: 30px;
		line-height: 30px;
		display: block;
		background: #fff;
		font-size: 14px;
		text-align: center;
		float: left;
		color: #222;
	}
	.paging li a {
		padding:8px 18px;
		margin: 2px 0px;
		background:#fff;
		float: left;
	}
	.paging li.active a {
		background: #1EA280;
		color: #fff;
	}
 
 
@media screen and (max-width: 1000px) {
 .div_dahuiDateList{ width: 99%;padding: 3vw;}
 
 .div_list ul li a img{width:100%; height:auto; float: left;}
 .div_list ul li a, .div_list ul li p{float:left;width:18%}
 .wechat_sus{display:none}
 
}


@media screen and (max-width: 750px) {
 .div_dahuiDateList #hotnews dl li{font-size: 1.2vw;background-position: left!important;}
 .div_dahuiDateList #hotnews dl{height:6vw;line-height:6vw;}
 .div_list ul li a, .div_list ul li p{float:left;width:100%}
 .wechat_sus{display:none}
 
	
}