* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    overflow: hidden;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}
@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}



.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
  height:310px;
}

/*header*/
.header{
    position: relative;
    z-index: 11;
  
}
.h_t{
    background: #f0f0f0;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.h_t_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.h_t_con p{
    float: left;
    font-size: 15px;
}
.h_t_con span{
    display: block;
    float: right;
}
.h_t_con span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    background: url(../images/icon.png) -83px -227px no-repeat;
    margin-right: 5px;
}
.h_t_con span em{
    font-size: 15px;
    color: #333;
}
.h_t_con span i{
    font-size: 24px;
    color: #db0713;
    vertical-align: middle;
}
.h_b_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
margin-top: 40px;
	background:#FFF;
	opacity:0.9;

}
.logo{
    float: left;
    margin-top: 15px;
}
.nav{
    float: left;

}
.nav>ul>li{
    float: left;
    line-height: 110px;
    cursor: pointer;
    padding: 0 26px;
    text-align: center;
	display:block;
}
.nav>ul>li a{
    color: #333;
}
.nav>ul>li.active{
    background: #f56e03;
}
.nav>ul>li.active a{
    color: #fff;
	display:block;
}
.er{
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    left: 0;
    display: none;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 190px;
    margin: 10px 0 10px 8px;
    overflow: hidden;
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.nav>ul>li a {
    color: #333;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    font-size: 15px;
    width: 100%;
    background: #422d1c;
    line-height: 30px;
    color: #fff;
}
.er_con ul li:hover img{
    transform:scale(1.1);
}
.er_con ul li:hover span{
    background: #f56e03;
}
/*banner*/
.ding{
position: absolute;
    z-index: 999;
    left: 38%;
    margin-left: -245px;
    top: 24%;
  animation: ball .6s infinite alternate;

}

.banner{
    height: 890px;
	position:relative; margin-top:-160px; display:block;
	
	
}




.banner .swiper-slide {
    height: 890px;
	
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0069d8;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}

.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}

.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/*ban_b*/
.ban_b{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 0 60px 0 60px;
    position: relative;
    z-index: 222;
    margin-top: -80px;
    top: 400px;
    opacity: 0;
}
.ban_b_l {
    float: left;
    background: #db0713;
    overflow: hidden;
    padding: 20px 0;
}
.safe {
    float: left;
    color: #fff;
    padding: 20px 50px;
}
.safe h4 {
    font-size: 33px;
    margin: 5px 0;
}
.safe p {
    font-size: 24px;
    text-align: center;
}
.search {
    float: right;
    padding: 20px;
    position: relative;
    padding: 22px 35px;
}
.search input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #fb9191;
    width: 90%;
    font-size: 14px;
}
.search button {
    width: 30px;
    height: 32px;
    background: url(../images/fangda.png) top left no-repeat;
    border: none;
    position: absolute;
    top: 20px;
    right: 56px;
}
.search p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
  
}
.ban_b_r {
    float: left;
    background: url(../images/hb_phone.png) top left no-repeat;
    padding-left: 85px;
    margin: 40px;
}
.ban_b_r i {
    font-style: normal;
    color: #333;
    font-size: 18px;
}
.ban_b_r span {
    color: #db0713;
    font-size: 36px;
    display: block;
    margin: 9px 0;
}
/*pro*/
.tit{
    text-align: center;
    margin: 30px 0;

}
.tit span{
    font-size: 32px;
    color: #373a3c;
    font-weight: bold;
}
.tit span i,.tit span em{
    display: inline-block;
}
.tit span em{
    width: 18px;
    height: 18px;
    border-radius: 50% ;
    background: #373a3c;
}
.tit_line{
    width: 1200px;
    height: 1px;

    position: relative;
    margin:  10px auto;
}
.tit_line span{
    display: block;
    position: absolute;
    width: 67px;
    height: 5px;
    left: 51%;
    top: 50%;
    margin-left: -30px;
    margin-top: -2.5px;

}
.tit p{
    color: #333;
    text-align: center;
}
.pro{

}
.pro_list{
    width: 1250px;
    margin:  0 auto;

}
.pro_list ul li{
    float: left;
    width: 200px;
    margin:  3px ;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #db0713;
    cursor: pointer;
}

