﻿html{
	color: #000;
	background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
em,
strong
b,
u,
i{
	font-style: normal;
	font-weight: normal;
}
ul,
ol,
dl,
dt,
dd{
	list-style: none;
	display: block;
}
h1,
h2,
h3{
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;  /*为了兼容IE浏览器*/
}
img{
	border:none;
}
a{
	text-decoration: none;
}
input{
	border: none;
}

body{
	font-size: 16px;
	font-family: Simsun;
}
.body{
	position: relative;
}
@font-face {
	font-family: 'iconmoon';
	src:url('fonts/icomoon.eot?2z3o0y');
	src:url('fonts/icomoon.eot?#iefix2z3o0y') format('embedded-opentype'),
		url('fonts/icomoon.woff?2z3o0y') format('woff'),
		url('fonts/icomoon.ttf?2z3o0y') format('truetype'),
		url('fonts/icomoon.svg?2z3o0y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
.mt-20{
	margin-top: 20px;
}
.mt-40{
	margin-top: 40px;
}

.accessible-wrap {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.accessible-body {
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1000px;
	text-align: right;
	padding: 10px 0;
	font-size: 14px;
	background-color: white !important;
	border-bottom: 1px solid #ddd;
}
.accessible-body-fixed {
	height: 47px;
}
.accessible-body span {
	display: inline-block;
	padding: 0 10px;
	margin-left: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f3f3f3 !important;
	line-height: 24px;
	color: #444 !important;
	cursor: pointer;
}
.contrast, .contrast * {
	background: black !important;
	color: white !important;
}

.top-bar{
	position: relative;
}
.bar{
	position: absolute;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.h-top{
	width: 1000px;
	margin: 0 auto;
	/*background-color: #B3D1F1;*/
	background-color: transparent;
}
.h-top .ht-right{
	padding-left: 10px;
	height: 30px;
}
.h-top .ht-right a{
	line-height: 30px;
	color: #888888;
	vertical-align: middle;
	font-size: 0.75em;
	cursor: auto;
}
.h-top .ht-right span{
	color: #888888;
	font-family: simsun;
	line-height: 30px;
	font-size: 0.75em;
}
.h-top .ht-right span:before{
	content: "|";
	display: inline-block;
	color: #888888;
}

.header{
	background: url(../images/dmw-headbg.jpg) no-repeat center top;
	max-width: 1920px;
	position: relative;
	background-size: cover;
}
.banner{
	width: 100%;
	height: 348px;
}
.banner .logo{
	position: absolute;
	width: 200px;
	height: 50px;
	top: 80px;
	background: url(../images/logo_place.png);
}
.banner img{
	width: 100%;
	height: 100%;
}
.box-01 .h-nav{
	height: 45px;
	background: #044C82;
}
.main-nav{
	width: 1000px;
	margin: 0 auto;
}
.main-nav .nav-list{
	float: left;
}
.main-nav .nav-list>li{
	float: left;
	padding: 0 32px;
	line-height: 45px;
	display: block;
}
.main-nav .nav-list .focus{
	background-color: #033969;
}
.main-nav .nav-list>li:hover{
	background-color: #116bbb;
}
.main-nav .nav-list>li>a{
	display: block;
	font-size: 1em;
	color: white;
	font-family: "Microsoft Yahei"
}
.main-nav .nav-form{
	float: right;
	line-height: 45px;
	padding: 0 15px;
	position: relative;
}
.main-nav .nav-form form input[type='text']{
	width: 100px;
	height: 23px;
	line-height: 23px;
	padding: 0 25px 0 10px;
	border-radius: 10px;
	font-size: 12px;
}
.main-nav .nav-form form input[type='submit']{
	position: absolute;
	right: 23px;
	top: 17px;
	background: url(../images/dmw-fdj.png);
	display: inline-block;
	width: 14px;
	height: 15px;
	cursor: pointer;
}

.main-nav .nav-form form em {
	display: none;
	line-height: 1em;
	font-size: 12px;
	color: #fa9c2d;
	font-style: normal;
	margin: 5px 0 0 14px;
}

.b-table{
	display: table;
	table-layout: fixed;
	vertical-align: top;
	width: 100%;
}
.b-table>*{
	display: table-cell;
	table-layout: fixed;
	vertical-align: top;
	height: inherit;
	overflow: hidden;
}
.main-wrap{
	width: 1000px;
	margin: 0 auto;
}
.box-02 .row-01{
	width: 100%;
	overflow: hidden;
}

.box-02 .row-01 .r-right{
	float: right;
	width: 400px;
}
.box-02 .row-01 .r-right img{
	width: 100%;
	display: block;
}
.box-02 .row-01 .r-left{
	margin-right:420px;
}

.space-20{
	width: 20px;
}
.box-title-name{
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	padding-left: 9px;
	color: white;
	background-color: #29abcd;
	position: relative;
	font-family: "Microsoft Yahei";
	cursor: default;
}
.box-title-name:after{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid #29abcd;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: -4px;
	top: 10px;
}
.box-title-more{
	float: right;
	display: block;
	padding-left: 10px;
	line-height: 30px;
	padding-left: 9px;
	color: #888888;
	font-size: 0.75em;
	cursor: pointer;
}
.box-title-more:after{
	content: ">>";
	color: #888888;
	font-size: 0.75em;
	font-family: simsun;
}
.box-title-more:hover{
	color: #FF7900;
}
.box-02 .row-01 .r-left .box-title{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
	height: 30px;
}
.box-02 .row-01 .r-left .box-content{
	margin-top: 20px;
}
.box-02 .row-01 .box-content ul li{
	padding: 12px 0;
}
.box-02 .row-01 .box-content ul li:first-child{
	padding-top: 5px;
}
.box-02 .row-01 .box-content ul li:hover a{
	color: #FF7900;
}
.box-02 .row-01 .box-content ul li a{
	display: block;
	font-size: 0.9375em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	color: #666666;
}
.box-02 .row-01 .box-content ul li span{
	font-size: 0.875em;
	line-height: 1em;
	color: #888888;
	width: 72px;
}
.box-02 .row-02 .r-right,.row-03 .r-right{
	width:400px;
	
}
.box-02 .row-02 .r-right .news-title{
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.box-02 .row-02 .r-right .news-list ul{
	margin-top: 20px;
}
.box-02 .row-02 .r-right .news-list ul>li{
	padding: 12px 0;
}
.box-02 .row-02 .r-right .news-list ul>li:first-child{
	padding-top: 0;
}
.box-02 .row-02 .r-right .news-list ul>li a{
	font-size: 0.9375em;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
}
.box-02 .row-02 .r-right .news-list ul>li span{
	width:72px;
	font-size: 0.875em;
	line-height: 1em;
	color: #888888;
}
.box-02 .row-02 .r-right .news-list ul>li:hover a{
	color: #FF7900;
}
.box-02 .row-02 .r-left .box-tab{
	position: relative;
}
.box-02 .row-02 .r-left .box-tab>dt{
	position: absolute;
	top: 0;
	left: 0;
}
.box-02 .row-02 .r-left .box-tab>dt>ul>li{
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	padding-left: 9px;
	color: #333333;
	font-family: "Microsoft Yahei";
	cursor: default;
}
.box-02 .row-02 .r-left .box-tab>dt>ul>li.focus{
	background-color: #29abcd;
	color: white;
	position: relative;
}
.tab-title .focus:after{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid #29abcd;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: -4px;
	top: 10px;
}
.tab-content>li{
	display: none;
}
.tab-content>li.focus{
	display: block;
}
.tab-content .tab-content-top{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}
.tab-content .tab-content-list{
	margin-top: 20px;
}
.tab-content .tab-content-list li{
	padding: 12px 0;
}
.tab-content .tab-content-list li:first-child{
	padding-top: 0;
}
.tab-content .tab-content-list li>a{
	display: block;
	font-size: 0.9375em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	color: #666666;
}
.tab-content .tab-content-list li>span{
	width: 72px;
	font-size: 0.875em;
	line-height: 1em;
	color: #888888;
}
.tab-content .tab-content-list li:hover a{
	color: #FF7900;
}
.row-03 .col-title .col-title-name{
	border-left: 4px solid #29abcd;
	padding-left: 14px;
}
.row-03 .col-title .col-more{
	float: none;
	width: 50px;
	display: table-cell;
}
.row-03 .col-title .col-title-name>h2{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-family: "Microsoft Yahei";
	font-size: 1.25em;
	color: #29abcd;
	line-height: 1em;
}
.row-03 .col-title .col-title-name>span{
	font-size: 0.75em;
	display: block;
	color: #999999;
	line-height: 1em;
	padding: 4px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	
}
.row-03 .col-content{
	margin-top: 20px;
}
.row-03 .col-content ul li{
	border-bottom: 1px solid #efefef;
	padding: 15px 0;
}
.row-03 .col-content ul li a{
	font-size: 0.9375em;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	color: #666666;
}
.row-03 .col-content ul li span{
	display: none;
	width: 72px;
	font-size: 0.875em;
	line-height: 1em;
	color: #888888;
}
.row-03 .col-content ul li a:before{
	content: ">";
	display: inline-block;
	padding-right: 8px;
}
.row-03 .col-content ul li:hover a{
	color: #FF7900;
}
.box-03.footer{
	background-color: #044C82;
	max-width: 1920px;
	height: 108px;
}
.footer .foot-content{
	vertical-align: middle;
	padding-top: 15px;
}
.footer .foot-content .info{
	color: #ababab;
	font-size: 0.75em;
	line-height: 2em;
	text-align: center;
}
.logo-d{
	width: 100px;
}
.logo-j{
	width: 100px;
}
.h-title-name{
	display: none;
}
.small-footer{
	display: none;
}
/*列表页*/
.box-02.list-wrap{
	width: 1000px;
	margin: 0 auto;
}

.list-wrap .list-right{
	float: right;
	border: 1px solid #e8e8e8;
	width: 100%;
}
.list-wrap .list-right .list-title{
	padding: 20px 40px 10px;	
}
.list-wrap .list-right .list-title .list-title-name{
	color: #29abcd;
	font-family: "Microsoft Yahei";
}
.list-wrap .list-right .list-title .list-title-name:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #29abcd;
	margin: 5px 5px 0 0;
	float: left;
}
.list-wrap .list-right .list-content{
	line-height: 28px;
	font-size: 0.875em;
	color: #666666;
	padding: 5px 40px 0;
}
.list-content a{
	display: block;
}
.list-content a>em{
	float: right;
	color: #999999;
	line-height: 50px;
	font-family: "verdana";
	font-size: 0.875em;
}
.list-content a>span{
	font-size: 1em;
	line-height: 50px;
	display: block;
	color: #676767;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0;
}
.list-content a:hover span{
	color: #FF7900;
}

.page-tile {
	display: block;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	border-top: 1px solid #e8e8e8;
	margin-top: 20px;
}

.page-tile:after {
	display: block;
	content: "";
	clear: both;
}
/*翻页*/
.page-tile>* {
	color: #888;
	display: block;
	float: left;
	padding: 0 .5em;
	min-width: 1.5em;
	text-align: center;
	border-right: 1px solid #eee;
	font-size: 0.75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.page-tile>*:before {
	font-size: 1.25em;
}

.page-tile span.more:before {
	content: "…";
}

.page-tile a.first:before {
	content: "\2039"
}

.page-tile a.prev:before {
	content: "\2039"
}

.page-tile a.next:before {
	content: "\203A"
}

.page-tile a.last:before {
	content: "\203A\203A"
}

.page-tile span.focus {
	background-color: #044C82;
	color: #fff;
}

.page-tile-m {
	display: none;
	text-align: center;
	font-size: .875em;
	height: 1.875em;
	margin-top: 10px;
	padding-bottom: 10px;
}

.page-tile-m span.no-click {
	background-color: #ccc;
	color: #fff;
}

.page-tile-m span {
	padding: 0.5em 1em;
	background-color: #888;
	margin: 0px 3px;
	color: #fff;
}

.page-tile-m span a {
	color: #fff;
}

@media screen and (max-width: 720px) {
	.page-tile {
		display: none;
	}
	.page-tile-m {
		display: block;
	}
}

/*文章内容*/
.artical-box{
	border: 1px solid #ececec;
	padding: 10px 30px;
	font-size: 0.875em;
	line-height: 1.875em;
	margin-top: 20px;
}
.artical-box .location{
	color: #555555;
	font-size: 0.875em;
	font-family: Simsun;
	line-height: 2em;
	cursor: default;
}
.location span{
	font-size: 1em;
}
.location span a{
	color: #555555;
}
.location span a:hover{
	color: #FF7900;
}
.location span+span:before{
	content: " > ";
}
.artical-box .big-title{
	padding: 0.5em 0;
	font-size: 1.75em;
	text-align: center;
	color: #333;
	font-family: "Microsoft Yahei";
}
.artical-box .info{
	font-size: 0.875em;
	text-align: center;
	color: #999999;
	line-height: 1em;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 1.25em;
}
.artical-box .artical_content_description {
    font-size: .875em;
    color: #888;
    border: 1px dotted #ccc;
    background-color: #f3f3f3;
    line-height: 1.75em;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.artical-box .artical_content_description:before {
    content: "摘要: ";
}
.artical-box .artical-content{
	line-height: 1.875em;
	color: #333333;
}
.artical-content p{
	margin: 1em 0;
	text-indent: 2em;
}
.artical-box .artical-content-other{
	padding: 10px 0;
}
.artical-box .artical-content-other .artical-page-function{
	float: right;
	font-size: 0.875em;
}
.artical-box .artical-content-other .artical-page-function>span{
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	color: #676767;
}
.artical-box .artical-content-other .artical-page-function>span:hover{
	text-decoration: underline;
}
.artical-box .artical-content-other .artical-page-function>span:before{
	content: "[";
}
.artical-box .artical-content-other .artical-page-function>span:after{
	content: "]";
}
.artical-box .artical-content-other .artical-share{
	float: left;
}

.artical-img{
	text-align: center;
	padding: 20px 0;
}
.artical-img img{
	max-width: 700px;
	height: auto !important;
}

.focus-pic{
	float: right;
	width: 400px;
	display: block;
}

/*2020-05-08追加默认样式*/
.artical-content>p,..artical-content>div{
	text-indent:2em;
	line-height:1.875em;
	text-align: justify;
}
.artical-content>p>img,.artical-content>div>img{
	display: block;
	margin:0 auto;
	max-width:78%;
	height:auto!important;
}
.artical-content table{
	margin:10px auto;
	border-collapse: collapse;
}

/*1000一下*/
@media screen and (max-width: 1000px){
	.bar{
		display: none;
	}
	
	.banner .logo{
		display: none;
	}
	.main-nav{
		width: 100%;
		margin: 0 auto;
	}

	.main-wrap{
		width: 95%;
		margin: 0 auto;
	}
	.footer .foot-content{
		width: 100%;
		margin: 0 auto;
	}
	.box-01 .h-nav{
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		background-color: #044c82;
		width: 100%;
	}
	.box-01 .h-nav:before{
		content: "郑州地名网";
		display: block;
		height: 45px;
		line-height: 45px;
		position: absolute;
		font-size: 1.5em;
		color: rgb(255,255,255);
		font-family: "Microsoft Yahei"; 
		padding-left: 15px;
	}
	.box-01 .h-nav .main-nav{
		width: 40px;
		height: 45px;
		float: right;
		margin-top: 0;
	}
	.box-01 .h-nav .main-nav:after{
		content: "";
		display: block;
		background: url(../images/icon_menu.png) center center no-repeat;
		width: 40px;
		height: 45px;
		background-size: 60%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.box-01 .h-nav .main-nav .nav-form{
		display: none;
	}
	.box-01 .h-nav .main-nav .nav-list{
		z-index: 100;
		display: none;
		float: right;
		position: absolute;
		right: 0;
		padding: 0;
		top: 45px;
		width: 145px;
		background-color: #ffffff;
		border-left: 1px solid #e5e5e5;
	}
	.box-01 .h-nav .main-nav .nav-list li{
		float: none;
		padding: 0;
	}
	.box-01 .h-nav .main-nav .nav-list li a{
		text-align: center;
		color: #666666;
		border-bottom: 1px solid #e8e8e8;
		display: block;
		padding: 12px 6px;
		line-height: 21px;
	}
	.box-01 .h-nav .main-nav .nav-list li.focus a{
		background-color: #e5e2e2;
		color: #333333;
	}
	.box-01 .h-nav .main-nav .nav-list li:hover a{
		color: white;
		background-color: #033969;
	}
	.box-03.footer{
		height: 35px;
		margin-top: 0;
	}
	.small-footer{
		display: block;
		color: #ababab;
		padding: 10px 0;
		text-align: center;
		font-size: 0.75em;
	}
	.foot-content{
		display: none;
	}
	/*列表页*/
	.box-02.list-wrap{
		width: 100%;
	}

	.list-wrap .list-right{
		margin-bottom: 0;	
	}
	.artical-img img{
		max-width: 100%;
    }
	.artical-content>p>img,.artical-content>div img{
		max-width:100%!important;
	}
}
@media screen and (max-width: 720px){
	.main-wrap{
		width: 100%;
		margin: 0 auto;
	}
	.b-table>*{
		display:block;
	}
	.row-03{
		display: block;
		margin-top: 0;
	}
	.box-title-name{
		line-height: 36px;
	}
	.pr-5{
		padding-right: 15px;
	}
	.main-nav .nav-list .focus>a{
		background-color: #033969;
		color: #aaaaaa;
	}
	.row-03 .col-01,.col-02,.col-03{
		display: block;
	}
	.row-03 .col-title .col-title-name{
		padding-left: 0px;
	}
	#tab-01 .tab-title{
		display: none;
	}
	.h-title-name{
		display: block;
		float: left;
	}
	.box-tab>dt{
		display: none;
	}
	.box-tab .tab-content>li{
		display: block;
	}
	.row-02{
		display: block;
	}
	.row-02 .r-left,.r-right{
		display: block;
	}
	.box-02 .row-02 .r-right{
		width: 100%;
	}
	.space-20{
		display: none;
	}
	.box-01 .banner{
		display: none;
	}
	.box-02{
		padding-top: 45px;
	}
	.box-02 .row-01{
		margin: 0;
	}
	.focus-pic{
		float: none;
		width: 100%;
	}
	.box-02 .row-01 .r-right{
		float: none;
		width: 100%;
		display: block;
	}
	.box-02 .row-01 .r-left{
		margin-right: 0;
	}
	.box-02 .row-01 .r-left .box-title{
		background: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		font-size: 1em;
		border-left: 4px solid #29abcd;
		border-bottom: none;
		padding-left: 10px;
		padding-bottom: 0;
		color: #666666;
		margin-top: 5px;
	}
	.box-title-name{
		background-color: #edeef1;
		color: #666666;
		padding: 0;
		font-size: 1em;
	}
	.box-title-name:after{
		content: "";
		border:none;
	}
	.tab-content .tab-content-top{
		background: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		font-size: 1em;
		border-left: 4px solid #29abcd;
		border-bottom: none;
		padding-left: 10px;
		padding-bottom: 0;
		color: #666666;
		margin-top: 5px;
	}
	.box-02 .row-02 .r-right .news-title{
		background: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		font-size: 1em;
		border-left: 4px solid #29abcd;
		border-bottom: none;
		padding-left: 10px;
		padding-bottom: 0;
		color: #666666;
		margin-top: 5px;
	}
	.row-03 .col-title .col-title-name>span{
		display: none;
	}
	.row-03 .col-title{
		background: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		border-left: 4px solid #29abcd;
		border-bottom: none;
		padding-left: 10px;
		padding-bottom: 0;
		color: #666666;
		margin-top: 5px;
	}
	.row-03 .col-title .col-title-name{
		border: none;
	}
	.row-03 .col-title .col-title-name>h2{
		border:none;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		font-size: 1em;
		color: #666666;
	}
	.box-title-more{
		line-height: 36px;
	}
	.row-03 .col-content ul li a{
		float: block;
		font-size: 0.9375em;
		color: #666666;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.2em;
	}
	.row-03 .col-content ul li span{
		display: inline-block;
		float: right;
		font-size: 0.875em;
		line-height: 1.2em;
		color: #888888;
	}
	.row-03 .col-content ul li a:before{
		content: "";
		padding-right: 0;
	}
	.row-03 .col-content{
		margin-top: 0;
		padding: 0 15px;
	}
	.box-02 .row-01 .r-left .box-content{
		padding: 0 15px;
		margin-top: 0;
	}
	.box-02 .row-01 .box-content ul li:first-child{
		padding-top: 12px;
	}
	.tab-content .tab-content-list{
		padding: 0 15px;
		margin-top: 0;
	}
	.box-02 .row-02{
		margin-top: 0;
	}
	.tab-content .tab-content-list li:first-child{
		padding-top: 12px;
	}
	.box-02 .row-02 .r-right .news-list ul{
		margin-top: 0;
		padding: 0 15px;
	}
	.box-02 .row-02 .r-right .news-list ul>li:first-child{
		padding-top: 12px;
	}
	.row-03 .col-content ul li{
		border-bottom: none;
		padding: 12px 0;
		zoom: 1;
	}
	.row-03 .col-content ul li:after{
		content:"";
		display:block;
		clear:both;
		height:0;
	}
	.list-wrap .list-left{
		display: none;
	}
	.list-wrap .list-right{
		width: 100%;
	}
	.artical-content-other{
		display: none;
	}
	.artical-box{
		padding: 10px 15px;
	}
	.list-content a>em{
		display: none;
	}
	.tab-content .tab-content-list li>span{
		display: none;
	}
	.box-02 .row-01 .box-content ul li span{
		display: none;
	}
	.box-02 .row-02 .r-right .news-list ul>li span{
		display: none;
	}
	.row-03 .col-content ul li span{
		display: none;
	}
}

.location:before {
	content: '"';
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
	font-family: "iconmoon";
}

@media screen and (max-width: 720px) {
	.location:before {
		font-size: 1em;
	}
	.row-03 .r-right {
		width:100%;
	}
}

.news-list.list-dark a {
	display: block;
}

.news-list.list-dark>a span{
    color: #333333;
    font-size: 1em;
}
.news-list.list-dark>a em {
    color: #999999;
    line-height: 1em;
    font-size: .75em;
    font-family: Arial;
    display: block;
    margin-bottom: 10px;
}

.news-list.list-dark a:hover>span {
	color: #fe2e2e !important;
}