@charset "utf-8";
/* CSS Document */

.fl{float: left;}
.fr{float: right;}


/* ******************************banner部分************************ */
.banner-main {
    width: 100%;
    max-width: 1920px;
    min-height: 402px;
    padding: 100px 0 20px 0;
    background: url(product-introduction-banner.png) no-repeat center top;
    background-size: auto 100%;
    margin: 0 auto;
}
.banner-content {
    width: 1260px;
    margin: 0 auto;
}
.banner-content-title {
    font-size: 34px;
    font-weight: 700;
}

.x_ljty_content{padding-top:30px; overflow:hidden}
.x_ljty_content a{width:130px; height:48px; display:inline-table; background:#fff; text-align:center; font-size:16px; color:#000; line-height:48px; border-radius:3px; float:left; margin-right:20px; text-decoration:none}
.x_ljty_content a:hover{ background:#0f51ca; color:#fff}


.banner-content-detail {
    width: 520px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 40px;
}
.banner-btm {
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    color: #0f51ca;
    background: #fff;
    text-align: center;
    margin-top: 68px;
}
/* ******************************内容导航部分************************ */
.body-nav-container {
    width: 100%;
    height: 70px;
    border-bottom: 1px #d5d9e0 solid;
    box-sizing: border-box;
}
.body-nav-main {
    display: flex;
    height: 70px;
    line-height: 72px;
    justify-content: center;
}
.body-nav-item {
    display: inline-block;
    font-size: 16px;
    margin: 0 42px;
    cursor: pointer;
    box-sizing: border-box;
}
.body-nav-item:hover {
    color: #0f51ca;
    border-bottom: #0f51ca 3px solid;
}

/* ******************************产品功能************************ */
.function-main {
    width: 100%;
    margin-top: 20px;
}
.function-content {
    width: 1258px;
    height: 642px;
}

/* ******************************产品介绍2的产品功能************************ */
.function2-hide {
    display: none;
}
.function2-title {
    margin: 20px 0;
}
.function2-main {
    width: 100%;
    max-width: 1920px;
    margin-top: 20px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(245,247,251) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(245,247,251) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(245,247,251) 99%);
    box-shadow: 5px 8.66px 30px 0px rgb( 168, 192, 221 );
    border: 3px #fff solid;
    margin: 0 auto;
    box-sizing: border-box;
}
.function2-content {
    margin-bottom: 40px;
}
.function2-content-top-text {
    margin: 40px 0;
}
.function2-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.function2-content-top-img {
    text-align: center;
}

.function2-content-change {
    margin-top: 40px;
}
.function2-change-nav {
    display: flex;
    justify-content: space-between;
}
.function2-change-nav-item {
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    flex: auto;
    margin: 0 10px;padding:10px 0;
    cursor: pointer;
    box-sizing: border-box;
}
.function2-change-nav-item-active {
    color: #0f51ca;
    border-bottom: #0f51ca 5px solid;
}
.function2-change-item {
    width: 100%;min-height:200px;
    padding: 35px 68px;
    background-image: linear-gradient(to bottom, #f2f5fa, #f9fbfd);
    box-sizing: border-box;
}
.function2-change-item-text {
    margin-bottom: 30px;
}
.function2-change-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.function2-change-item-img {
    text-align: center;
}
.function2-content-top-img img {max-width:100%;}
.function2-change-item-img img {max-width:100%;}

/* ******************************产品优势************************ */
.advan-main {
    margin-top: 20px;
}
.content-title {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    text-align: center;
}
.advan-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.advan-content-item:nth-child(1) {margin-left: 0;}
.advan-content-item:nth-child(4n) {margin-right: 0;}
.advan-content-item:nth-child(5) {margin-left: 0;}
.advan-content-item:nth-child(9) {margin-left: 0;}
.advan-content-item:last-child {margin-right: 0;}
.advan-content-item {
    /* display: inline-block;
    vertical-align: top;
    margin-right: 15px; */
    min-height: 320px;
    width: 300px;
    border-bottom: 4px #0f51ca solid;
    box-shadow: -0.5px 3.062px 12px 0px rgb(180 180 180);
    padding: 40px 37px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px;
    margin-bottom: 20px;
}
.full-screen .advan-content-item{
    width: auto;
    flex: 1;
}
.advan-content-item-active {
    color: #fff;
    border-bottom: none;
    background: url(product-introduction-advantage.png) no-repeat center;
    background-size: cover;
}
.advan-content-item-title {
    font-size: 20px;
}
.advan-content-item-detail {
    font-size: 16px;
    color: #666;
    margin-top: 32px;
}
.advan-content-item-detail-active {
    color: #fff;
}

/* ******************************应用场景************************ */
.sc-hide {
    display: none;
}
.sc-container {
    width: 100%;
    margin-top: 20px;
}
.sc-main {
    max-width: 1920px;
    margin: 0 auto;
    background: url(product-introduction-sc.png) no-repeat center top;
    background-size: cover;
    box-shadow: 5px 8.66px 30px 0px rgb(168 192 221);
    border: 3px #fff solid;
    box-sizing: border-box;
}
.sc-content {
    height: 100%;
}
.sc-content-title {
    display: flex;justify-content:space-around;
    height: 54px;
    line-height: 54px;
    padding-top: 12px;
    border-bottom: 1px #d2d2d2 solid;
}
.sc-content-title-item {
    min-width: 120px;font-size:16px;
    text-align: center;
    cursor: pointer;
	line-height:22px;
}
.sc-content-title-item:hover {
    color: #0f51ca;
    border-bottom: 3px #0f51ca solid;
}
.sc-content-title-item-active {
    color: #0f51ca;
    border-bottom: 3px #0f51ca solid;
}
.sc-content-text {
    padding: 50px 100px 40px 100px;
}
.sc-content-text-item {
    font-size: 16px;
    min-height: 124px;
}

/* ******************************用户价值************************ */
.value-main {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 50px;
}
.value-content {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    justify-content: center;
}
.value-content-item {
    width: 620px;
    min-height: 140px;
    box-shadow: 3.5px 6.062px 24px 0px #f5f5f9;
    padding: 30px 40px;
    box-sizing: border-box;
}
.value-content-item-title {
    font-size: 22px;
}
.value-content-item-detail {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-top: 10px;
}

/* ******************************最佳实践************************ */
.praxis-main {
    position: relative;
    width: 100%;
    height: 470px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(product-introduction-praxis.png) no-repeat center top;
    overflow: hidden;
}
.praxis-title {
    height: 100px;
    line-height: 100px;
    color: #fff;
}
#swiperPraxis {
    position: absolute;
    top: 100px;right:0;
    /*left: 50%;*/
    /*transform: translateX(-33.8%);*/
    width: 1450px;
    overflow: hidden;
}
.swiper-praxis {
    width: 620px !important;
}
.praxis-item-container {
    width: 620px;
}
.praxis-item {
    width: 580px;
    height: 280px;
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 54px;
    margin: 0 auto;
    box-sizing: border-box;
}
.praxis-item-img {
    overflow: hidden;
}
.praxis-item-title {
    font-size: 24px;
    margin-top: 15px;
}
.praxis-item-detail {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #425068;
	height: 170px;
    overflow: hidden;
}
.praxis-main .praxis-prev {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(product-introduction-praxis-prev.png) no-repeat center;
    left: 47%;
    top: 92%;
}
.praxis-main .praxis-next {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(product-introduction-praxis-next.png) no-repeat center;
    right: 47%;
    top: 92%;
}
.swiper-slide:only-child{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 280px;
}

/*****************新闻中心******************************/
.x_new_banenr{ width:100%; height:402px; overflow:hidden; background:#f7f9fb; background:url(x_mbx_yy.png) repeat-x top;  border-top:1px solid #e9e9e9; position:relative}
.x_new_banenr_1{position:relative;}

.x_banner_l{width:1160px;position:absolute;top:0;left:-330px;}
.x_banner_l img{width:100%;height:100%;display:block;}
.x_banner_r{position:absolute;top:0;right:0;width:350px; padding-top:20px;}
.x_banner_newslist{ line-height:38px;}
.x_banner_newslist li{padding-left:20px; background:url(x_li1.png) no-repeat left center;}
.x_banner_newslist li a{ font-size:16px; color:#333;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;display: block;}
.x_banner_newslist li a:hover{ color:#0f51ca}
.x_button{ margin-top:20px}
.x_button a{ display:inline-table; width:34px; height:34px; border-radius:18px; text-align:center; line-height:34px; float:left; margin-right:15px; font-size:22px; font-weight:bold; color:#fff; background:#9ab6e7; font-family:宋体}
.x_button a:hover{ background:#0f51ca}
.x_banner_tit{ width:760px; height:140px; box-sizing:border-box; background:#0f51ca; position:absolute; top:262px; left:50%; margin-left:-130px; padding:15px 35px;z-index:10;}
.x_banner_tit dt{line-height:40px;}
.x_banner_tit dt span{ font-size:16px; color:#fff}
.x_banner_tit dt a{ font-size:24px; color:#fff}
.x_banner_tit dt a:hover{ padding-left:5px; transition: 0.5s; }
.x_banner_tit dd{font-size:14px; color:#fff; line-height:24px; padding-top:10px}
.x_banner_tit .t{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;display: block;float:left;width:530px;}
.x_banner_date{display:none}
.x_news_button{display:none}

.news_box{width:1260px; margin:40px auto 0 auto}
.x_news_l{width:830px; float:left; box-shadow: 0px 2px 16px 0px #e3e7ef}
.x_news_l:hover{box-shadow: 0px 2px 16px 0px #a5b5d3;  transition: 0.4s; }
.x_news_l_tit{padding:0 30px 20px 30px; min-height:160px; box-sizing:border-box}
.x_news_l_tit h1 a{font-size:20px; font-weight:bold; color:#000; line-height:32px}
.x_news_l_tit h1 a:hover{color:#ce400e}
.x_news_l_tit h2{ line-height:22px; font-size:14px; color:#000; font-weight:lighter; padding:5px 0}
.x_new_date{width:120px; height:30px; display:inline-table; border:1px solid #ce400e; border-radius:20px; text-align:center; line-height:30px; font-size:14px; color:#ce400e; margin-top:10px}
.x_news_pic{height:380px;overflow: hidden;}
.x_news_pic img{width:100%;}

.x_news_pic_video{height:380px;overflow: hidden;}
.x_news_pic_video img{height:100%;position: relative;left: 50%; transform: translate(-50%, 0px);}
.x_play{position:relative;}
.x_play h2{ width:76px; height:76px; position:absolute; left:50%; top:50%; margin-left:-38px; margin-top:-38px; cursor:pointer}
.x_play h2 img{ width:76px; height:76px;}
.x_news_r{ width:400px; float:right; box-shadow: 0px 2px 16px 0px #e3e7ef}
.x_news_r:hover{box-shadow: 0px 2px 16px 0px #a5b5d3;  transition: 0.4s;}
.x_news_r_tit{padding:0 30px 20px 30px; min-height:160px; box-sizing:border-box; background:#0f51ca}
.x_news_r_tit h1 a{font-size:20px; font-weight:bold; color:#fff; line-height:32px}
.x_news_r_tit h1 a:hover{ color:#e3edfe}
.x_new_date2{width:120px; height:30px; display:inline-table; border:1px solid #fff; border-radius:20px; text-align:center; line-height:30px; font-size:14px; color:#fff; margin-top:20px}
.x_img_big{overflow:hidden}
.x_img_big img:hover{ animation:move 1s linear forwards;}
@keyframes move{
	0%{
		transform:scale(1);
	}
	100%{
		transform:scale(1.1);
	}
}
.news_box2{width:1260px; margin:30px auto 0 auto}
.x_news_li{width:1290px}
.x_news_li li{width:400px; float:left; margin-right:30px; margin-bottom:30px; box-shadow: 0px 2px 16px 0px #e3e7ef; min-height:540px}
.x_news_li li:hover{box-shadow: 0px 2px 16px 0px #a5b5d3;  transition: 0.4s;}
.x_news_pic2{ /*min-height:273px*/height:273px;overflow: hidden;}
.x_news_pic2 img{width:100%}
.x_new_litit{padding:0 30px 20px 30px;}
.x_new_litit h1{ line-height:32px; margin:0; padding:20px 0; list-style:none;height:64px;

display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow:ellipsis;

}
.x_new_litit h1 a{font-size:20px; font-weight:bold; color:#000; line-height:32px}
.x_new_litit h1 a:hover{color:#ce400e}
.x_new_litit h2{ line-height:22px; font-size:14px; color:#000; font-weight:lighter; }
.mar_t30{margin-top:30px}
.x_new_date3{background:#ce400e; height:80px; line-height:80px; padding:0 35px; font-size:24px; color:#fff}
.x_new_date3 span{font-size:20px}
.x_news_title{margin:30px}
.x_news_title dt{ line-height:32px;}
.x_news_title dt a{font-size:20px; font-weight:bold; color:#000; line-height:32px}
.x_news_title dt a:hover{color:#ce400e}
.x_news_title dd{ line-height:26px; font-size:14px; color:#000; font-weight:lighter; padding:15px 0}

/*****************新闻中心-文本*********************/
.x_mbx_box{background:url(x_mbx_yy.png) repeat-x top; height:54px; border-top:1px solid #e9e9e9}
.x_mbx{ width:1260px; line-height:54px; font-size:14px; color:#666; margin:0 auto; }
.x_mbx a{font-size:14px; color:#666}
.x_mbx a:hover{color:#ce400e}
.x_xl_titbox{width:1260px; margin:0 auto; min-height:75px; border-bottom:1px solid #d1d7e5;  padding-top:10px}
.x_xldate{ width:136px; float:left; text-align:center; background:url(x_bg1.png) no-repeat right center; font-size:16px; color:#000; line-height:30px}
.x_xldate span{ font-size:20px; display:block}
.x_xl_title{float:right; width:1090px; font-size:30px; color:#000; font-weight:bold; line-height:46px; padding-bottom:20px}
.m_date{ clear:both; display:none}

.x_xl_con{width:1260px; margin:30px auto 0 auto; overflow:hidden}
.x_fx{ width:136px; float:left}
.x_fx_tit{background:url(x_line.png) no-repeat center center; text-align:center; font-size:16px; line-height:42px; color:#000}
.x_fx_box{ margin-top:10px}
.x_fx_box li{width:46px; height:46px;  margin:0 auto 20px auto; cursor:pointer; position:relative}
.x_fx_box li.fx_wx{background:url(x_fx_weixinhui.png) no-repeat center}
.x_fx_box li:hover.fx_wx{background:url(x_fx_weixinlv.png) no-repeat center}
.x_fx_box li.fx_wb{background:url(x_fx_weibohui.png) no-repeat center}
.x_fx_box li:hover.fx_wb{background:url(x_fx_weibohong.png) no-repeat center}
.x_fx_box li.fx_link{background:url(x_fx_linkhui.png) no-repeat center;display:none;}
.x_fx_box li:hover.fx_link{background:url(x_fx_linklv.png) no-repeat center}
.x_fx_box li:hover{transition: 0.5s;}
.x_ewmbox{display:none}
.x_fx_box li:hover.fx_wx .x_ewmbox{display:block}
.x_fx_box li:hover.fx_wb .x_ewmbox{display:block}
.x_fx_box li:hover.fx_link .x_ewmbox{display:block}
.x_ewmbox{background:url(x_ewmbg.png) no-repeat; width:164px; height:176px; position:absolute; padding:15px 11px 15px 23px; box-sizing:border-box; left:50px; top:-10px; font-size:12px; color:#000; text-align:center}
.x_ewmbox span{display:block}
.bshare-custom{font-size: inherit!important;line-height: inherit!important;}
.bshare-custom .x_fx_box .bshare-weixin,.bshare-custom .x_fx_box .bshare-more.more-style-addthis{display: block;height: 100%;padding: 0!important;margin: 0;background: none;}

/* 细览微信二维码 */
.x_ewmbox_20240108{width:200px; height:200px; position:fixed; left:50%; top:50%;transform:translate(-100px,-100px); padding:10px;background:#efefef; box-sizing:border-box;z-index:1000;};
.x_ewmbox_20240108 img{display:block;width:200px;height:200px;}
.x_ewmbox_20240108 .close{width:20px;height:20px;cursor:pointer;float:right;margin-top:-30px;margin-right:-10px;background:#efefef;}



.x_xlhtml{width:1090px; float:right; font-size:16px; color:#333; line-height:30px}
.x_xlhtml img{display:block; margin:30px auto; width:100%}
.x_xlhtml span{ text-align:center; display:block}
.x_xlhtml span img{display:inline-table; margin:0; width:auto}
.x_xlhtml h1{ color:#ce400e; font-size:16px; font-weight:normal}

/*************************新闻中心-视频*****************************/
.x_news_video{width:1110px; float:right}
.x_news_videobox{overflow:hidden}
.x_news_videobox dt{float:left; width:720px;}
.x_news_videobox dd{ width:370px; float:right}
.x_norevideo{ font-size:14px; color:#000; padding-bottom:12px}
.x_news_video_list li{ margin-bottom:10px; background:#f7f9fb; border-radius:4px; overflow:hidden; box-sizing:border-box; border:1px solid #f7f9fb; height:90px}
.x_news_video_list li.now{border:1px solid #2661cf;}
.x_news_video_list li.now a{ color:#0f51ca}
.x_news_video_list li:hover{border:1px solid #2661cf}
.x_news_video_list li a{font-size:14px; color:#000;}
.x_news_video_list li:hover a{ color:#0f51ca}
.x_video_img{float:left; width:160px; position:relative;overflow: hidden;}
.x_video_img img{border-radius:4px;width:100%;height:100%;}
.x_video_img span{display:inline-table; width:46px; height:20px; text-align:center; line-height:20px; background:#000; color:#fff; font-size:13px; position:absolute; left:108px; top:66px; border-radius:4px; opacity: 0.7;}
.x_video_text{float:right; padding:15px 10px 10px 0; width:185px; line-height:26px}
/*************************新闻中心-新轮播图20221222*****************************/
.swiper-banner-new{
    width: 1260px;
    height: 646px;
    margin: 0 auto;
    /*background: yellowgreen;*/
}
.swiper-banner-new .swiper-slide img{
    width: 100%;
    height: 646px;
}
.swiper-banner-new .swiper-slide .swiper-text-new{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    padding: 0 24px;
    box-sizing: border-box;
}
.swiper-banner-new .swiper-slide .swiper-text-new p{
    font-size: 14px;
}
.swiper-banner-new .swiper-slide .swiper-text-new .swiper-text-title{
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    cursor: pointer;
}
.swiper-banner-new .swiper-slide .swiper-text-new .swiper-text-slip{
    margin: 0 20px;
    font-size: 20px;
    vertical-align: text-bottom;
}
.swiper-banner-new .swiper-slide .swiper-text-new .swiper-text-date{
    font-size: 16px;
    line-height: 50px;
}
.swiper-banner-new .swiper-button-prev{
    background: url(xwzx-20221222-1.png) center center no-repeat;
    width: 44px;
}
.swiper-banner-new .swiper-button-next{
    width: 44px;
    background: url(xwzx-20221222-2.png) center center no-repeat;
}

/*安全一体化*/
.aq-banner-main{height: 148px;min-height: auto;box-sizing: border-box;padding-top: 57px;background: url(pro-aqyth-banner-bg.png) no-repeat center top;}
.aq-title,.aq-sc{text-align: center;font-size: 26px;color: rgb(51, 51, 51);line-height: 1;}
.aq-title{margin:40px auto 15px;}
.aq-intro{font-size: 16px;color: rgb(51, 51, 51);line-height: 1.875;}
.aq-pic{margin: 27px auto 25px;}
.aq-pic img{max-width: 100%;}
.aq-intro .aq-special-word{color: rgb(15, 81, 202);}
.aq-sc{padding: 50px 0 37px;}
.aq-sc-content .sc-content-title{height: 34px;line-height: 34px;padding-top: 0;}
.aq-sc-content .sc-content-title-item{line-height: 1;}
.aq-sc-content .sc-content-text{padding: 30px 0 28px;}
.aq-sc-content .sc-content-text li{width: 400px;height: 120px;font-size: 18px;color: rgb(102,102,102);line-height: 1.25;box-sizing: border-box;padding: 25px 42px 0;box-shadow: 0px 7px 24px 0px rgba(68, 76, 139, 0.1);float: left;margin-bottom: 20px;}
.aq-sc-content .sc-content-text li:nth-child(3n+2){margin-left: 30px;}
.aq-sc-content .sc-content-text li:nth-child(3n){float: right;}
.aq-sc-content .sc-content-text li a{color: inherit;}
.aq-sc-content .sc-content-text li .tit{font-size: 20px;color: rgb(51, 51, 51);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-bottom: 15px;}
.aq-sc-content .sc-content-text li.active{color: #fff;background: url(pro-aqyth-sc-activebg.png) no-repeat;background-size: 100% 100%;}
.aq-sc-content .sc-content-text li.active .tit, .aq-sc-content .sc-content-text li:hover .tit{color: #fff;}


/*虚拟人播报*/
.xnrbb-container{padding: 24px 0 71px;}
.chnl-wrap+.chnl-wrap{margin-top: 30px;}
.chnl-title-wrap{height: 34px;margin-bottom: 20px;line-height: 34px;}
.chnl-title-wrap .title{height: 100%;padding-left: 47px;float: left;}
.chnl-title-wrap .title a{font-size: 18px;color: rgb(0, 0, 0);}
.chnl-title-wrap .more{width: 118px;height: 34px;font-size: 14px;color: rgb(206, 64, 14);text-align: center;float: right;box-sizing: border-box;border-radius: 17px;border: 1px solid rgb(206, 64, 14);}
.chnl-content-wrap .pic-box {box-shadow: 0px 7px 24px 0px rgba(24, 56, 114, 0.1);background: #fff;}
.chnl-content-wrap .pic-box1{width: 492px;height: 480px;}
.chnl-content-wrap .pic{position: relative;}
.chnl-content-wrap .pic-box1 img{width: 100%;max-height: 360px;}
.chnl-content-wrap .pic-box .video-play{display: block;position: absolute;width: 60px;height: 60px;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(pro-icon-video-play.png) no-repeat;background-size: 100% 100%;}
.chnl-content-wrap .pic-box .tit{display: block;height: 72px;font-size: 20px;color: rgb(0, 0, 0);line-height: 1.8;margin: 22px;overflow: hidden;}
.chnl-content-wrap .pic-box-wrap{margin-left: -20px;}
.chnl-content-wrap .pic-box-wrap.fr{width: 768px;}
.chnl-content-wrap .pic-box-wrap .pic-box{width: 236px;height: 230px;float: left;margin: 0 0 20px 20px;}
.chnl-content-wrap .pic-box-wrap img{width: 100%;max-height: 150px;}
.chnl-content-wrap .pic-box-wrap .tit{height: 54px;font-size: 16px;line-height: 1.625;margin: 10px 15px;}











