/*当前位置 star*/
.content{margin: 0 auto 159px;overflow: hidden}
.content .place{height: 25px;border-bottom: 1px solid #bbbbbb;line-height: 30px;margin-top: 20px;}
.place span.strong{font-weight: bold;}
/*当前位置 end*/

/*左侧样式*/
.news{overflow: hidden;    margin-top: 30px;}
.news .newsL{width: 152px;/*height: 208px;*/
    border: 3px solid #ff0084;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    margin-left: 20px; }
.newsL ul{width: 160px;margin-top: 10px; margin-left: -20px}
.newsL ul li{display: block;width: 160px;height: 50px;cursor: pointer;font-size: 20px;line-height: 40px;padding-left: 55px}
.newsL ul li:hover{color:#ffffff;background: url("../images/newsL_bg.png") left top  no-repeat }
/*左侧样式 end*/
/*右侧样式 star*/
.news .newsR{overflow: hidden;width: 812px;background: #ffffff;padding-bottom: 30px;border-radius: 15px;margin-left: 30px;border: 1px solid #e3eaec;}
.newsR .title{overflow: hidden;height: 30px;line-height: 30px;  margin: 15px 0 15px 135px}
.title span.tit{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;
    min-width: 230px;font-size: 16px;color: #333333;
    max-width: 440px;float: left  }
.title span{display: block;float: left;color:#929292;font-size: 12px;
    margin-left: 20px; }
.newsR p{color:#7a7a7a;width: 775px;margin: 0 auto; text-indent: 30px;line-height: 23px }
.newsR img{width: 481px;height: 300px;margin: 20px auto;display: block;}
/*右侧样式 end*/

/*回到顶部 star*/
.backTop{
    width: 100px;height: 140px ;position: fixed;bottom: 100px;right: 20px}
/*回到顶部 end*/
