@font-face {
    font-family: "ChineseQuotes";
    src: local("SimSun"), local("宋体");
    unicode-range: U+201C, U+201D, U+2018, U+2019; /* 中文引号Unicode */
}

/* ztty */
#ztty{
    margin: 30px auto;
    width: 1000px;
}
#ztty *{
font-family: ChineseQuotes, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "WenQuanYi Micro Hei", sans-serif;font-synthesis: none; 
}
#ztty div.listcon{
    text-align: left;
    margin-bottom: 10px;
}
#ztty div.listcon .title {
    line-height: 22px;
}
#ztty div.listcon .summary {
    color: #999;
    text-indent: 0em;
    line-height: 26px;
    /*height: 66px;
    overflow: hidden;*/
    font-size: 15px;
    margin-top: 10px;
text-align: justify;
}
#ztty div.listcon .line1{
    text-align: center;
    height: 25px;
    background: url(/tRes/ztty/img/line.jpg) 0px 15px repeat-x;
    width: 1000px;
    margin-left: -5px;
}
#ztty div.listcon a { 
    font-size: 18px;
    color: #444;
    letter-spacing: 0.2px;
}
#ztty div.listcon a:hover{
    text-underline-offset: 1px;
    text-underline-position: under;
}
#ztty div.listcon .imglist{
    display: flex;
    flex-wrap: wrap;
}
#ztty div.listcon .imglist .a{
    width: 170px;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}
#ztty div.listcon .imglist .a img{
    width: 150px;
}
#ztty div.listcon .imglist .b{
    flex: 1;
}
/* ztty */
/* 分页 */
#ztty .pages {
    text-align: center;
    font-family: arial;
    clear: both;
    padding-top: 20px;
    margin:20px;
}
#ztty .pages li {
    display: inline-block;
    border: 1px #ddd solid;
    padding: 3px 6px;
    margin: 2px;
}
#ztty .pages .page-active {
    background-color: #ccc;
}
/* 分页 */

/* ztty2 */
#ztty2{
    margin: 10px auto;
    width: 1000px;
}
#ztty2 *{
font-family: ChineseQuotes, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "WenQuanYi Micro Hei", sans-serif;font-synthesis: none; 
}
#ztty2 .shownwyt {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
#ztty2 .showtitle {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}
#ztty2 .shownwfbt {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
}
#ztty2 #pubTime {
    color: #aaa;
    height: 45px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    line-height: 45px;
    margin-top: 20px;
    border-bottom: 1px dotted #ccc;
}
#ztty2 #details{
    text-align: justify;
    margin: 10px 20px;
    line-height: 2;
    font-size: 1.3rem;
    color: #333;
    letter-spacing: 0.01rem;
}
#ztty2 p {
    padding-bottom: 15px;
}
#ztty2 .sssj {
    text-align: left;
    font-size: 13px;
    color: #D0D0D0;
    line-height: 25px;
    padding-left: 20px;
}
/* ztty2 */
