.news-item {
	padding: 14px 10px;
	border-bottom: 1px solid #dddddd;
}

.news-item:last-child {
	border-bottom: none;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.news-con-box {
	width: 80%;
	padding-right: 5%;
}

.news-time {
	width: 15%;
	display: inline-block;
	float: left;
}
/*标题*/
.top_all {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.top_all h3 {
    border-bottom: 3px solid #F44336;
    font-size: 28px;
    color: #333333;
    width: 140px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    margin: auto;
}
.top_all p {
    font-family: AvantGardeBook;
    color: #afafaf;
    margin-top: 10px;
    font-size: 10px;
}
.top_all:before {
    content: url(../image/about/zuo.png);
    position: absolute;
    left: 0px;
    bottom: 14px;
}
.top_all:after {
    content: url(../image/about/you.png);
    position: absolute;
    right: 0px;
    bottom: 14px;
}
time {
	font-style: normal;
}

.news-time time {
	position: relative;
	margin-bottom: 16px;
	padding-top: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	font-size: 24px;
	font-style: normal;
	font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, Microsoft YaHei;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}

.news-item:hover .news-title {
	color: #139d8f;
}

.news-time time:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	left: 100%;
	top: 30px;
	border-bottom: 1px solid #BFBFBF;
	-webkit-transition: all .3s;
	transition: all .3s;
}

time:before {
	border-bottom: 1px solid #ddd;
}

.news-icon {
	position: relative;
	font-style: normal;
}

.news-item .news-icon span {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 14px;
	height: 15px;
	background: url(../image/about/icon.png) no-repeat center;
}

.news-con {
	display: inline-block;
	width: 83%;
	padding-left: 10px;
	margin-top: 19px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news-con .news-title {
	padding-bottom: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #666;
}

.news-con .news-desc {
	font-style: normal;
	text-decoration: none;
	color: #999;
	font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, Microsoft YaHei;
	font-size: 14px;
	width: 90%;
	line-height: 24px;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news-img {
	position: relative;
	width: 20%;
	overflow: hidden;
	list-style-type: none;
	display: block;
	max-width: 100%;
	margin: auto;
}

.fl {
	float: left;
	display: inline;
}

.news-img img {
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	margin: auto;
	padding: auto;
}

.news-img .dummy {
	padding-top: 77%;
}
.index-news .news-lists ul li{
    list-style: none;
}

.index-news .news-lists ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.index-news .news-lists ul li a .news-date {
    padding-right: 20px;
	width: 90px;
}
.index-news .news-lists>.row>div:nth-child(2){
    overflow: hidden;
}
.index-news .news-lists ul li a .news-date .year {
    text-align: right;
    font-size: 30px;
    color: #999;
    line-height: 1em;
}

.index-news .news-lists ul li {
    padding: 20px 10px 20px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.index-news .news-lists ul li:last-child {
    border-bottom: 0;
}

.index-news .news-lists ul li a .news-date .day {
    white-space: nowrap;
    font-size: 16px;
    color: #999;
}

.index-news .news-lists ul li a .news-txt {
    padding-left: 20px;
    width: calc( 100% - 110px );
    border-left: 1px solid #dcdcdc;
}
.index-news .news-lists ul li:hover a .news-txt .news-tit,
.index-news .news-lists ul li:hover a .news-date .year,
.index-news .news-lists ul li:hover a .news-date .day {
    color: var(--main-color);
}

.index-news .news-lists ul li a .news-txt .news-tit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news .news-lists .row {

}

.index-news .news-lists ul li a .news-txt p {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.index-news .news-lists .news-img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.index-news .news-lists ul{
	padding-left: 0;
}
.imgZoom{
	overflow: hidden;
}
.index-news .news-lists .f-r{ float: right!important;}
.index-news .news-lists .f-r a{display:block;position: relative;overflow: hidden;}
.index-news .news-lists .f-r .rect-718{padding-bottom:74%;}
.index-news .news-lists .f-r .info{
	background:rgba(62,62,62,0.35); position: absolute;
    bottom: 0%; left: 0; right: 0;
    width:100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;}
.index-news .news-lists .f-r .rect-718 img{
	    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	transition: 0.3s all;
    *height: auto;
}
.index-news .news-lists .f-r .rect-718:hover img{
	transform: scale(1.1);
}
.index-news .news-lists .f-r .info .tit{font-size:18px;  padding-left: 40px; color:#fff;}

.index-news .news-lists .news-img .img-box{
    width: 100%;
   
}
.index-news .news-lists .news-img img {
    width: 100%;
    height: 100%;
}

.index-news .news-lists .news-img-t {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 2;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    padding-left: 40px;
    font-size: 18px;
}












@media (max-width: 767px) {
	.news-item {
		padding: 14px 0;
	}

	.news-time {
		width: 100%;
	}

	.news-time time {
		position: relative;
		padding-top: 0;
		margin-bottom: 4px;
	}

	.news-item .news-icon {
		display: none;
	}

	.news-con {
		width: 100%;
		margin-top: 0;
		padding-left: 0;
	}

	.news-item .news-con .news-title {
		padding-bottom: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.news-item .news-con .news-desc {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 12px;
	}
}



.fix:after{
	content: "";
	clear: both;
	display: block;
}
.news_show.page-section{
	margin-top: 60px;
}
.news_show .news_show_left { width: 71%; float: left;}
.news_show .news_show_right { width: 24%; float: right;}
.news_show .param-t{font-size: 30px; font-weight: bold; color: #333; padding-bottom:30px;border-bottom:1px solid #ccc; margin-bottom: 30px; }
.news_show p,.news_show div { line-height: 30px;color: #666; font-size: 16px; margin-bottom: 10px;}
.news_show .param-tit{font-size: 30px;padding-bottom:20px; color: #333; }
.news_show .param-s{ font-size: 15px; margin-bottom: 30px; color: #666; text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;
-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}
.news_show .param-c h3{ font-size: 18px; font-weight: bold; line-height: 50px; }
.news_show .param-c p{ line-height:32px; font-size: 16px; color: #666; }
.news_show .param-img{  margin-bottom: 20px; }
.news_show_right .list>div{border:1px solid #e5e5e5; margin-bottom:25px;}
.news_show_right .list .box{padding:25px 15px;}
.news_show_right .list .box .t{font-size:24px; color:#3c3c3c; line-height:24px; position:relative; margin-bottom:15px}
.news_show_right .list .box .t:after{content:''; position:absolute; width:50%; height:1px; background:#e5e5e5; right:0; top:12px;}
.news_show_right .list .box .d{font-size:15px; color:#999;}
.news_show_right .list .box .d i{margin-right:5px}
.news_show_right .list .box .tit{font-size:16px; color:#696969; line-height:28px; height:50px; overflow:hidden; transition:all .3s ease; text-overflow: ellipsis; margin-top:15px;
display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;*}
.news_show_right .hot_news{ background-color: #f9f9f9;}
.news_show_right .hot_news .hot_box{padding:0 20px;}
.news_show_right .hot_news .hot_box .item{}
.news_show_right .hot_news .infor .box{padding:25px 0 0;margin-bottom: 0;}
.news_show_right .hot_news .infor .tit{float:left; font-size:24px;color:#444; line-height:26px;}
.news_show_right .hot_news .infor .more{font-size:16px; color:#999; float:right; line-height:26px;}
.news_show_right .hot_news .con .item .t{font-size:16px; color:rgba(124, 123, 123); line-height:24px;  overflow:hidden; transition:all .3s ease;}
.news_show_right .hot_news .con .item .d{font-size:15px; color:#727272;margin-bottom: 0;}
.news_show_right .hot_news .con .box{padding:15px 0 15px;margin-bottom: 0;}
.news_show_right .hot_news .con .item .t:hover{color:var(--main-color);}
.news_show_right .list .box:hover .tit{color:var(--main-color);}
@media(max-width:1366px) {
.news_show .news_show_left { width: 71%; }
.news_show .news_show_right { width: 27%; }
.news_show img{ width: 100%;}
}
@media(max-width:1280px) {
.news_show .news_show_left { width: 68%; }
.news_show .news_show_right { width: 30%; }
.news_show .param-t{font-size: 20px;padding-bottom:20px; }
.news_show .param-tit{font-size: 20px; }
.news_show .param-c { padding-top: 20px;}
.news_show_right .list .box .t{font-size:22px; }
.news_show_right .list .box .t:after{ width:66%; left:32%;}
}
@media(max-width:1200px) {
.news_show { padding-right: 0px;}
}
@media(max-width:992px) {
.news_show { padding-right: 0px;}
.news_show .param-tit{font-size: 18px;padding-bottom: 5px; }
.news_show .param-s{ margin-bottom: 20px; padding-bottom: 20px;}
.news_show .param-c { padding-top: 10px;}
.news_show p,.news_show div { line-height: 28px;}
.news_show .news_show_left { width:100%; float: none;}
.news_show .news_show_right { width: 0; float: none;}
}
@media(max-width:680px) {
.news_show .param-t{font-size: 18px; padding-bottom:10px;}
.news_show .param-c p{ font-size: 15px;line-height:26px;}
.news_show .param-s{ margin-bottom: 10px; padding-bottom: 10px; }
.news_show .param-c { padding-top: 0px;}

}