﻿*{box-sizing: border-box;margin:0;padding:0;}
html{overflow-x: hidden;}
body{ min-width:320px;font:16px "微软雅黑", "YaHei,Arial";color:#333;line-height:24px;overflow-x: hidden;background: #fff;}
.container{ margin:0 auto;height:auto; }
xmp{font-family: "微软雅黑", "YaHei,Arial";}
h1,h2,h3,h4,h5,p,div,span,ul,li,dl,dd,dt{margin:0;padding:0;}
input,textarea,select,button{outline:none;font:16px "微软雅黑", "YaHei,Arial";}
label{font-weight: normal;}
a{text-decoration: none;outline:none;color:#333; }
a:focus, a:hover{color:#333;text-decoration: none;outline: none;  outline-offset: 0;}
ul,li{list-style: none;} i,em{font-style:normal;}
.nav>li>a:focus, .nav>li>a:hover{background: none;}
.lt{float:left;}.rt{float:right;}.hide{display: none;}.show{display: block;} .imgMax{max-width:100%;max-height:100%;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.fwn{font-weight: normal}
.db{display: block;}.dib{display: inline-block;}.ma{margin: 0 auto;}.pr{position: relative;}.pa{position: absolute;}.pf{position: fixed;}.oh{overflow: hidden;}
.transition{-webkit-transition: all  0.3s linear;-moz-transition: all  0.3s linear;-o-transition: all  0.3s linear; transition: all  0.3s linear; }
img.desaturate { filter: grayscale(100%); -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);  }
img.desaturate:hover { filter: grayscale(0);-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);-ms-filter: grayscale(0); -o-filter: grayscale(0);  }
.clear{clear: both;}
.clearAfter:after{content:"";display: block; clear: both;}
img{vertical-align: middle;}
.slick-slide{outline: none;}
.slick-prev:before, .slick-next:before{display: none;}
.slick-dots li button:before{display: none;}
.slick-dotted.slick-slider{margin:0;}
.slick-slide img {max-width: 100%;max-height: 100%; margin:0 auto;}
.banner .slick-slide {overflow: hidden;}
.banner img{width: 100%;margin:0 auto;}

/*手机侧边导航*/
.left_navBox{position: fixed;right:0;top:0;bottom:0;width:100%;z-index: 33;
    transform: translate3d(100%,0,0);-webkit-transform: translate3d(100%,0,0);
    transition: all linear .2s;-webkit-transition: all linear .2s;
}
.left_navBox.on{transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);}
.left_cont{background: #fff;width: 100%;position: fixed;right:0;top:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling: touch; }
.left_had{height:44px;line-height:44px;display: inline-flex;align-items: center;justify-content: space-between;
    background: #fff;padding:0 15px;box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);}
.left_had .logo_m{width: 50%;}
.left_had .close_m{float: right;width: 20px;}
.left_nav{padding:20px 15px;}
.left_nav li a{position: relative;display: block;padding:0  30px 0 15px;font-size: 15px;line-height: 40px;height:40px;overflow:hidden;}
.left_nav li i{display: none;text-align: center; width:30px;height:40px;position: absolute;top:0;right:0;
    background: url(../images/dh_07.png) no-repeat center center;background-size: 20px;}
.left_nav li a:before{content:"";display: block;position: absolute;top:17px;left:0;width: 6px;height:6px;border-radius: 50%;border:1px solid #f13a3a;}
.left_navOne li a{color:#666;font-size: 14px;padding:0 50px 0 40px;}
.left_navOne li a:before{display: none;}
.left_navOne li a i{background: none;font-size: 20px;font-family: "幼圆";right:15px;transform: rotate(90deg);transition: 300ms;}
.left_navTwo li a{font-size: 13px;padding-left:55px;}
.left_navThree li a{padding-left:70px;}
.left_nav li i.in{display: block;}
.left_nav ul{display: none;}
.left_nav li a.on{color:#f13a3a;}
.left_nav>li>a.on:before{background:#f13a3a;}
.left_nav>li>a.on i{background:url(../images/dh_10.png) no-repeat center center;background-size: 20px;}
.left_navOne li a.on i{transform: rotate(270deg);}


/*PC右边浮动*/
.pc_float{position: fixed;top:50%;right:10px;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index: 20;}
.pc_float li{margin-bottom:10px;position: relative;}
.pc_float li .icon{display: block; width: 60px;height:60px;background: #f1f1f1;border-radius: 4px;text-align: center;transition: 200ms;}
.pc_float li  img{max-height: 100%;max-width: 100%;}
.pc_float li .icon .on{display: none;}
.pc_float li .f_telBox{position: absolute;top:0;right:-220px;transition: 200ms;}
.pc_float li .f_telBox .f_tel{width: 206px;min-height: 60px;display: inline-flex;align-items: center; color:#fff;background: #f13a3a;border-radius: 4px;padding-right:10px;}
.pc_float li.tel:hover .icon{opacity: 0;}
.pc_float li.tel:hover .f_telBox{right:0;}
.pc_float li .f_wxBox{position: absolute;top:50%;right:100%;margin-top:-55px;padding-right:8px;display: none;}
.pc_float li .f_wxBox .f_wx{width: 110px;height:110px;border-radius: 4px;border:2px solid #f13a3a;text-align: center;position: relative;}
.pc_float li .f_wxBox .f_wx:after{content:"";display: block;position: absolute;top:50%;right:-8px;margin-top:-8px;
border-left:8px solid #f13a3a;border-top:8px solid transparent;border-bottom:8px solid transparent;}
.pc_float li:hover .f_wxBox{display: block;}
.pc_float .scrollTop{opacity: 0;transition: 300ms;}
.pc_float .scrollTop.on{opacity:1;}



.header{background: #fff;box-shadow:  0 5px 10px 0 rgba(0,0,0,.1);}
.logo{float: left;height:80px;width:22%;}
.logo a{display: block;height:100%;position: relative;}
.logo img{max-width: 100%;max-height: 100%;position: absolute;top:0;bottom:0;left:0;margin:auto;}

.nav{float: right;width:68%;}
.nav li {float: left;position: relative;width:12.5%;text-align: center;}
.nav li a {display: block;vertical-align: top;font-size: 16px;line-height: 80px;height:80px;padding:0;overflow: hidden;}
.nav_child{display: none; position: absolute;top:80px;left:50%;margin-left:-50px; width:100px;z-index:10;}
.nav_child ul{background:#f13a3a;padding:8px 0; overflow: hidden;}
.nav_child li{float: none;width: 100%;padding:0;}
.nav_child li a{color:#ffb3b3;line-height: 30px;height:30px;font-size: 14px;}
.nav li a:hover{color:#f13a3a;}
.nav li.current>a{color:#f13a3a;}
.nav li.on>a{color:#f13a3a;}
.nav_child li a:hover{color:#fff;}
.nav li:hover .nav_child{display: block;animation: navChild .3s ease-in-out forwards;-webkit-animation: navChild .3s ease-in-out forwards;}
@keyframes navChild  {
    0%{transform: translateY(10px);-webkit-transform: translateY(10px);}
    100%{transform: translateY(0);-webkit-transform: translateY(0);}
}
@-webkit-keyframes navChild  {
    0%{transform: translateY(10px);-webkit-transform: translateY(10px);}
    100%{transform: translateY(0);-webkit-transform: translateY(0);}
}
.header.on{background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,.1);z-index:100;}
.header.on .nav>li>a{color:#333;}


.banner{overflow: hidden;}
.banner .slick-slide {overflow: hidden;}
.banner .slick-dots { bottom:75px; }
.banner .slick-dots li button{display: none;}
.banner .slick-dots li{width:10px;height:10px;border-radius: 5px;background: #000;opacity: .5;transition: 400ms;}
.banner .slick-dots li.slick-active{opacity: 1;width: 20px;background: #f13a3a;border-radius: 3px;}

.activity{margin-top:-44px;}
.act_cont{width: 100%;background: #fff;border-radius: 4px;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1); padding:15px 0;
    display: inline-flex;justify-content: space-between;align-items: center; position: relative;z-index: 10;}
.act_icon{padding:0 20px 0  25px;width: 84px;}
.act_slider{width: calc(100% - 84px);padding-right:50px;}
.act_slider .slick-slide a{display: block;padding:0 30px;background: #f5f5f5;border-radius: 30px; line-height: 58px;height:58px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.act_slider  .slick-prev,
.act_slider  .slick-next{display: block!important; left:auto;top:auto; right:15px;z-index: 10;width: 20px;height:20px;transform: translate(0);-webkit-transform: translate(0);}
.act_slider  .slick-prev{top:0;background: url(../images/index_06.png) no-repeat center center;}
.act_slider  .slick-next{bottom:0;background: url(../images/index_12.png) no-repeat center center;}
.act_slider  .slick-next:before{content:"";opacity: 1; display: block;width: 20px;height:1px;background: #ddd;position: absolute;top:-10px;left:0;}
.act_slider  .slick-prev:hover{background: url(../images/index_06_n.png) no-repeat center center;}
.act_slider  .slick-next:hover{background: url(../images/index_12_n.png) no-repeat center center;}

.section_one{padding:60px 0 80px;}
.com_title{text-align: center;margin-bottom:30px;}
.com_title span{display: inline-block;margin:0 auto;font-size: 30px;font-weight: bold;line-height: 36px;position: relative;}
.com_title span em{display: block;position: relative;z-index: 10;}
.com_title span:after{content:"";display: inline-block;width: 100%;height:6px;background: #f13a3a;position: absolute;bottom:0;left:0;right:0; margin:auto;}

.secOne_cont:after{content:"";display: block;clear: both;}
.secOne_rt{float: right;width: 50%;padding-left:60px;padding-top:15px;}
.secOne_rt img{max-width: 100%;max-height: 100%;}
.secOne_lt{float: left;width: 50%;}
.secOne_lt .ti{font-size: 24px;line-height: 30px;}
.secOne_lt .line{width: 60px;height:2px;background: #f13a3a;margin:35px 0 25px;}
.secOne_lt .des{line-height: 32px;}
.secOne_lt .list{display: inline-flex;justify-content: space-between;width: 100%;text-align: center;margin-top:25px;}
.secOne_lt .list dd{font-size: 18px;margin-top:10px;}

.section_com{padding:50px 0;}
.section_two{background: #f5f5f5;}
.secTwo_cont{padding:45px 0 20px;margin:0 -15px;width: calc(100% + 30px); display: inline-flex;flex-flow: wrap;}
.secTwo_list{padding:25px;width: calc(25% - 30px);margin:0 15px 20px;text-align: center;transition: 300ms;}
.secTwo_list img{max-height: 100%;max-width: 100%;width: 100%;}
.secTwo_list dl{position: relative;border-radius: 4px;overflow: hidden;}
.secTwo_list dl dd{position: absolute;bottom:0;left:0;right:0;background: rgba(0,0,0,.5);}
.secTwo_list dl dd a{display: block;line-height: 50px;height:50px;color:#fff;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}


.secThree_cont{padding:22px 0;}
.secThree_cont .slick-slide{margin:0 -15px;overflow: hidden;}
.secThree_list{float: left;width: calc(25% - 30px);margin:5px 15px;text-align: center;}
.secThree_list img{max-height: 100%;max-width: 100%;width: 100%;}
.secThree_list dt{border-radius: 4px;}
.secThree_list dd a{display: block;line-height: 52px;height:52px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.secThree_list:hover dd a{color:#f13a3a;}

.com_more{text-align:center;}
.com_more a{display: inline-block;margin:0 auto;position: relative;}
.com_more span{display: block;position: relative;z-index: 10;}
.com_more a:after{content:"";display:block;width: 100%;height:4px;background: #f13a3a;
    position: absolute;bottom:-12px;left:0;opacity: 0;transition: 300ms;}
.com_more a:hover:after{bottom:2px;opacity: 1;}

.section_four{background: url(../images/bg_02.jpg) no-repeat center center;background-size: cover;}
.secFour_cont.secFour_slider{padding-bottom:50px;margin:0 -15px;}
.secFour_slider .slick-slide{margin:0 15px;text-align: center;border-radius: 4px;overflow: hidden;}

.secFive_cont.secFive_slider{padding:10px 0 15px;margin:0 -15px;}
.secFive_cont.visible-xs .secThree_list{float: none;width: 100%;margin:0;}
.secFive_cont.visible-xs .slick-slide{margin:0 15px;}
.secFive_cont{overflow: hidden;}
.secFive_cont .box{overflow: hidden;}
.secFive_cont .box .secThree_list{width: 320px;}

.section_six{background:#f5f5f5;}
.secSix_cont{display: inline-flex;justify-content: space-between;width: 100%;padding:10px 0 35px;flex-flow: wrap;}
.secSix_list{width: calc(50% - 15px);padding:15px; background: #fff;border-radius: 4px;overflow: hidden;
    display: inline-flex;justify-content: space-between;flex-flow: wrap;align-items: center;}
.secSix_list dt{width: 45%;border-radius: 4px;overflow: hidden;}
.secSix_list dt img{max-height: 100%;max-width: 100%;width: 100%;}
.secSix_list dd{width: 55%;padding:0 20px 0 30px;}
.secSix_list dd .ti{font-weight: bold;line-height: 24px;height:24px;display: block;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.secSix_list dd .des{color:#666; line-height: 32px;height:128px;display: block;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:4;}
.secSix_list dd .line{width: 80px;height:2px;margin:20px 0 12px;background: #f13a3a;}
.secSix_list:hover {box-shadow: 0 0 20px 0 rgba(0,0,0,.15);}
.secSix_list:hover dd .ti{color:#f13a3a;}

.secSeven_cont{padding:10px 0;width: 100%; display: inline-flex;justify-content: space-between;flex-flow: wrap;}
.secSeven_lt{width: 31%;text-align: center;}
.secSeven_lt img{max-width: 100%;max-height: 100%;width: 100%;}
.secSeven_rt{width: 69%;padding-left:30px;}
.secSeven_list{width: 100%; margin-bottom:20px;background: #f9f9f9;border-radius: 4px;padding:20px 30px;
    display: inline-flex;justify-content: space-between;flex-flow: wrap;overflow: hidden;}
.secSeven_list dt{width: calc(100% - 120px);}
.secSeven_list dt a{display: block;font-weight: normal; line-height: 26px;height:26px;width: 100%;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.secSeven_list dt a:before{content:"";display: inline-block;vertical-align: middle;width: 6px;height:6px;border-radius: 50%;background: #f13a3a;margin:-3px 10px 0 0;}
.secSeven_list dd{width: 120px;line-height: 26px;height:26px;text-align: right;}
.secSeven_list:hover dt a{color:#f13a3a;}
.secSeven_list:hover dd{color:#f13a3a;}
.secSeven_list:hover {box-shadow: 0 0 12px 0 rgba(0,0,0,.15);}

.footer{background: #222;color:#666;}
.footer a{color:#666;}
.footer .box{padding:30px 0 20px; width: 100%;overflow: hidden;}
.foot1{width: 36%;float: left;}
.footLogo{height:65px;display: block;padding-right: 20px;}
.footLogo img{max-height: 100%;max-width: 100%;}
.footTel{padding:20px 0 10px;}
.footTel .ti b{ display: inline-block;vertical-align: middle;margin:-3px 0 0 10px; width: 140px;height:2px;background: #dbdbdb;position: relative;}
.footTel .ti b:before{content:"";display: block;position: absolute;top:0;left:0;width: 25px;height:2px;background: #f13a3a;}
.footTel .num{font-size: 28px;line-height: 30px;color:#f13a3a;margin-top:10px;}
.foot_nav{float: left;width: 46%;padding-top:25px; display: inline-flex;justify-content: space-between;flex-flow: wrap;}
.foot_nav li{width: 50%;text-align: center;position: relative;}
.foot_nav li h3{font-weight: bold;color:#ddd;margin-bottom:10px;font-size: 16px;}
.foot_nav li a{display: block;color:#999;padding:3px 0;}
.foot_nav li:before{content:"";display: block;position: absolute;top:5%;left:0;width: 1px;height:90%;background: rgba(255,255,255,.1);}
.foot_nav li:last-child:after{content:"";display: block;position: absolute;top:5%;right:0;width: 1px;height:90%;background: rgba(255,255,255,.1);}
.foot_nav li a:hover{color:#f13a3a;}
.foot3{width: 120px;float: right;padding-top:25px;text-align: center;}
.foot3 img{max-width: 100%;max-height: 100%;}
.foot3 p{margin-top:12px;}
.copy{width: 100%;padding:15px 0 20px; display: inline-flex;justify-content: space-between;flex-flow: wrap;position: relative;}
.copy:before{content:"";display: block;position: absolute;top:0;left:0;width: 65px;height:1px;border-top:1px dashed rgba(191,191,191,.1);}
.copy .txt{font-size: 14px;line-height: 28px;width: calc(100% - 200px);}
.copy .ti{color:#999;line-height: 28px;font-size: 14px;}
.copy .cont{display: inline-block;vertical-align: top;position: relative;font-size: 14px;cursor: pointer;}
.copy .cont .val{display: block;color:#999; line-height: 28px;height:28px;width: 120px;border:1px solid rgba(255,255,255,3);border-radius: 4px;padding:0 35px 0 12px;overflow: hidden;}
.copy .cont .val i{position: absolute;top:0;right:16px; color:#999;font-family: "幼圆";transform: rotate(-90deg);}
.copy .cont .list{display: none; position: absolute;bottom:100%;left:0;right:0;background: #333;padding:10px;}
.copy .cont .list a{display: block;color:#999;font-size: 14px;line-height: 30px;}
.copy .cont .list a:hover{color:#f13a3a;}
.copy .cont:hover .list{display: block;}

.nav_mob{text-align: center;width: 100%;height:50px; background: #232323;display: inline-flex;justify-content: space-between;flex-flow: wrap;}
.nav_mob li{width: 20%;}
.nav_mob .icon{width: 100%;height:20px;margin:7px 0 0;display: flex;justify-content: center;align-items: center;}
.nav_mob .icon img{max-height: 100%;max-width: 100%;}
.nav_mob .ti{color:#fff;font-size: 12px;line-height: 20px;height:20px;overflow: hidden;}
.mobWX_model{position: fixed;top:0;bottom:0;left:0;right:0;text-align: center;display: none;z-index: 100;}
.mobWX_model .bg{position: absolute;top:0;bottom:0;left:0;right:0;background: rgba(0,0,0,.5);z-index: 101;}
.mobWX_model .cont{width: 120px;height:120px;position: absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index: 102;}
.mobWX_model .cont img{max-height: 100%;max-width: 100%;}
.mobWX_model.on{display: block;}

.det_banner .slick-dots{bottom:20px;}
.det_main{padding:80px 0 60px;}
.det_lt{width: 250px;float: left;box-shadow: 0 5px 10px 0 rgba(0,0,0,.08);background: #fff;}
.det_lt_name{width: 100%;height:76px;line-height: 76px;padding:0 10px;text-align: center;background: #f13a3a;color:#fff;font-size: 18px;font-weight: bold;}

.det_nav{padding:20px 20px 50px;}
.det_nav li a{position: relative;display: block;padding:0  30px 0 15px;font-size: 16px;line-height: 50px;height:50px;overflow:hidden;}
.det_nav li i{display: none;text-align: center; width:15px;height:100%;position: absolute;top:0;right:0;font-size: 20px;font-family: "幼圆";transform: rotate(90deg);transition: 300ms;}
.det_nav li a:before{content:"";display: block;position: absolute;top:23px;left:0;width: 6px;height:6px;border-radius: 50%; background: #aaa;}
.det_navTwo li a:before{display: none;}
.det_navTwo li a{color:#666;font-size: 14px;padding-left:30px;line-height: 35px;height:35px;}
.det_navThree li a{padding-left:45px;}
.det_nav li i.in{display: block;}
.det_nav ul{display: none;}
.det_nav li a.on{color:#f13a3a;}
.det_nav li a:hover{color:#f13a3a;}
.det_nav li a:hover:before{background:#f13a3a;}
.det_nav>li.current>a{color:#f13a3a;}
.det_nav>li.current>a:before{background:#f13a3a;}
.det_nav>li>a.on:before{background:#f13a3a;}
.det_nav li a.on i{transform: rotate(270deg);}

.det_rt{margin-left:280px;}
.det_rt_had{width: 100%;display: inline-flex;justify-content: space-between;
    background: #f5f5f5;border-bottom:1px solid #f13a3a;padding:25px 20px;}
.det_rt_had .title{color:#f13a3a;font-weight: bold;font-size: 18px;line-height: 26px;}
.det_rt_had .title img{vertical-align: middle;margin:-4px 15px 0 0;}
.det_rt_had .pos{line-height: 26px;}
.det_rt_had .pos a:hover{color:#f13a3a;}

.det_page{padding:15px 0;line-height: 34px;}
.det_page img{max-width: 100%;max-height: 100%;}
.pro_cont{margin:0 -12px;}
.pro_cont:after{content:"";display: block;clear: both;}
.pro_list{float: left;width: calc(33.33% - 24px);margin:0 12px 10px;text-align: center;}
.pro_list dt{border-radius: 4px;overflow: hidden;}
.pro_list dt img{width: 100%;max-width: 100%;max-height: 100%;}
.pro_list dd a{display: block;line-height: 55px;height:55px;padding:0 10px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.pro_list:hover dd a{color:#f13a3a;}

.page_list{text-align: center;margin-top:5px;}
.page_list a{display: inline-block;vertical-align: top;margin:5px;border:1px solid #ebebeb;line-height: 38px;height:38px;border-radius: 4px;padding:0 15px;font-size: 14px;color:#808080;}
.page_list a:hover,.page_list a.current{border-color:#f13a3a;background: #f13a3a;color:#fff;}

.detCom_ti{text-align: center;font-size: 18px;font-weight: bold;padding:15px 0;margin-top:10px;}
.proD_slider .slick-prev,
.proD_slider .slick-next{z-index: 10;}
.proD_slider .slick-prev:before,
.proD_slider .slick-next:before{content:"";display: block;opacity: 1;color:#aaa;font-size: 40px;font-family: "幼圆";}
.proD_slider .slick-prev:before{content:"<"}
.proD_slider .slick-next:before{content:">"}
.proD_slider .slick-prev{left:10%;}
.proD_slider .slick-next{right:10%;}
.proD_slider .slick-prev:hover:before,
.proD_slider .slick-next:hover:before{color:#f13a3a;}

.pageD_list{background: #f5f5f5;padding:10px 30px;margin-top:20px;}
.pageD_list a{display: block;font-size: 14px;color:#999;margin:5px 0;}
.pageD_list a:hover{color:#f13a3a;}

.abD_ti{padding:20px 0 0;}
.about_cont{margin:0 -12px;padding:30px 0 0;}
.about_cont:after{content:"";display: block;clear: both;}
.about_list{float: left;width: calc(25% - 24px);margin:0 12px 10px;text-align: center;}
.about_list dt{border-radius: 4px;overflow: hidden;border:1px solid #ddd;}
.about_list dt img{max-width: 100%;max-height: 100%;}
.about_list dd a{display: block;line-height: 55px;height:55px;padding:0 10px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.about_list:hover dt{border-color: #f13a3a;}
.about_list:hover dd a{color:#f13a3a;}

.sgxc_cont{padding:30px 0 0;}

.news_cont {padding:30px 0 5px;}
.news_cont .secSix_list{width: 100%;background: #f5f5f5;margin-bottom:20px;}
.news_cont .secSix_list dt{width: 26%;}
.news_cont .secSix_list dd{width: 74%;}
.news_cont .secSix_list dd .des{height:64px;-webkit-line-clamp:2;}
.news_cont .secSix_list dd .time{margin-top:25px;color:#666;}
.news_cont .secSix_list dd .time a{color:#666;}
.news_cont .secSix_list:hover{background: #fff;}
.news_cont .secSix_list:hover dd .time {color:#f13a3a;}
.news_cont .secSix_list:hover dd .time a{color:#f13a3a;}

.newsD_title{margin-bottom:10px; text-align: center;padding:20px 0;border-bottom:1px solid #ddd;}
.newsD_title .ti{font-size: 18px;font-weight: bold;}
.newsD_title .time{font-size: 14px;color:#999;margin-top:10px;}






















