.searchbox {
  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: center;
  justify-content: space-between;
  height: 2.5rem;
}
.searchbox .sitem {
  float: left\9;
  height: 2.5rem;
  width: 28%;
  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;
}
.sitemLast-left {
    margin-right: 8%\9;
}
.sitemLast {
  margin-right: 0 !important\9;
}
.searchbox .sitem input {
  display: inline-block\9;
  float: left\9;
  height: 2.5rem;
  border: none;
  outline: none;
}
.searchbox .sitem input[type="text"] {
  display: inline-block\9;
  float: left\9;
  padding-left: 5px;
  width: 75%;
  background: #fff;
  color: #000;
  border: 1px solid #4b71d3;
}
.searchbox .sitem input[type="button"] {
  width: 25%;
  text-align: center;
  background: #4b71d3;
  color: #fff;
}
.man1 {
  width: 100%;
  margin-top: 15px;
  height: 25rem;
  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-between;
}
.man1 .mleft {
  float: left\9;
  width: 27%;
  height: 25rem;
  background: #fff;
  overflow: hidden;
}
.man1 .mleft .mleft_title {
  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: center;
  justify-content: space-between;
}
.man1 .mleft .mleft_title .m_title {
  display: inline-block;
  width: 45%;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  background: url(/bundles/client/images/t3h1.gif) no-repeat 100% 100% ;
  /*background-size: 100% 100%;*/
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/t3h1.gif", sizingMethod="crop") !important\9;*/
  color: #fff;
  font-size: 1.6rem;
  float: left\9;
}
.man1 .mleft .mleft_title a {
  display: inline-block;
  float: right;
  width: 40%;
  height: 3rem;
  line-height: 3rem;
  text-align: right;
  padding-right: 15px;
  color: #000;
  font-size: 12px;
}
.man1 .mleft .mleft_title a:hover,
.man1 .mleft .mleft_title a:focus {
  text-decoration: none;
}
.man1 .mleft ul {
  list-style: disc;
  margin: 5px 25px 0 25px;
  padding: 0 25px 0 0;
  width: 100%;
}
.man1 .mleft ul li {
  width: 100%;
  height: 2.3rem;
}
.man1 .mleft ul li .ulitem {
  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 */
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: 100%;
}
.man1 .mleft ul li .ulitem a {
  width: 100%;
  height: 2.3rem;
  line-height: 2.3rem;
  font-size: 1.3rem;
  color: #000;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.man1 .mleft ul li .ulitem a:hover,
.man1 .mleft ul li .ulitem a:focus {
  text-decoration: none;
}
.man1 .mmiddle {
  float: left\9;
  width: 43%;
  height: 25rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.man1 .mmiddle a {
  width: 100%;
  height: 25rem;
  display: block;
  position: relative;
}
.man1 .mmiddle a img {
  width: 100%;
  height: 25rem;
}
.man1 .mmiddle a .intro {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.2rem;
  padding-left: 15px;
}

.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;
}

.man1 .mright {
  float: right\9;
  width: 28%;
  height: 25rem;
  background: #fff;
}
.man1 .mright .mright_top {
  width: 100%;
  height: 8rem;
  background: #f7f7f7;
  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-between;
}
.man1 .mright .mright_top .cal_left {
  float: left\9;
  width: 8rem;
  width: 30% !important\9;
  min-width: 8rem;
  max-width: 8rem;
  height: 8rem;
  background: #e0e0e0;
  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-around;
  padding-top: 0.5rem\9;
  padding-bottom: 0.5rem\9;
}
.man1 .mright .mright_top .cal_left .year {
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.man1 .mright .mright_top .cal_left .date {
  margin-top: 0.5rem\9;
  height: 2rem;
  line-height: 2rem;
  color: #b32020;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.man1 .mright .mright_top .cal_left .week {
  margin-top: 0.5rem\9;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.man1 .mright .mright_top .cal_right {
  float: left\9;
  width: 68% !important\9;
  width: 68%;
  height: 7rem;
  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;
}
.man1 .mright .mright_top .cal_right .cal_item {
  padding-left: 15px;
  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;
}
.cifr {
    margin-top: 1rem\9;
}
.man1 .mright .mright_top .cal_right .cal_item .cal_item_left {
  display: inline-block\9;
  float: left\9;
  width: 60%;
  height: 2rem;
  line-height: 2rem;
  color: #b32020;
  font-size: 1.4rem;
  font-weight: 500;
}
.man1 .mright .mright_top .cal_right .cal_item .cal_item_right {
  display: inline-block\9;
  float: left\9;
  height: 2rem;
  line-height: 2rem;
  color: #b32020;
  font-size: 1.4rem;
  font-weight: 500;
}
.man1 .mright .mright_bottom {
  width: 100%;
  height: 17rem;
  overflow: hidden;
}
.man1 .mright .mright_bottom .mleft_title {
  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: center;
  justify-content: space-between;
}
.man1 .mright .mright_bottom .mleft_title .m_title {
  width: 50%;
  text-align: center;
  height: 3rem;
  line-height: 2.2rem;
  background: url(/bundles/client/images/tab2aon2.gif) no-repeat 100%;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.man1 .mright .mright_bottom .mleft_title a {
  width: 40%;
  line-height: 3rem;
  text-align: right;
  padding-right: 15px;
  color: #000;
  font-size: 1.3rem;
}
.man1 .mright .mright_bottom .mleft_title a:hover,
.man1 .mright .mright_bottom .mleft_title a:focus {
  text-decoration: none;
}
.man1 .mright .mright_bottom .margeen {
    width: 100%;
    height: 14rem;
    overflow: hidden;
}
.man1 .mright .mright_bottom ul {
  list-style: disc;
  margin: 5px 25px 0 25px;
  padding: 0 25px 0 0;
  width: 100%;
}
.man1 .mright .mright_bottom ul li {
  width: 100%;
  height: 2.3rem;
}
.man1 .mright .mright_bottom ul li .ulitem {
  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 */
  align-items: center;
  justify-content: center;
  display: inline-block;
}
.man1 .mright .mright_bottom ul li .ulitem a {
  width: 100%;
  height: 2.3rem;
  line-height: 2.3rem;
  font-size: 1.4rem;
  color: #000;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.man1 .mright .mright_bottom ul li .ulitem a:hover,
.man1 .mright .mright_bottom ul li .ulitem a:focus {
  text-decoration: none;
}
.mleftmf {
    margin-right: 1%\9;
}
.ad {
  margin-top: 15px;
  width: 100%;
  height: 160px;
}
.ad img {
  width: 100%;
  height: 160px;
}
.content_box {
  margin-top: 15px;
  width: 100%;
  height: 30rem;
  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-between;
  background: #ffffff;
}
.cmar {
    margin-right: 0.33%\9;
}
.content_box .citem {
  float: left;
  width: 33%;
  padding: 0 0.15%;
  height: 26rem;
}
.content_box .citem .ctitle {
  width: 100%;
  height: 4rem;
  border-top: 4px solid #022b57;
  border-bottom: 2px solid #f0f0f0;
  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-between;
  padding: 0 15px;
}
.content_box .citem .ctitle .ctitle_left {
  width: 70%;
  height: 4rem;
  line-height: 4rem;
  color: #2f5cca;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
  float: left;
}
.content_box .citem .ctitle .ctitle_right {
  float: right;
  text-align: right;
  width: 30%;
  height: 4rem;
  line-height: 4rem;
  color: #000;
  font-size: 1.4rem;
}
.content_box .citem ul {
	margin-top:5px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content_box .citem ul li {
  width: 100%;
  height: 2.5rem;
  padding: 0 15px;
}
.content_box .citem ul li .ulitem {
  width: 100%;
  height: 2.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: center;
}
.content_box .citem ul li .ulitem a {
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1.3rem;
  color: #000;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.content_box .citem ul li .ulitem a:hover,
.content_box .citem ul li .ulitem a:focus {
  text-decoration: underline;
}
