/*内页banner*/
.ny_banner{width: 100%;position: relative;}
.ny_banner .ba_pic{width: 100%;}
.ny_banner .ba_pic img{width: 100%;display: block;}
.ny_banner .wordsbox{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;padding: 0 15px;}
.ny_banner .wordsbox .words{width: 100%;height: 100%;position: relative;}
.ny_banner .wordsbox .words ._t{width: 100%;position: absolute;left: 0;top: 50%;text-align: center;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.ny_banner .wordsbox .words ._t h2{font-size: 60px;color: #ffffff;line-height: 60px;margin-bottom: 26px;width: 100%;}
.ny_banner .wordsbox .words ._t .border{display: inline-block;width: 50px;height: 1px;background-color: rgba(255,255,255,0.5);}
.ny_banner .wordsbox .words ._b{width: 100%;text-align: center;font-size: 0;position: absolute;left: 0;bottom: 0;}
.ny_banner .wordsbox .words ._b .list{background-color: rgba(255,255,255,0.2);margin: 0 10px;display: inline-block;vertical-align: middle;}
.ny_banner .wordsbox .words ._b .list a{display: block;padding: 22px 48px;font-size: 22px;color: #ffffff;line-height: 22px;}
.ny_banner .wordsbox .words ._b .list:hover,
.ny_banner .wordsbox .words ._b .list.on{background-color: rgba(255,255,255,0.9);}
.ny_banner .wordsbox .words ._b .list:hover a,
.ny_banner .wordsbox .words ._b .list.on a{color: #333333;}

.ny_banner .wordsbox.wordsbox2{display:none;}

@media  screen and (max-width: 1024px){
.ny_banner{margin-top: 46px;/*margin-bottom: 80px;*/}
.ny_banners{margin-bottom: 0;}


.ny_banner .wordsbox{padding: 0 10px;}
.ny_banner .wordsbox .words ._t h2{font-size: 18px;line-height: 18px;margin-bottom: 14px;}
.ny_banner .wordsbox .words ._t .border{width: 34px;}
.ny_banner .wordsbox .words ._b .list{margin: 0 6px;background-color: #f5f5f5;}
.ny_banner .wordsbox .words ._b .list:hover,.ny_banner .wordsbox .words ._b .list.on{background-color: #12346d;}
.ny_banner .wordsbox .words ._b .list a{padding: 8px 16px;font-size: 14px;line-height: 14px;color: #555}
.ny_banner .wordsbox .words ._b .list:hover a,.ny_banner .wordsbox .words ._b .list.on a{color: #fff}
.ny_banner .wordsbox .words ._b{bottom: -96px;overflow: hidden;}
.ny_banner .wordsbox .words ._b .list{width: 46%;float: left;display: block;margin:10px 2% 0 2%;}


.ny_banner .wordsbox.wordsbox1 .words ._b{display:none;}

.ny_banner .wordsbox.wordsbox2{position:initial; display:block;}
.ny_banner .wordsbox.wordsbox2 .words ._t{display:none;}
.ny_banner .wordsbox.wordsbox2 .words ._b{position:initial; margin-top:10px;}

}






/*产品*/
.probox{padding:100px 0 30px 0;}
.cp_section1{padding: 100px 0 60px 0;width: 100%;}
.cp_section2{padding-bottom: 70px;}
.cp_section3{padding-bottom: 70px;}
.cp_section4{padding-bottom: 100px;}
.cp_section .titbox{width: 100%;padding: 72px 10px;text-align: center;font-size: 0;margin-bottom: 20px;}
.cp_section .titbox .ico{width: 44px;height: 44px;display: inline-block;vertical-align: middle;margin-right: 18px;}
.cp_section .titbox .words{font-size: 30px;color: #ffffff;line-height: 30px;display: inline-block;vertical-align: middle;}
.cp_section .ulbox{width: 100%;}
.cp_section .ulbox ul{overflow: hidden;margin: 0 -15px;
width: calc(100% + 30px);
width: -ms-calc(100% + 30px);
width: -o-calc(100% + 30px);
width: -moz-calc(100% + 30px);
width: -webkit-calc(100% + 30px);

display:flex; flex-wrap: wrap; align-items: flex-start;

}
.cp_section .ulbox ul li{padding: 0 15px;float: left; padding-bottom: 23px;height: auto;padding-top: 10px;  width:33.33%; margin-top:10px; margin-bottom:10px;}
.cp_section .ulbox ul li a{display: block;box-shadow: 0 0 5px rgba(0,0,0,0.09);}
.cp_section .ulbox ul li a .pic{ width: 100%; padding-bottom: 75.11%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cp_section .ulbox ul li a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.cp_section .ulbox ul li a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.cp_section .ulbox ul li a .worsdbox{width: 100%;position: relative;padding: 24px 10px 42px 10px;}
.cp_section .ulbox ul li a .worsdbox::after{content: "";display: block;width: 83%;height: 1px;border-top: 1px dashed #e5e5e5;position: absolute;left: 8.5%;top: 0;}
.cp_section .ulbox ul li a:hover .worsdbox::after{content: "";display: none;}
.cp_section .ulbox ul li a .worsdbox h2{font-size: 18px;color: #333333;line-height: 28px;text-align: center;height: 56px;}
.cp_section .ulbox ul li a:hover .worsdbox{background-color: #12346d;}
.cp_section .ulbox ul li a:hover .worsdbox h2{color: #fff;}
.cp_section .ulbox ul li a .worsdbox .ico{width: 46px;height: 46px;position: absolute;bottom: -23px;left: 50%;margin-left: -23px;}
@media  screen and (max-width: 1024px){
    .probox{padding:22px 0 0 0;}
.cp_section1{padding: 22px 0;}
.cp_section2{padding-bottom: 22px;}
.cp_section3{padding-bottom: 22px;}
.cp_section4{padding-bottom: 22px;}
.cp_section .titbox{padding: 20px 10px;margin-bottom: 14px;}
.cp_section .titbox .ico{width: 24px;height: 24px;margin-right: 8px;}
.cp_section .titbox .words{font-size: 14px;line-height: 20px;}
.cp_section .ulbox ul{margin: 0 -5px;
width: calc(100% + 10px);
width: -ms-calc(100% + 10px);
width: -o-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: -webkit-calc(100% + 10px);}
.cp_section .ulbox ul li{padding: 0 5px;padding-bottom: 15px;padding-top: 5px; width:50%; margin-top:5px; margin-bottom:5px;}
.cp_section .ulbox ul li a .worsdbox{padding: 12px 6px;padding-bottom: 27px;}
.cp_section .ulbox ul li a .worsdbox::after{content: "";display: block;width: 80%;left: 10%;}
.cp_section .ulbox ul li a .worsdbox h2{font-size: 14px;line-height: 20px;height: 40px;}
.cp_section .ulbox ul li a .worsdbox .ico{width: 30px;height: 30px;bottom: -15px;margin-left: -15px;}
.cp_section .ulbox ul .slick-prev{width: 48px;height: 48px;background: url(images/img41.png) no-repeat center center; background-size: cover;left: 5px;top: 50%;opacity: 0.5}
.cp_section .ulbox ul .slick-next{width: 48px;height: 48px;background: url(images/img42.png) no-repeat center center; background-size: cover;right: 5px;top: 50%;opacity: 0.5}
.cp_section .ulbox ul .slick-prev:hover,.cp_section .ulbox ul .slick-next:hover{opacity: 1;}
}

/*产品详情*/
/*模块1*/
.cpxq_section1{width: 100%;padding: 100px 0 58px 0;}
.cpxq_section1 .boxs{width: 100%;overflow: hidden;}
.cpxq_section1 .boxs .left{width: 45.71%;float: left;border: 1px solid #e5e5e5;}
.cpxq_section1 .boxs .left li{height: auto}
.cpxq_section1 .boxs .left li .pic{width: 100%;height: 480px;}
.cpxq_section1 .boxs .left .slick-prev{width: 30px;height: 62px;background: url(images/img83.jpg) no-repeat center center; background-size: cover;left: 10px;top: 50%;z-index: 9;}
.cpxq_section1 .boxs .left .slick-next{width: 30px;height: 62px;background: url(images/img84.jpg) no-repeat center center; background-size: cover;right: 10px;top: 50%;z-index: 9;}
.cpxq_section1 .boxs .left .slick-prev:hover,.cpxq_section1 .boxs .left .slick-next:hover{opacity: 0.8;}
.cpxq_section1 .boxs .right{width: 54.29%;float: right;height: 480px;position: relative;}
.cpxq_section1 .boxs .rightbox{width: 100%;padding-left: 84px;position: absolute;left: 0;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.cpxq_section1 .boxs .rightbox h2{font-size: 30px;color: #333333;line-height: 36px;border-bottom: 1px solid #e5e5e5;padding-bottom: 35px;margin-bottom: 28px;}
.cpxq_section1 .boxs .rightbox .info{width: 100%;font-size: 16px;color: #555555;line-height: 30px;margin-bottom: 35px;padding-right: 4px;
overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: 210px;}
.cpxq_section1 .boxs .rightbox .info::-webkit-scrollbar{ width: 3px;}
.cpxq_section1 .boxs .rightbox .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.cpxq_section1 .boxs .rightbox .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #12346d; border-radius: 3px;}
.cpxq_section1 .boxs .rightbox .more{display: inline-block;background-color: #12346d;border-radius: 26px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cpxq_section1 .boxs .rightbox .more:hover{
transform: scale(0.95);
 -webkit-transform: scale(0.95);
 -moz-transform: scale(0.95);
 -o-transform: scale(0.95);
 -ms-transform: scale(0.95);}
.cpxq_section1 .boxs .rightbox .more a{display: block;padding: 12px 48px;font-size: 0;}
.cpxq_section1 .boxs .rightbox .more a img{width: 24px;height: 24px;display: inline-block;vertical-align: middle;margin-right: 8px;}
.cpxq_section1 .boxs .rightbox .more a .words{font-size: 18px;color: #ffffff;line-height: 24px;display: inline-block;vertical-align: middle;}
@media  screen and (max-width: 1024px){
.cpxq_section1{padding: 22px 0;}
.cpxq_section1 .boxs .left{width: 100%;float: none;margin-bottom: 14px;}
.cpxq_section1 .boxs .left li .pic{height: 240px;}
.cpxq_section1 .boxs .left .slick-prev{width: 20px;height: 36px;left: 5px;}
.cpxq_section1 .boxs .left .slick-next{width: 20px;height: 36px;right: 5px;}
.cpxq_section1 .boxs .right{width: 100%;float: none;height: auto;}
.cpxq_section1 .boxs .rightbox{padding-left: 0;position: static;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.cpxq_section1 .boxs .rightbox h2{font-size: 16px;line-height: 22px;padding-bottom: 10px;margin-bottom: 14px;}
.cpxq_section1 .boxs .rightbox .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;max-height: 100px;}
.cpxq_section1 .boxs .rightbox .info::-webkit-scrollbar{ display: none;}
.cpxq_section1 .boxs .rightbox .more{display: block;background-color: rgba(255,255,255,0);text-align: center;}
.cpxq_section1 .boxs .rightbox .more a{padding: 4px 10px;background-color: #12346d;display: inline-block;border-radius: 26px;}
.cpxq_section1 .boxs .rightbox .more a img{width: 20px;height: 20px;margin-right: 6px;}
.cpxq_section1 .boxs .rightbox .more a .words{font-size: 14px;line-height: 20px;}
}

/*模块2*/
.cpxq_section2{width: 100%;padding-bottom: 60px;}
.cpxq_section2 .titbox{width: 100%;overflow: hidden; margin-bottom: 62px;}
.cpxq_section2 .titbox .box{font-size: 0;float: left;margin-right: 25px;}
.cpxq_section2 .titbox .box img{width: 26px;height: 26px;display: inline-block;vertical-align: middle;margin-right: 12px;}
.cpxq_section2 .titbox .box .words{font-size: 24px;color: #12346d;line-height: 24px;display: inline-block;vertical-align: middle;}
.cpxq_section2 .titbox .border{float: right;height: 10px;margin-top: 8px;
width: calc(100% - 165px);
width: -ms-calc(100% - 165px);
width: -o-calc(100% - 165px);
width: -moz-calc(100% - 165px);
width: -webkit-calc(100% - 165px);}
.cpxq_section2 .content{width: 100%;background-color: #f1f3f6;padding: 24px 76px 24px 54px;overflow: hidden;}
.cpxq_section2 .content .left{float: left;
width: calc(100% - 300px);
width: -ms-calc(100% - 300px);
width: -o-calc(100% - 300px);
width: -moz-calc(100% - 300px);
width: -webkit-calc(100% - 300px);}
.cpxq_section2 .content .left ul{width: 100%;padding-right: 140px;overflow: hidden; display:flex; flex-wrap: wrap; align-items: flex-start;}
.cpxq_section2 .content .left ul li{width: 50%;float: left;font-size: 0;margin-top: 24px;padding-left: 4px;}
.cpxq_section2 .content .left ul li .ico{width: 10px;height: 10px;background-color: #12346d;display: inline-block;vertical-align: top;margin-right: 10px; margin-top:9px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.cpxq_section2 .content .left ul li .words{font-size: 16px;color: #555555;line-height: 24px;display: inline-block;vertical-align: middle; padding-right:10px;
width: calc(100% - 24px);
width: -ms-calc(100% - 24px);
width: -o-calc(100% - 24px);
width: -moz-calc(100% - 24px);
width: -webkit-calc(100% - 24px);}
.cpxq_section2 .content .right{width: 295px;float: right;}
.cpxq_section2 .content .right img{width: 100%;display: block;}
@media  screen and (max-width: 1024px){
.cpxq_section2{padding-bottom: 22px;}
.cpxq_section2 .titbox{margin-bottom: 14px;}
.cpxq_section2 .titbox .box{margin-right: 14px;}
.cpxq_section2 .titbox .box img{width: 22px;height: 22px;margin-right: 6px;}
.cpxq_section2 .titbox .box .words{font-size: 16px;line-height: 22px;}
.cpxq_section2 .titbox .border{height: 8px;margin-top: 8px;
width: calc(100% - 116px);
width: -ms-calc(100% - 116px);
width: -o-calc(100% - 116px);
width: -moz-calc(100% - 116px);
width: -webkit-calc(100% - 116px);}
.cpxq_section2 .content{padding: 10px;}
.cpxq_section2 .content .left{width: 100%;margin-bottom: 14px;}
.cpxq_section2 .content .left ul{padding-right: 0;}
.cpxq_section2 .content .left ul li{margin-top: 0;margin-bottom: 10px; padding-left: 4px;width: 100%;}
.cpxq_section2 .content .left ul li .ico{width: 8px;height: 8px;margin-right: 6px;vertical-align: top;margin-top: 6px;}
.cpxq_section2 .content .left ul li .words{font-size: 14px;line-height: 20px;vertical-align: top; padding-right:0;
width: calc(100% - 20px);
width: -ms-calc(100% - 20px);
width: -o-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: -webkit-calc(100% - 20px);}
.cpxq_section2 .content .right{width: 80%;margin: 0 auto; float: none;}
}

/*模块3*/
.cpxq_section3{width: 100%;padding-bottom: 70px;}
.cpxq_section3 .titbox{width: 100%;overflow: hidden; margin-bottom: 40px;}
.cpxq_section3 .titbox .box{font-size: 0;float: left;margin-right: 25px;}
.cpxq_section3 .titbox .box img{width: 26px;height: 26px;display: inline-block;vertical-align: middle;margin-right: 12px;}
.cpxq_section3 .titbox .box .words{font-size: 24px;color: #12346d;line-height: 24px;display: inline-block;vertical-align: middle;}
.cpxq_section3 .titbox .border{float: right;height: 10px;margin-top: 8px;
width: calc(100% - 165px);
width: -ms-calc(100% - 165px);
width: -o-calc(100% - 165px);
width: -moz-calc(100% - 165px);
width: -webkit-calc(100% - 165px);}
.cpxq_section3 .info{font-size: 16px;color: #555555;line-height: 30px;padding-bottom: 40px;border-bottom: 1px solid #e5e5e5;margin-bottom: 42px;}
.cpxq_section3 .info img{max-width:100%;}
.cpxq_section3 .page{width: 100%;overflow: hidden;}
.cpxq_section3 .page .left{float: left;
width: calc(100% - 110px);
width: -ms-calc(100% - 110px);
width: -o-calc(100% - 110px);
width: -moz-calc(100% - 110px);
width: -webkit-calc(100% - 110px);}
.cpxq_section3 .page .left .box{width: 100%;font-size: 18px;color: #555555;line-height: 24px;}
.cpxq_section3 .page .left .box a{color: #555;}
.cpxq_section3 .page .left .box a br{display:none;}
.cpxq_section3 .page .left .box:hover a{color: #165194;}
.cpxq_section3 .page .left .box.prev{margin-bottom: 12px;}
.cpxq_section3 .page .right{float: right;font-size: 0;margin-top: 16px;}
.cpxq_section3 .page .right img{width: 16px;height: 15px;display: inline-block;vertical-align: middle;margin-right: 8px;}
.cpxq_section3 .page .right .words{font-size: 16px;color: #555555;line-height: 16px;display: inline-block;vertical-align: middle;}
.cpxq_section3 .page .right:hover .words{color: #165194;}
@media  screen and (max-width: 1024px){
.cpxq_section3{padding-bottom: 22px;}
.cpxq_section3 .titbox{margin-bottom: 14px;}
.cpxq_section3 .titbox .box{margin-right: 14px;}
.cpxq_section3 .titbox .box img{width: 22px;height: 22px;margin-right: 6px;}
.cpxq_section3 .titbox .box .words{font-size: 16px;line-height: 22px;}
.cpxq_section3 .titbox .border{height: 8px;margin-top: 8px;
width: calc(100% - 116px);
width: -ms-calc(100% - 116px);
width: -o-calc(100% - 116px);
width: -moz-calc(100% - 116px);
width: -webkit-calc(100% - 116px);}

.cpxq_section3 .info{font-size: 14px;line-height: 20px;padding-bottom: 12px;margin-bottom: 12px;}
.cpxq_section3 .page .left{
width: calc(100% - 86px);
width: -ms-calc(100% - 86px);
width: -o-calc(100% - 86px);
width: -moz-calc(100% - 86px);
width: -webkit-calc(100% - 86px);}
.cpxq_section3 .page .left .box{font-size: 14px;line-height: 20px;}
.cpxq_section3 .page .left .box.prev{margin-bottom: 6px;}
.cpxq_section3 .page .right{margin-top: 16px;}
.cpxq_section3 .page .right img{margin-right: 4px;}
.cpxq_section3 .page .right .words{font-size: 14px;line-height: 14px;}
}

/*新闻资讯*/
.xw_section{width: 100%;padding: 100px 0 78px 0;}
.xw_section ul{width: 100%;margin-bottom: 76px;}
.xw_section ul li{width: 100%;margin-bottom: 30px;box-shadow: 0 0 5px rgba(0,0,0,0.09);padding: 24px;}
.xw_section ul li:last-child{margin-bottom: 0;}
.xw_section ul li a{width: 100%;padding-left: 330px;position: relative;display: block;min-height: 220px;}
.xw_section ul li a .picbox{width: 330px;position: absolute;left: 0;top: 0;height: 220px;overflow: hidden;}
.xw_section ul li a .picbox .pic{width: 100%;height: 100%;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.xw_section ul li:hover a .picbox .pic{
transform: scale(1.05);
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 -ms-transform: scale(1.05);}
.xw_section ul li a .wordsbox{width: 100%;padding-left: 60px;padding-top: 24px;overflow: hidden;}
.xw_section ul li a .wordsbox .left{float: left;padding-right: 60px;
width: calc(100% - 190px);
width: -ms-calc(100% - 190px);
width: -o-calc(100% - 190px);
width: -moz-calc(100% - 190px);
width: -webkit-calc(100% - 190px);}
.xw_section ul li a .wordsbox .left h2{font-size: 22px;color: #333333;line-height: 36px;margin-bottom: 22px;}
.xw_section ul li:hover a .wordsbox .left h2{color: #165194;font-weight: bold;}
.xw_section ul li a .wordsbox .left h3{font-size: 18px;color: #555555;line-height: 36px;letter-spacing: 0;}
.xw_section ul li a .wordsbox .right{width: 184px;float: right;padding-left: 60px;border-left: 1px solid #e5e5e5;}
.xw_section ul li a .wordsbox .right .date{font-size: 30px;color: #333333;line-height: 30px;font-weight: bold;margin-bottom: 14px;}
.xw_section ul li a .wordsbox .right .year{font-size: 18px;color: rgba(85,85,85,0.5);line-height: 20px;margin-bottom: 72px;}
.xw_section ul li a .wordsbox .right img{width: 32px;height: 27px;display: block;}
.xw_section .pages{width: 100%;text-align: center;font-size: 0;}
.xw_section .pages .box{display: inline-block;vertical-align: middle;width: 38px;height: 38px;text-align: center;line-height: 36px;font-size: 14px;color: #272727;border: 1px solid #e1e1e1;margin: 0 5px;}
.xw_section .pages .box:hover,.xw_section .pages .box.on{background-color: #165194;border-color: #165194;color: #fff;}
.xw_section .pages .prev,.xw_section .pages .next{width: 100px;}
@media  screen and (max-width: 1024px){
.xw_section{padding: 22px 0;}
.xw_section ul{margin-bottom: 16px;}
.xw_section ul li{margin-bottom: 14px;padding: 12px;}
.xw_section ul li a{padding-left: 0;min-height: auto;}
.xw_section ul li a .picbox{width: 100%;height: 200px;position: static;}
.xw_section ul li a .wordsbox{padding-left: 0;padding-top: 14px;}
.xw_section ul li a .wordsbox .left{padding-right: 0;width: 100%;}
.xw_section ul li a .wordsbox .left h2{font-size: 16px;line-height: 22px;margin-bottom: 10px;}
.xw_section ul li a .wordsbox .left h3{font-size: 14px;line-height: 20px;}
.xw_section ul li a .wordsbox .right{width: 100%;padding-left: 0;border-left: 0;margin-top: 12px;font-size: 0;}
.xw_section ul li a .wordsbox .right .date{font-size: 16px;line-height: 16px;display: inline-block;vertical-align: middle;margin-bottom: 0;margin-right: 4px;}
.xw_section ul li a .wordsbox .right .year{font-size: 14px;line-height: 14px;display: inline-block;vertical-align: middle;margin-bottom: 0;}
.xw_section ul li a .wordsbox .right img{display: none;}
.xw_section .pages .box{width: 22px;height: 22px;line-height: 20px;font-size: 12px;margin: 0 2px;}
.xw_section .pages .prev,.xw_section .pages .next{width: 50px;}
}

.w_1430 {
    max-width: 1430px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.cp_section .ulbox ul li{
	list-style-type:none;

}