/*.title{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; !** 对象作为伸缩盒子模型显示 **!
    -webkit-box-orient: vertical; !** 设置或检索伸缩盒对象的子元素的排列方式 **!
    -webkit-line-clamp: 1; !** 显示的行数 **!
    overflow: hidden;
}*/






.bs-example{
    position: relative;top: -20px;
}
.content{
   /* word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; !** 对象作为伸缩盒子模型显示 **!
    -webkit-box-orient: vertical; !** 设置或检索伸缩盒对象的子元素的排列方式 **!
    -webkit-line-clamp: 2; !** 显示的行数 **!
    overflow: hidden;*/
    font-size: 15px;
    color:#484647;
    line-height: 25px;
}
.tempWrap{
    position: relative;
    top: -110px;
    left: 52px;
}
.background{
    background-image: url('../images/background2.jpg');
    width: 1100px;
    margin: auto;
    margin-top: 20px;
	    padding-bottom: 80px;
        
}
.news{
    width: 1050px;
    margin: auto;
    padding-bottom: 30px
}
.background1{
    /* background-image: url('../images/background2.jpg'); */
    width: 1100px;
    margin: auto;
    background-color: #fbeecb;
}

element.style {
    overflow: hidden;
    position: relative;
    width: 960px;
}

.more:hover{
    color: red;
    text-decoration: none;
}
.help li a {
    color: #53524f;
    font-size: 16px;
    padding-left: 10px;
}
.help{
    margin-bottom: 0;
}
.help_icon{
    padding-bottom: 5px;
}
.surnamecon{
    width: 1050px;
    margin: auto;
    padding-bottom: 30px
}
.surname{
    padding-left: 2%;
    padding-top: 30px;
    padding-right: 2%
}
.help li{
    line-height: 35px;
    border-bottom: 1px dashed #e0d1a2;
    padding-left: 10px;
}
.helpcon{
    width: 1050px;
    margin: auto;

}
.helpback{
    margin-top: 20px;
    margin-bottom: 20px;
}
.mr_frUl ul li{
    padding-left: 0px;
    margin-left: 20px;
}
.mr_frBtnR{
    margin-top: 50px;
    position: relative;
    top:-304px;
    left: -62px;
}
.mr_frBtnL{
    margin-top: 50px;
}
.mr_frbox{
    height: 192px;
    padding-top: 52px;
}
.lunpo{
    width: 1049px;
    margin: auto;
    height: 300px;
}
.news a:hover{
    color: red;
    text-decoration: none;
}
.about{
    width: 1050px;
    margin: auto
}
.about p{
    font-size: 16px;
    line-height: 26px;
}
.downnewscon{
    text-indent:2em;
    padding-top: 10px;
    border-top :1px dashed #e0d1a2;
    margin-top: 10px;

}
.newsdate{
    color: #b6a367;
    padding-top: 10px;
    font-size: 16px;
}
.title{
    color: black;
}

.more {
    color: #683905;
    font-size: 14px;
    position: relative;
    top: 30px;
    right: 2%;
}
.top_line{
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #e7d8aa;
}
.media-body{
    padding-left: 10px;
}
.top_line p{
    padding-left: 13px;
}

.top_line2{
    border-bottom: 1px solid #e7d8aa;
    padding-bottom: 15px;
}




.slideBox .hd{position: relative;top: -45px }
.slideBox .hd ul{width: 100px;margin: auto }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; background:transparent;border: 1px solid black;border-radius: 50% }
.slideBox .hd ul li.on{ background:black; color:#fff; }
.slideBox .bd img{width: 100%;height: 100%}