body{
	min-width: 1280px;
}
.title {
	width:1280px;
	height: 90px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	height: 191px;
	height: 66px;
	margin-left: 50px;
	margin-top: 12px;
}

#nav ul {
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-left: auto;
}

#nav a {
	color: #000000;
	text-decoration: none;
	padding: 20px 20px;
}

#nav li {
    float: left;
    height: 99%;
    align-items: center;
    display: flex;

}
.checki{
	    
}

.check {
	color: #E85324 !important;
	border-bottom: 4px solid #E85324;
}

.divContent {
	height: 450px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.imgh {
	width: 276px;
	height: 180px;
}

.liitem {
    width: 280px;
    height: 335px;
    border: 1px solid #DBDBDB;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.content {
	width: 1612px;
}

.contentUl {
	display: flex;
	overflow: scroll;
	width: 1612px;
}

.contentUl::-webkit-scrollbar {
	display: none;
}

.itemtitle {
	font-size: 26px;
	color: #222222;
	margin-top: 20px;
	margin-left: 25px;
}

.itemcoent {
    margin:10px 25px 0px 25px;
    font-size: 16px;
    color: #4E4E4E;
    /*width: 220px;*/
    height: 70px;
    /*margin-left: 32px;*/
    /*margin-top: 15px;*/
    opacity: .7;
    /*»»ÐÐÒþ²Ø*/
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.leftBtn {
	width: 55px;
	height: 100%;
	display: flex;
	align-items: center;

}

.rightBtn {
	width: 55px;
	height: 100%;
	display: flex;
	align-items: center;
}

.btnn {
	width: 55px;

	height: 99px;
}
.news-title {
    cursor:pointer;
    color: #222222;
    font-size: 20px;
    margin-top: 17px;
    margin-left: 32px;
    margin-right: 40px;
}

.news-describe {
    color: #4E4E4E;
    font-size: 16px;
    margin-top: 9px;
    margin-left: 32px;
    margin-right: 40px;
    /*»»ÐÐÒþ²Ø*/
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-title-1 {
    cursor:pointer;
    width:441px;
    color: #222222;
    font-size: 20px;
    /*»»ÐÐÒþ²Ø*/
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-describe-1 {
    margin-top: 15px;
    color: #4E4E4E;
    opacity: .7;
    width: 441px;
    font-size: 16px;
    /*»»ÐÐÒþ²Ø*/
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
