.banner_box {
    height: 3.5rem;
    background-image: url('../image/banner01.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
	    margin-top: 1.25rem;
  }
  .flex_center_top {
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .banner_font {
    width: 100%;
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
  }
  .type_nav_box {
    border-bottom: 0.01rem solid rgba(77, 77, 77, 0.16);
    /* margin-bottom: 1.36rem;
     */
    height: 0.55rem;
  }
  .content_box li {
    width: 1.3rem;
    height: 0.55rem;
    /*line-height: 0.55rem;*/
    text-align: center;
    font-size: 0.18rem;
    color: #383838;
    display: inline-block;
  }
  .content_box li.active {
    background-color: #005AAF;
    color: #fff;
    position: relative;
  }
  .content_box li.active::after {
    content: '';
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid #005AAF;
    position: absolute;
    bottom: -0.06rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .t1 {
    background-color: #f5f5fa;
    min-height: 6rem;
    height: auto;
    width: 100%;
    overflow: auto;
  }
  .new_box {
    width: 14.4rem;
    margin: .6rem auto;
    height: auto;
    overflow: auto;
    min-height: 9.3rem;
    background-color: #fff;
  }
  .new_box h3 {
    white-space: normal;
    word-break: break-all;
    width: 8.5rem;
    min-height: .45rem;
    height: auto;
    overflow: auto;
    font-size: .32rem;
    line-height: .44rem;
    margin: .7rem auto 0;
    text-align: center;
  }
	.new_box h6{text-align: center;font-size: .32rem;margin: 0;}
  .new_date {
    width: 13.2rem;
    height: 0.52rem;
    overflow: hidden;
    font-size: .16rem;
    line-height: .52rem;
    text-align: center;
    margin: .2rem auto 0;
    border-bottom: .01rem solid #8c8c8c;
    color: #8c8c8c !important;
  }
  .new-show {
    width: .4rem !important;
    height: 0.3rem;
    margin-left: .2rem;
    display: inline-block;
  }
  .new-show img {
    width: .3rem;
    margin-top: -.05rem;
  }
  .new-title {
    width: 13.2rem;
    height: auto;
    overflow: auto;
    margin: .24rem auto;
    color: #333;
		font-size: 0.18rem;
		line-height: 1.8;
  }
	.new-title p img{padding: 0.20rem 0.37rem;max-width: 98%;}
	.new-title table{margin: 0 auto;}
  .new-text1 {
    width: 13.2rem;
    height: auto;
    overflow: auto;
    margin: .24rem auto;
    color: #333;
  }
  .new-bottom {
    width: 13.2rem;
    height: 1rem;
    overflow: hidden;
    margin: 1.4rem auto .2rem;
    border-top: .01rem solid #8c8c8c;
    position: relative;
    padding-top: .2rem;
  }
  .new-bottom > .new-page {
    display: block;
    color: #8c8c8c;
    line-height: .46rem;
    margin-top: 0 auto;
    height: .46rem;
  }
  .new-bottom > .new-more {
    display: block;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    line-height: .36rem;
    right: 0;
    top: .4rem;
    height: .36rem;
    width: 1.26rem;
    text-align: center;
    position: absolute;
  }
  .new-bottom > .new-page:hover {
    text-decoration: none;
    color: #8c8c8c !important;
  }
  .new-bottom > .new-more:hover {
    text-decoration: none;
    color: #8c8c8c !important;
  }
  @media (min-width:768px){
	img.arccol2{width:50% !important;}
  }