* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

button {
  outline: none;
}

a:hover {
  color: red;
}

.poster {
  width: 600px;
  height: auto;
  font-size: 22px;
  letter-spacing: 6px;
  background-size: 100% 100%;
  line-height: 120px;
  text-align: center;
}

.poster a {
  color: #fff;
  text-decoration: none;
}

/* banner */
.header {
  width: 100%;
  margin-bottom: 20px;
}

.header img {
  width: 100%;
}

/* 100%页面整体 */
.success {
  width: 100%;
}

.table2_1 table {
  width: 100%;
  margin: 15px 0
}

.table2_1 input {
  margin-right: 8px;
}

.table2_1 th {
  /* background-color:#93DAFF; */
  color: #4a4a4a;
}

.table2_1,
.table2_1 th,
.table2_1 td {
  font-size: 0.95em;
  text-align: left;
  padding: 4px;
  border: 1px dashed #cccccc;
  border-collapse: collapse
}

/* 内容详情大框架 */
.success_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

/* 内容详情 */
.success_mian {
  height: auto;
  display: flex;
  margin-bottom: 50px;
}

/* 详情左 */
.success_content_left {
  width: 65%;
}

/* 面包屑导航 */
.left_top {
  display: flex;
  font-size: 14px;
  height: 20px;
  /* border-bottom: 1px solid #ccc; */
}

.left_top img {
  width: 18px;
  height: 17px;
  margin-right: 3px;
}

.left_title {
  margin-top: 28px;
  border-bottom: 1px solid #ccc;
}

.left_title p,
.left_title h1 {
  text-align: center;
  line-height: 40px;
}

.left_title p {
  font-size: 14px;
}

.left_title h1 {
  font-size: 26px;
  color: #333;
}

.left_title span,
.left_title b {
  margin-left: 20px;
}

.left_title img {
  margin-right: 10px;
}

/* 内容文本 */
.abstract {
  width: 765px;
  /*border: 1px #d9d9d9 dashed;*/
  margin: 20px 0 15px;
  font-size: 16px;
  line-height: 25px;
  color: #4a4a4a;
}

.abstract b {
  margin-right: 10px;
  color: #FF0000;
}

.subject {
  font-size: 16px;
  line-height: 30px;
}

.subject p {
  /*margin-top:15px;*/

  color: #4a4a4a;
  margin-bottom: 15px;
}

.subject table td {
  text-align: center;
  line-height: 30px;
}

.subject table {
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /*margin:10px 0 10px 30px;*/
  border-collapse: collapse;
}

.subject a {
  text-decoration: none !important;
}

.subject a:hover {
  text-decoration: underline !important;
}

.subject img {

  width: 80% !important;

}

.code {
  width: 100%;
  margin: 30px 0;
}

.code img {

  display: block;
  margin: 0 auto;
}

/* 上一篇下一篇 */
.chapter {
  width: 100%;
  display: flex;
  padding: 20px 20px;
}

.chapter1 {

  margin-right: 30px;
}

