@charset "UTF-8";
#wrapper {
  width: 85%;
  margin: 20px auto;
  height: auto;
}
#wrapper .location {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}
#wrapper .location a {
  font-size: 16px;
  display: inline-block;
}
#wrapper .location a:hover {
  color: #c00011;
  text-decoration: underline;
}
#wrapper .sidebar_a {
  width: 67.4%;
  background: #ffffff;
  padding: 0 1.8%;
}
#wrapper .sidebar_a .title_summary {
  line-height: 68px;
  font-size: 30px;
  font-weight: bold;
  color: #1e68a2;
  border-bottom: 3px solid #1e68a2;
}
#wrapper .sidebar_a .summary_btn {
  width: 100%;
  margin-bottom: 20px;
}
#wrapper .sidebar_a .summary_btn li {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
#wrapper .sidebar_a .summary_btn li a {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
  background-color: #e4e4e4;
  color: #333333;
}
#wrapper .sidebar_a .summary_btn li:hover a {
  background-color: #cc1712;
  color: #ffffff;
}
#wrapper .sidebar_a .summary_btn .on_btn a {
  background-color: #cc1712;
  color: #ffffff;
}
#wrapper .sidebar_a .summary_box {
  width: 100%;
  margin-bottom: 20px;
}
#wrapper .sidebar_a .summary_box li {
  width: 46%;
  float: left;
  margin-top: 20px;
  padding: 30px 2%;
}
#wrapper .sidebar_a .summary_box li .lecture_title {
  width: 100%;
  font-size: 24px;
  color: #1e68a2;
  line-height: 24px;
  font-weight: bold;
}
#wrapper .sidebar_a .summary_box li .lecture_title:hover {
  text-decoration: underline;
}
#wrapper .sidebar_a .summary_box li .lecture_img {
  width: 35.8%;
  margin-top: 20px;
}
#wrapper .sidebar_a .summary_box li .lecture_msg {
  width: 60%;
}
#wrapper .sidebar_a .summary_box li .lecture_msg p {
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  height: 21px;
  margin-top: 15px;
}
#wrapper .sidebar_a .summary_box li .lecture_msg p a {
  font-size: 18px;
  color: #cc1712;
}
#wrapper .sidebar_a .summary_box li .lecture_msg p a:hover {
  text-decoration: underline;
}
#wrapper .sidebar_a .summary_box li .lecture_msg p i {
  font-size: 20px;
  line-height: 20px;
  margin-right: 15px;
}
#wrapper .sidebar_a .summary_box li .lecture_msg p:first-child {
  margin-top: 20px;
}
#wrapper .sidebar_a .summary_box li .lecture_msg div {
  width: 100%;
  margin-top: 10px;
}
#wrapper .sidebar_a .summary_box li .lecture_msg div a {
  width: 45%;
  height: 38px;
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  background-color: #1e68a2;
  border-radius: 3px;
}
#wrapper .sidebar_a .summary_box li .lecture_msg div a:last-child {
  background-color: #cc1712;
}
#wrapper .sidebar_a .summary_box li:hover {
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper .sidebar_a .pageTest {
  width: 320px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#wrapper .sidebar_a .pageTest .next a,
#wrapper .sidebar_a .pageTest .prv a {
  width: 88px;
  height: 16px;
  padding: 9px 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  background: #eaebee;
  border-radius: 30px;
}
#wrapper .sidebar_a .pageTest .activP {
  background: #1e68a2;
  color: #ffffff;
}
#wrapper .sidebar_a .pageTest ul {
  margin: 0 6px;
}
#wrapper .sidebar_a .pageTest ul li {
  float: left;
  display: inline-block;
}
#wrapper .sidebar_a .pageTest ul li a {
  width: 40px;
  text-align: center;
  height: 16px;
  padding: 9px 0;
  font-size: 16px;
  line-height: 16px;
  background: #eaebee;
  border-radius: 50%;
}
#wrapper .sidebar_a .pageTest ul li:nth-child(2) {
  margin: 0 6px;
}
#wrapper .sidebar_b {
  width: 26.5%;
}
#wrapper .sidebar_b .lecture_r_img {
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper .sidebar_b .lecture_r_img img {
  width: 100%;
}
#wrapper .sidebar_b form {
  margin-top: 20px;
  padding: 20px 4.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper .sidebar_b form p {
  margin-top: 15px;
}
#wrapper .sidebar_b form p span,
#wrapper .sidebar_b form p input {
  float: left;
}
#wrapper .sidebar_b form p span {
  width: 20%;
  font-size: 18px;
  color: #999999;
  line-height: 40px;
}
#wrapper .sidebar_b form p input {
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  text-indent: 15px;
  font-size: 18px;
}
#wrapper .sidebar_b form p textarea {
  width: 80%;
  height: 130px;
  font-size: 18px;
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 15px;
  line-height: 30px;
}
#wrapper .sidebar_b form .tj {
  width: 100%;
  height: 54px;
  background-color: #cc1712;
  font-size: 24px;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: 20px;
}
#wrapper .sidebar_b form .form_title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
}
#wrapper .sidebar_b .hot_bar {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  padding-bottom: 18px;
  padding-top: 8px;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox {
  width: 91%;
  margin: 0 auto;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .hd {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul {
  height: 48px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li {
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li.on {
  color: #ff1130;
  background: url(../images/hot-btn.png) no-repeat center bottom;
  background-size: 96px 7px;
  height: 48px;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd ul {
  width: 100%;
  zoom: 1;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li {
  width: 50%;
  float: left;
  height: 23px;
  line-height: 23px;
  margin-top: 19px;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li span {
  display: inline-block;
  float: left;
  width: 23px;
  height: 23px;
  font-size: 18px;
  color: #999999;
  line-height: 23px;
  text-align: center;
  background-color: #eeeeee;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li:nth-child(1) span {
  background-color: #f54645;
  color: #ffffff;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li:nth-child(3) span {
  background-color: #ff8547;
  color: #ffffff;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li:nth-child(5) span {
  background-color: #ffad39;
  color: #ffffff;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(1) span {
  background-color: #f54645;
  color: #ffffff;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(2) span {
  background-color: #ff8547;
  color: #ffffff;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(3) span {
  background-color: #ffad39;
  color: #ffffff;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(5) span {
  background-color: #eeeeee;
  color: #999999;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li a {
  width: 80%;
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  margin-left: 5%;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd li a:hover {
  color: #ff0000;
}
#wrapper .sidebar_b .hot_bar .slideTxtBox .bd ul:nth-child(3) li {
  width: 100%;
}
/*响应式代码*/
@media screen and (max-width: 1700px) {
  #wrapper .sidebar_a .summary_box li .lecture_msg p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1600px) {
  #wrapper .sidebar_a .summary_box li .lecture_msg p {
    margin-top: 5px;
  }
  #wrapper .sidebar_a .summary_box li .lecture_msg div a {
    width: 45%;
    height: 32px;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    background-color: #1e68a2;
    border-radius: 3px;
  }
}
@media screen and (max-width: 1515px) {
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li {
    font-size: 22px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .bd li a {
    width: 79%;
  }
}
@media screen and (max-width: 1440px) {
  #wrapper .sidebar_a .summary_box li .lecture_title {
    font-size: 20px;
    line-height: 20px;
  }
  #wrapper .sidebar_a .summary_box li .lecture_msg p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    height: 16px;
    margin-top: 8px;
  }
  #wrapper .sidebar_a .summary_box li .lecture_msg p i {
    font-size: 16px;
    line-height: 16px;
    margin-right: 15px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .bd li a {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 23px;
    margin-left: 2%;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul {
    height: 40px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li {
    height: 40px;
    font-size: 20px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li.on {
    height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li {
    height: 36px;
    font-size: 18px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li.on {
    height: 36px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd {
    height: 36px;
    line-height: 36px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .bd li span {
    width: 16px;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  #wrapper .sidebar_b form p span {
    font-size: 17px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .bd li a {
    font-size: 14px;
    line-height: 16px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .bd li {
    margin-top: 15px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li {
    font-size: 16px;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul {
    height: 36px;
  }
}
@media screen and (max-width: 1280px) {
  #wrapper {
    width: 98%;
  }
  #wrapper .sidebar_b form p span {
    width: 21%;
    font-size: 14px;
    line-height: 30px;
  }
  #wrapper .sidebar_b form p input {
    width: 79%;
    height: 30px;
    font-size: 14px;
  }
  #wrapper .sidebar_b form p textarea {
    width: 79%;
    font-size: 14px;
  }
  #wrapper .sidebar_b form .tj {
    font-size: 20px;
  }
  #wrapper .sidebar_a .summary_box li .lecture_msg p a {
    font-size: 16px;
  }
  #wrapper .sidebar_a .summary_box li .lecture_msg div a {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  #wrapper .sidebar_a .summary_box li {
    padding: 10px 2%;
  }
  #wrapper .sidebar_b .hot_bar .slideTxtBox .hd ul li {
    font-size: 14px;
  }
  #wrapper .sidebar_a .summary_btn li a {
    padding: 5px 11px;
    font-size: 16px;
    line-height: 16px;
    background-color: #e4e4e4;
    color: #333333;
  }
  #wrapper .sidebar_a .title_summary {
    line-height: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}