@charset "utf-8";

.tcdPageCode {
	padding: 35px 80px 0;
	text-align: left;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
    color: #666666;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #aaaaaa;
    margin: 0 2px;
    /* border-radius: 3px; */
    vertical-align: middle;
    background: #FFFFFF;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #e98900;
}

.tcdPageCode span.current {
	display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
	/*display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #939393;
	background: #f2f2f2;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	vertical-align: middle;*/
	display: none;
}
.tcdPageCode em.allpage,.tcdPageCode em.topage{
	color: #000000;
}
.tcdPageCode em.topage input{
	width: 1.5rem;
}
.tcdPageCode input{
	outline: none;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	
}
.tcdPageCode input.goPage{
	cursor: pointer;
	padding: 0 5px;
	background: white;
}
/*以上是分页部分*/

.content_sa{
	width: 1000px;
	margin: 0 auto;
}
.content_L{
	width: 640px;
}
.content_R{
	width: 340px;
}
.ch_item{
	width: 100%;
    height: 143px;
    padding: 10px;
    border-bottom: 1px dotted #E5E5E5;
        overflow: hidden;
}
.ch_item_l{
    width: 160px;
	height: 120px;
    float: left;
    margin-right: 10px;
}
.ch_item img{
	width: 160px;
    height: 120px;
    /* float: left;
    margin-right: 10px; */
}
.ch_item_r{
	float: left;
	width: 360px;
	/* width: calc(100% - 170px); */
}
.ch_item_r h3{
	font-size: 16px;
	line-height: 26px;

	font-weight: bold;
	color: #080708;
	height: 96px;
	overflow: hidden;

}
.ch_item_r p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	max-height: 72px;
	min-height: 24px;
}

/*生活列表页右侧部分start*/
.vid_item{
    width: 46%;
    float: left;
    margin: 10px 2%;
}
.vid_item img{
	display: block;
	width: 100%;
	height: 117px;
}
.vid_item .jiabing{
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px;
}

/*生活列表页右侧部分end*/

/*视频部分start*/
.news_focus{
	width: 380px;
	height: 285px;
}
#focus{
	width: 380px;
    height: 285px;
}
#focus ul{
	height: 285px;
}
#focus ul li{
	width: 380px;
    height: 285px;
}
#focus ul li img{
	width: 380px;
    height: 285px;
}
.swiper-slide  span{
	width: 300px;
}
/*视频部分以上是视频的轮播图部分*/

/*视频部分end*/