.archive-list {
	width: 860px;
	border-bottom: 2px dashed #f2f1f1;
	padding: 30px 30px;
	position: relative;display:block;
}
.ui-article_theme-wrap {
    padding: 20px 0 40px 30px;
    margin-bottom: -30px;
    background-color: #fff;
}
.ui-article_theme-wrap a {
    position: relative;
    float: left;
    line-height: 56px;
    margin-right: 40px;
    cursor: pointer;
    font-size: 18px;
}
.titleimg {
	display: block;
	float: left;
	margin-right: 25px;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(../Images/sem.jpg);
	background-size: cover;
}
.titleimg img {
	width: 180px;
	height: 110px;
	transition: All 0.4s ease-in-out;
}
.titleimg img:hover {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
.mecc {
	float: left;
	width: 630px;
}
.mecc em {
	font-size: 15px;
	color: #ff5f1a;
	font-style: normal;
	padding: 0px 3px;
}
.mecctitle {
	height: 20px;
	line-height: 24px;
}
.mecctitle {
	font-size: 20px;
	font-weight: bold;
	color: #383838;
	padding-right: 25px;
	background-position: center right;
	right: 0px;
	transition: all 0.5s ease-out;
	height: 25px;
overflow: hidden; /* 确保超出容器的内容被裁剪 */
  white-space: nowrap; /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
}
.mecctitle a:hover {
	color: #d6623d;
	padding-right: 25px;
	background-position: center right;
	right: 0px
}
.meccaddress {
	color: #a2a2a2;
	margin-top: 12px;
	font-style: normal;
	display: block;font-size: 14px;
}
.meccaddress a {
	color: #525252;
}
.meccaddress a:hover {
	color: #d6623d;
}
.meccaddress img {
	width: 20px;
	height: auto;
}
.mecc p {
	font-size: 15px;
	line-height: 30px;
	margin-top: 6px;
}
.listview{
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: block;
overflow: hidden; /* 确保超出容器的内容被裁剪 */
  white-space: nowrap; /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
}
.listtitle{font-size:18px;margin-bottom:20px;border-bottom:1px solid #aaa;color:#319cf2;}

.pages {
    margin: 30px auto 0;
    color: #555;
    text-align: center;
}
.pages .pagecss {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.pages a,.pages .select{
    background: #fff;
    color: #999;
border: 1px solid #aaa;
    padding: 8px 12px;
    margin: 4px;
}
.pages .select{
    background: #f4f4f4;
}
.pages a.on, .pages a:hover {
    background: #1c6eb8;
    border: 1px solid #1c6eb8;
    color: #fff;
}