*{
    margin:0;
    padding:0;
    text-decoration: none;
    outline: none;
    list-style: none;
}
body{
    background: #fff;
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*公共部分位置*/
p.position {
  margin: 15px auto 23px;
  width: 1200px;
  height: 46px;
  background: #fff url(position.png) no-repeat 15px center;
  border: 1px solid #dfeaec;
  box-shadow: 0px 3px 0px 0px rgba(223, 234, 236, 0.75);
  color: #999999;
  font-size: 14px;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 45px;
}
p.position a {
  color: #999;
}
p.position a:hover {
  color: #007EAB;
  text-decoration: underline;
}
p.position span.sp {
  color: #007EAB;
  font-weight: bold;
}
/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}
/*通用细览页面样式*/
.xlCont {
  width: 1198px;
  border: 1px solid #DFEAEC;
  margin-bottom: 37px;
}
.xlCont h1 {
  font-size: 36px;
  font-weight: bold;
  color: #3B3B3B;
  text-align: center;
  line-height: 46px;
  padding: 26px;
}
.xlCont .xl_autor {
  width: 1072px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px dashed #CED8DA;
}
.xlCont .xl_autor span {
  line-height: 32px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.xlCont .xl_autor .xl_share img {
  margin-right: 7px;
}
.xlCont .xl_autor .xl_share a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.xlCont .xl_ImgP img{max-width:800px;}
.xlCont .xl_ImgP p {
    font-size: 20px;
    padding: 0 63px;
    margin: 20px 0px;line-height: 45px;
    color: #3B3B3B;
}
.xlCont .xl_ImgP {
  margin-top: 30px;
  text-align: center;
}
.xl_ImgP{font-size:20px;}
.xlCont .xl_ImgP p.imgDesc {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 10px 30px;
}
.xlCont .xl_reconmand {
  padding: 17px 90px 0 78px;
}
.xlCont .xl_reconmand .reconmand_tit {
  border-bottom: 1px solid #0093C8;
}
.xlCont .xl_reconmand .reconmand_tit a {
  display: inline-block;
  width: 130px;
  height: 46px;
  background: #0093C8;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.xlCont .xl_reconmand ul.reconmand_cont li {
  border-bottom: 1px dashed #CED8DA;
}
.xlCont .xl_reconmand ul.reconmand_cont li a {
  display: inline-block;
  max-width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
  padding-left: 11px;
  background: url(xl_bg.png) no-repeat left center;
}
.xlCont .xl_reconmand ul.reconmand_cont li a:hover {
  text-decoration: underline;
}
.xlCont .xl_reconmand ul.reconmand_cont li span {
  font-size: 14px;
  line-height: 48px;
  color: #999999;
}
.xlCont .xl_reconmand ul.reconmand_cont li.bgn {
  border-bottom: none;
}