/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: '微软雅黑';
}
a {
	text-decoration: none !important;
	color: #000;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #333;
}

hr {
	width: 99%;
	border: none;
	border-top: 1px dashed #999;

}
/*==网站开发链接分站==*/
.main_content {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.main_content h1 {
	font-weight: 600;
	color: #fff;
	font-size: 35px;
}
.sub_head {
	margin: 10px auto 0;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #333;
}
.fenzhan {
	margin: 0 auto;
	width: 700px;
}
.fenzhan ul li {
	float: left;
	width: 300px;
	margin: 20px 20px;
	text-align: center;
}
.fenzhan ul li img {
	width: 100%;
}
.kongge {
	width: 100%;
	height: 300px;
}

@media (max-width: 1000px) {
	.fenzhan {
		width: 80%;
	}
	.fenzhan ul li {
		width: 50%;
		margin: 20px 0;
		text-align: center;
	}
}



/*==产品列表样式==*/
.nrlist{
	margin: 30px auto;
	width: 95%;
}
.nrlist h1 {
	margin-top: 30px;
	font-size: 2.5em;
	text-shadow: 1px 1px 3px #333;
}
.nrlist hr{
	border:  none;
	border-top:2px dashed #ff9900;
	width: 780px;
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-md-4 {
	position: relative;
	width: 33.333%;
	min-height: 1px;
	float: left;
	padding:20px;
}
.col-md-4 h2 {
	font-size: 1.5em;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 8px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}

.col-md-4 h3 {
	margin: 0;
	padding: 10px;
	font-size: 1.2em;
	text-align: left;
	margin-left: 10px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}
.col-md-4 ul {
	margin-left: 20px;
	text-align: left;
}
.col-md-4 ul li {
	display: block;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	padding: 5px;
	text-shadow: 0px 1px 1px #000;
}
.col-md-4 ul li a {
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	padding: 5px;
}
.col-md-4 ul li:hover a {
	background-color: rgba(255,255,255,0.20);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px #000;
}
.col-md-4 hr {
	width: 95%;
	border: none;
	border-top:1px dashed #fff;
}
.nr1{
	height: 400px;
	background-color: #e05618;
	box-shadow: 1px 1px 1px #333;
}
.nr2{
	height: 400px ;
	background-color: red;
	box-shadow: 1px 1px 1px #333;
}
.nr3{
	height: 400px ;
	background-color: #0099ff;
	box-shadow: 1px 1px 1px #333;
}
.nr4{
	height: 400px ;
	background-color: #333;
	box-shadow: 1px 1px 1px #333;
}
.nr5{
	height: 400px ;
	background-color: #0aa653;
	box-shadow: 1px 1px 1px #333;
}
.nr6{
	height: 400px ;
	background-color: #bbbbbb;
	box-shadow: 1px 1px 1px #333;
}
@media (max-width: 1400px) {
	.col-md-4{
		 width: 50%;
	 }
}

@media (max-width: 1000px) {
	.col-md-4{
		 width: 100%;
	 }
}

@media (max-width: 1400px) {
	.newslist-div{
		 width: 50%;
	 }
}

@media (max-width: 1000px) {
	.newslist-div{
		 width: 100%;
	 }
}

/*==banner==*/
.banner {
	width: 100%;
	max-width: 1366px;
	margin: 65px auto 20px;
}
.banner img {
	width: 100%;
}

/*==反转样式==*/
.fanzhuan li {
	-webkit-perspective: 500px;/*3D 元素距视图的距离*/
	perspective: 500px;
}
.fanzhuan .info {
	-webkit-transform: rotate3d(1, 0, 0, 90deg);/*沿 X,Y,Z轴旋转 1=是 0=否 90deg=90度*/
	transform: rotate3d(1, 0, 0, 90deg);
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	pointer-events: none;/*鼠标点击无效*/
	background-color: rgba(0,153,255,0.80);
}
.fanzhuan .in-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: in-top 300ms ease 0ms 1 forwards;
	animation: in-top 300ms ease 0ms 1 forwards;
}
.fanzhuan .in-right .info {
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-animation: in-right 300ms ease 0ms 1 forwards;
	animation: in-right 300ms ease 0ms 1 forwards;
}
.fanzhuan .in-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
	animation: in-bottom 300ms ease 0ms 1 forwards;
}
.fanzhuan .in-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: in-left 300ms ease 0ms 1 forwards;
	animation: in-left 300ms ease 0ms 1 forwards;
}
.fanzhuan .out-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: out-top 300ms ease 0ms 1 forwards;
	animation: out-top 300ms ease 0ms 1 forwards;
}
.fanzhuan .out-right .info {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: out-right 300ms ease 0ms 1 forwards;
	animation: out-right 300ms ease 0ms 1 forwards;
}
.fanzhuan .out-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
	animation: out-bottom 300ms ease 0ms 1 forwards;
}
.fanzhuan .out-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: out-left 300ms ease 0ms 1 forwards;
	animation: out-left 300ms ease 0ms 1 forwards;
}
 @-webkit-keyframes in-top {
	 from {
	 -webkit-transform: rotate3d(-1, 0, 0, 90deg);
	 transform: rotate3d(-1, 0, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
 @keyframes in-top {
	 from {
	 -webkit-transform: rotate3d(-1, 0, 0, 90deg);
	 transform: rotate3d(-1, 0, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes in-right {
	 from {
	 -webkit-transform: rotate3d(0, -1, 0, 90deg);
	 transform: rotate3d(0, -1, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@keyframes in-right {
	 from {
	 -webkit-transform: rotate3d(0, -1, 0, 90deg);
	 transform: rotate3d(0, -1, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes in-bottom {
	 from {
	 -webkit-transform: rotate3d(1, 0, 0, 90deg);
	 transform: rotate3d(1, 0, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@keyframes in-bottom {
	 from {
	 -webkit-transform: rotate3d(1, 0, 0, 90deg);
	 transform: rotate3d(1, 0, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes in-left {
	 from {
	 -webkit-transform: rotate3d(0, 1, 0, 90deg);
	 transform: rotate3d(0, 1, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@keyframes in-left {
	 from {
	 -webkit-transform: rotate3d(0, 1, 0, 90deg);
	 transform: rotate3d(0, 1, 0, 90deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes out-top {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(-1, 0, 0, 104deg);
	 transform: rotate3d(-1, 0, 0, 104deg);
	}
}
@keyframes out-top {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(-1, 0, 0, 104deg);
	 transform: rotate3d(-1, 0, 0, 104deg);
	}
}
@-webkit-keyframes out-right {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, -1, 0, 104deg);
	 transform: rotate3d(0, -1, 0, 104deg);
	}
}
@keyframes out-right {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, -1, 0, 104deg);
	 transform: rotate3d(0, -1, 0, 104deg);
	}
}
@-webkit-keyframes out-bottom {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(1, 0, 0, 104deg);
	 transform: rotate3d(1, 0, 0, 104deg);
	}
}
@keyframes out-bottom {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(1, 0, 0, 104deg);
	 transform: rotate3d(1, 0, 0, 104deg);
	}
}
@-webkit-keyframes out-left {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 1, 0, 104deg);
	 transform: rotate3d(0, 1, 0, 104deg);
	}
}
@keyframes out-left {
	 from {
	 -webkit-transform: rotate3d(0, 0, 0, 0deg);
	 transform: rotate3d(0, 0, 0, 0deg);
	}
	 to {
	 -webkit-transform: rotate3d(0, 1, 0, 104deg);
	 transform: rotate3d(0, 1, 0, 104deg);
	}
}
/* 样式调节 */
.fanzhuan ul {
	padding: 0;
	margin: 0 0 50px;
}
.fanzhuan ul:after {
	content: "";
	display: table;
	clear: both;
}
.fanzhuan li {
	position: relative;
	float: left;
	width: 250px;
	height: 250px;
	margin: 8px;
	padding: 0;
	list-style: none;
}
.fanzhuan li img {
	width: 250px;
	border-radius: 4px;
}
.fanzhuan li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 4px;
}
.fanzhuan li h3 {
	margin: 10px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.fanzhuan li p {
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.fanzhuan li .normal {
	width: 100%;
	height: 100%;
	background-color: #ECF0F1;
	color: rgba(52, 73, 94, 0.6);
	box-shadow: inset 0 2px 20px #e6ebed;
	text-align: center;
	font-size: 50px;
	line-height: 200px;
}
.fanzhuan li .normal svg {
	pointer-events: none;
	width: 50px;
}
.fanzhuan li .normal svg path {
	fill: rgba(52, 73, 94, 0.2);
}
* {
	box-sizing: border-box;
}
.fanzhuan h1 {
	margin: 0 auto 5px;
	text-align: center;
}
.fanzhuan h3 {
	font-family: "微软雅黑";
}
.fanzhuan {
	width: 800px;
	margin: 0 auto;
}
/*==选项卡样式==*/
.wrap {
	margin: 50px auto 0;
	width: 850px;
}
/*选项卡整体宽度*/
.tabs {
	height: 40px;
}
.tabs h1 {
	font-size: 24px;
}
.tabs h2 {
	font-size: 20px;
}
/*选项卡标题高度*/
.tabs a {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 3px;
	color: #FFF;
	text-align: center;
	background-color: #ddd;
	line-height: 24px;
	font-size: 16px;
	text-decoration: none;
	box-shadow: 1px -1px 2px #aaa;
	border-radius: 5px 5px 0px 0px;
}
/*选项卡标题样式*/
.tabs a.active {
	color: #fff;
	font-weight: bold;
	background-color: #0099ff;
	text-shadow: 1px 1px 1px #000;
}
.swiper-container {
	background: #fff;
	height: 850px;
	width: 100%;
	border: 1px solid #007dc3;
	box-shadow: 1px 1px 2px #aaa;
}
.swiper-slide {
	height: auto;
	width: 100%;
	background: none;
	color: #000;
}
.content-slide {
	padding: 10px;
}
.content-slide p {
	text-indent: 2em;
	line-height: 1.7;
}
.neirong {
	width: 800px;
	margin: auto;
}
.neirong p {
	text-align: left;
	text-indent: 2em;
}
.neirong h1 {
	font-weight: 600;
	font-size: 24px;
}
.neirong h2 {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #aaaaaa;

}
.neirong h3 {
	text-align: left;
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	text-shadow: 1px 0px 1px #aaaaaa;
}
.neirong ul {
	width: 100%;
	text-align: left;
}
.neirong ul li {
	width: 120px;
	display: inline-block;
	padding: 8px;
}
.neirong ul li a {
	font-size: 16px;
	color: #ff6600;
	font-weight: 600;
	text-shadow: 1px 0px 1px #555;
}
.neirong ul li a:hover{
	border-bottom: 2px solid #ff6600;
}

/*==表格样式==*/
.table {
	padding: 0;
	margin: 0 auto;
	width: 780px; /*撑满上面定义的780像素*/
	border: 0px solid #FF00FF; /*表格边框*/
	border-collapse: collapse; /*边线与旁边的合并*/
	border-spacing: 0 0; /*表格单元格间距 横向-纵向 边距合并无效*/
	table-layout: fixed; /*表格样式固定，内容强制换行*/
	text-align: center; /*表格内文字居中对齐*/
	background-color: #fff;
}
/*奇数行*/
.table tr:nth-child(odd) {
	background-color: #ddd;
}

/*偶数行*/
.table tr:nth-child(even) {
	background-color: #b0c4de;
}

/*左1列奇数行*/
.table tr:nth-child(odd) td:nth-child(1) {
	background: #888;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

/*左1列偶数行*/
.table tr:nth-child(even) td:nth-child(1) {
	background: #4682b4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
.table tr:hover td:nth-child(1) {
	background: #ff9900;
}
.table  .left1 {
	background: #888;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
.table  .left2 {
	background: #4682b4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
/*鼠标经过样式*/
.table tr:hover {
	background: #ffcc66;
}

.table td:hover {
	background: #555;
	color: #fff;
	font-weight: bold;
}
.table tr td:hover a {
	color: #ffffff;
	font-weight: bold;
}

/*表头单元格(这里将表头单元格的样式设置成了和单元格一样,实际中可以改变)*/
.table tr th {
	text-align: center;
	background: #0099ff; /*背景颜色*/
	line-height: 40px; /*行高*/
	font-size: 18px; /*字号*/
	font-weight: bold; /*字体加粗*/
	text-shadow: 1px 1px 1px #000; /*字体阴影*/
	color: #fff; /*字体颜色*/
	border: 1px solid #fff; /*边框样式*/
	/*overflow: hidden; 超出长度的内容不显示 可选用*/
	word-wrap: break-word; /* 内容将在边界内换行*/
	/*text-overflow: ellipsis; 当对象内文本溢出时显示省略标记（…），省略标记插入的位置是后一个字符*/
	word-break: break-all; /*字内断开*//*==white-space: nowrap;文本不换行==*/
	vertical-align: middle !important; /*垂直剧中对齐*/
}

.table tr:nth-child(2) th {
	font-size: 16px;
	font-weight: 500;
}

/*第二行标题 针对特殊表格*/
.table tr:nth-child(3) th {
	font-size: 16px;
	font-weight: 500;
}

/*第三行标题 针对特殊表格*/
.table tr:nth-child(4) th {
	font-size: 14px;
	font-weight: 500;
}

/*第四行标题 针对特殊表格*/

/*单元格样式*/
.table tr td {
	padding: 1px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #fff;
	overflow: hidden;
	/*==word-wrap: break-word;内容将在边界内换行*/
	/*==text-overflow: ellipsis;当对象内文本溢出时显示省略标记（…），省略标记插入的位置是后一个字符==*/
	/*==word-break: break-all;允许在单词内换行==*/
	white-space: nowrap; /*==文本不换行==*/
	vertical-align: middle !important; /*垂直剧中对齐*/
}

.table ul li {
	display: table;
	padding: 0;
	margin: 0;
}
.table ul li {
	text-align: center;
	width: 100%;
	padding: 1px;
	font-size: 12px;
	line-height: 30px;
	border: 0;
	overflow: hidden;
	/*==word-wrap: break-word;内容将在边界内换行*/
	/*==text-overflow: ellipsis;当对象内文本溢出时显示省略标记（…），省略标记插入的位置是后一个字符==*/
	/*==word-break: break-all;允许在单词内换行==*/
	white-space: nowrap; /*==文本不换行==*/
	vertical-align: middle !important; /*垂直剧中对齐*/
}
.table ul li a {
	font-size: 12px;
	color: #000;
	font-weight: 300;
	text-shadow: 0 0 0;
}
.table ul li:hover {
	color: #fff;
	font-weight: bold;
}
.table ul li:hover a {
	color: #ffffff;
	font-weight: bold;
	border-bottom: 2px solid #ff6600;
}
/*容纳表格内容的DIV,这个DIV上放置滚动条*/
.xianshi {
	width: 100%;
	height: 500px; /*显示区域高度   定一下高度,要不然就撑出来没滚动条了*/
	overflow-y: scroll; /*总是显示滚动条*/
	overflow-x: hidden; /*总是隐藏x方向滚动条*/
}
/*滚动条样式*/
.xianshi::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-radius: 3px;
 background-color: #ddd;
}/*滚动条滑轨背景颜色*/
 .xianshi::-webkit-scrollbar {
 width: 3px;
 background-color: #ddd;
}/*滚动条滑轨样式*/
 .xianshi::-webkit-scrollbar-thumb {
 border-radius: 3px;
 -webkit-box-shadow: inset 0 0 1px rgba(0,119,220,.3);
 background-color: #007dc3;
}/*滑块颜色*/

/*部分字体样式*/
.cpft {
	margin: 10px 10px 0;
	padding: 0;
	font-size: 13px;
	text-align: left;/*文字左对齐*/
	text-indent: 2em;/*文字首航缩进2字符*/
}/*产品介绍文字样式*/
.smallft{
	font-size: 13px;
	font-weight: 600;
	margin-top:10px;
}
.xyb {
	font-size: 24px;
	font-weight: bold;
	color: #0099ff;
}


/*==百度地图==*/
.mapbox {
	width: 800px;
	margin: 40px auto 0;
}
.maptitle {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}
.mapcontent {
	font-size: 13px;
	color: #333;
	margin-top: 6px;
}
.mapcontainer {
	width: 800px;
	height: 600px;
}

@media (max-width: 1000px) {
.mapbox {
	width: 600px;
}
.mapcontainer {
	width: 600px;
	height: 400px;
}
}
/*==联系方式==*/
.contactus {
	width: 600px;
	margin: 30px auto 0;
}
.contactus h3 {
	font-size: 18px;
	font-weight: bold;
}
.contactus ul {
	text-align: left;
}
.contactus ul li {
	font-size: 14px;
}
.contactus ul li:hover a {
	font-weight: 600;
	border-bottom: 1px solid #ff6600;
}
.tongyong {
	width: 800px;
	margin: 50px auto;
	text-align: center;
}
.jishu{
 margin: 60px auto 0px;
 width: 90%;
 max-width: 1000px;
 min-width: 800px;
 height: 200px;
 padding: 20px;
 background-color: #0099ff;
 box-shadow: 2px 2px 6px #333;
}
.jishu h1{
	margin-top: 10px;
	font-size: 2.5em;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}
.jishu h2{
	padding: 10px;
	float: left;
	color: #fff;
	text-shadow: 0px 1px 1px #333;
}
.jishu .ewm {
	position: relative;
	float: right;
	top: -130px;
	right: 30px;
	width: 135px;
	font-size: 12px;
	text-align: center;
}

/*==新版自适应==*/
.new-list {
	width: 90%;
	max-width: 1300px;
	min-width: 800px;
	margin: 30px auto 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.new-list div {
	height: 330px;
	background-color: #efefef;
	border-radius: 10px;
}

.new-list img {
	margin: 10px;
}

.new-list ul {
	text-align: left;
	margin-left: 25%;
}

.new-list ul li {
	display: block;
	padding-left: 20px;
}

.new-list ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.new-list ul li:hover a {
	text-shadow: 1px 1px 1px #999;
}

.new-list div hr {
	width: 90%;
	border: none;
	border-top: 1px dashed #333;
}

.new-list .more {
	text-align: right;
	margin-right: 25px;
}

.new-list .more a {
	font-size: 18px;
	color: #222;
	text-shadow: 1px 1px 1px #999;
}

.new-list .more a:hover {
	font-weight: bold;
	color: #000;
}


