@charset "utf-8";
.boxsize {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mask_tc {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.text_sl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
.fb {
  font-weight: bold;
}
/*
    * Busy 收集 整理
 */
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
/*.container {
  *zoom: 1;
  min-height: 600px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}*/
.container p.ahref {
  height: 40px;
  line-height: 40px;
  margin:20px 0;
}
.container p.ahref a {
  color: #333;
  font-size: 14px;
}
.container p.ahref a:hover {
  color: #1b77b9;
}
.container .left_con {
  width: 820px;
  float: left;
  display: inline;
}
.container .left_con .today_hot {
  /*height: 787px;*/
}
.container .left_con .today_hot .navbar {
  width: 100%;
  height: 58px;
  line-height: 58px;
  background: #f4f9fe;
  border-bottom: 2px solid #4091fd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .left_con .today_hot .navbar a {
  width: 120px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.container .left_con .today_hot .navbar a.active {
  background: #4091fd;
  color: #fff;
}
.container .left_con .today_hot .nav_every {
  display: none;
  position: relative;
}
.container .left_con .today_hot .nav_every .item {
  height: 131px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *zoom: 1;
}
.container .left_con .today_hot .nav_every .item:before,
.container .left_con .today_hot .nav_every .item:after {
  display: table;
  content: "";
}
.container .left_con .today_hot .nav_every .item:after {
  clear: both;
}
.container .left_con .today_hot .nav_every .item img {
  width: 160px;
  height: 100px;
  float: left;
  display: inline;
}
.container .left_con .today_hot .nav_every .item div {
  width: 620px;
  margin-left: 20px;
  float: left;
  display: inline;
}
.container .left_con .today_hot .nav_every .item div a {
  font-size: 18px;
  color: #151515;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.container .left_con .today_hot .nav_every .item div a:hover {
  color: #1b77b9;
}
.container .left_con .today_hot .nav_every .item div p:nth-child(2) {
  font-size: 12px;
  color: #545454;
  margin-top: 5px;
}
.container .left_con .today_hot .nav_every .item div p:nth-child(2) span {
  color: #999;
}
.container .left_con .today_hot .nav_every .item div p:nth-child(3) {
  font-size: 14px;
  color: #828a92;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .left_con .today_hot .pages {
  margin-top: 49px;
  *zoom: 1;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 64px;
}
.container .left_con .today_hot .pages:before,
.container .left_con .today_hot .pages:after {
  display: table;
  content: "";
}
.container .left_con .today_hot .pages:after {
  clear: both;
}
.container .left_con .today_hot .pages li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  float: left;
  display: inline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  color: #2c3e50;
  cursor: pointer;
}
.container .left_con .today_hot .pages li:hover {
  background: #ddd;
  color: #fff;
}
.container .left_con .today_hot .pages li:first-child,
.container .left_con .today_hot .pages li:last-child {
  width: 44px;
}
.container .left_con .today_hot .active {
  display: block;
}
.container .right_con {
  width: 360px;
  float: right;
  display: inline;
}
.container .right_con .free_data {
  width: 100%;
  height: 416px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .right_con .free_data p.ptitle {
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.container .right_con .free_data .borbg {
  width: 351px;
  height: 245px;
  background: url(../images/border.png);
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 19px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .right_con .free_data .borbg div {
  width: 284px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #bcc1cc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto 15px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 30px;
}
.container .right_con .free_data .borbg div i {
  display: inline-block;
  width: 23px;
}
.container .right_con .free_data .borbg div select {
  border: 0;
  color: #8891a4;
}
.container .right_con .free_data .borbg div input,
.container .right_con .free_data .borbg div select {
  width: 205px;
}
.container .right_con .free_data .borbg div input::-webkit-input-placeholder {
  color: #8891a4;
  font-size: 14px;
}
.container .right_con .free_data button {
  width: 210px;
  height: 43px;
  line-height: 20px;
  background: url(../images/db.png);
  background-size: 100% 100%;
  display: block;
  margin: 20px auto;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
.container .right_con .free_data button img {
  margin-left: 10px;
}
.container .right_con .read_rank {
  width: 100%;
  /* border: 1px solid #f2f2f2; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* margin-top: 18px; */
  /* padding: 0 20px; */
}
.container .right_con .read_rank p.title {
  height: 50px;
  line-height: 50px;
  padding: 16px 0 ;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}
.container .right_con .read_rank p.title span {
  border-left: 3px solid #4091fd;
  padding-left: 10px;
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
}
.container .right_con .read_rank li {
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.container .right_con .read_rank li i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #e5f2ff;
  color: #007bff;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  vertical-align: top;
}
.container .right_con .read_rank li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  width: 85%;
  display: inline-block;
}
.container .right_con .read_rank li a:hover {
  color: #1b77b9;
  text-decoration: none;
}
.container .right_con .h_hot {
  width: 100%;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 19px;
  padding: 0 20px;
}
.container .right_con .h_hot p.title {
  height: 50px;
  line-height: 50px;
  padding: 16px 0 ;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}
.container .right_con .h_hot p.title span {
  border-left: 3px solid #4091fd;
  padding-left: 10px;
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
}
.container .right_con .h_hot ul li {
  height: 122px;
  padding: 15px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
  *zoom: 1;
}
.container .right_con .h_hot ul li:before,
.container .right_con .h_hot ul li:after {
  display: table;
  content: "";
}
.container .right_con .h_hot ul li:after {
  clear: both;
}
.container .right_con .h_hot ul li img {
  width: 146px;
  height: 92px;
  float: left;
  display: inline;
}
.container .right_con .h_hot ul li div {
  float: right;
  display: inline;
  width: 195px;
}
.container .right_con .h_hot ul li div a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  font-size: 14px;
  color: #151515;
  height: 42px;
  line-height: 21px;
}
.container .right_con .h_hot ul li div a:hover{color:#1b77b9;}
.container .right_con .h_hot ul li div p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #828a92;
}
.study_app {
  margin-top: 10px;
}
.study_app p.ptitle {
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  text-align: center;
  width: 100%;
  color: #444444;
}
.study_app img.tc {
  margin-left: -188px;
  margin-top: -13px;
}
.study_app .codeba {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 304px;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.study_app .codeba img {
  width: 160px;
  height: 160px;
}
.study_app .codeba p {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
footer {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #272c31;
}
footer .wrapper {
  *zoom: 1;
}
footer .wrapper:before,
footer .wrapper:after {
  display: table;
  content: "";
}
footer .wrapper:after {
  clear: both;
}
footer .wrapper a {
  color: #fff;
  font-size: 14px;
}
footer .wrapper .rywx {
  float: left;
  display: inline;
  color:#fff;
}
footer .wrapper p {
  float: right;
  display: inline;
}
footer .wrapper p a {
  float: left;
  display: inline;
  margin-left: 20px;
}
div.friend_href p {
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #0b0b0b;
}
div.friend_href .read_swiper {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 122px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
div.friend_href .read_swiper .swiper-slide img {
  width: 172px;
  height: 82px;
  border: 1px solid #ddd;
}
div.friend_href .read_swiper .swiper-slide p {
  height: 52px;
  line-height: 52px;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}


.answer_question {
  width: 100%;
  height: 354px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 18px;
  padding: 0 20px 20px 20px;
 
}
.answer_question ul{
  overflow-y: scroll;
  height: 290px;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.answer_question ul::-webkit-scrollbar{
  display: none;
}

.answer_question p.title {
  height: 50px;
  line-height: 50px;
  padding: 16px 0 ;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.answer_question p.title span {
  border-left: 3px solid #4091fd;
  padding-left: 10px;
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
}
.answer_question li{
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0px 5px 0px;
  vertical-align: bottom;
}

.answer_question li h5 {
  position: relative;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 30px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1; 
}

.answer_question li h5 .UI-ask,.answer_question li h5 .UI-bubble {
  position: absolute;
  left: 0px;
  top: 9px;
}

.answer_question li .foldContent {
  border-left: 3px solid #018ccb;
  padding: 5px 10px;
  border-top: 1px dashed #e2e2e2;
  line-height: 24px;
  background: #f3f3f3;
  color: #888;
  display: none;
}

.answer_question li .foldContent .saveimg{
  overflow: hidden;
}

.answer_question li .foldContent img{
  width: 120px;
  height: 80px;
  display: inline-block;
  cursor: pointer;
  margin:0 10px 10px 0;
  border: 3px solid #fff;
  float: left;
}

.UI-ask {
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  background:url(../images/reply.png) 0px 0px no-repeat;
  background-size: 100% 100%;
}

.UI-bubble{
  display:inline-block;
  width:23px;
  height:23px;
  overflow:hidden;
  
  background: url(../images/ask.png) 0px 0px no-repeat;
  background-size: 100% 100%;
}
