﻿

::selection{
  background-color:rgba(13,173,81,0.2);
  color:#333
}
::-moz-selection{
  background-color:rgba(13,173,81,0.2);
  color:#333
}
::-webkit-selection{
  background-color:rgba(13,173,81,0.2);
  color:#333
}
body{background-color:#f1f1f1}


/****************************
	baike-menu common.css
*****************************/

.baike-menu{
  margin-left: 20px;
}
.baike-menu li{
  float: left;
  text-align: center;
  line-height: 32px;
  height: 42px;
  width: 102px;
  margin: 1px 0 0 0;
}

.baike-menu li span{
  display: inline-block;
  height: 100%;
}

.baike-menu li a{
  text-decoration:none;
}

.baike-menu li:hover{
  float: left;
  text-align: center;
  height: 42px;
}

.baike-menu li:hover .first-nav{
  color: #00AE66;
}

.baike-menu li:hover .nav-list{
  margin-top: -6px;
  width: 102px;
  opacity:1;
  position:absolute;
  display:block \9;
  pointer-events:auto;
  -webkit-transform:translateY(0) scale(1);
  -moz-transform:translateY(0) scale(1);
  -ms-transform:translateY(0) scale(1);
  -o-transform:translateY(0) scale(1);
  transform:translateY(0) scale(1);
  z-index:99999;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.baike-menu li:hover>a {
  color: #00AE66;
}
.baike-menu .nav-list{
  width: 102px;
  z-index: 99999;
  background-color: white;
  position: relative;
  border-radius: 2px;
  opacity:0;
  display:none \9;
  -webkit-transition:all 500ms cubic-bezier(.34, 1.21, .4, 1);
  -moz-transition:all 500ms cubic-bezier(.34, 1.21, .4, 1);
  transition:all 500ms cubic-bezier(.34, 1.21, .4, 1);
  -webkit-transform-origin:50% 0;
  -moz-transform-origin:50% 0;
  -ms-transform-origin:50% 0;
  -o-transform-origin:50% 0;
  transform-origin:50% 0;
  -webkit-transform:translateY(0) scale(0);
  -moz-transform:translateY(0) scale(0);
  -ms-transform:translateY(0) scale(0);
  -o-transform:translateY(0) scale(0);
  transform:translateY(0) scale(0)
}

.baike-menu .nav-list dl{
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding:0 0 0 16px;
  text-align: left;
}

.baike-menu .nav-list dl:hover{
  background: #F1F1F1;
}

.baike-menu .nav-list dl a{
  font-size: 14px;
}

.baike-menu .selected>a{
  color: #00AE66;

}
.baike-menu .selected> a span{
  border-bottom: 3px solid #00AE66;
}

.baike-menu li a{
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}


/****************************
	intro ??? common.css
*****************************/
.intro{
  height:45px;
  line-height:45px;
  background:#f1f1f1;
  overflow:hidden;
  clear:both
}
.intro .container{
  width:1000px;
  margin:0 auto
}
.intro .l-txt,
.intro .r-txt{font-size:12px}
.intro .l-txt i{
  background:url(../images/bg.png) no-repeat -12px -7px;
  width:13px;
  height:19px;
  display:inline-block;
  position:relative;
  top:3px
}
.intro .l-txt span{color:#555}
.intro .l-txt span.stp{color:#999;font-family:simsun}
.intro .l-txt .num{color:#e4393c}
.intro .r-txt{
  color:#888;max-width:500px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}





/*****************
	filter-box
******************/
.filter-box{box-shadow:0 1px 3px rgba(0,0,0,0.2)}
.filter-box.noTab {border-top:2px solid #4fab69}
.filter-box em{font-style:normal;font-weight:400}
.filter-box .hd{
  border-bottom:2px solid #39ac6a;
  height:46px;
  overflow:hidden;
  background:#fbfbfb;
  background:-webkit-linear-gradient(top, #fbfbfb, #f6f6f6);
  background:-moz-linear-gradient(top, #fbfbfb, #f6f6f6);
  background:-o-linear-gradient(top, #fbfbfb, #f6f6f6);
  background:-ms-linear-gradient(top, #fbfbfb, #f6f6f6)
}

.filter-box .bd{
  padding:18px 26px 12px;
  background:#fff;
  font-size:12px;
  position:relative
}

.filter-box .bd dl{padding-bottom:5px}
.filter-box .bd dl .sub-option-list{
  margin:5px 0;
  padding:6px 12px;
  background-color:#fbfbfb;
  border:1px solid #ddd;
  line-height:20px;
  float:left;
  clear:both;
  width:922px;
  border-radius:3px
}
.filter-box .bd dl .sub-option-list a{padding:0 4px;display:inline-block}
.dl-lst dd a.on{color:#39ac6a;font-weight:700}

.filter-box .bd .txt-box,
.filter-box .bd .ok,
.filter-box .bd .custom{display:inline-block;*display:inline;zoom:1;vertical-align:middle}
#filter-display-bar{margin-top:-1px;*margin:0}

.main-box{position:relative;height:auto}

/********************************
	con-box  -  search results
*********************************/
.con-box{
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.2)
}
.con-box .list-wrap{}
.con-box .list-head{padding:0 26px;background:#fff}
.con-box .list-head h1{line-height: 24px;font-size: 24px;padding: 20px 0px 0px 10px;font-weight: bold;}
.con-box .list-head h2{font-size:12px;float:left;font-weight:700;margin:23px 0 0 10px;}
.con-box .list-head h2 span{color:#e4393c;margin:0 5px;font-size:12px;font-family:tahoma}


/************************************
	baike-list  - search results
*************************************/

.baike-list li{
  padding:20px 36px;
  border-bottom:1px solid #e1e1e1;
  background:#fff;
  position:relative;
  -webkit-transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out
}
.baike-list li.nodata{height:150px; line-height:150px; font-size:22px; color:#888; text-align:center;}

.baike-list .pic-panel{font-size:0;position: relative;width: 230px;height: 175px;}
.baike-list .pic-panel img{
  min-width:230px;
  min-height:175px;
  transition-property:opacity;
  transition-duration:.15s;
  transition-timing-function:linear;
  transition-delay:0
}

.baike-list .info-panel{
  color: #565a5c;
  padding-left: 26px;
  width: 662px;
  position: relative;
  float: right;
  height: 175px;
  font-size: 14px;
}

.baike-list .info-panel h2{
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 12px 0;
}
.baike-list .info-panel h2 a{
  color: #333;
  font-weight: bold;
}

.baike-list .info-panel h2 a:hover{
  color: #00AE66;
  text-decoration: none;
}

.baike-list .info-panel .col-1 {
  margin-bottom: 13px;
}
.baike-list .info-panel .col-1 p{
  font-size: 16px;
  color: #999;
  height: 72px;
  line-height: 1.6;
  overflow: hidden;
}

.baike-list .info-panel .col-2 span{
  font-size: 14px;
  color: #999999;
  line-height: 14px;
}
.baike-list .info-panel .col-3{
  display: inline-block;
  margin:10px 0 0 0;
}

/************************************
	baike  - 分页部分
*************************************/
.baike-page-box{padding:30px 25px 66px 25px;text-align:center;background:#fff}


.main-box .baike-list .pic-panel,
.main-box .baike-list .info-panel,
.main-box .agent-list .pic-panel,
.main-box .agent-list .info-panel,
.main-box .agent-list h2 span{
  display:inline-block;
  *display:inline;
  zoom:1;
  vertical-align:middle
}
.main-box .baike-list .pic-panel{
  overflow: hidden;
}

/************************************
	baike  - 文章部分
*************************************/
.con-box .article{
  padding: 20px 36px;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.con-box .article .article-head{
  margin:16px 0 0 0;
}
.con-box .article .article-head h1{
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
}

.con-box .article .article-info{
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #999;
}

.con-box .article .article-info span{
  margin-right: 30px;
}

.con-box .article .article-abstract{
  margin: 36px 0 0 0 ;
  background-color: #FAFAFA;
  border-left: 8px solid #00AE66;
  word-break: break-all;
}

.con-box .article .article-abstract span{
  font-weight: bold;
}

.con-box .article .article-abstract p{
  font-size: 14px;
  line-height: 26px;
  width: 880px;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 25px;
}

.con-box .article .article-main p{
  font-size: 16px;
  color: #333;
  line-height: 29px;
}


/************************************
	baike-tag  -其实可以抽到全站去
*************************************/

.article-tag{
  margin: 20px 0 0 0;
}

.baike-tag-list li{
  padding: 0;
  float: left;
  height: 25px;
  background: #E6F0FF;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  border-radius: 2px;
  border-bottom: 0px;
}
.baike-tag-list li :hover{
  background-color: #709DE9;
  color: #FFFFFF;
  border-radius: 2px;
}
.baike-tag-list li a{
  font-size: 12px;
  color: #709DE9;
  line-height: 25px;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  padding: 0 12px 0 12px;
}

.article-related{
  margin: 20px 0 20px 0;
}

.article-related h2{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

.article-related li{
  margin: 20px 0 0 0;
  width:48%;
  display: inline-block;
}

.article-related li a{
  color: #333;
  text-decoration:none;
  display: inline-block;
  padding-right: 30px;
}

.article-related li a:hover{
  text-decoration:underline;
}

.container{
  margin:0 auto;
  margin-top:15px;
  width:1000px;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.2);
  background-color:white
}


@charset "UTF-8";
/** 编译scss文件： sass --watch source.scss:style.css  **/
.slider-home-wrapper {
  background: #F2F2F3;
  padding: 50px 0; }

/* 头条图片 */
.slider-wrapper {
  width: 1000px;
  margin: auto;
  overflow: hidden; }

.slider-main-title {
  background-image: url(../images/p1.png);
  background-image: -webkit-image-set(url(../images/p1.png) 1x, url(images/p2.png) 2x);
  background-repeat: no-repeat;
  height: 30px;
  margin-bottom: 16px; }

.slider-minor-title {
  overflow: hidden;
  margin-bottom: 44px; }
  .slider-minor-title__desc {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 21px; }
  .slider-minor-title__more {
    float: right;
    margin-top: 6px;
    color: inherit; }

.slider-main {
  position: relative;
  float: left;
  width: 666px;
  height: 376px;
  background-color: #333; }
  .slider-main__item {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .slider-main__item:before {
      content: '';
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.8) 95%); }
  .slider-main__text-wrapper {
    position: absolute;
    z-index: 10;
    top: auto;
    right: auto;
    bottom: 34px;
    left: 0;
    padding: 0 20px;
    text-align: left;
    color: #fff; }
  .slider-main__text-title {
    font-size: 24px; }
  .slider-main__text-summary {
    font-size: 16px;
    line-height: 24px; }
  .slider-main__status-bar {
    position: absolute;
    z-index: 10;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 6px 0 20px 0;
    font-size: 0; }
  .slider-main__status-item {
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    border: 6px solid transparent;
    background-color: #aaa;
    background-clip: padding-box;
    cursor: pointer; }
  .slider-main__status-item--current {
    background-color: #fff; }

.slider-minor {
  float: right; }
  .slider-minor__item {
    position: relative;
    overflow: hidden;
    width: 314px;
    height: 178px;
    background-color: #333;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .slider-minor__item img {
      max-width: 314px; }
    .slider-minor__item--notFirst {
      margin-top: 20px; }
    .slider-minor__item:before {
      content: '';
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.8) 95%); }
  .slider-minor__item-homepage {
    position: relative;
    overflow: hidden;
    width: 334px;
    height: 188px;
    background-color: #333;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .slider-minor__item-homepage img {
      max-width: 334px; }
    .slider-minor__item-homepage:before {
      content: '';
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.8) 95%); }
  .slider-minor__text-wrapper {
    position: absolute;
    z-index: 5;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    padding: 20px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    color: #fff; }

/* 内容容器 */
.toutiao-content-wrapper {
  background: #fff; }
  .toutiao-content-wrapper a {
    color: inherit; }
    .toutiao-content-wrapper a:hover {
      text-decoration: none; }

.toutiao-content-wrapper-inner {
  min-height: 300px;
  width: 1000px;
  margin: auto; }

/* 头条首页列表 */
.toutiao-list__item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1; }
.toutiao-list__pic {
  float: left;
  width: 230px;
  height: 175px;
  overflow: hidden;
  position:relative;
}
  .toutiao-list__pic img {
    position:absolute;
    top:-9999px;
    left:-9999px;
    bottom:-9999px;
    right:-9999px;
    margin:auto;
  }
.toutiao-list__info {
  float: left;
  width: 734px;
  margin-left: 36px; }
.toutiao-list__info-title {
  line-height: 100%;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold; }
  .toutiao-list__info-title:hover {
    color: #00AE66; }
.toutiao-list__info-summary {
  line-height: 24px;
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  height: 71px; }
.toutiao-list__info-date {
  line-height: 100%;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px; }
.toutiao-list__noresult {
  text-align: center;
  padding: 90px 0;
  border-top: 1px solid #e1e1e1;
  font-size: 22px;
  color: #888888; }

/* 导航 */
.nav-shadow-wrapper {
  width: 100%;
  height: 64px; }
  .nav-shadow-wrapper--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    z-index:99;
  }

.toutiao-nav-wrapper {
  width: 1000px;
  margin: auto; }

.toutiao-nav {
  overflow: hidden; }
  .toutiao-nav__item {
    float: left;
    margin-right: 24px;
    font-size: 20px;
    line-height: 60px;
    color: #333; }
    .toutiao-nav__item:hover {
      color: #00AE66; }
    .toutiao-nav__item--current {
      color: #00AE66;
      border-bottom: 4px solid #00AE66; }

.card {
  overflow: hidden;
  width: 558px;
  height: 120px;
  margin: 20px 0;
  padding: 20px;
  background: #FEFEFE;
  border: 1px solid #DDDDDD;
  border-radius: 2px; }
  .card__pic {
    float: left;
    width: 158px;
    height: 118px;
    overflow: hidden;
    border: 1px solid #979797; }
    .card__pic img {
      width: 158px;
      height: 118px; }
  .card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
    height: 100%;
    margin-left: 20px;
    line-height: 1; }
  .card__title {
    width: 365px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333; }
    .card__title:hover {
      color: #00AE66; }
  .article-main .card .card__info .card__detail-item {
    line-height: 20px;
    margin-top: 5px;
    font-size: 16px;
    color: #666666; }
    .card__detail-item--more {
      color: #333333; }
      .card__detail-item--more:hover {
        color: #00AE66; }
  .card a {
    text-decoration: none;
    color: inherit; }
  .card:hover {
    background: #FAFAFA;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

.mt_20 {
  margin-top: 20px; }

.mb_20 {
  margin-bottom: 20px; }

/* 使文章内的加粗正常化 */
.article-main strong {
  font-weight: bold;
}
/* 斜体 */
.article-main em {
  font-weight: inherit;
  font-style: italic;
}