.pro_list ul li a{
    color: #f7962a;
}
.pro_litpic {
    width: 1200px;
    margin:0px auto;
    height: 760px;
    overflow: hidden;

    opacity: 1;
}
.pro_go>ul>li {
    width: 32.5%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
}
.pro_go>ul>li>a {
    display: block;
    height: 310px;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li:hover .cover{
    opacity: 1;
}
.pro_go>ul>li .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all 0.6s;
}
.cover img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -146px;
    margin-top: -78px;
}
.pro_go>ul>li>a>img {
    width: 100%;
    height: auto;
    min-height: 310px;
    transition: all 0.5s;
}
.pro_go>ul>li span {
    display: block;
    background: #422d1c;
    line-height: 50px;
    text-align: center;
    position: relative;
	color:#FFF;
}
.pro_go>ul>li:hover a>img{
    transform: scale(1.1);
}
.pro_go>ul>li:hover span{
    background: #f56e03;
    color: #fff;
}
/*com*/
.com{
    background: url(../images/33.jpg) top no-repeat;
}
.com_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
	height:470px;

}

.left_about{ background:url(../images/cv.png) no-repeat center;}
.com_l{
    float: left;

    height: 490px;
  width: 500px;


	
    opacity: 1;
}
.com_l img {
	margin-left:120px;
    width: 500px;
	height:390px;
 
    animation: ball .6s infinite alternate;
}
.com_r{
    float: right;
    width: 600px;
    position: relative;
    height: 390px;
    margin-top: 95px;
    right: -400px;
    opacity: 0;
}
.com_r h3 {
    font-size: 35px;
    font-weight: normal;
}
.com_r span, .com_r span i, .com_r span em {
    display: block;
}
.com_r span {
    position: relative;
    margin-top: 30px;
}
.com_r span::before {
    content: '';
    display: block;
    width: 6px;
    height: 60px;
    background: #db0713;
    position: absolute;
    left: 0;
    top: 0;
}
.com_r span i, .com_r span em {
    margin-left: 20px;
}
.com_r span i {
    font-size: 35px;
    color: #cacaca;
    font-weight: bold;
}
.com_r span em {
    font-size: 17px;
    color: #737373;
}
.com_r p {
    color: #333;
    margin-top: 30px;
    line-height: 30px;
}
.com_r a {
    display: block;
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #333;
    border: 1px solid #333;
    border-radius: 23px;
    position: absolute;
    bottom: 0;
    right: 0;
}
/*message*/
.message{
    margin: -35px 0 35px 0;
    padding:  40px 0 20px 0;
    color: #00a7f3;
    background: url(../images/mes.jpg) center center no-repeat;
}
.mes_list{
    width: 1250px;
    overflow: hidden;
    margin: 20px auto;
}
.mes_list input,.code,.mes_list textarea{
    float: left;
    margin: 0 1px;
}
.mes_list input,.mes_list textarea{
    padding-left: 10px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius:20px; 
    font-size: 15px; 
    box-sizing:border-box;
  height:40px;
    outline: none;
}
.mes_list input:focus,.mes_list textarea:focus{
    outline: none;
}
.code{
    overflow: hidden;
}
.code img{
    float: left;
    width: 130px;
    border-radius: 20px; 
}
.sess_button{
    width: 90px;
    text-align: center;
    padding: 0 !important;
    background: #db0713;
    color: #fff;
    border: none !important;
}
/*case*/
.case_show {
    width: 100%;
    overflow: hidden;

    opacity: 1;
}
.case_go {
    width: 99999px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}
#case_a, #case_b {
    float: left;
}
#case_a li, #case_b li {
    float: left;
    margin-right: 15px;
    position: relative;
}
#case_a li a, #case_b li a {
    width: 370px;
    height: 280px;
    overflow: hidden;
    display: block;
}
#case_a li a img, #case_b li a img {
    width: 100%;
    min-height: 280px;
    height: auto;
    transition: all 0.5s;
}
#case_a li span, #case_b li span {
    display: block;
    color: #fff;
    background: #f7962a;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    transition: all 0.6s;
}
#case_a li:hover img,#case_b li:hover img{
    transform: scale(1.1);
}
#case_a li:hover span,#case_b li:hover span{
    bottom: 0;
}
.case_aa{
    display: block;
    width: 425px;
    height: 45px;
    line-height: 45px;
    background: #f7962a;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 20px auto;
}
/*adv*/
.adv{
    background: url(../images/abv1.jpg) center center no-repeat;
	padding-top:40px;



}
.abv02{
	width:1100px; height:520px; margin:0px auto; background:url(../images/abv2.png) no-repeat bottom;
	
	
	
	}
.adv_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.adv_tit{
    color: #fff;
    text-align: center;
}
.adv_tit h3{
    font-size: 42px;
    margin: 15px 0;
}
.adv_tit p{
    font-size: 19px;
}
.adv ul {
    overflow: visible;
    margin-top: 30px;
}
.adv ul::after{
    content: '';
    display: block;
    clear: both;
}
.adv ul li{
    float: left;
    width: 235px;
    background: #fff;
    text-align: center;

    margin: 0 6px;
    padding: 180px 0 100px 0;
    cursor: pointer;


}
.adv ul li p{
    padding: 0 30px;
    font-size: 15px;
    line-height: 30px;
	position:relative;
	top:60px;
}
.adv ul li span{
    display: block;
    width: 235px;
    height: 215px;
    width: 180px;
	font-size:20px; font-weight:bold;
    position: absolute;
    top: -0px;


    transition: all 0.6s;
}

