.listImgArea{
	float: left;
	width: 385px;
	height: 295px;
	overflow: hidden;
	position: relative;
}
.press{
	float: left;
	margin-left: 24px;
    width: 465px;
}
.imgList li {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000;
	
}
.imgList li:first-child {
	display: block;
}
.imgList li a{
	display: block;height:295px;
}
.imgList li img{
	display: block;
	width: 100%;
}
.imgList li a span{
	width: 100%;
    position: absolute;
  font-size: 18px;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid : DXImageTransform.Microsoft.gradient ( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000' ) \9;
    display: block;
    text-align: left;
    color: #fff;

}
.imgList li a span small{
  display: inline-block;;width:250px;overflow: hidden;; text-indent: 1rem;
}
.indexList{
	bottom: 4px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}
.indexList li {
    float: left;
    border-radius: 5px;
    width: 26px;
    height: 10px;
    margin-right: 6px;
    background: #a4a4a4;
    cursor: pointer;
    transition: all .3s linear;
}
.indexList li.indexOn{
	background: #f13939;
}
.pNews{
	padding-top: 15px;
}
.pressList {
	width: 100%;height:304px;overflow: hidden;;
}
.pressList:last-child{background: none;}
.pressList li:first-child{font-size: 20px;color:#053367;background: #f7f7f7;line-height: 32px;text-align: center;}
.pressList li:first-child a{
  display: block;
  padding:10px 50px;
  font-size: 20px;color:#053367;font-weight: bold;box-sizing: border-box
}
.pressList li:first-child a p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.pressList li{
	width: 100%;
	overflow: hidden;
	line-height: 32px;
}
.pressList li:first-child span{display: inline-block;width:0;height:0;}
.pressList li a {
	color: #666;
	display: block;
	width: 100%;
  /*font-size: 16px;*/

    line-height: 31px;
  padding:12px  10px 2px 10px;
  box-sizing: border-box;
}
.pressList li a p{white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}
.pressList li a span{display: inline-block;width:4px;height:4px;vertical-align: middle;background: #ddd;margin-right:10px;}
.pressList li a:hover {
	color: #f13939;
}
.tip{
	top: 116px;
}
.pressList li a:hover span{
  backgrounda: #f13939;
}
