

/* product */

#product{

    background: #f0f0f0;

    position: relative;

}

#product .imgbj img{

    width: 100%;

    object-fit: cover;

    height: 750px;

    z-index: 1;    

}

/* 热销产品 product .product */

#product .product{

    margin-top: -660px;

    z-index: 99;

    position: relative;    

}

#product .product .top{

    border-right:5px solid #0093DD;

    padding: 0;

}

#product .product .top h1{

    color:#fff;

    font-size: 40px;

    line-height: 1;

    font-weight: bolder;

}

#product .product .top h2{

    color:#fff;

    font-size: 44px;

    line-height: 1;

    margin-top: 6px;

    font-weight: bold;

}

#product .product .bottom {

    padding-bottom: 60px;

    background: #fff ;

    margin-top: 30px;

    position: relative;

}

#product .product .bottom:after{

    content: ''; 

    position: absolute;

    width: 60px;

    height: 100%;

    right:  -60px;

    top: 0;

    background: #fff;   

}

#product .product .bottom:before{

    content: ''; 

    position: absolute;

    width: 60px;

    height: 100%;

    left:  -60px;

    top: 0;

    background: #fff;

}

@media(max-width:1200px){

    #product .product .bottom:after{

        width: 40px;

        right:  -40px;

    }

    #product .product .bottom::before{

        width: 40px;

        left:  -40px;

    }

}

@media(max-width:992px){

    #product .product .bottom:after{

        width: 30px;

        right:  -30px;

    }

    #product .product .bottom::before{

        width: 30px;

        left:  -30px;

    }

    #product .product .top h1{

        color:#fff;

        font-size: 28px;

        line-height: 1;

        font-weight: bolder;

    }

    #product .product .top h2{

        color:#fff;

        font-size: 32px;

        line-height: 1;

        margin-top: 6px;

        font-weight: bold;

    }

}

@media(max-width:768px){

    #product .product .bottom:after{

        width: 15px;

        right:  -15px;

    }

    #product .product .bottom::before{

        width: 15px;

        left:  -15px;

    }

}

#product .product .bottom p{

    font-size: 20px;

    text-align: center;

    margin-bottom: 10px;

     position: relative;

}

#product .product .bottom .top1{

    cursor:pointer;

}



#product .product .bottom .top1 .d1{

    height: 85px;

    padding-top: 30px;

    background:#e2e2e2;

    

}

#product .product .bottom .active .d1{

    height: 85px;

    color: #fff;

    font-weight: bold;

    padding-top: 30px;

    background: #0093DD;

}

#product .product .bottom .top1 p:after{

    content: '';                 /*CSS伪类用法*/

    position: absolute;

    top: 40px;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 50px;

    height: 2px;  

    background: #0093DD;

}

#product .product .bottom .active p:after{

    background:#e2e2e2;   

}

#product .product .bottom .content .left{

    margin-top: 50px;

}

#product .product .bottom .content .left img{

    width: 100%;

    border: 1px solid #E6E6E6;

} 

#product .product .bottom .content .right{

    margin-top: 50px;

}

#product .product .bottom .content h1{

    margin: 0;

    font-size: 28px;

    line-height: 50px;

    position: relative;

    font-weight: bolder;

}

@media(max-width:992px){

    #product .product .bottom .content h1{

        font-size: 22px;

    }

}

#product .product .bottom .content h1 a{

    color: #2B2B2B;

}

#product .product .bottom .content h1 a:hover{

    color: #0093DD;

}

#product .product .bottom .content h1:after{

    content: ''; 

    display: block;   

    width: 80px;

    height: 3px;

    background: #0093DD;  

}

#product .product .bottom .content p{

    margin-top: 22px;

    font-size: 14px;

    line-height: 26px;

    text-align: left;

    margin-bottom: 0;

}

#product .product .bottom .content .bottom1{

    margin-top: 60px;

}

#product .product .bottom .content .bottom1 .b1{

    margin-top: 10px;

    

}

#product .product .bottom .content .bottom1 .b1 div{

    height: 60px;

    background: #F0F0F0;



}