.adv ul li a{
    display: block;
    background: #db0713;
    border-radius: 10px;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin: 30px auto 0 auto;
}
.adv ul li:hover span{
    transform: rotateY(360deg);
}
.adv ul li:hover a{
    animation: doudong 0.8s ease-in-out;
    background: #333;
}
.adv_con>span{
    width: 1240px;
    line-height: 65px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.adv_con>span>em{
    font-size: 24px;
}
.adv_con>span i{
    font-size: 24px;
}
.adv_con>span i::before{
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../images/icon.png) -16px -216px no-repeat;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 10px;
}
.adv_con>span i em{
    font-size: 32px;
    color: #db0713;
    font-weight: bold;
    vertical-align: middle;
}
/*news*/
.news_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.news_con ul li{
    float: left;
    width: 450px;
    margin: 0 3px;
}
.news_con ul li:hover img{
    transform: scale(1.1);
}
.news_con>ul>li>a>span{
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.news_con>ul>li>a>span img{
    width: 100%;
    height: auto;
    min-height: 240px;
    transition: all 0.6s;
}
.date{
    width: 70px;
    height: 70px;
    background: #db0713;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.date span,.date i{
    display: block;
    text-align: center;
}
.date span{
    font-size: 36px;
    margin-right: 12px;
}
.date i{
    font-size: 16px;
}
.n_des a{
    font-size: 17px;
    color: #333;
    margin: 10px 0;
    display: block;
}
.n_des p{
    font-size: 15px;
    color: #333;
    padding-right: 30px;
    line-height: 20px;
}
.news_con ul li:hover .n_des a{
    font-weight: bold;
    color: #db0713;
}
/*footer*/
.footer{
    background:url(../images/bg.jpg) no-repeat top;  

}
.f_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
	padding-top:50px;
}
.f_contact{
    float: left;
    color: #fff;
    width: 360px;
    margin-right: 70px;
}
.f_contact h3{
    font-weight: normal;
    font-size: 26px;
    color: #fff;
}
.f_contact span{
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
}
.f_contact em{
    display: block;
    color: #fff;
    font-size: 31px;
    margin-top: 8px;
}
.f_contact em::before{
    display: inline-block;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/f_p.png) center center no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.f_contact ul {
   
}
.f_contact ul li{
    font-size: 15px;
    margin-top: 10px;
    line-height: 25px;
}
.f_mes{
    float: left;
    width: 400px;
    margin-right: 70px;
}
.f_mes span,.f_mes em{
    display: inline-block;
    color: #fff;
}
.f_mes span{
    font-size: 24px;
}
.f_mes em{
    color: #8a8c88;
}
.f_mes input{
    float: left;
    height: 35px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 180px;
    display: block;
    border: none;
    background: none;
    border-bottom: 1px solid #8a8c88;
    color: #fff;
}
}
.f_mes input:focus{
    outline: none;
}
.f_mes button{
    display: block;
    width: 400px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: #db0713;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    margin-top: 8px;
}
.ewm{
    float: left;
    color: #fff;
}
.ewm span{
    font-size: 18px;
}
.ewms{
    overflow: hidden;
}
.ewms span{
    display: block;
    float: left;
    width: 150px;
    overflow: hidden;
    margin-right: 20px;
}
.ewms span img{
    width: 150px;
    height: 150px;
    
}
.ewms p{
    text-align: center;
    color: #ccc;
    margin-top: 8px;
    font-size: 15px;width: 100%;
}
.ewms{
    margin-top: 30px;
}
.f_b{
    text-align: center;
    color: #8a8c88;
    line-height: 60px;
	background:#2b180a;
    border-top: 1px solid #313131 ;
}
.f_b a,.f_b img{
    display: inline-block;
    vertical-align: middle;
}
.f_b img{
    margin-left: 20px;
}



.pro_list {
    background: url(../images/list_pro.jpg) top left no-repeat;
    padding:10px 0 0 0;
}

.list_go {
    width: 1180px;
    margin: 20px auto 10px auto;
    overflow: hidden;
}
.go_con{
    width: 1200px;
    position: relative;
    margin: 0px auto;
}

