﻿/**!
 * 某某页面-首页
 * author: lucw;
 * date:2017-12-07
 */
.fontblue{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 450px;

}
.ewb-tell-items li {
    padding: 14px 20px 6px 20px;
    border-bottom: 1px dashed #c1b1a2;
}
.ewb-tell-items li{
    padding: 14px 20px 6px 20px;
   
}
.ewb-main{
	margin-top: 22px;
	padding: 10px;
	border: 1px solid #e2e4dc;
	background-color: #fff;
	overflow: hidden;
}


.ewb-plan img{
	vertical-align: top;
} 

/* Slideshow 2 */

.ewb-rslides {
    width: 100%;
    height: 452px;
    overflow: hidden;
    position: relative;
}

.ewb-slider-item {
    max-width: 900px;
    position: relative;
    height: 452px;
    overflow: hidden;
}

.ewb-slider-item .caption {
	padding-left: 20px;
	padding-bottom: 10px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
}

.ewb-slider-item .caption-tt {
    display: block;
    width: 60%;
    color: #fff;
    z-index: 1000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-rslides img {
    height: 452px;
}


#slider2-pager {
    position: absolute;
    right: 10px;
    bottom: 31px;
    z-index: 3;
    height: 12px;
}

#slider2-pager li {
    float: left;
    margin-right: 10px;
}

#slider2-pager li a {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(imagesstag.png);
}

#slider2-pager .ewb-rslides-cur a {
    background-image: url(imagesstag-active.png);
}

.ewb-slider-main{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 74px;
	background: url(imagesmask-bg.png);
}

.ewb-slider-h2{
	width: 56%;
	padding-left: 20px;
	padding-top: 8px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* 左右按钮 */
.ewb-rslides1-nav{
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 31px;
	height: 51px;
	cursor: pointer;
	z-index: 20;
	text-indent: -9999px;
}

.ewb-rslides1-nav.prev{
	left: 0;
	background-image: url(imagesmovel.png);
}

.ewb-rslides1-nav.next{
	right: 0;
	background-image: url(imagesmover.png);
}

/* tell */
.ewb-tell-items>li{
	padding: 14px 20px 6px 20px;
	border-bottom: 1px dashed #c1b1a2;
}

.ewb-tell-hd{
	//eight: 50px;
	//line-height: 50px;
	font-size: 18px;
	color: #000;
        display: inline-block;
}

.ewb-tell-hd>a{
	//max-width: 74%;
	vertical-align: top;
	display: inline-block;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
        width: 450px;
}

.ewb-tell-hd>img{
	padding-bottom: 5px;
	vertical-align: middle;
}

.tell-con{
	line-height: 22px;
}

.tell-con>a{
	color: #333;
}

.tell-con>a:hover{
	color: #333;
}

.tell-time{
	line-height: 24px;
	color: #999;
}

.tell-more{
	margin-top: 16px;
	padding: 0 7px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	background-color: #e23d1b;
}

.tell-more:hover{
	color: #fff;
}

.ewb-tell .no-bor{
	border-bottom: 0;
}


/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px){
	.ewb-slider-item,
	.ewb-rslides,
	.ewb-rslides img{
		height: auto;
	}
.fontblue{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;

}
}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
       #top,.ewb-header-bg,.copyri,.indexbg,.now{
    display: none;
            }

	.ewb-slider-item,
	.ewb-rslides,
	.ewb-rslides img{
		height: auto;
	}

	.ewb-slider-item{
		margin-top: 10px;
	}

	.ewb-tell-items>li{
        padding: 10px 15px 6px 15px;
    }

    .ewb-tell{
    	margin-top: 5px;
    }

    .ewb-main{
    	margin-top: 10px;
    }
.ewb-tell-hd>a{
        width: 200px;
}

.fontblue{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;

}
.infolist span {
    float: right !important;
    line-height: 70px !important;
    margin-right: 0px !important;
}
}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 360px) {
.fontblue{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;

}
   #top,.ewb-header-bg,.copyri,.indexbg,.now{
    display: none;
            }
 }


.tell-con a{
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999999;
    font-size:14px;
    font-family: -apple-system,PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Helvetica Neue,sans-serif;
}
.liwidth h3{
    font-family: -apple-system,PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Helvetica Neue,sans-serif;
    font-size: 16px !important;
    margin-bottom: .1rem;
    margin: 0;
    font-weight: bold;
 }
.content .news {
    font-size: 16px !important;
    color: #000 !important;
}
.nothing {
    text-align: center;
    margin: 0.3rem 0;
    color: #b5b9be;
    font-size: 14px;
}