/*
Theme Name: baishiyi
Theme URI: http://www.baishiyi.com
Author: baishiyi
Author URI:  http://www.baishiyi.com
Description: baishiyi
Version: 1.0
*/
 
.con-adv-img { 
    width: 1100px;
    margin: 0 auto; 
    max-width: 100%;
}
.con-adv-img a img {
  max-width: 100%;
}

/*导航部分*/
.yp-header-menu li.menu-item-home a {
    border-left:none;
}
.yp-header-menu .nav2>li:hover a{
	color:#ddd; 
}
.dropdown-menu {
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
    border: none;  
    border-radius: 0px; 
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;  
    white-space: nowrap;
}
.yp-header-menu .dropdown-menu li a {
    color: #999 !important;
    border-right: 1px solid #ddd;
    line-height: 1;
    margin-bottom: 10px;
}
.nav2{
    margin-top: 0;
    margin-bottom: 0px; 
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*导航部分E*/


/*滚动新闻*/
.margin-top10 {
	margin-top: 10px;
}
.topSubNav {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}
.topSubNav .tit {
    float: left;
}
.scrollnews {
    float: left;
    width: 592px;
}
.topSubNav .tit a {
    color: #9b9b9b;
}
.topSubNav .tit a:hover {
    color: #eb8c14;
}
.scrollnews li a {
    color: #1f286f;
}
.scrollnews ul span {
    color: #9b9b9b;
    margin-left: 10px;
}
/*滚动新闻E*/


/*添加的专题部分*/
.img_list_box {
    overflow: hidden;
   /* margin-top: 31px;*/
}
.img_list_box {
	margin-right: -2%;
}
.img_list_box li {
    float: left;
    width: 23%;
    margin-right: 2%;
    background-color: #f8f8f8;
}
.img_list_box li span img {
    width: 100%;
    height: auto;
}
.img_list_box li em {
    color: #1f286f;
    font-size: 14px;
    padding-bottom: 3px;
    padding-left: 10px;
}
.img_list_box li em a {
  color: #DB6D4C;
}
.img_list_box li p {
    font-size: 16px;
    height: 45px;
    overflow: hidden;
    color: #4a4a4a;
    padding-left: 10px;
}
.img_list_box li p a {
  font-size: 15px;
  line-height: 1.5;
}
/*添加的专题部分E*/


/*轮播图*/
.focus .slider {
    width: 500px;
    height: 364px;
    top: 0;
    left: 0;
}
.slider {
    position: absolute;
    overflow: hidden;
    z-index: 1;
}
.slider .slider-con {
    height: 364px;
    position: relative;
}
.slider .slider-con li {
    display: none;
    position: absolute;
}
.focus .slider .slider-con .desc {
    width: 446px;
    height: 72px;
    line-height: 20px;
    padding: 14px 22px 0 22px;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.slider .slider-con .desc {
    display: block;
    background: #000;
    background: rgba(0,0,0,.55);
    position: absolute;
    z-index: 22;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; 
}
.focus .slider .slider-con .desc em {
    width: 446px;
}
.slider .slider-con .desc em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.focus .slider-box {
    bottom: 12px;
    left: 68px;
    position: absolute;
    z-index: 30;
}
.focus .slider-box ul {
    height: 20px;
    padding: 0 4px;
}
.focus .slider-box ul li {
    height: 12px;
    margin: 4px;
    float: left;
    display: inline;
}
.focus .slider-box ul li em {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 100%;
    background-color: #bab8b8;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.focus .slider .s-prev, .focus .slider .s-next {
    width: 28px;
    height: 62px;
    line-height: 62px;
    margin-top: -31px;
    font-size: 22px;
}
.slider .s-prev, .slider .s-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    background: #000;
    background: rgba(0,0,0,.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: simsun;
}
/*轮播图E*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
  height:365px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/*.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}*/
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  /*left: 50%;*/
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
 right: 25%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
 /* bottom: 10px;
  left: 50%;*/
  z-index: 15;
 /* width: 60%;*/
  /*margin-left: -30%;*/
  padding-left: 15px;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute; 
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  color: #fff; 
  font-size: 14px;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
.carousel-caption h3 {
	font-weight: bold;
  font-size: 20px;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .yp-header-menu li {
    position: initial !important;
}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 30px;
    margin-top: -10px;
    font-size: 24px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
     
    padding-bottom: 20px;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
.carousel-control .glyphicon {
	display: none !important;
}
.carousel-control:hover .glyphicon{
	display:block !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 25%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: rgba(0,0,0,.4);
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*精选导读*/
.focus-right{
  width: 340px;
height: 36px;
float: right;
  overflow: hidden;
}
.focus-right a{
color: #585858;
text-decoration: none;
font-size: 16px;
line-height: 46px;
}
.focus-right a:hover {
color: #f33;
}
.focus-right ul,.focus-right li{
  margin: 0;
  padding: 0;
  list-style: none;
}
/*精选导读E*/

/*名家专栏*/
.lph-right .express .ep-ul li .word p {
    font-size: 12px;
    color: #929090;
    max-height: 55px;
    overflow: hidden;
    text-indent: 2em;
    padding-top: 10px;
}

/*品牌展示*/
.brank-title {
	color: #999;
}
.brank-con ul {
    /*border-bottom: #797979 1px dotted;*/
    float: left;
    /*padding-bottom: 20px;*/
}
.brank-con ul li a {
	font-size: 14px;
	line-height: 20px;
}
.brank-con ul li{
   width: 50%;
   float: left;
   font-size: 14px;	
   padding-top: 15px;
}
 
.brank-con ul li img {
    max-width: 95%;
    height: auto;
    border-radius: 5px; 
}
.brank-con .clear {
	clear: both;
}

.category .cat {
	color: #b81c22;
}


.cover-img img{
    width: 120px;
    height: 155px;
    float: left;
    padding-right: 10px;
} 

.nav-tabs {
    padding-bottom: 10px;
    float: left;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #DB6D4C;
    cursor: default; 
} 
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tab-content>.tab-pane {
    display: none;
} 
.tab-content>.tab-pane.active {
    display: block;
} 
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.dingyu {
	padding: 15px 0;
}
.tab-content .display dt span {
    display: block;
    font-size: 14px;
    color: #9b9b9b;
}
.tab-content .display dt a {
	font-size: 15px;
}
.tab-content .display dd p {
	font-size: 12px;
}

.tab-content .display dd span {
    display: block;
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 3px;
}
.mgz-other {
  margin-top: 15px;
}
.mgz-other a {
    color: #fff;
    display: block;
    font-size: 16px;
    background-color: #DB6D4C;
    text-align: center;
    padding: 9px;
}


/*左边栏*/
.ewmimg  img {
  max-width: 100%;
}
.post-adimg {
  margin-top: 10px;
}
.ias-trigger {
  margin-bottom: 30px;
}
.ias-trigger a {
  display: block;
  background-color: #e6e6e6;
  line-height: 35px;
  text-align: center;
  color: #999; 
  clear: both;
}

.czsBox {
    position: fixed;
   /* left: 50%;
    margin-left: -180px;*/
    right: 0;
    top: 238px;
    z-index: 1000000;
    width: 180px;
    height: 280px;
}
.czsBoximg {
 
    width: 180px;
    height: 280px;
}
.czscloseBox {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    z-index: 1000001;
    background-image: url(images/close.png);
}

.lph-article-comView p iframe {
  margin-left: -2em;
}
/*添加OPPO广告模块*/
.addthisimg {
 /* margin-top: 20px;*/

}
.addthis{
  background-color: #fcfcfc; 
   margin-bottom: 30px;
  border: 2px solid #ddd;
  border-bottom-color: #e0e0e0;
  border-right-color: #ececec;
  -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.072); 
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.072);
  box-shadow: 1px 2px 1px rgba(0,0,0,0.072); 
}
.addthis_bootom {
  padding: 5px;
}
.zmhlaw1-content {
  float: left;
  padding: 10px 10px 0 10px;
}
.zmhlaw1-logo{
    width: 121px;
    height: 121px;
    margin-right: 17px;
    border: 0;
    float: left;
}
.zmhlaw1-title{
  padding-bottom: 10px;
}
.zmhlaw1-title em {
  color: #DB6D4C;
  font-weight: bold;
}
.zmhlaw1-brand {
  float: right;
  color: #777;
}
.zmhlaw1-logo img {
    width: 121px;
    height: 121px;
}
.addthis_clear {
  clear: both;
}
.addthis_center {
  padding: 10px;
}
.addthis_center li {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 26px;
    list-style: inside;
    color: #999;
}
.addthis_center li span {
  float: right;
  color: #008700;
  white-space: nowrap; 
   
}

.addthis_bootom li {
  position: relative;
}
.addthis_bootom li img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.itbsoar-opacity-bg {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 25px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.addthis_bootom a span {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 100%;
    left:0;
    line-height: 25px;
    color: #fff;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
/*添加OPPO广告模块END*/
/*添加搜索广告模块*/
.search-ad {
  float: right;
  margin-top: 31px;
  margin-right: 5px;
}

/*添加搜索广告模块END*/
#crumbs {
  float: left;
  line-height: 30px;
}
@media  (max-width: 768px){
 .postinroutadd {
    display: none;

  }
  .search-ad {
    display: none;
}
 
}
 