.ad {
  margin-top: 15px;
  width: 100%;
  height: 160px;
}
.ad img {
  width: 100%;
  height: 160px;
}
.box {
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
    overflow: hidden;
}
.box .left {
  float: left\9;
  width: 68%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.box .left .top {
  width: 100%;
  padding-left: 5px;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  background: linear-gradient(#fff, #f2f2f2, #ececec);
  background: -webkit-linear-gradient(#fff, #f2f2f2, #ececec);
  background: -o-linear-gradient(#fff, #f2f2f2, #ececec);
  background: -moz-linear-gradient(#fff, #f2f2f2, #ececec);
}
.box .left .content {
  min-height: 57rem;
  width: 100%;
  overflow: hidden;
}
.box .left .content .cheader {
  background-image: url(/bundles/client/images/cb.png);
  background-size: 100% 100%;
  width: 100%;
  height: 8rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.5rem\9;
}
.box .left .content .cheader img {
  float: left\9;
  width: 7rem;
  height: 7rem;
  margin-left: 15px;
  margin-right: 45px;
}
.box .left .content .cheader .chright {
  float: left\9;
  height: 8rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.box .left .content .cheader .chright .chtitle1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #0f2151;
  font-weight: 500;
}
.box .left .content .cheader .chright .chtitle {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
.box .left .content .cheader .chright .chtitle a {
  color: #000;
  font-size: 12px;
}
.box .left .content .stip {
  background: #409EFF;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}

.box .left .cmedia {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.box .left .cmedia .cleft {
  float: left\9;
    display: inline-block;
  width: 350px;
  height: 150px;
  background-image: url(/bundles/client/images/grade.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 150px;
  text-align: center;
    color: #F56C6C;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.box .left .cmedia .cright {
  float: right\9;
  width: 460px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.box .left .cmedia .cright img {
  width: 100%;
  height: 150px;
}

.box .left .content table {
  border-collapse: collapse;
  width: 100%;
}
.box .left .content table tr {
  width: 100%;
  height: 3rem;
}
.box .left .content table tr td {
  text-align: left;
  padding-left: 5px;
  border: 1px solid #EEEEEE;
  height: 3rem;
  line-height: 3rem;
  vertical-align: middle;
  width: 30%;
}
.box .left .content table tr td.ttitle {
  text-align: center;
  background: #d3e9ff;
  width: 15%;
}
.box .left .content .cmtitle {
  font-size:14px;
  width: 100%;
  margin-top: 10px;
  padding-left: 5px;
  height: 3rem;
  line-height: 3rem;
  background: #6eb3ff;
  color: #fff;
  font-weight:700;
}
.box .left .content .channel {
  width: 100%;
}
.box .left .content .channel table {
  border-collapse: collapse;
  width: 100%;
}
.box .left .content .channel table tr {
  width: 100%;
  height: 3rem;
}
.box .left .content .channel table tr td {
  text-align: center;
  padding-left: 5px;
  border: 1px solid #EEEEEE;
  height: 3rem;
  line-height: 3rem;
  vertical-align: middle;
}
.box .left .content .channel table tr td.chtitle {
  text-align: center;
  background: #d3e9ff;
  width: 30%;
}
.box .right {
  float: right\9;
  width: 30%;
  height: 94rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.box .right .m_title_box {
  width: 100%;
  padding-left: 5px;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  background: linear-gradient(#fff, #f2f2f2, #ececec);
  background: -webkit-linear-gradient(#fff, #f2f2f2, #ececec);
  background: -o-linear-gradient(#fff, #f2f2f2, #ececec);
  background: -moz-linear-gradient(#fff, #f2f2f2, #ececec);
  background: #f2f2f2\9;
}
.box .right .rtop {
  width: 100%;
  height: 53rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.box .right .rbottom {
  margin-top: 15px\9;
  width: 100%;
  height: 53rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.box .right .content {
	margin-top:8px;
  width: 100%;
  height: 60rem;
  padding: 0 15px;
  overflow: hidden;
}
.box .right .rbottom1 {
  margin-top: 15px\9;
  width: 100%;
  height: 93rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.box .right .content1 {
	margin-top:8px;
  width: 100%;
  height: 93rem;
  padding: 0 15px;
  overflow: hidden;
}
.box .right .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 31rem;
  overflow: hidden;
}
.box .right .content ul li {
  width: 100%;
  height: 2.1rem;
}
.box .right .content ul li .ulitem {
  width: 100%;
  height: 2rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.box .right .content ul li .ulitem span {
  float: left\9;
  display: inline-block;
  width: 5%;
  height: 3rem;
  line-height: 3rem;
}
.box .right .content ul li .ulitem a {
  float: left\9;
  display: inline-block;
  width: 95%;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
  font-size: 14px;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.box .right .rtop .m_title_box .m_title{
  float: left\9;
  margin-left:8px;
  width: 70%;
  height: 3rem;
  line-height: 3rem;
  color: #2f5cca;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.box .right .rbottom .m_title_box .m_title{
  float: left\9;
  margin-left:8px;
  width: 70%;
  height: 3rem;
  line-height: 3rem;
  color: #2f5cca;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/}
  
.picutre_many img{width:220px; height:150px;}
