* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f2f2f2;
}

button {
    outline: none;
    border: 0;
}

.width1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.img-box {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.img-box:hover {
    transform: scale(1.08);
    -webkit-ransform: scale(1.08);
    -moz-ransform: scale(1.08);
}

.headline {
    width: 100%;
    height: auto;
    text-align: center;
}

.headline span {
    font-size: 36px;
    color: #222222;
    line-height: 60px;
    display: inline-block;
    padding: 0 194px;
    position: relative;
}

.headline span::before,
.headline span::after {
    content: "";
    display: block;
    width: 178px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 22px;
    background: url(../images/Index/title_bg.png)center no-repeat;
    background-position: 0 0;
}

.headline span::after {
    background: url(../images/Index/title_bg.png)center no-repeat;
    background-position: 0 -25px;
    left: unset;
    right: 0;
}

.headline>p {
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    text-align: center;
}

/* banner样式 */
.banner.slideBox {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
}

.banner.slideBox .bd img {
    width: 1920px;
    height: 600px;
    position: relative;
    left: 50%;
    top: 0;
    display: block;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}


.banner .prev,.banner .next{position:absolute;z-index:999;top:50%;margin-top:-30px;width:64px;height:64px;cursor:pointer;opacity:0;transition: all 1s;}
.banner .prev{left:2%;background:url(../images/Index/banner-prev.png) no-repeat center;}
.banner .next{right:2%;background:url(../images/Index/banner-next.png) no-repeat center;}
.banner:hover .prev,.banner:hover .next{opacity:0.5;background-color:#e20013;}
.banner .prev:hover,.banner .next:hover{opacity:1;}

.banner .hd { position: absolute; left: 0; width: 100%;  bottom: 4%; text-align: center;z-index:999;}
.banner .hd ul { display: inline-block;}
.banner .hd ul li { float: left; margin: 0 5px; width: 9px; height: 9px; border-radius: 50%; background: #000000; opacity: 0.8; text-indent: -9999px;}
.banner .hd ul li.on { background:#e20013; opacity: 1; }

/* 首页产品模块样式 */
.product {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 52px 0 22px 0;
}

.product .product_stand {
    margin-left: 455px;
    overflow: hidden;
    margin-bottom: 42px;
}

.product .product_stand ul li {
    width: 134px;
    background: #007bc1;
    margin-left: 26px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    border-radius: 0 10px 0 10px;
    cursor: pointer;
}
.product .product_stand ul li:hover{
    box-shadow: 0 0 10px #007bc1; 
}

.product .product_stand ul li.cur {
    background: #e20013;
}

.product .product_stand ul li.cur:hover{
    box-shadow: 0 0 10px #e20013; 
}

.product .product_list {
    width: 100%;
    overflow: hidden;
    display: none;
}

.product .product_list.cur {
    display: block;
}

.product .product_list ul li {
    width: calc((100% - 30px) / 4);
    height: auto;
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.product .product_list ul li:nth-child(4n) {
    margin-right: 0;
}

.product .product_list ul li .producPic {
    width: 100%;
    height: 291px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.product .product_list ul li img {
    width: 100%;
    height: 291px;
    transition: all 0.8 ease-in-out;
    -webkit-transition: all 0.8 ease-in-out;
    -moz-transition: all 0.8 ease-in-out;
}

.product .product_list ul li span {
    font-size: 14px;
    color: #555555;
    line-height: 46px;
	 display:block;
    line-height: 46px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;  
}

.product .product_list ul li:hover img {
    transform: scale(1.08);
    -webkit-ransform: scale(1.08);
    -moz-ransform: scale(1.08);
}

/* 产品中心 */
.productAll {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    overflow: hidden;
    padding: 38px 0 22px 0;
}

.productAll .classfy {
    width: 100%;
    height: auto;
    margin-top: 32px;
    border: 1px solid #d2d2d2;
    background: #fff;
}

.productAll .classfy .classfyLi {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #d2d2d2;
}

.productAll .classfyLi .classfyl {
    width: 138px;
    height: 100%;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    background: #007bc1;
}

.productAll .classfyLi .classfyl span {
    font-size: 16px;
    color: #fff;
    line-height: 53px;
}

.productAll .classfyLi .classfyr {
    width: calc(100% - 139PX);
    height: 100%;
    padding: 10px 150px 10px 0;
    position: relative;
}

.productAll .classfyLi .classfyr ul {
    height: 100%;
}

.productAll .classfyLi .classfyr li {
    max-width: 165px;
    height: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

.productAll .classfyLi .classfyr li a {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space:  nowrap;
    overflow:  hidden;
    display:  block;
}

.productAll .classfyLi .classfyr li img {
    width: 100%;
    /* height: 100%; */
}

.productAll .classfyr>a {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 53px;
    display: block;
    width: 66px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.productAll .classfyr>a:hover{
    color:#007bc1;
}

.productAll .classfy .classfyLi:nth-child(2) .classfyr {
    padding: 0;
}

.productAll .classfy .classfyLi:nth-child(2) .classfyr li {
    width: auto;
    padding: 0 12px;
}
.productAll .classfy .classfyLi:nth-child(2) .classfyr li:hover a{
    color: #007bc1;
}
.productAll .classfy .classfyLi:nth-child(2) .classfyr li:nth-child(1) {
    padding-left: 30px;
}

.productAll .classfyLi:nth-last-child(1) {
    padding: 9px 0 9px 22px;
}

.productAll .classfyLi form {
    height: 100%;
}

.productAll .classfyLi form input {
    width: 286px;
    height: 100%;
    float: left;
    background: #f2f2f2;
    outline: none;
    border: 0;
    padding-left: 15px;
}

.productAll .classfyLi form button {
    width: 50px;
    height: 100%;
    background: #007bc1 url(../images/Index/form_search.png)center no-repeat;
    cursor: pointer;
}

.productAll .classfyLi:nth-last-child(1) {
    border: 0;
}

.productAll .product_list {
    width: 100%;
    margin: 42px 0 35px 0;
    overflow: hidden;
}

.productAll .product_list.cur {
    display: block;
}

.productAll .product_list ul li {
    width: calc((100% - 30px) / 4);
    height: auto;
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.productAll .product_list ul li:nth-child(4n) {
    margin-right: 0;
}

.productAll .product_list ul li .producPic {
    width: 100%;
    height: 291px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.productAll .product_list ul li img {
    width: 100%;
    height: 291px;
    transition: all 0.8 ease-in-out;
    -webkit-transition: all 0.8 ease-in-out;
    -moz-transition: all 0.8 ease-in-out;
}

.productAll .product_list ul li span {
    font-size: 14px;
    color: #555555; display:block;
    line-height: 46px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;  
}

.productAll .product_list ul li:hover img {
    transform: scale(1.08);
    -webkit-ransform: scale(1.08);
    -moz-ransform: scale(1.08);
}

/* 首页采购 */
.deal {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 52px 0 23px 0;
}

.deal .headline {
    margin-bottom: 45px;
}

.deal .width1200 li {
    width: 25%;
    height: 335px;
    position: relative;
    float: left;
    border-right: 1px solid #e4e4e4;
}

.deal .width1200 li:nth-last-child(1) {
    border: 0;
}

.deal .width1200 li a {
    width: 209px;
    height: 209px;
    display: block;
    margin: 0 auto;
    margin-top: 68px;
    position: relative;
}

.deal .width1200 li .pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.deal .width1200 li .pic img {
    width: 100%;
    height: 100%;
}

.deal .width1200 li .deal_y {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index:1;
}

.deal .width1200 li .deal_y span {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

/* .deal .width1200 li .pic:hover .deal_y>span {
    color: #e20013;
} */

.deal .width1200 li .deal_tel {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e20013;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    position: absolute;
    bottom: 37px;
    right: 0;
    z-index:2;
}

/* 首页优势 */
.adv {
    width: 100%;
    margin-bottom: 45px;
    position: relative;
    /* background-color: #f2f2f2; */
    background-size: 1920px;
    background: url(../images/Index/regionBg01.png)top center no-repeat, url(../images/Index/regionBg05.png)center 192px no-repeat, url(../images/Index/regionBg03.png)bottom center no-repeat;
}

.adv .width1200 {
    height: 100%;
    overflow: unset;
    background: url(../images/Index/regionBg07.png)top left no-repeat;
}

.adv .stand {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 50px 0 20px 0;
}

.adv .stand h5 {
    font-size: 40px;
    color: #007bc1;
    line-height: 50px;
}

.adv .stand h5 span {
    color: #000000;
}

.adv .stand>span {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.adv .stand>p {
    display: block;
    width: 472px;
    height: 56px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    background: #e20013;
    line-height: 56px;
    border-radius: 30px;
    margin-top: 10px;
}

.adv .promise {
    width: 100%;
    height: 430px;
    padding-top: 80px;
    margin-bottom: 70px;
    position: relative;
    background: url(../images/Index/tradeMap.png)top right no-repeat;
}

.adv .promiseList {
    width: 46%;
    height: 100%;
    padding-left: 85px;
    position: relative;
}

.adv .promiseLel {
    width: 63px;
    height: 88px;
    background: #e20013;
    font-size: 48px;
    line-height: 88px;
    border-radius: 0 0 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
}

.adv .promiseList>h6,
.adv .promiseList>p {
    font-size: 28px;
    color: #007bc1;
    line-height: 40px;
    overflow: hidden;
}

.adv .promiseList>p {
    color: #000000;
    margin-bottom: 35px;
}

.adv .promiseList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 36px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.adv .promiseList li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/Index/listPic01.png)no-repeat;
}

.adv .promise:nth-child(2) {
    height: 475px;
    margin-bottom: 0;
    background: url(../images/Index/regionBg06.png)top left no-repeat;
}

.adv .promise:nth-child(2) .promiseList,
.adv .promise:nth-child(3) .promiseList {
    width: 52%;
}

.adv .promise:nth-child(3) {
    height: 410px;
    padding-top: 100px;
    margin-bottom: 0;
    background: unset;
}

.adv .promisetel {
    width: 554px;
    height: 470px;
    background: url(../images/Index/regionBg04.png)no-repeat;
    position: absolute;
    right: 0;
    top: -15px;
}

.adv .promisetel .time {
    width: 150px;
    height: 80px;
    padding-top: 15px;
    border: 2px solid #d8d8d8;
    position: absolute;
    top: 15px;
    text-align: center;
}

.adv .promisetel .time:nth-child(1) {
    left: 12%;
}

.adv .promisetel .time:nth-child(2) {
    right: 12%;
}

.adv .promisetel .time p {
    font-size: 16px;
    color: #007bc1;
    line-height: 22px;
    font-weight: bold;
}

.adv .promisetel .time span {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

/* 首页视频 */
.video {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-top: 40px;
}

.video .headline {
    margin-bottom: 26px;
}

.video .width1200 {
    margin-bottom: 45px;
}

.video ul li {
    width: calc((100% - 30px) / 3);
    height: auto;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.video ul li:hover img {
    transform: scale(1.08);
    -webkit-ransform: scale(1.08);
    -moz-ransform: scale(1.08);
}

.video ul li:hover>span {
    color:#007bc1;
}

.video ul li>span {
    font-size: 16px;
    color: #000000;
    line-height: 60px;
    text-align: center;
}

.video ul li:nth-last-child(1) {
    margin-right: 0;
}

.video ul li a {
    display: block;
    width: 100%;
    height: 290px;
    position: relative;
}

.video ul li a>img {
    width: 100%;
    height: 100%;
}

.video .video_y {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.4) url(../images/Index/video.png)center no-repeat; */
    background-size: 10%;
    border: 1px #ddd solid;
}

/* 首页广告 */
.ad {
    width: 100%;
    height: 220px;
    padding-top: 50px;
    background: url(../images/Index/index_contact_bg.png) center no-repeat;
}

.ad .adL {
    width: 45%;
    height: 170px;
}

.ad .adL button {
    width: 340px;
    height: 40px;
    background: #e20013;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    font-weight: lighter;
    text-align: center;
    border-radius: 5px;
}

.ad .adL p {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
}

.ad .adL span {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.ad .adR {
    width: 55%;
    padding-left: 230px;
    height: 170px;
    background: url(../images/Index/contactPic01.png)no-repeat left top;
}

.ad .adR p {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    font-weight: lighter;
}

.ad .adR p span {
    font-size: 35px;
}

.ad .adR button {
    width: 186px;
    height: 55px;
    padding-left: 80px;
    border-radius: 0 15px 0 15px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-align: left;
    cursor: pointer;
    background: #e20013 url(../images/Index/ficon03.png)32px 15px no-repeat;
    position: relative;
}
.ad .adR button:hover{
    box-shadow: 0 0 10px #e20013; 
}

/* 华亿风采 */
.aboutus {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
}

.aboutus .headline {
    margin: 50px 0 45px 0;
}

.aboutus .aboutMore {
    overflow: hidden;
}

.aboutus .aboutMoreL,
.aboutus .aboutusList {
    width: calc((100% - 5px) / 2);
    height: 471px;
}

.aboutus .aboutMoreL {
    margin-right: 5px;
}

.aboutus .aboutMoreL a,
.aboutus .aboutusList li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.aboutus .aboutMoreL a img,
.aboutus .aboutusList li img {
    width: 100%;
    height: 100%;
}

.aboutus .about_y {
    width: 100%;
    height: 38px;
    padding-left: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
}

.aboutus .about_y span {
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.aboutus .aboutusList li {
    width: calc((100% - 5px) / 2);
    float: left;
    margin-right: 5px;
    height:232px; 
    margin-bottom:5px;
    overflow: hidden;
}

.aboutus .aboutusList li:nth-child(2n) {
    margin: 0;
}

.aboutus .width1200>a {
    display: block;
    width: 126px;
    height: 60px;
    background: #f2f2f2;
    font-size: 16px;
    color: #222222;
    line-height: 60px;
    margin: 38px auto;
    text-align: center;
    border-radius: 0 15px 0 15px;
}
.aboutus .width1200>a:hover{
   color:#fff;
    background: #007bc1;
    box-shadow: 0 0 10px #f2f2f2; 
    font-weight: 400;
}

/* 公司介绍 */
.intro {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 90px 0;
    background-size: 100%;
    background: url(../images/Index/indexPic02.jpg)no-repeat;
}

.intro .headline {
    margin-bottom: 40px;
}
.intro .headline span::before{
    background-position: 0 -49px;
}
.intro .headline span::after{
    background-position: 0 -73px;
}
.intro .headline p,.intro .headline span{
    color: #fff;
}
.intro .intro_c {
    width: 100%;
    height: auto;
    padding: 40px;
    overflow: hidden;
    background: #fff;
}

.intro .intro_l {
    width: 50%;
    height: 405px;
    overflow: hidden;
}

.intro .intro_l img {
    width: 100%;
    height: 100%;
}

.intro .intro_r {
    width: 50%;
    padding-top: 50px;
    padding-left: 32px;
}

.intro .intro_r h5 {
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 20px;
}

.intro .intro_r p {
    font-size: 14px;
    color: #666666;
    line-height: 33px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.intro .intro_r h5:hover {
    color: #007bc1;
}

.intro .goCompany {
    display: block;
    width: 96px;
    height: 46px;
    position: relative;
    border-radius: 0 15px 0 15px;
    overflow: hidden;
    background: #007bc1;
}

.intro .goCompany::before {
    content: "";
    width: 37px;
    height: 15px;
    background: url(../images/Index/icon_jt01.png)no-repeat center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    position: absolute;
    left: 30px;
    top: 15px;
}

.intro .goCompany:hover::before {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

/* 荣誉资质 */
.honor {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}

.honor .width1200 {
    overflow: unset;
}

.honor .honor_stand {
    width: 100%;
    height: 130px;
}

.honor .honor_stand h6 {
    float: left;
    font-weight: 400;
}

.honor .honor_stand h6 a {
    font-size: 24px;
    color: #222222;
    line-height: 130px;
}

.honor .honor_stand>a {
    float: right;
    font-size: 16px;
    color: #666666;
    line-height: 130px;
}

.honor_slide {
    width: 100%;
    position: relative;
}

.honor_slide .prev,
.honor_slide .next {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    overflow: hidden;
    cursor: pointer;
    background: url("../images/Index/slide_jt01.png") no-repeat;
    background-position:0 -134px;
    z-index: 4;
}
.honor_slide .prev{
    left: -60px;
}
.honor_slide .prev:hover{
    background-position:0 0;
}
.honor_slide .next:hover{
    background-position:0 -44px;
}
.honor_slide .next {
    right: -60px;
    background-position: 0 -90px;
}

.honor_slide .bd ul {
    overflow: hidden;
    zoom: 1;
}

.honor_slide .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.honor_slide .bd ul li .pic {
    text-align: center;
    border: 1px solid #dfdfdf;
}
.honor_slide .bd ul li:hover .title>a{
    color: #007bc1;
}

.honor_slide .bd ul li .pic img {
    width: 212px;
    height: 276px;
    margin: 25px 33px;
    display: block;
    border: 1px solid #dfdfdf;
}

.honor_slide .bd ul li:hover .pic>a>img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

.honor_slide .bd ul li .title {
    font-size: 16px;
    line-height: 45px;
}
.honor_slide .bd ul li .title a{
    columns: #333333;
}

/* 公司新闻 */
.news{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
}
.news .news_stand{
    width: 100%;
    padding: 30px 300px 50px 300px;
    height: auto;
    overflow: hidden;
}
.news .news_stand li{
    width: 183px;
    height: 60px;
    background: #fff;
    font-size: 16px;
    line-height: 60px;
    border-radius: 0 15px 0 15px;
    color: #333333;
    margin-right: 25px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.news .news_stand li a{color: #333333;}
.news .news_stand li:hover,.news .news_stand li.cur{
    color: #fff;
    background: #007bc1;
}
.news .news_stand li.cur a{color:#fff;}
.news .news_stand li:hover,.news .news_stand li:hover{
    box-shadow: 0 0 10px #007bc1; 
}
.news .news_stand li:nth-last-child(1){
    margin-right: 0;
}
.news .newsList{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.news .newsList.cur{
    display: block;
}
.news .newsList .newsL{
    width: 528px;
    height: auto;
    overflow: hidden;
}
.news .newsLpic{
    width: 100%;
    height: 322px;
    margin-bottom: 3px;
    background: #fff;
}
.news .newsLpic a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.news .newsLpic img{
    width: 100%;
    height: 100%;
}
.news .newsC{
    width: 100%;
    height: 175px;
    padding: 20px 36px;
    background: #fff;
    overflow: hidden;
}
.news .newsC h5{
    font-size: 16px;
    color: #242424;
    line-height: 26px;
}
.news .newsC span{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.news .newsC p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news .newsL:hover .img-box{
    transform: scale(1.08);
    -webkit-ransform: scale(1.08);
    -moz-ransform: scale(1.08);
}
.news .newsL:hover .newsC>a>h5{
    color: #007bc1;
}
.news .newsL:hover .newsC>a>span{
    font-weight: bold;
}
.news .newsR{
    width: 645px;
    height: 500px;
}
.news .newsR li{
    width: 100%;
    height: 160px;
    padding: 22px 0;
    background: #fff;
    margin-bottom: 12px;
}
.news .newsR li:nth-last-child(1){
    margin-bottom: 0;
}
.news .newsRl{
    width: 140px;
    height: 100%;
    border-right: 1px solid #dddddd;
}
.news .newsRl a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.news .newsRl p{
    font-size: 60px;
    color: #666666;
    line-height: 70px;
    font-weight: bold;
}
.news .newsRl span{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.news .newsRr{
    width: 505px;
    height: 100%;
    padding: 0 36px;
    position: relative;
}
.news .newsRr h5{
    font-size: 16px;
    color: #242424;
    line-height: 35px;
}
.news .newsRr p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .newsRr .more{
    display: block;
    width: auto;
    position: absolute;
    right: 36px;
    bottom: 0;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-left: 82px;
}
.news .newsRr .more::before{
    content: "";
    width: 70px;
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 11px;
}
.news .newsR li:hover .newsRl>a>p{
    color: #007bc1;
}
.news .newsR li:hover .newsRr>a>h5, .newsRr>a.more{
    color: #007bc1;
}