@charset "UTF-8";
@media ( min-width : 1280px) {
	.container {
		max-width: 1190px;
	}
	.layoutCenter{margin-top:145px}
	.two {width: 1160px;overflow: hidden;}
	.notice-box .notice-list p.title{width:18rem;}
}

@media ( min-width : 768px) {
	.container {
		max-width: 1190px
	}
	.layoutCenter{margin-top:145px;}
	
	.two {width: 1160px;overflow: hidden;}
	.notice-box .notice-list p.title{width:18rem;}
}
@media ( max-width : 768px) {
	.layoutCenter{margin-top:90px;}
	.two {width:24rem;overflow: hidden;}
	.notice-box .notice-list p.title{width:15rem;}
}
a:hover { text-decoration: none;}
.two {
	margin: 0.3rem auto;
	height: 9rem;
	overflow: hidden;
	position: relative;
}

.two ul {
	height: 9rem;
	width: 10000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.two ul li {
	display: block;
	float: left;
	margin: 0.3rem;
	height: 9rem;
	border-radius: 0.1rem;
	position: relative;
}

.two ul li a {
	display: inline-block;
	height: 9rem;
}

.two ul li img {
	display: block;
	border-radius: 5px;
	width: 16rem;
	height: 9rem;
	overflow: hidden
}

.two ul li a span {
	height: 0;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 0px;
}

.two ul li a:hover span {
	height: 9rem;
	line-height: 9rem;
	font-size: 1rem;
	text-align: center;
	transition: all 0.7s;
}

.notice-box .card {
	height: 3.5rem;
	padding-top: 0.2rem;
	padding-bottom:0.2rem;
	line-height: 3.5rem;
}

.notice-box .card .cart-header {
	padding-top: 0px;
	padding: 0;
	margin: 0;
}

.notice-box .notice-list p.title {
    margin:0;
    padding:0;
	overflow:hidden;;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space:nowrap;
}
.notice-box .notice-list p.title a{
	font-size: 1rem;
	color: rgb(51, 51, 51);
	text-decoration: none;
}

.notice-box p.title a:hover {
	text-decoration: none;
	color: #1D82D0;
}

.news-list-box .title {
	font-size: 1rem;
	width:18rem;
	overflow:hidden;;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space:nowrap;
}

.news-list-box .desc {
	color: #777;
}

.news-list-box a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

.news-list-box a:hover .title {
	color: #1D82D0;
}

.news-list-box a:hover {
	text-decoration: none;
	color: rgb(51, 51, 51);
}

.notice-list {
	padding: 0;
	margin: 0;
}

.notice-list li {
	list-style: none;
	line-height: 4rem;
	margin-bottom: 1rem;
	background: #fff;
	border: 0.01rem solid #f0f0f0;
	padding: 0 1.5rem;
	border-left: 0.1rem solid #1D82D0
}

.notice-list li .date-day {
	float: right;
}

.flex-fill {
	background-image: url(/assets/images/banner-bg.jpg)
}
