@charset "utf-8";

/* ========== 运车资讯栏目专用样式 - 完全仿原站 ========== */

/* Banner区域文字 - 仿原站 - 文字在图片上方 */
.banner{position: relative;}
.banner img{width: 100%; height: 300px; object-fit: cover; display: block;}
.bannerText{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 10;}
.bannerText h3{font-size: 36px; margin-bottom: 10px; font-weight: normal;}
.bannerText h3 strong{color: #fed200;}
.bannerText p{font-size: 16px;}

/* 面包屑 */
.breadCrumb{background-color: #ededed;font-size: 16px; color: #666; padding: 10px 0;}
.breadCrumb img{vertical-align: middle; width: 16px; margin-right: 5px;}
.breadCrumb a{ color: #666;}
.breadCrumb a:hover{color: #018DD6;}

/* 新闻列表 - 完全仿原站 */
.newsR{padding: 20px 0;}
.newsR li{display: block; overflow: hidden; height: 81px; margin-bottom: 15px; background-color: #f8f8f8;}
.newsR li .timeL{width: 130px; float: left; padding-right: 40px; background: url(../images/newsListBg.png) top left no-repeat; height: 81px; text-align: center; padding-top: 15px;}
.newsR li .timeL strong{font-size: 24px; color: #333; display: block; line-height: 1.2;}
.newsR li .timeL{font-size: 12px; color: #999; line-height: 1.4;}
.newsR li .timeR{width: calc(100% - 140px); float: right; padding: 10px 10px 10px 0;}
.newsR li .timeR h3{margin: 5px 0;}
.newsR li .timeR h3 a{font-size: 18px; font-weight: bold; color: #444;}
.newsR li .timeR h3 a:hover{color: #018dd6;}
.newsR li .timeR p a{width: 100%; line-height: 1.6; height: 26px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #999; font-size: 14px;}

/* 分页 */
.pages{ color: #999; padding: 40px 5px; text-align: center;}
.pages a, .pages .cpb { text-decoration: none; padding: 5px 15px; border: 1px solid #ddd; background: #ffff; margin: 0 2px; font-size: 14px; color: #000;}
.pages a:hover { background-color: #C00; color: #fff; border: 1px solid #900; text-decoration: none;}
.pages .cpb { font-weight: bold; color: #fff; background-color: #018dd6; border: 1px solid #018dd6;}

/* 详情页布局 */
.newsBox{overflow: hidden;}
.newsBox .boxL{font-size: 16px; width: 70%; float: left;}
.newsBox .boxR{width: 28%; float: right;}
.newsBox .boxR li{padding: 15px 5% 15px; border: 1px solid #eee; margin-bottom: 10px;}
.newsBox .boxR li a{font-size: 16px; color: #333;}
.newsBox .boxR li hr{padding: 0; margin: 15px 0 0; height: 3px; width: 50px; background-color: #018dd6; border: none;}

.newsTitle{color: #333; text-align: center; padding-top: 10px;}
.newsTitle h1{font-size: 20px; font-family: "Microsoft YaHei";}
.newsNote{font-size: 12px; margin: 0 auto; border-bottom: 1px dashed #999595; padding: 10px 0; text-align: center; color: #999595;}
.newsContent{padding: 20px 10px; font-size: 15px; line-height: 1.8; color: #333;}
.newsContent p{margin: 10px 0; font-family: 宋体;}
.newsContent p img{text-align: center; vertical-align: middle; max-width: 100%;}

.newsNP{padding: 20px 0; border-top: 1px dashed #ccc; margin-top: 20px;}
.newsNP ul{list-style: none; padding: 0;}
.newsNP li{margin-bottom: 10px; font-size: 14px; color: #666;}
.newsNP li strong{color: #333;}
.newsNP li a{color: #018dd6;}

/* ========== 原有样式 ========== */

/* 内页Banner */
.inBanner{position: relative; height: 300px; overflow: hidden;}
.inBanner img{width: 100%; height: 100%; object-fit: cover;}
.inBannerText{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff;}
.inBannerText h3{font-size: 36px; margin-bottom: 10px; font-weight: normal;}
.inBannerText h3 strong{color: #fed200;}
.inBannerText p{font-size: 16px;}

/* 面包屑 */
.breadCrumb{background-color: #ededed;font-size: 16px; color: #666; padding: 10px 0;}
.breadCrumb img{vertical-align: top; width: 16px; margin-right: 5px;}
.breadCrumb a{ color: #666;}
.breadCrumb a:hover{color: #018DD6;}

/* 新闻列表样式 - 仿原站 */
.newsList{padding: 20px 0;}
.newsItem{display: flex; padding: 20px 0; border-bottom: 1px dashed #ddd; align-items: flex-start;}
.newsItem:last-child{border-bottom: none;}

.newsDate{width: 100px; text-align: center; margin-right: 20px; flex-shrink: 0;}
.newsDate strong{display: block; font-size: 13px; color: #666; font-weight: normal; line-height: 1.4;}

.newsInfo{flex: 1;}
.newsInfo h3{font-size: 16px; margin-bottom: 10px;}
.newsInfo h3 a{color: #333;}
.newsInfo h3 a:hover{color: #018DD6;}
.newsInfo p{font-size: 14px; color: #666; line-height: 1.8; margin: 0;}
.newsInfo p a{color: #666;}
.newsInfo p a:hover{color: #018DD6;}

/* 分页 */
.pagination{text-align: center; padding: 30px 0;}
.pagination a, .pagination span{display: inline-block; padding: 8px 15px; margin: 0 5px; border: 1px solid #ddd; color: #666;}
.pagination a:hover, .pagination .current{background: #018DD6; color: #fff; border-color: #018DD6;}

/* 详情页布局 */
.detailMain{width: 70%; float: left;}
.detailSide{width: 28%; float: right;}

/* 详情页头部 */
.detail-header{text-align: center; padding: 30px 0; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.detail-header h1{font-size: 20px; color: #333; margin-bottom: 15px;}
.detail-meta{font-size: 13px; color: #999;}

/* 详情内容 */
.detail-content{font-size: 15px; line-height: 2; color: #333; padding: 20px 0;}
.detail-content p{margin-bottom: 15px;}
.detail-content img{max-width: 100%; height: auto; margin: 15px 0;}

/* 详情页底部 */
.detail-footer{margin-top: 30px; padding: 20px 0; border-top: 1px dashed #ccc;}
.detail-footer p{margin-bottom: 10px; font-size: 14px; color: #666;}
.detail-footer strong{color: #333;}
.detail-footer a{color: #018DD6;}

/* 侧边栏 */
.sideBox{background: #f8f8f8; padding: 20px; margin-bottom: 20px;}
.sideBox h3{font-size: 14px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
.sideBox ul{list-style: disc; padding-left: 20px;}
.sideBox li{margin-bottom: 10px; font-size: 13px;}
.sideBox li a{color: #666;}
.sideBox li a:hover{color: #018DD6;}

.sideContact{background: #fff; border: 1px solid #eee; padding: 20px; text-align: center;}
.sideContact p{font-size: 13px; color: #666; margin-bottom: 15px; line-height: 1.6;}
.sideContact a{display: inline-block; padding: 8px 25px; background: #018DD6; color: #fff; border-radius: 20px; font-size: 13px;}
.sideContact a:hover{background: #0177b8;}

/* 内页Banner */
.inBanner{position: relative; height: 300px; overflow: hidden;}
.inBanner img{width: 100%; height: 100%; object-fit: cover;}
.inBannerText{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff;}
.inBannerText h3{font-size: 36px; margin-bottom: 10px; font-weight: normal;}
.inBannerText h3 strong{color: #fed200;}
.inBannerText p{font-size: 16px;}

/* 面包屑 */
.breadCrumb{background-color: #ededed;font-size: 16px; color: #666; padding: 10px 0;}
.breadCrumb img{vertical-align: top; width: 16px; margin-right: 5px;}
.breadCrumb a{ color: #666;}
.breadCrumb a:hover{color: #018DD6;}

/* 新闻列表样式 - 仿原站 */
.newsList{padding: 20px 0;}
.newsItem{display: flex; padding: 20px 0; border-bottom: 1px dashed #ddd; align-items: flex-start;}
.newsItem:last-child{border-bottom: none;}

.newsDate{width: 100px; text-align: center; margin-right: 20px; flex-shrink: 0;}
.newsDate strong{display: block; font-size: 13px; color: #666; font-weight: normal; line-height: 1.4;}

.newsInfo{flex: 1;}
.newsInfo h3{font-size: 16px; margin-bottom: 10px;}
.newsInfo h3 a{color: #333;}
.newsInfo h3 a:hover{color: #018DD6;}
.newsInfo p{font-size: 14px; color: #666; line-height: 1.8; margin: 0;}
.newsInfo p a{color: #666;}
.newsInfo p a:hover{color: #018DD6;}

/* 分页 */
.pagination{text-align: center; padding: 30px 0;}
.pagination a, .pagination span{display: inline-block; padding: 8px 15px; margin: 0 5px; border: 1px solid #ddd; color: #666;}
.pagination a:hover, .pagination .current{background: #018DD6; color: #fff; border-color: #018DD6;}

/* 新闻列表 - 完全仿原站 */
.newsR{padding: 20px 0;}
.newsR li{display: block; overflow: hidden; height: 81px; margin-bottom: 15px; background-color: #f8f8f8;}
.newsR li .timeL{width: 130px; float: left; padding-right: 40px; background: url(../images/newsListBg.png) top left no-repeat; height: 81px; text-align: center; padding-top: 20px;}
.newsR li .timeL strong{font-size: 16px; color: #333;}
.newsR li .timeR{width: calc(100% - 140px); float: right; padding: 10px 10px 10px 0;}
.newsR li .timeR h3{margin: 7px 0;}
.newsR li .timeR h3 a{font-size: 20px; font-weight: bold; color: #444;}
.newsR li .timeR h3 a:hover{color: #018dd6;}
.newsR li .timeR p a{width: 100%; line-height: 1.6; height: 26px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #999; font-size: 16px;}

/* 分页 */
.pages{ color: #999; padding: 40px 5px; text-align: center;}
.pages a, .pages .cpb { text-decoration: none; padding: 5px 15px; border: 1px solid #ddd; background: #ffff; margin: 0 2px; font-size: 14px; color: #000;}
.pages a:hover { background-color: #C00; color: #fff; border: 1px solid #900; text-decoration: none;}
.pages .cpb { font-weight: bold; color: #fff; background-color: #018dd6; border: 1px solid #018dd6;}

/* banner - 首页轮播用 */
.banner .wenzi{position:absolute; top: 25%;width: 100%;text-align: center;}
.banner .wenzi h3{font-size: 48px;color: #ffffff; font-weight: bold;}
.banner .wenzi h3 strong{color: #fed200;}
.banner .wenzi p{font-size: 30px;color: #ffffff; margin-top:20px;}

/* 面包屑 */
.breadCrumb{background-color: #ededed;font-size: 16px; color: #666; padding: 10px 0;}
.breadCrumb img{vertical-align: top;}
.breadCrumb a{ color: #666;}
.breadCrumb a:hover{color: #018DD6;}

/* 内页二级栏目 */
.ziMenu{text-align: center;padding: 50px 0 30px;}
.ziMenu p{padding: 30px 0;}
.ziMenu a{padding: 15px 50px;
    border-radius: 80px;
    border: solid 1px #018dd6;
    font-size: 18px;
    color: #018dd6; margin: 0 10px;}
.ziMenu a:hover,.ziMenu a.hover{ background-color: #018dd6; color: #fff;}

.tuoyunBox{border: solid 1px #018dd6;padding: 10px;}
.tuoyunBox .box{width: 50%;line-height: 2;}
.tuoyunBox .box h3{font-size: 24px;color: #333333;margin-bottom: 15px;}
.tuoyunBox .box h3 span{font-size: 16px;}
.tuoyunBox .box p{margin-bottom: 10px;}
.tuoyunBox .box p:last-child{margin-top: 30px;}
.tuoyunBox .box p span{ padding: 0 10px;border: 1px solid #999;color: #999; margin-right: 7px;}
.tuoyunBox .box p strong{font-size: 24px;color: #e62022;}
.tuoyunBox .box p:last-child a{padding: 5px 20px;
    border: solid 1px #666666;
    font-size: 16px;
    color: #666666; margin-right: 15px;}
.tuoyunBox .box p:last-child a.hover,.tuoyunBox .box p:last-child a:hover{background-color: #018dd6;color: #fff;    border: solid 1px #018dd6;}

/* 保障 */
.baozhang{background-color: #f8f8f8;}
.baozhang .box li{width: 20%;float: left;text-align: center;}
.baozhang .box li h3{font-size: 18px;color: #868686;line-height: 1.8;}

/* 流程 */
.liucheng{height:511px;}
.liucheng ul{margin-bottom: 20px; margin-top: 15px;}
.liucheng li{width: 12.5%;text-align: center;float: left;}
.liucheng li p{	font-size: 20px;margin-top: 15px;}

/* 证件 */
.zhengjian{padding-bottom: 70px;}
.zhengjian ul li{width: 31.33%; float: left;text-align: center; padding: 10px; border: 1px solid #eee;margin: 0 1%;}
.zhengjian ul li p{margin-top: 10px; padding: 10px 0;text-align: center;background-color: #f8f8f8;font-size: 20px;}

/* 公司资质 */
.zzZuanhua{background-color: #f8f8f8;}
.ewmR{width:35%;text-align: center;font-size: 18px;color: #ccc;line-height: 2;}
.ewmR .fotEwm{float: left;width: 50%; padding: 30px 0 0;}
.fotBtm{background-color: #000;color: #666;text-align: center; line-height: 2;padding: 5px 0;}

.aboutZz .box .aboutJs{width: 50%;font-size: 18px;color: #888888; line-height:2.2;}

/* 合同 */
.hetong{padding-bottom: 70px;}
.hetong ul li{width: 48%; float: left;text-align: center; padding: 10px; border: 1px solid #eee;margin: 0 1%;}
.hetong ul li p{margin-top: 10px; padding: 10px 0;text-align: center;background-color: #f8f8f8;font-size: 20px;}

/* 关于我们独立页 */
.aboutBox{text-align: center;}
.aboutBox p{ padding: 30px;text-indent: 2em; text-align: left;font-size: 18px;color: #666666;line-height: 2;}

.fuwuDw{background-color: #f8f8f8;}
.fuwuDw .box li{width: 22.5%;float: left; text-align: center; margin: 15px 1%;box-shadow: 0 2px 6px #ccc;border-radius: 10px 10px 0 0;}
.fuwuDw .box li img{width: 100%;}
.fuwuDw .box li:hover{box-shadow: 0 2px 10px #999;}
.fuwuDw .box li p{font-size: 16px;color: #666666; padding: 20px 15px;border: 1px solid #eee;text-align: left;min-height: 98px;color: #868686;line-height: 1.7;}
.fuwuDw .box li h6{font-size: 24px;color: #ffffff;background-color: #018dd6;margin: 0;padding: 12px 0;}

/* 员工风采 */
.yuangong .box li{width: 30.33%;text-align: center;float: left; margin: 0 1.5% 30px ; }

/* 联系我们 */
.contactBox .box{border: 1px solid #018dd6;text-align: center;}
.contactBox .box .boxL{width: 35%; padding: 10px 3%;border-right:1px solid #018dd6;height: 390px;}
.contactBox .box .boxL .ewm{padding-bottom: 20px ; margin-bottom: 20px;border-bottom: 1px dashed #ccc;}
.contactBox .box .boxL .fotEwm{float: left;width: 50%; padding: 20px 0 0;}
.contactBox .box .boxL .fotEwm p{font-size: 18px;}
.contactBox .box .boxL li{text-align: left; padding: 10px 7%;font-size: 18px;}
.contactBox .box .boxL li img{width: 24px;}

.contactBox .box .boxR{padding:30px 15px;overflow-y: scroll;max-height: 390px; padding-right: 15px;width: 65%;}
.contactBox .box .boxR li{display: block; overflow: hidden;text-align: left;    width: 45%;float: left;margin: 15px 2.5%;height: 90px;}
.contactBox .box .boxR li img{margin-right: 15px;}
.contactBox .box .boxR li .boxLi{float: right;width:70%;margin-top: 10px;}
.contactBox .box .boxR li .boxLi h3{color: #018dd6;font-size: 20px;margin: 0 0 10px;font-weight: bold;}
.contactBox .box .boxR li .boxLi p{font-size: 16px;}

/* 常识-流程 */
.changshiBox{padding: 50px 0 0;}
.changshiBox .box ul{padding: 50px 0;}
.changshiBox .box li{width: 31.33%;float: left; text-align: center; margin: 15px 1%;margin: 15px 1% 60px;background-color: #f8f8f8;height: 231px;}
.changshiBox .box li img{ margin-top: -40px;}
.changshiBox .box li:hover{box-shadow: 0 2px 6px #ccc;}
.changshiBox .box li p{font-size: 16px;color: #666666; padding: 5px 15px 20px;text-align: left;min-height: 98px;color: #868686;line-height: 1.7;}
.changshiBox .box li h6{font-size: 24px;color: #018dd6; text-align: center;margin: 15px 0;}
.changshiBox .box li h3{font-size: 36px;color: #018dd6;font-weight: bold;margin-top: 70px;}
.changshiBox .box li h5{font-size: 22px;color: #666666;}


/* 对比 */
.duibi .box li{width: 31.33%;float: left; text-align: center; margin: 15px 1% 10px;height: 285px;border: solid 1px #018dd6; padding:30px 20px; background-color: #fff;}

.duibi .box li:hover{box-shadow: 0 2px 6px #ccc;}
.duibi .box li p{font-size: 16px;color: #666666; padding: 5px 0 20px;text-align: left;min-height: 98px;color: #868686;line-height: 1.7;}
.duibi .box li h6{font-size: 24px;color: #018dd6; text-align: center;margin: 15px 0 10px;}

/* 保险购买 */
.baoxian .box ul{padding-top: 60px;}
.baoxian .box li{width:48%;float: left; text-align: center; margin: 15px 1% 10px;height: 315px;border: solid 1px #018dd6; padding:00px 20px 20px; background-color: #fff;border-radius: 10px;}
.baoxian .box li img{ margin-top: -70px;}
.baoxian .box li:hover{box-shadow: 0 2px 6px #ccc;}
.baoxian .box li p{font-size: 16px;color: #666666; padding: 5px 0 20px;text-align: left;min-height: 98px;color: #018dd6;line-height: 1.7;}
.baoxian .box li h6{font-size: 24px;color: #018dd6; text-align: center;margin: 15px 0 10px;}

/* 首页进入的对比 */
.vs{text-align: center;}
.vs .box li{background: url(../images/vsBg.png) center no-repeat;height: 65px;line-height: 65px;margin: 15px 0;display: block;overflow: hidden;text-align: center;}
.vs .box li .boxL{float: left;width: 42%;text-align: left;padding-left: 5%;}
.vs .box li .boxR{float: right;width: 42%;text-align: left;}
.vs .box li .boxM{float: left;width: 16%;font-size: 24px;color: #ffffff;}


/* 手续 */
.shouxu .box ul{padding-top: 20px;}
.shouxu .box .ul01 li{width:23%;float: left; text-align: center; margin: 35px 1% 10px;height: 155px;border: solid 1px #018dd6; padding:0px 20px 20px; background-color: #fff;border-radius: 10px;}
.shouxu .box .ul02 li{width:31.33%;float: left; text-align: center; margin: 35px 1% 10px;height: 155px;border: solid 1px #018dd6; padding:00px 20px 20px; background-color: #fff;border-radius: 10px;}
.shouxu .box li h3{width: 70px;height: 70px; line-height: 70px;font-size: 30px;color: #ffffff;background-color: #018dd6;border-radius: 80px;margin: -38px auto 0; border: 3px solid #fff;}
.shouxu .box li:hover{box-shadow: 0 2px 6px #ccc;}
.shouxu .box li p{font-size: 16px;color: #666666; padding: 5px 0 20px;text-align: left;min-height: 98px;color: #018dd6;line-height: 1.7;text-align: center;}
.shouxu .box li h6{font-size: 24px;color: #018dd6; text-align: center;margin: 15px 0 10px;}

/* 妥运资质 */

.zizhiBox li{display: block; overflow: hidden;text-align: left;width: 48%;float: left;margin: 15px 1%;padding: 20px;border: 1px solid #018dd6;}
.zizhiBox li img{margin-right: 15px;}
.zizhiBox li .boxLi{float: right;width:57%;padding-top: 50px;line-height: 2;}
.zizhiBox li .boxLi h3{color: #018dd6;font-size: 20px;margin: 0 0 10px;font-weight: bold;}
.zizhiBox li .boxLi p{font-size: 16px;}

/* 新闻列表 */
.news .newsR li{display: block;overflow: hidden; height: 81px; margin-bottom: 15px; background-color: #f8f8f8;}
.news .newsR li .timeL{width: 130px;    float: left;
    padding-right: 40px;
    background: url(../images/newsListBg.png) top left no-repeat;height: 81px;
    text-align: center;
    padding-top: 10px;}
.news .newsR li .timeL strong{font-size: 24px;}
.news .newsR li .timeR{width: calc(100% - 140px);float: right; padding: 10px 10px 10px 0; }
.news .newsR li .timeR h3{margin: 7px 0;}
.news .newsR li .timeR h3 a{font-size: 20px;font-weight: bold;color: #444;}
.news .newsR li .timeR p a{width: 100%;line-height: 1.6;height: 26px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #999; font-size: 16px;}

/* 分页 */
.pages{ color: #999;padding:40px 5px;text-align:center;}
.pages a, .pages .cpb { text-decoration:none; padding:5px 15px; border: 1px solid #ddd;background: #ffff;margin:0 2px; font-size:14px; color:#000;}
.pages a:hover { background-color:#C00; color:#fff;border:1px solid #900; text-decoration:none;}
.pages .cpb { font-weight: bold; color: #fff; background-color: #018dd6;
    border: 1px solid #018dd6;}


/* 新闻详情页 */
.newsBox .boxL{font-size:16px; width: 70%; float: left;}
.newsBox .boxR{width: 28%;float: right;}
.newsBox .boxR li{ padding: 15px 5% 25px;border: 1px solid #eee; margin-bottom: 10px;}
.newsBox .boxR li a{font-size: 18px;color: #333;}
.newsBox .boxR li hr{padding: 0;margin: 0;height: 3px;width: 50px;background-color: #018dd6; margin-top: 15px;}

.detailArt{font-size: 14px;line-height: 25px;margin-top: 10px;}
.newsTitle{color:#333;text-align: center;padding-top: 10px;font-size: 20px;font-family: "Microsoft YaHei";}
.newsNote{font-size: 12px;margin: 0 auto;border-bottom: 1px dashed #999595;padding:10px 0;overflow: hidden;_zoom: 1;}
.newsNote span{color: #999595;}
.newsContent{padding: 20px 10px;}
.newsContent p{font-size: 18px;line-height:1.8;margin: 10px 0;font-family: 宋体;}
.newsContent p img{ text-align:center; vertical-align:middle; max-width:745px;}
.content p a{  text-decoration:underline;}
.content p a:hover{ color:#CC6600}
.content h2{
    margin-bottom: 8px;
    font-size: 17px;
    color: #333;
    padding: 13px 10px;
    font-weight: bold;
    line-height: 20px;
    font-family: "Microsoft Yahei";
    vertical-align: baseline;
    border-left: 3px #666 solid;
    display: block;
    word-wrap: break-word;
    background-color: #F6F6F6;
    margin-top: 5px;
	text-align:left;
}
.content h3 {
    padding: 1px 8px;
        padding-bottom: 1px;
    font-size: 15px;
    font-family: "Microsoft Yahei";
    text-align: center;
    color: #1C4786;
    font-weight: normal;
    white-space: normal;
    padding-bottom: 5px;
}
.Container_r .xq_c img {
    display: block;
    background-color: #fafafa;
    border: 1px solid #eee;
    margin: 8px auto;
    max-width: 700px!important;
}
.newsNP{padding: 20px 0;border-top: 1px dashed #ccc;}.newsContent a{ color:#009; font-weight:bold;}.newsContent a:hover{ color:#f00; font-weight:normal;}
.newsNP .boxR{width: 25%; float: right;}
.newsNP .boxR li{padding: 20px;border: 1px solid #018dd6;text-align: left; margin:20px 0;}
.newsNP .boxR li a{font-size: 18px;line-height: 2;display: block;}
.newsNP .boxR li hr{height: 3px;width: 20%;background-color: #018dd6;margin: 20px 0 10px;}







