.news_con_max{
width: 100%;
margin-top: 1rem;
margin-bottom: 8rem;
color: #666666;
}
.news_route{
line-height: 1.5625rem;
padding:0.52rem 0.3rem;
border-bottom: solid 2px #e5e5e5;
color: #f39800;
}
.news_route a{
color: #666666;
text-decoration: none;
}
.news_route b{
font-weight: normal;
padding: 0 0.57rem;
}
.news_route a.title_on{
color: #f39800;
}
.news_route a:hover{
color: #f39800;
}
.news_con{
margin-top: 0.73rem;
}
.news_con_l{
width: 62%;
float: left;
line-height: 1.4rem;
}
.news_con_r{
width: 28%;
float: right;
}
.news_con_list{
width: 100%;
max-height:6.52rem;
margin-bottom: 1.6rem;
font-size: 0;
overflow: hidden;
}
.news_con_list_l{
width: 20%;
height:6.52rem;
line-height: 6.52rem;
display: inline-block;
vertical-align: middle;
margin-right: 4%;
background: #efefef;
}
.news_con_list_l img{
max-width: 100%;
height: auto;
vertical-align: middle;
-webkit-transition: all .5s ease-out .1s;
transition: all .5s ease-out .1s;
}
.news_con_list_l:hover img{
-webkit-transform:matrix(1.04,0,0,1.04,0,0);
-ms-transform:matrix(1.04,0,0,1.04,0,0);
transform:matrix(1.04,0,0,1.04,0,0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden
}
.news_con_list_r{
width: 76%;
display: inline-block;
vertical-align: middle;
}
.news_con_list_r h4{
color: #333333;
font-weight: 600;
max-height: 1.2rem;
font-size: 1rem;
line-height: 1.2rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
box-sizing: content-box;
}
.news_con_list_r a{
color: #333333;
text-decoration: none;
}
.news_con_list_r p{
max-height: 4.32rem;
font-size: 0.9rem;
line-height: 1.4rem;
padding-top: 1rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
box-sizing: content-box;
}
.news_con_rt{
border-left: solid 0.4rem #f39800;
padding-left: 0.9rem;
margin-bottom: 0.8rem;
font-size: 1rem;
color: #333333;
font-weight: bold;
}
.news_con_rt_ul{
padding-bottom: 1.2rem;
}
.news_con_rt_ul li{
box-sizing: content-box;
font-size: 0.9rem;
height: 1.6rem;
line-height: 1.6rem;
padding-left: 1rem;
background: url("../images/news_icon.png-20181106.png")/*tpa=http://www.jgik.cn/images/news_icon.png?20181106*/ no-repeat left center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
margin-bottom: 0.3rem;
}
.news_con_rt_ul li a{
color: #666666;
text-decoration: none;
}
.news_con_rm{
padding-top: 0.6rem;
}
.news_con_rm a{
display: inline-block;
font-size: 0.9rem;
padding: 0 0.8rem;
border: solid 1px #f39800;
border-radius: 12px;
margin-right: 1.1rem;
margin-bottom: 1rem;
text-decoration: none;
color: #666666;
}
/*分页*/
.news_page{
width: 100%;
font-size: 0;
}
.news_page a{
display: inline-block;
padding: 0.2rem 0.6rem;
border: solid 1px #ccc;
font-size: 0.9rem;
color: #999;
text-decoration: none;
border-radius: 3px;
margin-right: 0.5rem;
}
.news_page span{
display: inline-block;
padding: 0.2rem 0.6rem;
border: 1px solid #f39800;
font-size: 0.9rem;
color: #fff;
background: #f39800;
border-radius: 3px;
margin-right: 0.5rem;
}
/*详细页*/
.news_detail{
padding-top: 2rem;
}
.news_detail h5{
font-size: 1.45rem;
padding: 0.4rem 0;
text-align: center;
color: #333333;
}
.news_detail h6{
font-size: 0.8rem;
text-align: center;
font-weight: normal;
}
.news_detail p{
padding-top: 2rem;
}