*{
    margin:0;
    padding:0;
}
ul{
    margin:0;
    list-style: none;
}
a{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.top{
    width: 100%;
}
.dian{
    vertical-align: middle;
    margin: 0 2px;
}
.content{
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 18px;
    color: #000000;
}
#app *{
    box-sizing: border-box;
}
/* 首页 */
.xxeljs{
    width: 100%; 
    margin-top: 70px;
}
.index{
    border-top: 1px solid #ddd;
    padding-top: 15px;
    overflow: hidden;
}
.index li{
    width: 50%;
    float: left;
    margin: 15px 0;
}
.more:hover{
    text-decoration: underline;
}
.logo{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 40px;
}
.more{
    color: #666666;
    float: right;
    margin-top: -35px;
}

/* 列表页面 */
.list{
    border: 6px solid #a00714;
    padding: 20px 30px 50px;
}
.list ul{
    margin-top: 20px;
}
.list li{
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px dashed #e0e0e0;
    padding-bottom: 10px;
}
.list li a{
    height:6px;
    background:url(ningmanyi20191223_yuan.png) no-repeat left center;
    padding-left:14px;
}
.list li a:link, .list li a:visited{
    font-size:17px;
    color:#333;
}
.list li span{
    position:absolute;right:28px;
    color:#9a9a9a;
    background:url(xczx20191127_clock.png) no-repeat left center;
    padding-left:28px;
}

.position{
    margin-left:5px;
    font-size:19px;
    margin-bottom:20px;
    font-weight: bold;
    color: #666;
}
.position a {
    color: #333;
    font-weight: bold;
}

/* 内容页面 */
.show{
    border: 6px solid #a00714;
    padding: 20px 30px 50px;
    width: 1122px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.content h2{
    font-size:30px;
    color:#000;
    text-align:center;
    margin-bottom:24px;
    font-size: 22px;
    font-weight: 400;
    color: #666;
}
.article-info li {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	color: #666;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.content-text{
    width: 940px;
    margin: 44px auto 0;
}
.content-text p{
    color: #666;
    line-height: 32px;
}

/*底部*/
body{
    background: none!important;
}
.footer {
    margin-top: 70px;
}