/* banner图 */

.information_banner{
    /* padding-top: 10px; */
   
    background-color: #f4f4f4;
	    margin: 0 auto;
	    position: relative;
	    overflow: hidden;
	    list-style: none;
	    padding: 0;
	    z-index: 1;
}
.information_banner .container{
  
	 
}
.information_banner img{
    width: 100%;
    /* height:88px; */
	height: 540px;
}
.information_banner .swiper-pagination-bullet{
	width: 14px!important;
    height: 14px!important;
	background-color: #666;
	border: 2px solid #fff;
	border-radius: 50%;
	/* box-shadow: 0px 0px 10px #999; */
}
.information_banner .swiper-pagination-bullet-active{
	background-color: #bbb!important;
	opacity: 1;
	border-radius: 50%;
}
/* 资讯列表  */
.information_list{
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 60px;
    
}
.information_list .container{
    display: flex;
    justify-content: space-between;
  

}
/* 左侧 */
.information_list_left{
    width: 920px;
    background-color: #fff;
   
}
.information_list_left .list_left_title{
   border-bottom: 2px solid #f4f4f4;
   font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
     font-weight: 800;
	line-height: 20px;
	color: #333333;
}
.list_left_title ul{
    display: flex;
    padding: 20px 20px 18px 20px;
    overflow: hidden;
}
.list_left_title ul li{
    margin-right: 49px;
    position: relative;
    cursor: pointer;
	flex: none;
}


.list_left_title ul ol{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}
.list_left_title ul ol li{
    padding: 5px;
    margin-right: 0;
    background-color: #ffffff;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
    text-align: center;
    
}
.list_left_title ul ol li:hover{
    background-color: #fcebe3;
}


.list_left_list li:hover{
    box-shadow: #CCC 0 3px 16px;
}
.list_left_list li:hover img{
    transform: scale(1.05); 
}
.list_left_list li{
   
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    transition-duration: .4s;
}
.list_left_list li a{
    color: #333333;
    display: flex;
}
.list_left_list li .list_left_img{
   width: 250px;
   height: 150px;
   margin-right: 30px;
   /* overflow: hidden; */
}
.list_left_list li .list_left_img img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.list_left_list li  .list_left_tit{
    width: 570px;
}
.list_left_list li  .list_left_tit h2{
    font-size: 18px;
	font-weight: bold;
	color: #333333;
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
    margin-top: 9px;
}
.list_left_list li:hover  .list_left_tit h2{
     color: #fc4c02;
}
.list_left_list li  .list_left_tit p{
    font-size: 14px;
	font-weight: normal;
	color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 22px;
}
.list_left_list li  .list_left_tit span{
    font-size: 14px;
	font-weight: normal;
	color: #999999;
}




/* 右侧 */
.information_list_right{
     width: 260px;
     background-color: #fff;
     
}
.information_list_right .list_right_hd{
    padding: 18px 20px 18px 20px;
    border-bottom: 2px solid #f4f4f4;
    display: flex;
}
.information_list_right .list_right_hd span{
    width: 4px;
	height: 22px;
    display: block;
	background-color: #ff5500;
    margin-right: 12px;
}
.information_list_right .list_right_hd h2{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}
.information_list_right ul{
    
}
.information_list_right ul li{
    padding: 19px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e7e7e7;
}


.information_list_right ul li a:hover h2{
    color: #fc4c02;
}
.information_list_right ul h2{
    font-size: 16px;
	line-height: 20px;
    font-weight: normal;
	color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
    margin-bottom: 12px;
}
.information_list_right ul span{
    font-size: 12px;
	
	line-height: 20px;

	color: #999999;
}
/* 页码 */
.information_page{
    margin: 20px auto;
    margin-top: 20px;
    display: flex;
    font-size: 12px;
    
}
.information_page li{
    padding: 10px 12px;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
}

/* 资讯详情页 */
.information_datail{
    padding: 30px;
}
.information_datail .information_datail_title h2{
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    margin-bottom: 19px;
}
.information_datail .information_datail_title p{
   display: flex;
   justify-content: center;
   font-size: 16px;
	
	line-height: 20px;
	color: #666666;
    margin-bottom: 21px;
}
.information_datail .information_datail_title em{
   margin-right: 50px;
}
.information_datail .information_datail_title .zaiyao{
    background-color: #e7e7e7;
    font-size: 18px;
	font-family: MicrosoftYaHei;
	line-height: 1.5em;
	letter-spacing: 0px;
	color: #333333;
    text-indent: 2em;
    padding: 19px 33px 21px 20px;
    margin-bottom: 20px;
}
.information_datail .rich_txt{
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.information_datail .statement{
    font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
    margin-top: 30px;
}
.information_datail .statement span{
    color: #666666;
}