#product .product .bottom .content .bottom1 .b1 div p{

    margin: 0;

    line-height: 60px;

    text-align: center;

    font-size: 16px;

    color: #2B2B2B;

}

#product .product .bottom .content .bottom1 .b1:hover p{

    background: #0093DD;

    color: #fff;

}

#product .product .bottom .content .left{

    position: relative;

}

#product .product .bottom .fa-angle-left{

    position: absolute;

    left: -30px;

    top:50%;

    font-size: 37px;

    color: #C2C2C2;

    cursor:pointer;

}

#product .product .bottom .fa-angle-left:hover{

    color: #2b2b2b;

}

#product .product .bottom .fa-angle-right{

    position: absolute;

    right: -30px;

    top:50%;

    font-size: 37px;

    z-index: 99;

    color: #C2C2C2;

    cursor:pointer;

}

#product .product .bottom .fa-angle-right:hover{

    color: #2b2b2b;

}

@media(min-width:1200px){

    #product .product .bottom .fa-angle-left{

        left: -24px; 

    }

    #product .product .bottom .fa-angle-right{

        right: -520px;

    }

}

@media(max-width:1200px){

    #product .product .bottom .fa-angle-left{

        left: 20px; 

    }

    #product .product .bottom .fa-angle-right{

        right: 20px;

    }

}

@media(max-width:992px){

    #product .product .bottom .fa-angle-left{

        left: 20px; 

    }

    #product .product .bottom .fa-angle-right{

        right: 20px;

    }

}

@media(max-width:768px){

    #product .product .bottom .fa-angle-left{

        left: 20px; 

    }

    #product .product .bottom .fa-angle-right{

        right: 20px;

    }

}

#product .product .bottom .content .content1{

    display: none;

}

#product .product .bottom .content .active{

    display: block;

}







/*产品列表 product_list */



#product .product_list{

    margin-top: 40px;

    padding-bottom: 100px;

}



#product .product_list h1 a{

    color: #0093DD;

    font-size: 30px;

    line-height: 30px;

    position: relative;

    font-weight: bold;

}

#product .product_list h1 a:hover{

    color: blue;

}

#product .product_list h1 a:after{

    content: ''; 

    background: #0093DD;

    position: absolute;

    top: 42px;

    left: 0;

    height: 3px;

    width: 80px;

}

#product .product_list p{

    margin-top: 26px;

    margin-bottom: 0;

    font-size: 18px;

    color: #2B2B2B;

    line-height: 40px;

}



#product .product_list .ul .li div{

    background: #fff;

    height: 60px;

    line-height: 60px;

    margin-top: 10px;

    color: #2B2B2B;

    cursor: pointer;

}

#product .product_list .ul .li div i{

    margin-left: 13px;

    color: #D2D2D2;

}

#product .product_list .ul .li div span{

    margin-left: 10px;

}

#product .product_list .ul .li div:hover{

    background: #0093DD;

    color: #fff;

}

#product .product_list .ul .li div:hover i{

    color: #fff;

}





/* cation */

#cation{

    margin-top: 100px;

    margin-bottom: 70px;

}

#cation .cation .top{   

    background: url(../image/cation_top.jpg) no-repeat;

    background-size: cover;

    padding: 65px 15px;

}

#cation .cation .top h1{

    font-size:40px;

    font-weight:800;

    color:rgba(0,147,221,1);

    line-height:1.4;

    text-align: center;

} 

#cation .cation .top span{

    font-size:25px;

    font-weight:400;

    color:rgba(43,43,43,1);   

    display: block;

}

@media(max-width:992px){

    #cation .cation .top h1 {

        font-size: 22px;

    }

    #cation .cation .top span{

        font-size: 18px;

    }

}

#cation .cation .bottom{

    margin-top: 100px;

}

#cation .cation .bottom h1{

    font-size:50px;

    font-weight:800;

    color:rgba(198,198,198,1);

    line-height:45px;

    font-family:Source Han Sans CN;

    word-wrap: break-word;

}

#cation .cation .bottom h2{

    font-size:45px;

    font-weight:800;

    color:rgba(0,147,221,1);

    margin-bottom: 38px;

}

