@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;
  margin-top: 72px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container p.ahref {
  height: 40px;
  line-height: 40px;
}
.container p.ahref a {
  color: #333;
  font-size: 14px;
}
.container .left_con {
  width: 790px;
  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;
  overflow: hidden;
}
.container .left_con .today_hot .nav_every .course_item{
  float: left;
  width: 230px;
  height:200px;
  padding:10px;
  border:1px solid #cacaca;
  border-radius: 5px;
  margin-right: 17px;
  margin-top: 10px;
  overflow: hidden;
}
.container .left_con .today_hot .nav_every .course_item:nth-child(3n){
  margin-right: 0px;
}
.container .left_con .today_hot .nav_every .course_item a{
  display: inline-block;
  *display: inline;
  *zoom: 1;;
  width: 100%;
  height:100%;
}
.container .left_con .today_hot .nav_every .course_item a img{
  display: inline-block;
  *display: inline;
  *zoom: 1;;
  width: 100%;
  height:auto;
}
.container .left_con .today_hot .nav_every .course_item a p{
  margin-top: 20px;
  color:#666;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 30px;
}







/* .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: 610px;
  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: #4091fd;
}
.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: 390px;
  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: #007BFF;
  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 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;
}
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;
}
