
/* 当前位置 */
.h_website_position {
    background: url(../images/dhbj.png)0.36rem center / 3% 21% no-repeat ;
    height:1.28rem;
    padding-left: 0.84rem;
    line-height: 1.28rem;
    font-size: 0.32rem;

}
.h_website_position a {
    height:0.2rem;
    line-height:0.2rem;
    font-size:0.32rem;
    color:#777777;
    text-decoration:none;
}
.h_website_position a:hover, .h_website_position a.hover {
    color:#c30310;
}
.h_website_position a.h_website_position_index {
    padding-left:0.2rem;
    margin-left:10px;
    background:url(../images/h_img/position.png) left center no-repeat;
}
.h_website_position a.h_website_position_index:hover {
    background:url(../images/h_img/position_hover.png) left center no-repeat;
}
.h_website_position font{
    width:6px;
    height:20px;
    margin:0px 14px;
    background:url(../images/h_img/position_fg.png) left center no-repeat;
    display:block;
    float:left;
}
/* /当前位置*/
.h_website_position a:last-child{
    color: #333333;
}
.title{
    height: 0.45rem;
    margin-top: 0.32rem;
}
.column{
    width: 4.15rem;
    float: left;
    font-size: 0.32rem;
    color: #ffa800;
    margin-left: 0.3rem;
    font-weight: bold;
    padding-left: 0.32rem;
    background: url(../images/lmmbg.png)left center no-repeat;
}
.title-right{   
    float: right;
}
.title-right div:nth-of-type(1){
    width: 1.49rem;
    padding-left: 0.64rem;
    font-size: 0.3rem;
    margin-right: 0.3rem;
   background: url(../images/gdbg.png) 0.16rem center / 17% 55% no-repeat;
   border: 1px solid #9c9c9c;
   border-radius: 5px;
}
.content{
    margin-top: 0.54rem;
    margin-left: 0.3rem;
}
.content ul li{
    position: relative; /*新增加*/
    margin-bottom: 0.2rem;
    padding: 0.32rem 0.2rem 0.32rem 0.67rem;
    background: #fff7e0 url(../images/lbdd.png)0.26rem 0.47rem no-repeat;
    width: 10.60rem;
}
.content ul li a:nth-of-type(1){
    font-size: 0.34rem;
   /* display: block;
    float: left;
    width: 10.6rem;*/
}
.content ul li span{
    font-size: 0.24rem;
    color: #666666;
  /*  float: right;*/
    line-height: 0.45rem;
    margin-left: 20px;
}
/*列表页朗读*/
.ld-box{
    width: 8.3rem;
}
.content ul li .ld{
    width: 0.88rem;
    height: 0.5rem;
    display: block;
    float: right;
    font-size: 0.24rem;
    padding-left: 0.64rem;
    background: url(../images/ldbg.png) center / 100% 100% no-repeat;
    color: #fff;
    line-height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    margin: -2% 0 0 0;

}
.title-right{
    position: relative;
}
#zk{
    cursor: pointer;
    line-height: 0.43rem;
}
.zklb{
    position: absolute;
    background: #fff;
    border: 1px solid #01589b;
    text-align: center;
    border-radius: 5px;
    width: 2.15rem;
    z-index: 999;
}
.zklb ul li{
    width: 2.15rem;
    margin-top: 0.1rem;
}
.zklb ul li:hover a{
   background: #01589b;
   color: #fff;
}
.zklb ul a{
    font-size: 0.3rem;
    display: block;
    width: 100%;
    font-size: 0.3rem;
}
/*内容页*/
.h_containerbox{
    background: #fff;
}
.contpage{
    padding: 0 0.3rem;
}
.title1{
    margin-top: 0.32rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.68rem;
    width: 11.5rem;
}
.fb-information{
    width: 10.94rem;
    float: left;
    margin-left: 0.2rem;
    font-size: 0.24rem;
    height: 1.15rem;
    margin: 0 auto;
    padding-left: 0.46rem;
    line-height: 0.58rem;
}
.ld a{
    width: 0.88rem;
    height: 0.5rem;
    display: block;
    float: right;
    font-size: 0.24rem;
    margin-top: -0.82rem;
    padding-left:0.64rem;
    margin-right: 0.22rem;
    color: #fff;
    line-height: 0.5rem;
}
.article{
    margin-top: 0.32rem;
    margin-bottom: 1.06rem;
}
.article p{
  font-size: 0.3rem;
  line-height: 0.64rem;
}
/*不同的样式*/
.content ul li {
    background: #fff7e0 url(../images/lbdd.png)0.26rem 0.47rem no-repeat;
}
.column {
    color: #ffa800;
    background: url(../images/lmmbg.png)left center no-repeat;
}
.content ul li .ld {
    background: url(../images/ldbg.png) center / 100% 100% no-repeat;
    color: #fff;
}
.fb-information {
    background: #fff7e0;
}
.ld a{
    background: url(../images/ldbg.png) center / 100% 100% no-repeat;
}
/*不同的样式*/




/*移动端显示*/
@media (max-width: 750px) and (min-width: 320px){
.h_containerbox {
    margin-top: 0rem;
    width: 7.5rem;
    overflow: hidden;
}
.slb_footer .right {
    width: 6rem;
    margin-left: 0.5rem;
}
/*朗读*/
.content ul li .ld {
    position: absolute;
    top: 76%;
    left:0.4rem;
}
.content ul li .ld-box a{
    width: 5.9rem;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content {
   margin-left: 0.35rem;
    width: 7.5rem;
}
.h_website_position {
    padding-left: 0.75rem; 
    background: url(../images/dhbj.png)0.36rem center / 3% 17% no-repeat;
}
.content ul li {
    width: 6.2rem;
    padding: 0.32rem 0.2rem 0.9rem 0.4rem;
    background: #fff9e7 url(../images/lbdd.png)0.15rem 0.5rem / 0.1rem 0.1rem no-repeat;
 /*   height: 1.4rem;*/
}
.left_l img{
    width: 50px;
}
.fb-information {
    width: 6.5rem;
    height: 2rem;
}
.article img{
    width: 100% !important;
    height: 100% !important;
}
.title1 {
    width: 7rem;
}
.content ul li span {
    margin-left: 0px;
}
.article p {
    font-size: 0.4rem;
}
.column {
    font-size: 0.48rem; 
    background: url(../images/lmmbg.png)left center /4% 100% no-repeat;
}
/*以下新加*/
#zk{
    height: 0.6rem;
    line-height: 0.6rem;
}
.ld a{
    margin-top: -32px;
    margin-left: 16px;
    float: left;
}
}