@media(max-width:992px){

    #cation .cation .bottom h1{

        font-size: 28px;

    }

    #cation .cation .bottom h2{

        font-size: 32px;

    }

}



#cation .cation .bottom h3{

    margin-left: 26px;

    margin-right: 26px;

    font-size:18px;

    font-weight:bold;

    color:rgba(43,43,43,1);

    margin-top: 17px;

    position: relative;

}

#cation .cation .bottom h3:after{

    content: '';

    position: absolute;

    top: 28px;

    left: 0;

    height:2px ;

    width: 31px;

    background:#0093DD;

}



#cation .cation .bottom p{

    margin-left: 26px;

    margin-right: 26px;

    font-size:14px;

    font-weight:lighter;

    color:rgb(43, 43, 43);

    line-height:24px;

    margin-top: 16px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

    

}

#cation .cation .bottom .cation_list{

    background: #F0F0F0;

    line-height: 180px;

    margin-bottom: 30px;

    overflow: hidden;

}

#cation .cation .bottom .cation_list h3:hover{

    color: #0093DD;

}

/* 

#cation .cation .bottom .cation_list img{

    width: 100%;

} */

#cation .cation .bottom .cation_list:hover img{

    transition-duration:0.5s;

    transform:scale(1.05);

}

#cation .cation .left{

    float: left;

    width: 40%;

    padding-left: 50px;

}

@media(max-width:767px){

    #cation .cation .left{

        padding-left: 30px;

    }

}

#cation .cation .right{

    float: left;

    width: 60%;

    margin-top: 33px;

}

#cation .cation .right p{

    font-size: 15px;

    font-weight: bolder;

    color: #d6d6d6;

} 

#cation .cation .cat_1{

    background: #f0f0f0;

}



/* aside */

#aside {

    background: #F0F0F0;

    /* padding-bottom: 100px; */

}

#aside .aside .aside_top{

    background: url(../image/aside_top.jpg) no-repeat;

    background-size: cover;

    padding-top: 90px;

    padding-bottom: 90px;

    /* padding-bottom: 177px; */

    text-align:center;

    padding-left: 15px;

    padding-right: 15px;

}

#aside .aside .aside_top h1{

    color: #fff;

    font-size: 40px;

    text-align: center;

    font-weight: bolder;

}

#aside .aside .aside_top p{

    color: #fff;

    font-size: 25px;

    text-align: center;

}

#aside .aside .aside_top span{

    color: #fff;

    font-size: 25px;

    display: inline-block;

    width: 370px;

    border:1px solid rgba(255, 255, 255, 1);

    border-radius: 25px;

    display: inline-block;

        margin-top: 10px;

}

@media(max-width:768px){

    #aside .aside .aside_top h1{

        font-size: 22px;

    }

    #aside .aside .aside_top p{

        font-size: 18px;

    }

    #aside .aside .aside_top span{

        font-size: 18px;

        width: 260px;

    }

}

#aside .aside .aside_bottom {

    margin-top: -140px;

    background: #fff;

}

@media(max-width:1200px){

    #aside .aside .aside_bottom .top{

        padding-left: 60px;

        padding-right: 60px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-left{

        left: -40px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-right{

        right: -40px;

    }

}

@media(max-width:992px){

    #aside .aside .aside_bottom .top{

        padding-left: 50px;

        padding-right: 50px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-left{

        left: -40px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-right{

        right: -40px;

    }

}

@media(max-width:768px){

    #aside .aside .aside_bottom .top{

        padding-left: 40px;

        padding-right: 40px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-left{

        left: -30px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-right{

        right: -30px;

    }

}

@media(min-width:1200px){

    #aside .aside .aside_bottom .top{

        padding-left: 150px;

        padding-right: 150px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-left{

        left: -80px;

    }

    #aside .aside .aside_bottom .top .slider .fa-angle-right{

        right: -80px;

    }

}

#aside .aside .aside_bottom .top{

    padding-top: 60px;

}

#aside .aside .aside_bottom .top .slider img{

    width: 100%;

}

#aside .aside .aside_bottom .top{

    position: relative;

}







