

body {     
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
background-color: #F7F8FA;      
}

.swiper {
width:1300px;
height:535px;
margin:auto;
}


.swiper-slide {
width:1300px;
height:425px;
overflow:hidden;
margin:auto;
border-radius: 10px;
background-color:#FFFFFF;

text-align: center;
font-size: 18px;      

justify-content: center;
align-items: center;

}


.toutiao {
width:100%;   
height: 332px;
padding: 50px;

}
.toutiao_left {
width:550px;
float:left; 
}
.toutiao_left img {border-radius: 6px; width:100%;}
.toutiao_right {
width:620px;
height:325px;
float:right;
position: relative;
}

.toutiao_right ul li.tit {
width:100%;
line-height:33px;
font-size: 22px;
font-weight: 700;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
text-align:left;
}
.toutiao_right ul li.tit a {
color:#333;
}
.toutiao_right ul li.tit a:hover {
color:#004893;
}
.toutiao_right ul li.cont {
margin-top:20px;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height:26px;
    max-height: 210px;
    overflow: hidden;
text-align:left;

}
.toutiao_right ul li.more {
width:200px;
height:35px;
line-height:35px;
text-align:left;
font-size: 14px;
font-weight: 400;
color: #004893;	
}
.toutiao_right ul li.more a {color: #004893;}	
.toutiao_right ul li.riqi {
	position: absolute;
	width:200px;
	height:14px;
	line-height:14px;
	text-align:left;
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	bottom:0px;
	left:0px;
	background-image: url(/img/news/time-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
.news_all{ width:1300px; margin:auto; margin-top:30px;display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom:20px;
}

.news{ 
width: 635px; 
height:250px;
border-radius: 10px;
float:left;
background-color: #fff;
border-radius:10px;
padding: 30px;
cursor: pointer;
margin:15px 0;
}
	
.news_tit{ 
margin-top: 10px;
font-size: 18px;
font-weight: 600;
color: #333;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}

.news_left{
float: left;
margin-top: 20px;
width: 210px;	
}
.news_left img{
    width: 210px;
    height: 125px;
	border-radius:5px;	
}
.news_right{ 
float: right;
width:330px;
height:128px;   
margin-top: 20px;
position:relative;

}
.news_right ul li.cont{ 
font-size: 14px;
font-weight: 400;
color: #666;
line-height: 25px;
height: 76px;

display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;	
}
.news_right ul li.riqi{ 
position: absolute;
left: 0;
bottom: 0;
font-size: 14px;
color: #aaa;	

background-image: url(/img/news/time-icon.png);
background-repeat: no-repeat;
background-position: left center;
text-indent: 20px;
}
