@charset "utf-8";
/* CSS Document */

.contant{width:100%;height:100%;}
.contant .wenzhang{width:100%;height:100%;background:#fff;}
.contant .wenzhang .tit-xcbd {
    width: 100%;
    line-height: 34px;
    background: url(../images/img/htbbg.png) no-repeat;
    text-indent: 25px;
    color: #fff;
    box-shadow: 0px 7px 17px #000;
    margin: 4px 20px 20px 0px;
}
.contant .wenzhang ul.wz-xcbd {
    width: 85%;
    height: 100%;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.contant .wenzhang ul.wz-xcbd li {
    list-style: none;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
    margin-left: -5px;
    padding-left: 20px;
}
.contant .wenzhang ul.wz-xcbd li:before {
    width: 4px;
    height: 30px;
    background: #8BC34A;
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    transform: rotate(15deg);
}
.contant .wenzhang ul.wz-xcbd li a{text-decoration:none;color:#000}


.wenzhang .tuwenzx li.wz-tuwen {
    list-style: none;
    width: 100%;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.tuwenzx li.wz-tuwen a.tuwen-xinx {
    width: 90%;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
    box-shadow: 0 7px 17px #000;
}
a.tuwen-xinx div.img {width:40%;height:130px;float:left;}
a.tuwen-xinx div.img img {
    width: 80%;
    height: 80%;
    margin: 16px 0px 16px 10px;
    border-radius: 5px;
}
a.tuwen-xinx div.text{float:right;width:60%;height:130px;}

a.tuwen-xinx div.text span.title {
    width: 100%;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}
a.tuwen-xinx div.text p {
    width: 100%;
    line-height: 20px;
    display: block;
    font-size: 8px;
    color: #666;
	margin-top: 6px;
}

a.tuwen-xinx div.text div.bottom {
    width: 100%;
    height: 30px;
    display: block;
    font-size: 8px;
    color: #666;
}