#aside .aside .aside_bottom .top .slider .fa-angle-left{

    cursor: pointer;

    position: absolute;

    top: 50%;

    z-index: 99;

    font-size: 55px;

    color: #B2B2B2;

}

#aside .aside .aside_bottom .top .slider .fa-angle-right{

    cursor: pointer;

    position: absolute;

    top: 50%;

    z-index: 99;

    font-size: 55px;

    color: #B2B2B2;

}

#aside .aside .aside_bottom .top .slider{

    position: relative;

}

#aside .aside .aside_bottom .top .slider p{

    position: absolute;

    bottom: 16px;

    text-align: center;

    width: 100%;

    color: #FFFFFF;

    font-size: 20px;

}

/*选择*/

.case-tab-box{

    opacity: 1;

    background: #fff; 

    padding-top: 50px;

    padding-bottom: 40px;

}

.choose{

    margin-top: -140px;

}

.case-tab-box .nav-tabs{

	border-bottom: 0px solid #dee2e6;

	margin-top: 30px;

	margin-bottom: 30px;

}

.case-tab-box .nav-tabs li a{

	display: block;

	background: #e8e8e8;

	font-size: 24px;

	color: #2b2b2b;

	border-radius: 5px;

	text-align: center;

	line-height: 2.5;

}

.case-tab-box .nav-tabs li a.active,.case-tab-box .nav-tabs li a:hover{

	background: #034496;

	color: #fff;

}

.choose #caseH2,.choose #caseH3,.choose #caseH4{

	height: 0;

}

/* advantage */

.choose .gallery-thumbs{margin-top: 30px;}

.choose .gallery-thumbs .zhishi-list{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}

.choose .gallery-thumbs .zhishi-list a{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}

.choose .gallery-thumbs .zhishi-list.swiper-slide-thumb-active{color:#0093DD}

.choose .gallery-thumbs .zhishi-list:hover,.choose .gallery-thumbs .zhishi-list:hover a{color:#0093DD}

.choose .gallery-thumbs .zhishi-list .zhishi-img{

	max-width: 100%;

}

.choose .swiper-slide .adv-img img{

    max-width: 100%;    

}

.choose .gallery-thumbs .zhishi-list .zhishi-img:hover{

    transition-duration:0.5s;

    transform:scale(1.05);

}

.choose .swiper-slide .adv-text{

  margin-top: 20px;

  margin-bottom: 20px;

  padding-right: 30px;

  height: 200px;

}

.scrollbox{

    overflow-x: hidden;

    overflow-y: auto;    

    height: 100%;

    padding-right: 10px;

}

/*滚动条样式*/

.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/

    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/

    height: 4px;

}

.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

    border-radius: 5px;

    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */

    background: rgba(0,0,0,0.2);

}

.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/

    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */

    border-radius: 0;

    background: rgba(0,0,0,0.1);

}

.choose .swiper-slide .adv-text div.txt-title{font-size:22px;line-height: 1.4; font-weight: bolder; color:#232323;margin-bottom:5px}

.choose .swiper-slide .adv-text div.txt-con{font-size:15px;line-height:26px}

.choose .slide-box{

	position: relative;

    padding: 0px 50px;

}

.choose .slide-box .swiper-button-prev {

    right: auto;

    left: 10px;

    z-index: 99;

    cursor: pointer;

}

.choose .slide-box .swiper-button-next {

    right: 10px;

    left: auto;

    z-index: 99;

    cursor: pointer;

}



.adv-img{

    position: relative;

}

.adv-img img{

    width: 100%;    

}

.adv-img p{

    color: #fff;

    font-size: 20px;

    text-align: center;

    margin: 0 auto;

    line-height: 140px;

    background: url(../image/阴影.png) no-repeat;

    background-size: cover;

    padding: 0;

    height: 140px;

    margin-top: -140px;

    position: relative;

    z-index: 999;

}  

.adv-img p span{
    display: inline-block;
    margin-top: 40px;
}

@media(max-width:768px){
    .adv-img p{
        font-size: 16px;
    }
    .adv-img img{
        width: 100%;
    }
    .adv-img{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    } 
    .choose .gallery-thumbs{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.swiper-button-prev{
    position: absolute;
}
.choose .gallery-thumbs .zhishi-list p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
/* nav */
#content .content .left {
    margin-top: 100px;
}
#content .content .left img{
    width: 100%;
}
#content .content .right  h1{
    font-size:50px;

    font-weight:800;

    color:rgba(198,199,199,1);

    word-wrap: break-word;

}

