@charset "utf-8";
/* PC大于等于1200px */
.fl {
    float: left;
}

.fr {
    float: right;
}
@media screen and (min-width: 1200px) {
	.clearr {
  clear: both;
}
	.c30{ height:30px; clear:both;}
	.c50{ height:50px; clear:both;}
	.c80{ height:60px; clear:both;}
	.mt50 {
  margin-top: 50px;
}
	.ft48 {
  font-size: 48px;
  line-height: 48px;
}
.ft40 {
  font-size: 40px;
}
.index_tit {
    width: 50%;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 auto;
}

.index_tit span {
    color: #0061af;
    text-transform: uppercase;
}

.index_tit h3 {
    font-weight: 400;
    line-height: 80px;
}

.index_tit hr {
    border: none;
    width: 174px;
    height: 3px;
    background: #0061af;
    margin: 0 auto;
}
.wap{ display:none;}
.pc{ display:block;}

	.pimg img {
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        transition: all ease 0.7s;
    }
	.pimg:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
	


	.product{padding: 0 0 50px;background: url(../images/bg_02.jpg) no-repeat center; position: relative;}
	.product-body {padding: 0; padding-top:40px;}

.pro_cate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_cate li {
    padding: 8px 30px;background: #FFF;
    border-radius: 30px;
}

.pro_cate li.active {
    background: #01569b;
    border-radius: 30px;
    padding: 8px 30px;
}

.pro_cate li.active a {
    color: #fff;
}

.pro_cate li a {
    font-size: 18px;
}

.product-body .pros_list {
    overflow: hidden;
    margin-top: 40px;
}

.product-body .pros_list li {
    display: none;
}

.product-body .pros_list .swiper {
    width: 100%;
    height: 100%;
}

.product-body .pros_list .swiper-slide a {
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
}

.product-body .pro_bg {
    height: 100%
}

.product-body .pro_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-body .pros_list .swiper-slide h3 {
    width: 60%;
    line-height: 22px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    height: 40px;
}

.product-body .pros_list .swiper-slide .pro_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    height: 175px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-body .pros_list .swiper-slide .pro_img img {
    max-width: 100%;
    max-height: 100%;
}

.pros_list .swiper-button-prev,
.pros_list .swiper-button-next {
    width: 40px;
    height: 40px;
    color: transparent;
    background-image: url(../images/j.png);
    background-position: -42px 0;
    right: 10.5%;
    top: 500px;
}

.pros_list .swiper-button-prev {
    background-position: 0 0;
    left: 10.5%;
}

.index_more {
    width: 209px;
    height: 49px;
    display: block;
    text-align: center;
    line-height: 49px;
    border: 1px solid #0061af;
    color: #0061af;
    font-size: 16px;
    border-radius: 30px;
    margin: 60px auto 0;
}

.index_more:hover {
    background: #0061af;
    color: #fff;
}




	/* ---- about ---- */
	
.index_about {
    padding: 60px 0 0;
}

.i_a_con {
    position: relative;
    margin-top: 60px;
}

.about_l {
    width: calc(100% - 655px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_l h4 {
    font-size: 26px;
    color: #01569b;
    line-height: 26px;
    margin-bottom: 40px;
}

.about_l p {
    line-height: 40px;
}

.about_l>a {
    display: block;
    width: 157px;
    height: 46px;
    border-radius: 23px;
    background: #01569b;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
}

.about_r {
    width: 597px;
    height: 361px;
}

.about_r img {
    display: block;
    width: 100%;
}

	
.casebj{ background:url(../images/casebg.jpg) no-repeat center top; padding-top:75px; margin:50px 0; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box; position: relative;max-width: 1920px; }
.case {
  width: 42%;
  margin: 0 auto;
  position: relative; padding-top:40px;
}

.slideBox{ width:100%; height:480px;  position:relative;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{width: 60px; height: 60px; display: block; position: absolute;left:-33px;top:40%;background: url(../images/case_l.png) no-repeat;z-index: 2;}
.slideBox .next{ width: 60px; height: 60px; display: block; position: absolute;right:-33px;top:40%;background: url(../images/case_r.png) no-repeat;z-index: 2; }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox  dl{width:800px;box-sizing: border-box; position: relative; padding-bottom: 33px;}
.slideBox  dl:after{content: "";width:100%; height: 33px; position: absolute;left:0;bottom:0px;background:url(../images/casebtmbg.png) no-repeat;background-size:100%;}
.slideBox  dl dt{width: 100%;height: 450px;  position: relative;}
.slideBox  dl dt img{width: 100%;height: 450px; display: block;}
.slideBox  dl dd{width: 100%;background:rgba(0,0,0,0.6); height: 105px;padding:20px 44px 0;box-sizing: border-box;position: absolute;bottom: 33px;left:0; }
.slideBox  dl dd h4{text-align: left; font-size: 16px; color: #ffffff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; position: relative; line-height: 32px; font-weight: bold; margin:0;}
.slideBox  dl dd h4 a{ color: #ffffff; }
.slideBox  dl dd p{ line-height: 30px;font-size:14px;color: #fff;text-align: left;}

/* ---- news ---- */
	.news {padding: 40px 0; }
	.news-body { margin:0 auto; margin-top:40px; padding:0; }
	.news-body .news-left {padding: 0; padding-top:15px;}
	.news-body .news-left  img {width: 90%; height:auto;}
	.news-body .news-right {padding: 0;}
	.news-body .news-right dl {margin: 10px 20px 0;}
	.news-body .news-right ul.news-box {margin: 0;}
	.news-body .news-right dd a{ display:block; width:100%; background:#FFF;transition: background .5s ease;color:#000;}
	.news-body .news-right dd a:hover {background:url(../images/rd_34.jpg) left center no-repeat; color:#FFF;}
	.news-body .news-right dd a:hover .news-time i{color:#FFF;}
	.news-body .news-right dd a:hover .news-time em{color:#FFF;}
	.news-body .news-right dd a:hover .text-box h3{color:#FFF;}
	.news-body .news-right dd a:hover .text-box p{color:#FFF;}
	.news-body .news-right li {padding: 0;}
	.news-body .news-right dd{padding: 5px 0; }
	.news-body .news-right li .news-time {margin: 10px;padding: 10px 0;}
	.news-body .news-right li .news-time i {display: block;text-align: center;font-style: normal;font-size: 40px;line-height: 40px;color:#bbbbbb;}
	.news-body .news-right li .news-time em {display: block;text-align: center;font-style: normal;font-size: 16px;line-height: 30px;font-weight: bold;color:#bbbbbb;}
	.news-body .news-right li .text-box {margin: 10px;padding: 0;}
	.news-body .news-right li .text-box h3 {margin: 0;font-size: 16px;height: 30px;line-height: 30px;font-weight: bold;white-space: nowrap;overflow: hidden;}
	.news-body .news-right li .text-box p {margin: 0;max-height: 650px;line-height: 25px;overflow: hidden;/*text-indent: 2em;*/}

/**/
.help_cut{padding-top: 45px; height: auto; box-sizing: border-box;}
.help_nav{height: 30px; margin-bottom: 20px; position: relative; }
.help_nav ul{width: 35%; height: 30px; border-left: 3px solid #0072dc; float: left;}
.help_nav li{ height: 30px; line-height: 30px; text-align: left;width:134px; font-size: 22px; color: #333333; float: left;box-sizing: border-box;padding-right: 20px; position: relative;background: url(../images/xcxt.png) no-repeat right center; text-align: center;}
.help_nav li a{ text-decoration: none; color: #333333; }
.new_con {text-transform: uppercase; font-size: 14px; color: #333333;font-family: "Arial"; float: right; line-height: 30px;}
.new_con a{color: #333333;}
.help_nav:after{content: ""; width: 58%; height: 1px; left:35%;top:16px;position: absolute;background: #e2e2e2;}
.help_nav li.active a{color: #0072dc; font-weight: bold;}
.help_nav li:last-child{background: none;}

.m_help{ height:auto;width: 100%; position: relative; }
.m_help .pros_list {
    overflow: hidden;
    margin-top: 40px;
}

.m_help .pros_list li {
    display: none;
}

.m_help .pros_list .swiper {
    width: 100%;
    height: 100%;
}

.m_help .pros_list .swiper-slide a {
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
}

.m_help .pro_bg {
    height: auto
}

.m_help .pro_bg img {
    display: block;
    width: 100%;
    height: auto;
}

.m_help .pros_list .swiper-slide  em{ height:70px;  font:16px "Microsoft YaHei"; line-height:70px; color:#666666; overflow:hidden; display: block; text-align: left; display: block;background: url(../images/xcico.png) no-repeat right center; border-bottom: 1px solid #d9d9d9;}

}




/* iPad Pro 小于等于1200px */
@media screen and (max-width: 1200px) {
.wap{ display:none;}
.pc{ display:block;}
.clear {
  clear: both;
}

	.c30{ height:10px; clear:both;}
	.c50{ height:15px; clear:both;}
	.c80{ height:20px; clear:both;}

	.pimg img {
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        transition: all ease 0.7s;
    }
	.pimg:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
	
  

.mt50 {
  margin-top: 30px;
}
	.ft48 {
  font-size: 40px;
  line-height: 40px;
}
.ft40 {
  font-size: 32px;
}
.index_tit {
    width: 50%;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 auto;
}

.index_tit span {
    color: #0061af;
    text-transform: uppercase;
}

.index_tit h3 {
    font-weight: 400;
    line-height: 60px;
	margin:10px 0;
}

.index_tit hr {
    border: none;
    width: 174px;
    height: 3px;
    background: #0061af;
    margin: 0 auto;
}
.wap{ display:none;}
.pc{ display:block;}

	.pimg img {
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        transition: all ease 0.7s;
    }
	.pimg:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
	


	.product{padding: 0px 0 30px;background: url(../images/bg_02.jpg) no-repeat center; position: relative;}
	.product-body { padding-top:20px;}

.pro_cate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_cate li {
    padding: 8px 20px;background: #FFF;
    border-radius: 30px;
}

.pro_cate li.active {
    background: #01569b;
    border-radius: 30px;
    padding: 8px 20px;
}

.pro_cate li.active a {
    color: #fff;
}

.pro_cate li a {
    font-size: 14px;
}

.product-body .pros_list {
    overflow: hidden;
    margin-top: 20px;
}

.product-body .pros_list li {
    display: none;
}

.product-body .pros_list .swiper {
    width: 100%;
    height: 100%;
}

.product-body .pros_list .swiper-slide a {
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
}

.product-body .pro_bg {
    height: 100%
}

.product-body .pro_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-body .pros_list .swiper-slide h3 {
    width: 60%;
    line-height: 22px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    height: 40px;
}


.pros_list .swiper-button-prev,
.pros_list .swiper-button-next {
    width: 40px;
    height: 40px;
    color: transparent;
    background-image: url(../images/j.png);
    background-position: -42px 0;
    right: 0;
    top: 50%;
}

.pros_list .swiper-button-prev {
    background-position: 0 0;
    left: 0;
}

.index_more {
    width:159px;
    height: 39px;
    display: block;
    text-align: center;
    line-height: 39px;
    border: 1px solid #0061af;
    color: #0061af;
    font-size: 16px;
    border-radius: 30px;
    margin: 30px auto 0;
}

.index_more:hover {
    background: #0061af;
    color: #fff;
}

	
	/* ---- about ---- */

.index_about {
    padding: 30px 0 0;
}

.i_a_con {
    position: relative;
    margin-top: 40px;
}

.about_l {
    width: calc(100% - 50%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_l h4 {
    font-size: 26px;
    color: #01569b;
    line-height: 26px;
    margin-bottom: 20px;
}

.about_l p {
    line-height: 30px;
}

.about_l>a {
    display: block;
    width: 157px;
    height: 46px;
    border-radius: 23px;
    background: #01569b;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.about_r {
    width: 50%;
    height: auto;
}

.about_r img {
    display: block;
    width: 100%;
	height:auto;
}


.casebj{ background:url(../images/casebg.jpg) no-repeat center top; padding-top:35px; margin:30px 0; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box; position: relative;max-width: 1920px; }
.case {
  width: 62%;
  margin: 0 auto;
  position: relative; padding-top:40px;
}

.slideBox{ width:100%; height:380px;  position:relative;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{width: 60px; height: 60px; display: block; position: absolute;left:-33px;top:40%;background: url(../images/case_l.png) no-repeat;z-index: 2;}
.slideBox .next{ width: 60px; height: 60px; display: block; position: absolute;right:-33px;top:40%;background: url(../images/case_r.png) no-repeat;z-index: 2; }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox  dl{width:100%;box-sizing: border-box; position: relative; padding-bottom: 33px;}
.slideBox  dl:after{content: "";width:100%; height: 33px; position: absolute;left:0;bottom:0px;background:url(../images/casebtmbg.png) no-repeat;background-size:100%;}
.slideBox  dl dt{width: 100%;height: 350px;  position: relative;}
.slideBox  dl dt img{width: 100%;height: 350px; display: block;}
.slideBox  dl dd{width: 100%;background:rgba(0,0,0,0.6); height: 85px;padding:10px 24px 0;box-sizing: border-box;position: absolute;bottom: 13px;left:0; }
.slideBox  dl dd h4{text-align: left; font-size: 14px; color: #ffffff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; position: relative; line-height: 22px; font-weight: bold; margin:0;}
.slideBox  dl dd h4 a{ color: #ffffff; }
.slideBox  dl dd p{ line-height: 20px;font-size:12px;color: #fff;text-align: left;}


	/* ---- news ---- */
	.news {padding:0; margin-bottom:10px; }
	.news-body {  margin:0 auto;}
	.news-body .news-left {padding: 0;}
	.news-body .news-left img {width: 100%; height:auto;}
	.news-body .news-right {padding: 0;}
	.news-body .news-right dl {margin: 10px 0 0;}
	.news-body .news-right dd a{ display:block; width:100%; background:#FFF;transition: background .5s ease;color:#000;}
	.news-body .news-right ul.news-box {margin: 0;}
	.news-body .news-right li {padding: 0;}
	.news-body .news-right li .news-time {margin: 10px;padding: 10px 0;}
	.news-body .news-right li .news-time i {display: block;text-align: center;font-style: normal;font-size: 20px;line-height: 40px;color:#bbbbbb;}
	.news-body .news-right li .news-time em {display: block;text-align: center;font-style: normal;font-size: 14px;line-height: 30px;font-weight: bold;color:#bbbbbb;}
	.news-body .news-right li .text-box {margin: 10px;padding: 0;}
	.news-body .news-right li .text-box h3 {margin: 0;font-size: 16px;height: 30px;line-height: 30px;font-weight: bold;color: #000;white-space: nowrap;overflow: hidden;}
	.news-body .news-right li .text-box p {margin: 0;max-height: 60px;line-height: 30px;overflow: hidden;/*text-indent: 2em;*/}
/**/
.help_cut{padding-top: 25px; height: auto; box-sizing: border-box;}
.help_nav{height: 30px; margin-bottom: 10px; position: relative; }
.help_nav ul{width: 35%; height: 30px; border-left: 3px solid #0072dc; float: left;}
.help_nav li{ height: 30px; line-height: 30px; text-align: left;width:32%; font-size: 14px; color: #333333; float: left;box-sizing: border-box;padding-right: 20px; position: relative;background: url(../images/xcxt.png) no-repeat right center; text-align: center;}
.help_nav li a{ text-decoration: none; color: #333333; }
.new_con {text-transform: uppercase; font-size: 14px; color: #333333;font-family: "Arial"; float: right; line-height: 30px;}
.new_con a{color: #333333;}
.help_nav:after{content: ""; width: 58%; height: 1px; left:35%;top:16px;position: absolute;background: #e2e2e2;}
.help_nav li.active a{color: #0072dc; font-weight: bold;}
.help_nav li:last-child{background: none;}

.m_help{ height:auto;width: 100%; position: relative; }
.m_help .pros_list {
    overflow: hidden;
    margin-top: 20px;
}

.m_help .pros_list li {
    display: none;
}

.m_help .pros_list .swiper {
    width: 100%;
    height: 100%;
}

.m_help .pros_list .swiper-slide a {
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
}

.m_help .pro_bg {
    height: auto
}

.m_help .pro_bg img {
    display: block;
    width: 100%;
    height: auto;
}

.m_help .pros_list .swiper-slide  em{ height:50px;  font:16px "Microsoft YaHei"; line-height:70px; color:#666666; overflow:hidden; display: block; text-align: left; display: block;background: url(../images/xcico.png) no-repeat right center; border-bottom: 1px solid #d9d9d9;}

}


/* 平板 小于等于 768px iPad */
@media (max-width: 768px){
	.w1{ width:96%;}
	.wap{ display:block;}
.pc{ display:none;}
	
.mt50 {
  margin-top: 20px;
}
	.ft48 {
  font-size: 30px;
  line-height: 30px;
}
.ft40 {
  font-size: 22px;
}
	.news-body .tabBox ul li {
  width: 100%;
}
.index_tit h3 {
    font-weight: 400;
    line-height: 40px;
	margin:0;
}
	.news-body { padding:0 10px;}
	.commbody { padding:0 10px;}
	
	
	.index_about {
    padding: 30px 0 0;
}

.i_a_con {
    position: relative;
    margin-top: 10px;
}
.pro_cate li {
    padding: 3px 5px;background: #FFF;
	margin:3px;
    border-radius: 30px;
}
.pro_cate li.active {
    background: #01569b;
    border-radius: 30px;
    padding: 3px 5px;
}
.about_l {
    width: 100%;
    position:relative;

    transform: translateY(0);
}

.about_l h4 {
    font-size: 20px;
    color: #01569b;
    line-height: 26px;
    margin-bottom: 10px;
}

.about_l p {
    line-height: 24px;
}

.about_l>a {
    display: block;
    width: 127px;
    height: 36px;
    border-radius: 23px;
    background: #01569b;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
	margin-bottom:10px;
}

.about_r {
    width: 100%;
	margin:0 auto;
    height: auto;
}

.about_r img {
    display: block;
    width: 100%;
	height:auto;
}



.casebj{ background:url(../images/casebg.jpg) no-repeat center top; padding-top:25px; margin:20px 0; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box; position: relative;max-width: 1920px; }
.case {
  width: 96%;
  margin: 0 auto;
  position: relative; padding-top:20px;
}

.slideBox .prev{width: 60px; height: 60px; display: block; position: absolute;left:0px;top:40%;background: url(../images/case_l.png) no-repeat;z-index: 2;}
.slideBox .next{ width: 60px; height: 60px; display: block; position: absolute;right:0px;top:40%;background: url(../images/case_r.png) no-repeat;z-index: 2; }

	.news-body .tabBox ul li {
  width: 100%;
}
	.news-body { padding:0 10px;}

	.news-body .news-left .news-box .img-box {height: auto;}
	.news-body .news-left .news-box .text-box h3 {font-size: 16px;line-height: 30px;}
	.news-body .news-left .news-box .text-box p {font-size: 14px;line-height: 20px;max-height: 80px;}
	.news-body .news-right dl {margin: 0;}
	.news-body .news-right dd {margin: 10px;}
	.news-body .news-right ul.news-box {}
	.news-body .news-right li .news-time {margin: 0;padding: 0;}
	.news-body .news-right li .news-time i {color:#bbbbbb;}
	.news-body .news-right li .news-time em {color:#bbbbbb;}
	.news-body .news-right li .text-box {margin: 0;padding-left: 10px;}
	.news-body .news-right li .text-box h3 {font-size: 14px;font-weight: bold;}
	.news-body .news-right li .text-box p {line-height: 20px;max-height: 40px;}

.help_cut{padding-top: 15px; padding-bottom:60px; height: auto; box-sizing: border-box;}

.help_nav ul{width: 65%; height: 30px; border-left: 3px solid #0072dc; float: left;}
.help_nav li{ height: 30px; line-height: 30px; text-align: left;width:32%; font-size: 14px; color: #333333; float: left;box-sizing: border-box;padding-right: 20px; position: relative;background: url(../images/xcxt.png) no-repeat right center; text-align: center;}
.help_nav li a{ text-decoration: none; color: #333333; }
.help_nav:after{content: ""; width: 0%; height: 1px; left:65%;top:16px;position: absolute;background: #e2e2e2;}


.m_help .pros_list .swiper-slide  em{ height:40px;  font:16px "Microsoft YaHei"; line-height:40px; color:#666666; overflow:hidden; display: block; text-align: left; display: block;background: url(../images/xcico.png) no-repeat right center; border-bottom: 1px solid #d9d9d9;}
}
/* 手机 小于等于 640px */
@media (max-width: 640px) {






	
	/* ---- news ---- */
	/* ---- news ---- */
	.news {padding: 0px 0;}
	.news-title {width: 100%;height: 54px;overflow: hidden; text-align:center; padding-top:0px; margin-bottom:10px;}
	.news-title img {display: block;margin: 0 auto; max-width:100%; max-height:100%;}
	.news-body .news-left .news-box .img-box {height: auto;}
	.news-body .news-left .news-box .text-box h3 {font-size: 16px;line-height: 30px;}
	.news-body .news-left .news-box .text-box p {font-size: 14px;line-height: 20px;max-height: 80px;}
	.news-body .news-right dl {margin: 0;}
	.news-body .news-right dd {margin: 10px;}
	.news-body .news-right ul.news-box {}
	.news-body .news-right li .news-time {margin: 0;padding: 0;}
	.news-body .news-right li .news-time i {color:#bbbbbb;}
	.news-body .news-right li .news-time em {color:#bbbbbb;}
	.news-body .news-right li .text-box {margin: 0;padding-left: 10px;}
	.news-body .news-right li .text-box h3 {font-size: 14px;font-weight: bold;}
	.news-body .news-right li .text-box p {line-height: 20px;max-height: 40px;}
	
}

