﻿hhtml,body,form{width:100%; height:100%; overflow-x:hidden;}
*{
     margin: 0px;
     padding: 0px;
 }
/* 字体字号 */

body,
button,
input,
select,
textarea {
    font: 12px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
}


/* 链接 */
a {color: #252525;text-decoration: none;}
a:hover {color: #dc2e2e;text-decoration: none;}
a:active {outline: none;}

.wrap{width: 100%; height: auto;background: 
url(../images/bwcx_bg.png);background-size: 100% 100%;}
.wrap .header{width: 100%;height: 626px;background: url(../images/bwcx.png);background-size: 100% 100%; }
.wrap .header .topimg{width: 1260px;height: auto;margin: 0 auto; text-align: center;}
.wrap .content{width: 100%;height: auto; }
.wrap .content .ztlists{width: 1176px;height: auto;margin: 0 auto;padding: 20px;}
.wrap .content .ztlists ul{width: 100%;margin-top: 20px;}
.wrap .content .ztlists ul li{width: 100%;margin:30px auto; height: 170px; background-color: #fff;box-sizing:border-box;position: relative;padding:30px 18px 20px 176px;list-style-type: none;background-position:left 45%;  }
.wrap .content .ztlists ul li .img{position: absolute;left: -10px; width: 23px;height: 23px;border-radius: 50%;border: #dc2e2e 1px solid;top:35px;}
.wrap .content .ztlists ul li .p1{line-height: 20px;color: #4a4a4a; font-weight: bolder;}
.wrap .content .ztlists ul li .p1 .date {width: 102px;font-size: 24px;position: absolute;top: 20px;left: 25px;padding: 7px 15px;line-height: 40px;color: #4a4a4a;text-align: center;}
 
 .wrap .content .ztlists ul li .p1.date em {font-size: 28px; }
 .wrap .content .ztlists ul li .p1 .date:before {content: '';position: absolute;bottom: -6px;left: 0;border: 3px solid transparent;
    /* border-top: 3px solid #797979;8*/
     /* border-right: 3px solid #797979;*/
 }

 .wrap .content .ztlists ul li .p2{font-size: 24px; font-weight: bolder;color: #333333}
 .wrap .content .ztlists ul li .p3{font-size: 18px; line-height: 30px; margin-top: 15px;color: #989898;}
 .wrap .content .ztlists ul li a:hover .p2 {color: #dc2e2e;text-decoration: none;}
 .wrap .content .ztlists ul li a:hover .p3 {color: #dc2e2e;text-decoration: none;}
 /* 分页 */

.page {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.page a,.page span {
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 28px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f8f8f8;
    border-radius: 2px;
}
.page input {
    line-height: 28px;
    margin: 0 2px;
    padding: 3px 5px;
    font-size: 14px;
}

.page a:hover {
    position: relative;
    background-color: #dc2e2e;
    color: #fff;
}

.page a.current {
    border-color: #fff;
    background-color: #fff;
    color: #dc2e2e;
    position: relative;
}

.page span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 2px;
}

.page select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}

.footer{width: 100%;height:100px ; background-color: #dc2e2e;margin-top: 20px;}
.footer .copyright{width: 1260px;margin: 0 auto;}
.footer .copyright p{color: #fff; font-size: 14px; text-align: center;height: 40px;line-height:50px; }

.date2 {
    text-align: center;
    display: block;
    font-size: 24px;
}