/*-------------标题样式-------------------*/
.ind-tit , .ind-tit2{
    overflow: hidden;
    margin-top:50px;
}
.ind-tit h1 , .ind-tit2 h1{
    width: 100%;
}
.ind-tit h1 a , .ind-tit2 h1 a{
    text-align: center;
    margin:0 auto;
    overflow: hidden;
    color: #333;
    text-shadow: 1px 1px 1px #f5f5f5;
    display: block;
}
.ind-tit h1 span{
    color:#3e9f36;
    line-height:38px;
    margin-right:5px;
}
.ind-tit em{
    display: block;
    margin:0 auto 30px;
    width: 26px;
    height:3px;
    background-color:#ffb100;
}
.ind-tit p{
    color:#666;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin:20px auto 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.zjtd-ul{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}

.zjtd-ul li  {
    position: relative;
    width: 98%;
    box-sizing: border-box;
    background-color: #f8f8f8;
    /*float: left;*/
    /*margin-top:10px;*/
    margin: 0 auto 30px;
    overflow: hidden;
    height: 194px;
    padding:20px;
    /*border-bottom: 1px dashed #ddd;*/
    box-shadow: 5px 5px 5px #eee,0 0 10px #eee inset;
}
.zjtd-ul li a{
    overflow: hidden;
}
.zjtd-ul li a>span:first-child{
    display: block;
    width: 154px;
    height: 154px;
    float: left;
    margin-right: 30px;
}
.zjtd-ul li a>span:first-child img{
    display: block;
    width: 154px;
    height: 154px;
}
.zjtd-ul li h3 { font-size: 20px; line-height: 26px; color: #333333; text-decoration: none; font-weight: bold; width:auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zjtd-ul li p { font-size: 14px; color: #666666; line-height: 24px; margin-top: 17px; height: 47px;  overflow: hidden;}
.zjtd-ul li .label { font-size: 12px; color: #999999; display: block; padding-left: 26px; position: absolute; left:20px; bottom:20px; background: url(../images/newsList_icon03.png) no-repeat left center; line-height: 16px; }
.zjtd-ul li .label a:hover { color: #57379B; }
.zjtd-ul li .readNum { display: block; line-height: 13px; font-size: 13px; font-family: arial; height:13px; background: url(../images/newsList_icon02.png) no-repeat left center; position: absolute; top:20px; right:20px; padding-left: 24px; padding-top: 2px; }
.zjtd-ul li .more { display: block; width: 36px; height: 36px; background: url(../images/list_circle.png) no-repeat left top; overflow: hidden; position: absolute; right:20px; bottom:20px; }
.zjtd-ul li:hover .more { background-position: left bottom; }
.zjtd-ul li:hover h3 { color:#ee952f; }