#content .content .right {

    margin-top: 100px;

}

#content .content .right h2{

    font-size:55px;

    font-weight:800;

    color:rgba(0,147,221,1);

    margin-top: 13px;

}

#content .content .right h3{

    font-size:35px;

    font-weight:400;

    color:rgba(43,43,43,1);

    margin-top: 12px;

    position: relative;

}

@media(max-width:992px){

    #content .content .right {
        margin-top: 40px;
    }
    #content .content .right h1{

        font-size:22px;

    }

    #content .content .right h2{

        font-size:26px;

    }

    #content .content .right h3{

        font-size: 18px;

    }

}

#content .content .right h3::after{

    display: block;

    content: ''; 

    width: 80px;

    height: 3px;

    background: rgba(0,147,221,1);

    margin: 15px 0px;   

}

#content .content .right p{

    font-size:14px;

    color:rgba(43,43,43,1);

    margin-top: 35px;

    line-height: 1.6;

}

#content .content .right .a1{

    margin-top: 33px;

    display: block;

    font-size:16px;

    font-weight:800;

    color:rgba(0,147,221,1);

    line-height:26px;

}

#content .content .right .a1:hover{

    color: blue;

}

#content .content .right .img{

    margin-top: 60px;    

}

#content .content .right .img img{

    width: 100%;

    cursor: pointer;

}

#content .content .right .img .leftimg:hover  span{

    margin-top: -80px;

    transition-duration:0.5s;

    cursor: pointer;

}



@media(max-width:1200px) and (min-width:992px){

    #content .content .right .img{

        margin-top: 10px;

    }

    #content .content .right p{

        margin-top: 15px;

    }

    #content .content .right h3:after{

        top: 45px;

    }

    #content .content .right a{

        margin-top: 10px;

    }



}

#content .content .right span{

    display: block;

    margin-top: -40px;

    color: #fff;

    font-size:18px;

    text-align: center;

    position: relative;

    font-weight: bold;

    width: 100%;

}

#content .content .right span:after{

    position: absolute;

    content: '';

    bottom: -4px;

    width: 30px;

    left: 0;

    right: 0;

    margin: 0 auto;

    height: 2px;

    background: #fff;

}





/*news */

#news {

    margin-bottom: 116px;

}

#news .news .top .left{
    margin-top: 100px;
}

#news .news .top .left div{

    background: url("../image/news_left.jpg") no-repeat;

    background-size: cover;

    padding-top: 30px;

    padding-bottom: 130px;

}

#news .news .top .left h1{

    font-size:42px;

    font-weight:800;

    color:rgba(255,255,255,1);

    line-height: 1.2;

    margin-left: 33px;

    position: relative;

}  

#news .news .top .left h1:after{

    position: absolute;

    content: ''; 

    width: 4px;

    height: 100%;

    background: #fff;

    right: 30px ;

    top: 0px;

}

#news .news .top .center {

    margin-top: 100px;

    position: relative;

}

#news .news .top .center i{

    position: absolute;

    left: 15px;

    top: 2px;

}

#news .news .top .center:hover i {

    color: #0093DD;

}

#news .news .top .center .center_right{

    margin-left: 22px;

    border-bottom: 1px solid #F0F0F0;

    padding-bottom: 40px;

}

#news .news .top .center .center_right h1{

    font-size:16px;

    font-weight:800;

    color:rgba(43,43,43,1);

    line-height:20px;

}

#news .news .top .center:hover  h1{

    color: #0093DD;

}

#news .news .top .center .center_right h2{

    font-size:14px;

    font-weight:400;

    color:rgba(0,147,221,1);

    line-height:20px;

    margin-top: 7px;

    margin-bottom:26px;

}