.chapter p {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chapter a {
  margin-left: 15px;
}

/* 相关详情 */
.information {
  width: 100%;
  display: flex;
  padding: 20px 20px;
  line-height: 30px;
}

.information_c {
  margin-right: 30px;
}

.information_c span {
  width: 350px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
}

.information b {
  color: red;
  margin-left: 30px;
}

.information_c_top {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.information_c_top img {
  position: absolute;
  top: 5px;
}

.information_c_center img {
  margin-right: 10px;
}

.left_footer {
  margin-top: 30px;
}

/* 详情右 */
.success_content_right {
  width: 35%;
}

.right_top {
  width: 400px;
  height: 167px;
  margin-left: 20px;
}

/* 成功案例 */
.case {
  width: 400px;
  margin: 0 auto;
  margin-left: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
  /*border: 1px #d9d9d9 solid;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2)*/
}

.case_top {
  width: 380px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 20px;
  border-bottom: 1px #d9d9d9 solid;
  margin-bottom: 15px;
}

.case_top img {
  margin-right: 5px;
}

.case_content ul {
  line-height: 32px;
  padding-left: 20px;
  cursor: pointer;
}

.case_content p {
  width: 353px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail {
  display: flex;
}

.detail p {
  color: #000;
  font-size: 16px;
}

.detail_right {
  line-height: 25px;
  margin-left: 9px;
}

.detail_right span {
  color: #333333;
}

/* 招生官 */
.adviser {
  width: 400px;
  padding-bottom: 10px;
  margin-left: 20px;
  /*margin-top:30px;
    /*border: 1px #d9d9d9 solid;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2)*/
}

.tab-tilte {
  display: flex;
}

.tab-tilte button {
  width: 50%;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #ff7f7f;
}

.tab-tilte button:hover {
  color: red;
}

.tab-content {
  display: flex;
  margin-top: 15px;
}

.tab-content img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 20px;
  border-radius: 5px;
}

.tab-content_r h5 {
  font-size: 18px;
}

.tab-content_r span {
  color: red;
  font-size: 12px;
}

.tab-content_r p {
  font-size: 16px;
  line-height: 25px;
  width: 250px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-content_b button {
  width: 50px;
  height: 18px;
  color: red;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #ff7f7f;
  background: #fff;
  margin-top: 3px;
}

/* 查看心仪学校 */
.school {
  width: 400px;
  margin-left: 20px;
  margin-top: 30px;
  padding-bottom: 25px;
  /*border: 1px #d9d9d9 solid;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2);*/
}

.school_top {
  width: 330px;
  height: 35px;
  margin: 0 auto;
  display: flex;
  margin: 10px 30px;
}

.school_top input {
  width: 200px;
  height: 35px;
  border: 1px #ff7f7f solid;
  padding-left: 10px;
}

.school_top button {
  width: 130px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #ff7f7f;
}

.school_top button a:link {
  color: #fff;
}

.school_content {
  width: 100%;
  /* height:8rem; */
  margin: 0 auto;
}

.school_content ul {
  display: flex;
  height: auto;
  margin-top: 5px;
}

.school_content img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.school_content p {
  font-size: 16px;
}

.school_content ul li {
  width: 40%;
  text-align: center;
  margin-top: 20px;
  list-style: none;
}

/* 背景提升 */

.setting {
  height: 254px;
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  /*border: 1px #d9d9d9 solid;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2)*/
}

.setting a {
  font-size: 16px;
}

.setting_content {
  width: 340px;
  height: 120px;
  margin: 0 auto;
}

.setting_content ul {
  display: flex;
  margin-top: 18px;
}

.setting_content ul li {
  width: 110px;
  height: 39px;
  line-height: 39px;
  margin-right: 10px;
  border: 1px solid #ff7f7f;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}

.recommend {
  width: 400px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-top: 30px;
}

.playback_top {
  display: flex;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #C8C8C8;
}

.playback_top img {
  width: 24px;
  height: 19px;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
}

.playback_center li {
  display: flex;
  position: relative;
  margin: 20px 0;
}

.playback_center li img {
  width: 68px;
  height: 68px;
  margin-left: 20px;
}

.p_c_div {
  margin-left: 20px;
  width: 182px;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.p_c_div span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.playback_top p {
  font-size: 18px;
  line-height: 34px;
}

.playback_top span {
  font-size: 14px;
  line-height: 34px;
  color: #EA5555;
  position: absolute;
  right: 10px;
}

.playback_center_a {
  width: 50px;
  position: absolute;
  right: 20px;
  top: 30%;
  font-size: 16px;
  color: #333333;
  line-height: 27px;
  text-align: center;
}

.playback_center_a:hover {
  width: 50px;
  border: 1px solid #FA6B6B;
  border-radius: 4px;
  color: #FA6B6B;
}

/*.playback_top{
    display: flex;
    position: relative;
    padding-bottom: 10px;
    margin-top:20px;
    border-bottom: 1px solid #C8C8C8;
}
.playback_top img{
    width:24px;
    height:19px;
    margin-top:8px;
    margin-right:20px;
    margin-left:20px;
}
.playback_top p{
    font-size: 20px;
    line-height: 34px;
}
.playback_top span{
    font-size: 14px;
    line-height: 34px;
    color: #EA5555;
    position: absolute;
    right:10px;
}
.playback_center a{
    width:50px;
    position: absolute;
    right:20px;
    top:30%;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    text-align: center;
}
.playback_center a:hover{
    width:50px;
    border: 1px solid #FA6B6B;
    border-radius: 4px;
    color: #FA6B6B;
}
*/

/* 文章详情页右侧 开始 */
.mainRWrap {
  width: 380px;
  float: right;
}

.mainRWrap .rwTop {
  width: 380px;
  height: 399px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.mainRWrap .rwTop .RWTopTitle {
  text-align: center;
  margin-bottom: 11px;
}

.mainRWrap .rwTop .RWTopTitle p {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  margin-top: 17px;
}

.mainRWrap .rwTop .RWTopTitle span {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.mainRWrap .rwTop .RWTopCon {
  box-sizing: border-box;
  padding: 0 25px 32px 25px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 313px;
}

.mainRWrap .rwTop .RWTopCon input,
.mainRWrap .rwTop .RWTopCon select {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.mainRWrap .rwTop .RWTopCon input {
  padding-left: 10px;
}

.mainRWrap .rwTop .RWTopCon select {
  padding-left: 6px;
}

.mainRWrap .rwTop .RWTopCon .subBtn {
  height: 40px;
  background: #f53c3c;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
}

.mainRWrap .rwCenter {
  display: block;
  width: 380px;
  height: 130px;
  margin-top: 30px;
}

.mainRWrap .rwCenter img {
  width: 100%;
  height: 100%;
}

.mainRWrap .RWBottom {
  height: 380px;
}

.mainRWrap .RWBottom .RWBottomTitle {
  height: 67px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.mainRWrap .RWBottom .RWBottomTitle span {
  font-weight: 400;
  font-size: 22px;
  color: #222222;
}

.mainRWrap .RWBottom .RWBottomTitle img {
  height: 19px;
  width: 19px;
  margin-right: 14px;
}

.mainRWrap .RWBottom .rwBottomCon a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 380px;
  display: block;
  line-height: 37px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}

.mainRWrap .RWBottom .rwBottomCon a:hover {
  color: #ff0000;
}

.mainRWrap .RWDowm {
  padding-bottom: 200px;
}

.mainRWrap .RWDowm .RWBottomTitle {
  height: 67px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.mainRWrap .RWDowm .RWBottomTitle span {
  font-weight: 400;
  font-size: 22px;
  color: #222222;
}

.mainRWrap .RWDowm .RWBottomTitle img {
  height: 19px;
  width: 19px;
  margin-right: 14px;
}

/* 文章详情页右侧 结束 */

/* 文章详情页右侧 推荐标签 */
.mainRWrap .RWDowm .RWDowmCon {
  display: flex;
  flex-wrap: wrap;
}

.mainRWrap .RWDowm .RWDowmCon a {
  display: block;
  height: 37px;
  line-height: 37px;
  padding: 0 9px;
  font-weight: 400;
  font-size: 16px;
  color: #1CC6A5;
  border-radius: 4px;
  margin-right: 18px;
  margin-top: 10px;
}

.mainRWrap .RWDowm .RWDowmCon>a:nth-child(6n+1) {
  background: #eb6465;
  color: #ffffff;
}

.mainRWrap .RWDowm .RWDowmCon>a:nth-child(6n+2) {
  background: #66ade4;
  color: #ffffff;
}

.mainRWrap .RWDowm .RWDowmCon>a:nth-child(6n+3) {
  background: #ffb342;
  color: #ffffff;
}

.mainRWrap .RWDowm .RWDowmCon>a:nth-child(6n+4) {
  background: #5dc8b3;
  color: #ffffff;
}

.mainRWrap .RWDowm .RWDowmCon>a:nth-child(6n+5) {
  background: #d97bba;
  color: #ffffff;
}

.mainRWrap .RWDowm .RWDowmCon>a:nth-child(6n+6) {
  background: #7ed47c;
  color: #ffffff;
}