﻿.lrld{ background:url(/Content/Areas/News/images/leader_bg.jpg) no-repeat left top;background-size: cover;}

.lrld_list li{height: 400px;}
.lrld_list li .count{width: 440px; float: left;}
.lrld_list li a.title_type{ line-height:42px;font-size: 18px;text-align: left;}
.lrld_list li p{line-height:32px;}

.lrld_list li .img_box{display: block;width: 220px;position: relative;}
.lrld_list li .img_box img{width: 220px;height: auto;display: block;}
.lrld_list li.Li_Odd img{margin-top: -20px;}
.lrld_list li:nth-child(1) img{margin-top: 0;}

.lrld_list li.Li_Odd .img_box{float: left;margin-right: 30px;}
.lrld_list li.Li_Even .img_box{ float:right;margin-left: 30px;}

.lrld_list li.Li_Odd{background: url(/Content/Areas/News/images/leader_icon1.png) no-repeat 80px 254px;}
.lrld_list li.Li_Even{background: url(/Content/Areas/News/images/leader_icon2.png) no-repeat 220px 141px;}
.lrld_list li.last{background: url(/Content/Areas/News/images/leader_icon3.png) no-repeat 210px 260px;}

.lrld_list li a.detials{background: url(/Sites/Uploaded/UserUpLoad/20170914/20170914115834.jpg) no-repeat;width: 26px;height: 22px;margin-left: 20px; display: inline-flex; padding-bottom: 6px;}

@media only screen and (max-width: 768px){
	.lrld_list li.Li_Odd,.lrld_list li.Li_Even {background: none;}
	.lrld_list li .count {width: auto;float: none;}
 .lrld_list li.Li_Odd img {margin-top: 0;}
 .lrld_list li {height: 350px;}
}
@media only screen and (max-width: 640px){
	.lrld_list li .img_box img {width: 100%;}
 .lrld_list li .img_box {width: 180px;}
 .lrld_list li.Li_Even .img_box {float: left;margin-left: 0;margin-right: 20px;}
 .lrld_list li.Li_Odd .img_box{margin-right: 20px;}

 .lrld_list li {height: auto;margin: 20px 0;}
} 
@media only screen and (max-width: 425px){
	.lrld_list li.Li_Odd .img_box,.lrld_list li.Li_Even .img_box {margin-right: 0;float: none;margin: 0 auto;}
} 