@media(max-width:992px){
    #news .news .top .left,#news .news .top .center,#cation .cation .bottom{
        margin-top: 50px;
    }

    #news .news .top .left h1{
        font-size: 28px;
    }
    #news .news .top .left div{
        padding-bottom: 30px; 
    } 
    #cation {
        margin-top: 50px;
        margin-bottom: 30px;
    } 
    #cation .cation .bottom{
        padding: 35px 15px;
    } 

}

#news .news .top .center .center_right p{

    display: block;

    font-size:14px;

    font-weight:400;

    color:rgba(43,43,43,1);

    line-height:26px;

}

#news .news .top .center .center_right .btn{

    border-radius: 15px;

    width: 90px;

    height: 30px;

    background: #E9E9E9;

    color: #2B2B2B;

    font-size:14px;

    border: 0;

    margin-top: 20px;

    margin-bottom: 10px;

}

#news .news .top .center .center_right .btn:hover{

    background: #0093dd;

    color: #fff;

}

#news .news .top .center { 
    position: relative;  
}

#news .news .top .center:before{

    position: absolute;

    content: ''; 

    width: 26px;

    height: 1px;

    background: #0093DD;

    bottom: 0;

    left: 15px;

} 
#news .news .top .right  {

    margin-top: 100px;

    position: relative;

}

#news .news .top .right  i{

    position: absolute;

    left: 15px;

    top: 2px;

}

#news .news .top .right:hover  i{

    color:rgba(0,147,221,1);

}

#news .news .top .right  .center_right{

    margin-left: 22px;

    border-bottom: 1px solid #F0F0F0;

    padding-bottom: 40px;

}

#news .news .top .right .center_right h1{

    font-size:16px;

    font-weight:800;

    color:rgba(43,43,43,1);

    line-height:20px;

}

#news .news .top .right:hover  h1{

    color: #0093DD;

}



#news .news .top .right  .center_right h2{

    font-size:14px;

    font-weight:400;

    color:rgba(0,147,221,1);

    line-height:20px;

    margin-top: 7px;

    margin-bottom:26px;

}

#news .news .top .right  .center_right p{

    display: block;

    font-size:14px;

    font-weight:400;

    color:rgba(43,43,43,1);

    line-height:26px;

}

#news .news .top .right  .center_right button{

    border-radius: 15px;

    width: 90px;

    height: 30px;

    background: #E9E9E9;

    color: #2B2B2B;

    font-size:14px;

    border: 0;

    margin-top: 20px;

    margin-bottom: 10px;

}

#news .news .top .right .center_right button:hover{

    background: #0093DD;

    color: #fff;

}

#news .news .top .right {

    position: relative;

}

#news .news .top .right:before{

    position: absolute;

    content: ''; 

    width: 26px;

    height: 1px;

    background: #0093DD;

    bottom: 0;

    left: 15px;

} 

#news .news .bottom{

    margin-top: 20px;

}

#news .news .bottom .list{

    margin-top: 20px;

}

#news .news .bottom .list .list_nav{

    background: #F0F0F0;

    position: relative;

    padding-top: 30px;

    padding-bottom: 30px;

}

#news .news .bottom .list .list_nav i{

    position: absolute;

    top: 34px;

    left: 13px;

    color:#D2D2D2

}

#news .news .bottom .list .list_nav div{

    margin-left: 40px;

    margin-right: 15px;

}

#news .news .bottom .list h1{

    font-size:16px;

    font-weight:bold;

    color:#2B2B2B;

    line-height:20px;

    position: relative;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

#news .news .bottom .list .list_nav a:hover h1{

    color:rgba(0,147,221,1);

}

#news .news .bottom .list .list_nav a:hover i{

    color:rgba(0,147,221,1);

}

#news .news .bottom .list h1:before{

    position: absolute;

    content: ''; 

    background: #0093DD;

    width:25px;

    height:2px;

    bottom: -10px;

    left: 0;

}

#news .news .bottom .list p{

    margin-top: 12px;

    font-size:14px;

    font-weight:400;

    color:rgba(0,147,221,1);

    line-height:20px;

    word-wrap: break-word;

}