/* @font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/font_1363990_4zdhx6pm9tr.eot');
  src: url('//at.alicdn.com/t/font_1363990_4zdhx6pm9tr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1363990_4zdhx6pm9tr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1363990_4zdhx6pm9tr.woff') format('woff'),
  url('//at.alicdn.com/t/font_1363990_4zdhx6pm9tr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1363990_4zdhx6pm9tr.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  } */
/* 	.......公共样式页面有可以不写......... */
.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}
.l {
    float: left;
}
.r {
    float: right;
}
.wrap {
    width: 960px;
    margin: 0 auto;
}
		 /* 	................ */
		
.swiper_box{
    padding: 0 50px;
    position: relative;
	color: #333;
}
.swiper_box a{
	text-decoration: none;
	outline: 0;
	color: inherit;
}
.news_content{
	overflow: hidden;
}
.news_content .item_a {
    padding: 25px;
    margin: 10px;
}
.news_content .item_a a {
    margin: 10px 0;
	transition: all 0.3s ease;
}
.news_content .item_a:hover {
    box-shadow: 0 0px 10px 2px rgb(0 0 0 / 10%);
}
.news_content .item_a .top_info {
    color: #666666;
    font-size: 14px;
}
.news_content .item_a .date {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}
.news_content .item_a .classify {
    color: #f7ab00;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
}
.news_content .item_a .tit {
    font-size: 18px;
    margin: 15px 0;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #044271;
}
.news_content .item_a .tit .eventmain{
	color: #999;
}

.news_content .item_a .desc {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper_box .next{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	right: 0;
	
}
.swiper_box .prev{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	left: 0;
}	
/* .swiper_box .prev img,.swiper_box .next img{
	transition: all 0.5s ease;
} */
/* .swiper_box .prev img:hover,.swiper_box .next img:hover{
	
} */