/* f2 背景图  */
.news-bgtu {
	  height: 0;
	  padding-bottom: 23%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 800px) {
.news-bgtu {
	  height: 0;
	  padding-bottom: 48%;
	background-size: cover;
}
	
}
/* f3 二级导航栏 面包屑导航 */
.navList {
	width: 100%;
	background-color: rgba(240, 240, 240);
}

.NavList-1 {
	margin: 0 auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.NavList-2 {}

.NavList-2 li {
	height: 60px;
	line-height: 60px;
	text-align: left;
	float: left;
}
@media screen and (max-width: 500px) {
.NavList-2 li{
display: none;
}
}
.NavList-2 li a {
	position: relative;
}

.NavList-more {
	position: relative;
}

.more1 {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}

.more::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	right: 0px;
}

.more {
	padding: 0 30px 0 30px;
}

/* 面包屑导航 */
.nav-bread {
	height: 60px;
	line-height: 60px;
}

/* f4 正文内容 */
.news-main {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 60px;
}

.news-main1 {
	width: 90%;
	margin: 0 auto;
	background-color: rgba(245, 245, 245);
	box-sizing: border-box;
	padding: 22px 20px 22px 17px;
	overflow: hidden;
}

/* 第一排左侧 */
.news-main1-left {
	width: 46%;
	box-sizing: border-box;
	margin-right: 5%;
	float: left;
}
@media screen and (max-width: 800px) {
	.news-main1-left {
		width: 100%;
		margin-right: 0;
	}
}


.item-main1-left-thumb{
	position: relative;
	margin-bottom: 20px;
}
.item-main1-left-th{
	object-fit: contain;
	text-align: center;
}
.item-main1-left-th img{
    width: 95%;
    object-fit: cover;
}
.img-main1-left-data{
	border: 1px #fff solid;
	font-size: 12px;
	position: absolute;
    right: 6%;
    bottom: 4%;
}
.img-main1-left-data>span{
	margin: 3px;
	font-size: 12px;
	color: #fff;
}

/* 第二排右侧 */
.news-main1-right {
	width: 48%;
	box-sizing: border-box;
	margin-top: 30px;
	float: right;
}


.news-main1-title1 {
	color: #000;
	font-size: 20px;
	line-height: 50px;
	font-family: '宋体';
	white-space: nowrap;
	overflow: hidden;
	 text-overflow: ellipsis;
	position: relative;
}

.title-icon {
	width: 14px;
	height: 3px;
	background-color: rgba(213,10,29);
	position: absolute;
	left:-10px;
	 top:50%;
	  transform:translate(-50%,-50%);
}

@media screen and (max-width: 800px) {
.news-main1-right {
	width: 100%;
}
.news-main1 {
	padding: 20px 17px 0px 6px;
}
.news-main1-right-desc{
	width: 95%;
	margin-left: 17px;
	margin-bottom: 20px;
}
.news-main1-title1 {
padding-left: 20px;
}

.title-icon {
	position: absolute;
	left:10px;
	 top:50%;
	  transform:translate(-50%,-50%);
}
}
.news-main1-desc {
	color: rgba(134, 134, 134);
	font-size: 14px;
	line-height: 34px;
	font-family: '宋体';
}
.news-main1-title1:hover {
	color: #1d51be;
}
.news-main1-desc:hover {
	color: #1d51be;
}
.news-main1-btn {
	    color: #fff;
	    font-size: 12px;
	    text-align: center;
	    line-height: 50px;
	    padding-right: 40px;
	    box-sizing: border-box;
	    width: 165px;
	    height: 50px;
	    margin-top: 27px;
	    background-image: url(../img/black-btn.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
}
.news-main1-btn:hover{
	background: url(../img/black-btn-blue.jpg) center no-repeat;
}
.news-main2{
	margin: 0 auto;
	width: 90%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
	.news-main {
	    padding-top: 40px;
	    margin-bottom: 40px;
	}
	.news-main1 {
	    width: 94%;
	}
	.news-main1-right {
	    margin-top: 30px;
	}
	.news-main2 {
	    width: 94%;
		margin-top: 0px;
	}
}
@media screen and (max-width: 1100px) {
	.news-main {
	    padding-top: 30px;
	    margin-bottom: 30px;
	}
	.news-main1 {
	    width: 96%;
		padding: 20px 17px 0px 6px;
	}
	.news-main1-right {
	    margin-top: 20px;
	}
	.news-main2 {
	    width: 96%;
	}
}
@media screen and (max-width: 1000px) {
	.news-main {
	    padding-top: 20px;
	    margin-bottom: 20px;
	}
	.news-main1-right {
	    margin-top: 10px;
	}
	.news-main1-desc {
	    line-height: 32px;
	}
}