﻿@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: 12px;
    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 {
    width: 1000px;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    clear: both;
}
/* div.zt_content */
/* 头图 */
div.top_img {
    margin-bottom: 20px;
}

    div.top_img img {
        width: 1000px;
    }
/* 头图 */
/* 正文 */
div.listcon {
    margin: 0px 45px 0px 45px;
    clear: both;
}

    div.listcon div.title {
        margin-bottom: 10px;
    }

        div.listcon div.title a {
/*            font-size: 22px;
            font-weight: bold;
            color: #000;
            opacity: 0.7;
            letter-spacing: 0.2px;*/
			            font-size: 18px;
            letter-spacing: 1px;
            color: #444;
        }

            div.listcon div.title a:hover {
                color: #0099ff;
            }

.listcon div.summary {
    color: #999;
    text-indent: 0em;
    line-height: 23px;
   /* height: 46px; */
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.5;
    margin-bottom: 6px;
    text-indent: 2em;
}
.listcon div.summary:empty{
    display: none;
}
.listcon .pubtime1 {
    display:none;
}
.listcon .pubtime2 {
    clear: both;
    text-align: right;
    font-size: 12px;
    color: #bebebe;
}
div.listcon div.spx{
    display:none;
}
div.listcon .separator {
    text-align: center;
    height: 25px;
    background: url(./separator.jpg) 0px 5px repeat-x;
    width: 925px;
    clear: both;
    margin-left: -5px;
}
/* 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;
	overflow: hidden;
    width: 154px;
    /*height: 110px;*/
    padding: 0px;
    border: 0px solid #ccc;
}
div.listcon > div.imglist .a a{
    width: 150px;
   /* height: 100px;*/
	overflow: hidden;
    display: inline-block;
    
}
div.listcon > div.imglist .a img {
    width: 150px; 
    object-fit:cover;
	transform: scale(1); 
	transition: 0.5s;
}
div.listcon > div.imglist .a img:hover{
    transform: scale(1.2);
    transition: 0.5s;
}

div.listcon > div.imglist .b {
    float: right;
    width: 740px;
    /*height: 115px;*/
    overflow: hidden;
}
/* div.listcon div.imglist */
/* 正文 */
/* 分页 */
.pages{ text-align: center; font-family: arial;margin-top:25px; }
.pages a{ text-decoration: none; }
.pages li{ display: inline-block; border: 1px #ddd solid; padding: 3px 6px; margin: 2px; }
.pages li:hover{ background-color: #ccc; color: #1E90FF; }
.pages .page-active{ background-color: #ccc; }
/* 分页 */
	.ewm22{
		font-size: 15px;
		text-align: center;
	}
/* 版权 */
footer *{
    text-align: center;
    font-size: 15px;
}
footer {
    margin-top: 25px;
    padding: 20px 0;
    border-top: 2px solid #61baf6;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    clear: both;
}
/* 版权 */
