

/* CSS Document */

html, body {

    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;

    color: #000;

    font-size: 10pt;

}

html{

    background: url(../tz_resouce/bg3.png) repeat;

    background-attachment: fixed;

}

body{

    max-width: 720px;

    margin:0 auto;

/*    overflow-x: hidden;*/

}

/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {



    font-weight: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}*/

div.box{margin:4px 0;border-radius:5px;overflow:hidden;background:rgba(22,136,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff, endcolorstr=#c8ffffff)}
div.box img{max-width:100%;height:auto;vertical-align:middle}
div.box div.table{}
div.box div.table ul{}
div.box div.table ul li{border-bottom:1px dashed #666;padding:8px 0;text-align:center;font-size:1.2rem;font-weight:bold;border-radius:3px}
div.box div.table ul li a{color:#fff}
div.box div.table ul li font{color:#00FFFF}
div.box div.table ul li span{color:#FFFF00}
div.box div.table div.title {height:40px;text-align:center;border-radius:2px;background-image:linear-gradient(to bottom,#24EE00 10%,#0F6600 100%)}
div.box div.table div.title h3{height:40px;line-height:40px;font-size:1.3rem;letter-spacing:1px;text-shadow: 0px 2px 1px #000}
div.box div.kjkj ul li{float:left;margin:2px;padding:4px 0;width:calc(20% - 4px);border-radius:4px;border:0;box-shadow:1px 1px 1px rgba(0,0,0,.1);background-image:linear-gradient(to top,#333,#168800)}
div.box div.kjkj ul li a{color:#FFF;font-size:1.1rem;font-weight:bold;}
div.box div.link ul li{float:left;margin:2px;padding:6px 0;width:calc(25% - 4px);border-radius:4px;font-weight:bold;font-size:1.43rem;border:1px dashed #666;}
div.box div.subnav ul{padding:6px}
div.box div.subnav ul li{display:block;float:left;width:calc(25% - 0px);text-align:center}
div.box div.subnav ul li a{display:inline-block;font-size:1.2rem;width:80px;color:#fff}
div.box div.subnav ul li a img{margin:0 auto;display:block;width:78px;height:78px;vertical-align:middle}

div.box div.mark ul li {padding:8px 3px;text-align:left;overflow:hidden;white-space:nowrap; text-overflow:ellipsis}
div.box div.mark ul li span.icon{margin-right:6px;padding:3px 4px;font-size:1rem;color:#fff;border-radius:5px;background:#FF9900;display:inline-block}
div.box div.mark ul li span.zz {float:right;margin-left:10px;font-size:1.1rem;color:#999;}



div.article.ct{text-align:center;}
div.article h2{color:#333;padding:10px 0;}
div.article dt{background:#F5F5F5;padding:5px;position:relative;border-radius:3px}
div.article dt div.avatar{float:left;margin-right:10px;}
div.article dt div.avatar img{width:50px;height:50px;display:block;box-shadow:0 1px 3px rgba(0,0,0,.22);-webkit-border-radius:3px;border-radius:3px}
div.article dt div.info{position:absolute;bottom:5px;left:63px;right:5px;height:16px;line-height:16px;}
div.article dt div.info span.author{color:red}
div.article dt div.info span.time{color:#666}
div.article div.content{padding:5px 8px;color:#333;min-height:180px}

table{table-layout:fixed;width:100%}
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
.pad2{padding:2px}
.pad4{padding:1px}
.nullbox44{height:92px}
.fl{float:left}
.fr{float:right}




* {

    padding: 0;

    margin: 0;

    border: 0;



    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box; 

}



ol, ul {

    list-style: none;

}



h1, h2, h3, h4, h5, h6 {

    font-size: 100%;

}a:link { color: #330099;text-decoration: none;}a:visited { text-decoration: none;}a:hover { text-decoration: underline;color: #FF0000;}a:active { text-decoration: none;}



a:focus {

    outline: none;

}



a.hidefocus {

    outline: none

}

img{

    width: 100%;

    height:

}





input[type=text], input[type=button], input[type=submit] {

    -webkit-appearance: none;

    outline: none;

}









button {

    border: 0;

    outline: none;

    cursor: pointer;

}

input{outline:none}



.clearfix:before, .clearfix:after {

    content: "";

    display: table;

}

.clearfix:after {

    clear: both;

}

table{

    table-layout: fixed;

    width: 100%��

}