.list_go ul li {
    width: 103px;
    height: 103px;


    overflow: hidden;
    position: relative;
    float: left;
 background:url(../images/fen.png) no-repeat  left top; z-index:999;
}
.list_go ul li img{
    width: 130px;
    height: 130px;
  

	margin-top:15px;
}
.list_go ul{
    position: relative;
}

.list_go ul li a>div {
    width: 100%;
    line-height: 2px;

    color: #666;


   
    font-size: 16px;
   

}
.list_go ul li:hover{

}
.list_go ul li:hover div{

    color: #f7962a;
}
.list_go_arrl,.list_go_arrr{
    position: absolute;
    top: 50%;
    margin-top:-35px; 
    width: 40px;
    height: 70px;
    cursor: pointer;
}
.list_go_arrl{
    background: url(../images/list_arrow.jpg) center left no-repeat;
    left: -15px;
}
.list_go_arrr{
    background: url(../images/list_arrow.jpg) center right no-repeat;
    right: -15px;
}



.tit {
    text-align: center;
}

.tit h4 {
    font-size: 35px;
    color: #000;

}

.tit h4 span {
    color: #009966;
    background: url(../images/tit.png) no-repeat;
    background-position: 72px center;
    padding-right: 55px;
}

.tit p {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px;
	background:url(../images/hjk.png) no-repeat center; height:43px; line-height:43px;
}

.tit p::before {
    content: '';
 
    display: inline-block;
    width: 177px;
    height: 22px;
    vertical-align: middle;
    margin-right: 20px;
}

.tit p::after {
    content: '';

    display: inline-block;
    width: 177px;
    height: 22px;
    vertical-align: middle;
    margin-left: 20px;
}



.newstlst{}
.newstlst li{height: 45px;line-height: 45px;overflow: hidden;font-size: 14px;color: #666666;background:url(../images/dian1.png) no-repeat 0 15px;padding-left: 20px; border-bottom:#CCC 1px dashed;}
.newstlst li a{color: #666666;}
 .newr{float: right;width: 585px;}
.newr .bk{width: 585px;height: 318px;}


.baseDiv {
    width: 1200px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}.fl {
    float: left;
}

.fr {
    float: right;
}

/*新闻*/
.indexNews{ background:#fff ;padding:10px 0; height:600px;}
.indexNews .newsBox{}
.indexNews .newsLeft{ width:290px; height:250px; background:#fff; margin-top:75px; position: relative;z-index: 10;border-left:1px solid #42b021;border-bottom:1px solid #42b021; box-shadow:0 3px 15px rgba(0,0,0,0.1); }
.indexNews .newsLeft .newsTitle{padding:18px 0 0 20px; }
.indexNews .newsLeft .newsTitle .div1{color: #42b021; font-size:28px; line-height: 30px; }
.indexNews .newsLeft .newsTitle .div2{color: #42b021; font-size:16px; }
.indexNews .newsLeft ul{ margin:30px 20px 0 20px; border-top:1px dashed #ddd; }
.indexNews .newsLeft ul li{}
.indexNews .newsLeft ul li a{display:block; line-height:40px; border-bottom:1px dashed #ddd;}
.indexNews .newsLeft ul li a .title{ font-size:14px; color:#888; width:160px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.indexNews .newsLeft ul li a .time{ color:#aaa; font-size:12px; }
.indexNews .newsLeft ul li a:hover .title{ color:#42b021; }
.indexNews .img{ margin-left:-60px; width:310px; height:400px; overflow:hidden; background-color: #000; background-image:url(../images/news.jpg); background-position:center center; background-size:cover;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover; }

.indexNews .newsright{ width:920px;  height:400px; }
.indexNews .newsright .news_list{padding-top:18px;}
.indexNews .newsright .news_list li{margin:0 35px; border-bottom:1px dotted #dbd4cd; position: relative;padding: 15px 0 15px 0; height:60px; }
.indexNews .newsright .news_list li:last-child{ border:0; }
.indexNews .newsright .news_list .time{ width:60px; height: 60px; background:#3e220c; color: #fff; text-align: center; }
.indexNews .newsright .news_list .time .div1{ font-size:24px; font-weight: 700;padding:8px 0 0 0; line-height:25px; } 
.indexNews .newsright .news_list .time .div2{ font-size:12px;  } 
.indexNews .newsright .news_list .nr{ width: 750px; }
.indexNews .newsright .news_list .title{ font-size:16px; color:#000; width:360px; line-height:17px; overflow:hidden; white-space: nowrap;text-overflow:ellipsis; }
.indexNews .newsright .news_list .title:hover{ color:#f56e03; }
.indexNews .newsright .news_list .desc{ color: #999; font-size: 13px; line-height:19px; height:38px;overflow: hidden;margin-top:5px;}
