:root {
    --dark-color: #0d3489;
}
.cont{
	width:100%;
	min-height: 110px;
}
.list-pic{
	margin-top:10px;
}
.pre_picbig{
	float:left;
}
.next_picbig{	
	float:right;
}
.pre_picbig,.next_picbig{
	width:48%;
	margin-top: 40px;
}
.pre_picbig a,.next_picbig a{
	width:50px;
	line-height:20px;
	background-color: aliceblue;
    padding: 10px 40px;
    color: black;
}
.img-wrap{
	width:137px;
	height:100px;
}
.img-wrap img{
	width:137px;
	height:auto;
}
.img-wrap a{
	background-color: white;
    padding: 0;
}
.pre_picbig  .img-wrap,.next_picbig  .img-wrap{
	margin-top:20px;
}
.cont ul li{
	float:left;
}
.clear{
	clear:both;
}
.Article {
	min-height:40px;
	line-height: 30px;
    padding: 10px 0 10px 0;
    color: #666;
}
.link .swiper a{
	background: #f4f4f4 none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 100%;
	margin: 0;
}
.swiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
   display:flex;
   justify-content:center;
   align-ytems:center;
}
.swiper-slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.i2raimg  img{
	width: 350px;
    height: 210px;    	
}
.text18{
	font-size: 18px;
    line-height: 32px;
}
.text16{
	font-size: 16px;
    line-height: 30px;
}
.color999{
	color:#999;
}
.line_1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ny_news_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f0f0;
    padding: 27px 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.ny_news>ul li:hover {
    box-shadow: 5px 5px 29px rgba(0, 0, 0, 0.1);
}

.ny_news_row .ny_news_img {
    flex: 0 0 22%;
    max-width: 22%;
    border-radius: 10px;
    overflow: hidden;
}

.ny_news_row .ny_news_img img {
    width: 100%;
    border-radius: 10px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.ny_news_row .ny_news_img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ny_news_row .ny_news_content {
    flex: 0 0 76%;
    max-width: 76%;
    color: #515254;
}

.ny_news_content .ny_news_title {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #515254;
}

.ny_news_content .ny_news_time {
    font-size: 13px;
    margin: 5px 0 10px;
}

.ny_news_content a .ny_news_title:hover {
    color: #0d3489;
}

 .ny_news_content .ny_news_des {
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.ny_news_content .more_pic {
    width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    border: 2px solid #eee;
    margin-top: 10px;
}

.ny_news_content .more_pic:hover {
    border: 2px solid #0d3489;
    color: #fff;
    -webkit-animation: halftone 1s forwards;
    animation: halftone 1s forwards;
    background-color:  #0d3489;
}

 .more_pic{
	padding:0;
}