@charset "utf-8";
/*
    * Busy 收集 整理
 */
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
html,
body {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  font-family: '微软雅黑' !important;
}
.banner {
  width: 100%;
  height: 300px;
  background: url(/static/index/images/icon_search.png);
  background-size: 100% 100%;
  margin-top: 60px;
  text-align: center;
}
.banner h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding-top: 70px;
}
.banner h2 {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
}
.banner .search_input {
  overflow: hidden;
  margin-top: 40px;
}
.banner .search_input input {
  width: 820px;
  height: 48px;
  line-height: 48px;
  border: .02rem solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-indent: 11px;
}
.banner .search_input a {
  width: 116px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #3f4b55;
  display: inline-block;
  margin-left: 25px;
}
/*融跃CFA题库选择*/
.question_choose {
  width: 100%;
  margin-top: 20px;
}
.question_choose .lesson_type {
  height: 40px;
  line-height: 40px;
}
.question_choose .lesson_type a {
  width: 60px;
  margin-right: 1px;
  float: left;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.question_choose .lesson_type a:hover {
  background: #ebe9e9;
}
.question_choose .lesson_type a.activeaa {
  background: #fff;
}
.question_choose .lesson_type p {
  float: right;
  width: 110px;
  height: 28px;
  line-height: 28px;
  background: #bd0000;
  color: #fff;
  text-indent: 39px;
  position: relative;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.question_choose .lesson_type p img {
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 17px;
}
.question_choose .lesson_type p:hover {
  cursor: pointer;
}
.question_choose .news_detail {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.question_choose .news_detail .news_left {
  width: 800px;
  min-height: 600px;
  float: left;
}
.question_choose .news_detail .news_left p.time_con span:nth-child(1) {
  width: 78px;
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  text-align: center;
}
.question_choose .news_detail .news_left p.time_con span:nth-child(2) {
  margin-left: 30px;
}
.question_choose .news_detail .news_left ul li {
  width: 100%;
  height: 98px;
  overflow: hidden;
}
.question_choose .news_detail .news_left ul li .times {
  width: 78px;
  border-right: 1px solid #e9e9e9;
  height: 100%;
  float: left;
  text-align: center;
}
.question_choose .news_detail .news_left ul li .times p:nth-child(1) {
  font-size: 20px;
  color: #666;
  padding-top: 25px;
}
.question_choose .news_detail .news_left ul li .times p:nth-child(2) {
  font-size: 12px;
  color: #666;
}
.question_choose .news_detail .news_left ul li .cons {
  float: left;
  width: 722px;
  height: 100%;
  padding: 17px 27px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}
.question_choose .news_detail .news_left ul li .cons h6 {
  font-size: 16px;
  color: #333;
}
.question_choose .news_detail .news_left ul li .cons h6:hover a {
  color: #bd0000;
}
.question_choose .news_detail .news_left ul li .cons p {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}
.question_choose .news_detail .news_left ul li:last-child .cons {
  border-bottom: none;
}
.question_choose .news_detail .news_right {
  width: 276px;
  height: 434px;
  border: 1px solid #e9e9e9;
  padding: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
}
.question_choose .news_detail .news_right h6 {
  color: #333;
  font-size: 16px;
}
.question_choose .news_detail .news_right a {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.question_choose .news_detail .news_right a:hover {
  color: #bd0000;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 992px;
  }
  .container {
    width: 992px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .wrapper {
    width: 720px;
  }
  .container {
    width: 720px;
    margin: 20px auto;
  }
  .banner .search_input input {
    width: 550px;
  }
}
