body,input,button,select,textarea{font:12px/1.5 Tahoma,'Microsoft Yahei','Simsun';color:#444;}



body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,

.pc{margin:0;padding:0;}

a{color:#333;text-decoration:none;}
.wp{margin:0 auto;width:1200px;}#wp 



.bankuai { display: none}
/*版本列表*/
#imgtxtlist { overflow-y:hidden;height: 360px; /*版本展示每一行的高度为360px，一行三个版本，当前默认展示两行六个版本。如需展示两行，则为360x2+20(下边距)x2=760px,以此类推，并在index.html中修改content.style.height对应的高度值。*/ overflow-x: hidden; }
#imgtxtlist ul{     display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;}
#imgtxtlist ul li {     width: 100%;
    height: 360px;
    list-style: none;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: none}
.img-area,.img-area img { width: 100%; height: 200px; }
.txt-area { height: 159px; background: #fff; border: 1px solid #a7dcd6; border-top:none; text-align: center; }
.txt-area h4 { font-size: 20px; font-weight: bold; color:#000; line-height: 32px; padding: 20px 0 8px; }
.txt-area .time { color: #fd0505; font-size: 14px; margin: 0 0 15px 0;}
.txt-area .btn a { width: 85px; height: 36px; line-height: 36px;  font-size: 16px; display: inline-block; margin: 0 5px; background: #2d7f81; color: #fff; border: 1px solid #2d7f81;  }
.txt-area .btn a:hover { background: #ecfafa; color: #2d7f81; border: 1px solid #a7dcd6; }
.icon-new,.icon-hot { width: 60px; height: 65px; position: absolute; top:0; right: -6px;}
.icon-new { background: url(template/dingzhi_2024_tjh/img/icon-new.gif) no-repeat right top; }
.icon-hot { background: url(template/dingzhi_2024_tjh/img/icon-hot.gif) no-repeat right top; }