﻿@charset "utf-8";
/* 通用样式 */
* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-align: justify;
    vertical-align: top;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%; /*解决Iphone下橱窗字体变大问 题*/
    color: #666;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
    -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", STHeitiSC-Light, simsun, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    text-align: center;
    background-color: #f1f1f1;
}
/* div.zt_content */
div.zt_content {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    clear: both;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
/* div.zt_content */
/* 头图 */
div.top_img {
    margin-bottom: 0.2rem;
}

    div.top_img img {
        width: 100%;
    }
/* 头图 */
/* 正文 */
div.listcon {
    margin: 0 0.1rem;
    clear: both;
}

    div.listcon div.title {
        margin-bottom: 0.03rem;
        line-height: 0.6rem;
    }

        div.listcon div.title a {
            font-size: 0.4rem;
            font-weight: normal;
            color: #333;
        }

            div.listcon div.title a:hover {
                color: #0099ff;
            }

.listcon div.summary {
    color: #999;
    text-indent: 0em;
    line-height: 0.5rem;
    overflow: hidden;
    font-size: 0.3rem;
    margin-top: 0.1rem;
    opacity: 0.8;
}
div.listcon div.spx{
    display:none;
}

.listcon .pubtime1,
.listcon .pubtime2 {
    clear: both;
    text-align: right;
    font-size: 0.3rem;
    color: #bebebe; 
}
div.listcon .separator {
    text-align: center;
    height: 0.35rem;
    background: url(./separator.jpg) 0px 0.1rem repeat-x;
    width: 100%;
    clear: both;
}
/* div.listcon div.txtlist */
div.listcon div.txtlist { 
}

/* div.listcon div.txtlist */
/* div.listcon div.imglist */
div.listcon div.imglist {
}

div.listcon > div.imglist .a {
    float: left;
    width: 2.8rem;
    /* height: 1.9rem; */
}

div.listcon > div.imglist .b {
    float: right;
    position: relative;
    width: 6.8rem;
}

div.listcon > div.imglist .a img {
    display: block;
    width: 2.8rem;
    /* height: 1.9rem; */
    padding: 1px;
    border: 1px solid #ccc;
}
div.listcon > div.imglist div.summary{
    display:none;
}
div.listcon>div.imglist div.pubtime1{
    text-align: left;
    line-height: 23px
}
div.listcon>div.imglist div.pubtime2{
    display: none;
}
div.listcon>div.imglist  div.spx{
    display: block;
	margin:3px 0px;
	opacity:0.80;
	-moz-opacity:0.80;
    line-height: 0.5rem;
}
div.listcon>div.imglist  div.spx span.source{
	display: inline-block;
	font: normal 12px/16px "STHeiti","SimSun";
    color: #159b46;
    padding: 1px 7px;
    border: 1px solid #b8e1c7;
    border-radius: 2px;
    text-decoration: none;
	letter-spacing: 1px;
	opacity:0.80;
	-moz-opacity:0.80;
	
}
/* div.listcon div.imglist */
/* 正文 */
/* 分页 */
.pages *{
    text-align: center;
    font-size: 0.45rem;
     line-height: 0.66rem;
}
.pages{ text-align: center; font-family: arial;margin-top:0.1rem; }
.pages a{ text-decoration: none; }
.pages li{ display: inline-block; border: 1px #ddd solid; padding:0 0.1rem;  margin: 0.1rem;
 
}
.pages li:hover{ background-color: #ccc; color: #1E90FF; }
.pages .page-active{ background-color: #ccc; }
/* 分页 */

	.ewm22{
		font-size: 0.3rem;
		text-align: center;
	}
/* 版权 */
footer *{
    text-align: center;
    font-size: 0.3rem;
    color:#fff;
     line-height: 0.4rem
}
 
footer {
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 2px solid #61baf6;
    background-color: #fff;
    text-align: center;
    line-height: 1.8rem;
    font-size: 1rem;
    clear: both;
    background: #187cd1; /* #187cd1; da1624*/
    padding: 0.4rem;
    color: #fff;
    text-align: center;
}
/* 版权 */
