﻿/*导航列表*/

.mainWz{ width:1000px; margin:0 auto;display: -webkit-flex;display: flex;justify-content:space-around; flex-wrap:wrap; }
.mainWz>a{ margin:20px 0; padding:5px;  font-size:42px; color:red; text-align:center;font-family: youran;box-shadow: 5px 5px rgba(0, 0, 0, .2); border-radius:15px 0 15px 0; background-color:#CBFFA6;}
 

 .fl{
         width:1000px; margin:0 auto;display: -webkit-flex;display: flex;
        justify-content:space-between; flex-wrap:wrap; border-bottom:dashed 1px #EDEDED; padding-bottom:20px;
        
        }
 .fl>a{ font-size:18px;}
 .fl>a:hover{ color:Red;text-shadow:1px 1px 0 rgba(255,255,255,1),1px 1px 2px rgba(0,85,0,.8);}


 .mainWz>li:not(:last-child){ border-bottom:dashed 1px #DCDCDC; padding-bottom:10px;}



/*资讯*/
  .zhixun{width:1200px; display: -webkit-flex;display: flex; justify-content:space-between; align-items: center;margin:0 auto;}
   .zhixun>div,.zxmiddle{ height:250px; width:380px;}


   /* 焦点图css */

	.swiper-container,.focus{  height:240px;width: 400px;position: relative; margin:0 auto;float:none; } 

 .focus a img {
	width: 400px;
	border-radius: 3px;
	display: block;
  height:240px;

}
.swiper-container .swiper-list a,.focus>a {
	background: #fff;
	display: block;
	border-radius: 3px;
	 position:relative;
	 width:100%;
}
 
/*焦点图结束*/ 
 
.zxmiddle>a{display: -webkit-flex;display: flex;  align-items: center; margin:10px 0;width:100%; height:50px; justify-content:space-between; }	
 .zxmiddle>a  img{ width:60px; height:50px; }	
 .zxmiddle>a  span{ width:310px; height:50px; }	


 .zxright{ min-height:210px;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center; flex-wrap:wrap;}
  .zxright>a{ position:relative;}
 .zxright>a>span{display:inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;width:360px;  }
 .zxright>a:before{ top:5px; left:-10px; position:absolute; border-left:solid 5px #20C1FF; content:""; border-top:solid 5px transparent;border-bottom:solid 5px transparent; z-index:99;}

.zxright>a:hover:before{ border-left:solid 5px red;}		


 
