<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner start */
.bannerbox {
    width: 100%;
    min-width: 1180px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.bannerbox .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    overflow: hidden;
    z-index: 1;
}

.bannerbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.bannerbox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 28px;
    height: 3px;
    background: #fff;
    cursor: pointer;
}

.bannerbox .hd ul li.on {
    background: #063dac;
    color: #fff;
}

.bannerbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerbox .bd li {
    height: 600px;
    zoom: 1;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bannerbox .bd li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.bannerbox .prev, .bannerbox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bannerbox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bannerbox .prev:hover, .bannerbox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* banner end */
/* search bar start */
.searchbar {
    width: 100%;
    min-width: 1180px;
    height: 55px;
    box-sizing: border-box;
    background-color: #063dac;
}
.searchcenter {
    width: 1180px;
    height: 55px;
    margin: 0 auto;
}
.searchcenter .lefttext {
    width: 418px;
    height: 55px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
}
.searchcenter .searchbox {
    position: relative;
    width: 220px;
    height: 34px;
    float: right;
    margin-top: 10px;
} 
.searchcenter .searchbox .search-text {
    width: 220px;
    height: 34px;
    padding-left: 19px;
    padding-right: 40px;
    line-height: 34px;
    font-size: 12px;
    color: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    background-color: transparent;
    box-sizing: border-box;
}
.searchcenter .searchbox .search-text::-webkit-input-placeholder {
    color: #f5f5f5;
}
.searchcenter .searchbox .search-submit {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 40px;
    background: url('../images/ico_search.png') center center no-repeat;
    cursor: pointer;
}
/* search bar end */
/* äº§å“ä¸­å¿ƒ start */
.product {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.alltitle {
    width: 424px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.alltitle p {
    color: #999;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.alltitle h3 {
    position: relative;
    margin-top: 12px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #063dac;
}
.alltitle h3::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 55px;
    width: 84px;
    height: 1px;
    background-color: #ccc;
}
.alltitle h3::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 55px;
    width: 84px;
    height: 1px;
    background-color: #ccc;
}
.productcontent {
    width: 1180px;
    height: 614px;
    margin: 0 auto;
    margin-top: 38px;
}
.productcontent .leftmenubox {
    width: 252px;
    height: 614px;
    float: left;
}
.productcontent .leftmenubox .titlebox {
    width: 252px;
    height: 88px;
    padding-top: 25px;
    padding-left: 53px;
    color: #fff;
    box-sizing: border-box;
    background-color: #063dac;
}
.productcontent .leftmenubox .titlebox h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.productcontent .leftmenubox .titlebox p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.productcontent .leftmenubox .menulist {
    width: 100%;
    height: 526px;
    overflow: hidden;
}
.productcontent .leftmenubox .menulist li {
    width: 100%;
    height: 75px;
    padding-left: 50px;
    padding-right: 10px;
    background-color: #fafafa;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.productcontent .leftmenubox .menulist li:hover {
    background-color: #063dac;
}
.productcontent .leftmenubox .menulist li a {
    line-height: 71px;
    color: #4c4c4c;
    font-size: 14px;
}
.productcontent .leftmenubox .menulist li:hover a {
    color: #fff;
}
.productcontent .rightproductbox {
    width: 910px;
    height: 614px;
    float: right;
}
.productcontent .rightproductbox .proclass {
    width: 100%;
    height: 51px;
}
.productcontent .rightproductbox .proclass li {
    width: 170px;
    height: 51px;
    float: left;
    margin-right: 19px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.productcontent .rightproductbox .proclass li a {
    display: block;
    line-height: 51px;
    color: #fff;
    text-align: center;
    background-color: #063dac;
}
.productcontent .rightproductbox .proclass li.active {
    box-shadow: 0 0 20px #ffb6b6;
}
.productcontent .rightproductbox .proclass li.active a {
    background-color: #d40707;
}
.productcontent .rightproductbox .productlist {
    display: none;
    width: 910px;
    height: auto;
    margin-top: 18px;
} 
.productcontent .rightproductbox .productlist li {
    width: 442px;
    height: 316px;
    float: left;
    margin-right: 19px;
    margin-bottom: 16px;
}
.productcontent .rightproductbox .productlist li.li2 {
    margin-right: 0;
}
.productcontent .rightproductbox .productlist li.li3, .productcontent .rightproductbox .productlist li.li4, .productcontent .rightproductbox .productlist li.li5 {
    width: 287px;
    height: 213px;
    margin-right: 22px;
    margin-bottom: 0;
}
.productcontent .rightproductbox .productlist li.li5 {
    margin-right: 0;
}
.productcontent .rightproductbox .productlist li.li3 .imgbox, .productcontent .rightproductbox .productlist li.li4 .imgbox, .productcontent .rightproductbox .productlist li.li5 .imgbox {
    width: 287px;
    height: 181px;
}
.productcontent .rightproductbox .productlist li.li3 .imgbox img, .productcontent .rightproductbox .productlist li.li4 .imgbox img, .productcontent .rightproductbox .productlist li.li5 .imgbox img {
    width: 285px;
    height: 179px;
}
.productcontent .rightproductbox .productlist li .imgbox {
    display: block;
    width: 442px;
    height: 284px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    overflow: hidden;
}
.productcontent .rightproductbox .productlist li .imgbox img {
    width: 440px;
    height: 282px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.productcontent .rightproductbox .productlist li .proname {
    width: 100%;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    color: #4c4c4c;
    text-align: center;
    line-height: 32px;
    box-sizing: border-box;
    background-color: #fafafa;
} 
.productcontent .rightproductbox .productlist li:hover .imgbox {
    border-color: #063dac;
}
.productcontent .rightproductbox .productlist li:hover .proname {
    color: #fff;
    background-color: #063dac;
}
.productcontent .rightproductbox .productlist li:hover .imgbox img {
    transform: scale(1.05) rotate(1deg)
} 
/* äº§å“ä¸­å¿ƒ end */
/* åœ¨çº¿ç•™è¨€ start */
.middlemess {
    width: 100%;
    min-width: 1180px;
    height: 217px;
    margin-top: 50px;
    overflow: hidden;
    background: url('../images/middle_bg.jpg') center center no-repeat;
}
.middlemess .messbox {
    width: 682px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.middlemess .messbox h3 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}
.middlemess .messbox p.en {
    margin-top: 14px;
    font-size: 14px;
    color: #f5f5f5;
    text-transform: uppercase;
    line-height: 14px;
}
.middlemess .messbox .onlinezx {
    width: 100%;
    height: 35px;
    margin-top: 42px;
}
.middlemess .messbox .onlinezx p {
    width: 260px;
    height: 35px;
    float: left;
    margin-left: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #f5f5f5;
}
.middlemess .messbox .onlinezx p span {
    font-size: 22px;
    font-weight: bold;
    color: #f5f5f5;
}
.middlemess .messbox .onlinezx .onlinebtn {
    display: block;
    width: 140px;
    height: 35px;
    float: right;
    margin-right: 36px;
    text-align: center;
    line-height: 31px;
    color: #063dac;
    box-sizing: border-box;
    border: 2px solid #fff;
    background-color: #fff;
}
.middlemess .messbox .onlinezx .onlinebtn:hover {
    color: #fff;
    background-color: transparent;
}
/* åœ¨çº¿ç•™è¨€ end */
/* æ¡ˆä¾‹ start */
.caseshow {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.caseshow .caselist {
    width: 1180px;
    height: 486px;
    margin: 0 auto;
    margin-top: 40px;
}
.caseshow .caselist li {
    position: relative;
    float: left;
}
.caseshow .caselist li.li1 {
    width: 346px;
    height: 486px;
    margin-right: 12px;
}
.caseshow .caselist li.li1 .imgbox {
    display: block;
    width: 346px;
    height: 486px;
    overflow: hidden;
}
.caseshow .caselist li.li1 .imgbox img {
    width: 346px;
    height: 486px;
}
.caseshow .caselist li .casename {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #4c4c4c;
    line-height: 30px;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: rgba(255, 255, 255, .8);
    _background-color: #fff;
}
.caseshow .caselist li .imgbox img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.caseshow .caselist li.li2 {
    width: 527px;
    height: 238px;
    margin-right: 14px;
    margin-bottom: 10px;
}
.caseshow .caselist li.li2 .imgbox {
    display: block;
    width: 527px;
    height: 238px;
    overflow: hidden;
}
.caseshow .caselist li.li2 .imgbox img {
    width: 527px;
    height: 238px;
}
.caseshow .caselist li.li3 {
    width: 255px;
    height: 238px;
    margin-bottom: 10px;
}
.caseshow .caselist li.li3 .imgbox {
    display: block;
    width: 255px;
    height: 238px;
    overflow: hidden;
}
.caseshow .caselist li.li3 .imgbox img {
    width: 255px;
    height: 238px;
}
.caseshow .caselist li.li4 {
    width: 370px;
    height: 238px;
    margin-right: 11px;
}
.caseshow .caselist li.li4 .imgbox {
    display: block;
    width: 370px;
    height: 238px;
    overflow: hidden;
}
.caseshow .caselist li.li4 .imgbox img {
    width: 370px;
    height: 238px;
}
.caseshow .caselist li.li5 {
    width: 416px;
    height: 238px;
}
.caseshow .caselist li.li5 .imgbox {
    display: block;
    width: 416px;
    height: 238px;
    overflow: hidden;
}
.caseshow .caselist li.li5 .imgbox img {
    width: 416px;
    height: 238px;
}
.caseshow .caselist li:hover .imgbox img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -moz-transform: scale(1.05) rotate(1deg);
    -o-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.caseshow .caselist li:hover .casename {
    bottom: 20px;
    color: #fff;
    background-color: #063dac;
}
/* æ¡ˆä¾‹ end */
/* é€‰æ‹©æˆ‘ä»¬çš„ç†ç”± start */
.choose {
    width: 1180px;
    height: 806px;
    margin: 0 auto;
    margin-top: 50px;
}
.choose .titlebox {
    position: relative;
    width: 306px;
    height: 58px;
    margin: 0 auto;
    text-align: center;
}
.choose .titlebox h3 {
    position: absolute;
    bottom: 0;
    left: 48px;
    line-height: 30px;
    color: #063dac;
    font-size: 30px;
    font-weight: bold;
}
.choose .titlebox p {
    line-height: 60px;
    color: #f5f5f5;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Arial Regular';
}
.choosereason {
    position: relative;
    width: 1180px;
    height: 645px;
    margin-top: 52px;
}
.choosereason .reasonbox {
    width: 1180px;
    height: 645px;
    overflow: hidden;
}
.choosereason .reasonbox .e_pic_wrap {
    z-index: 1;
	white-space: nowrap;
}
.choosereason .reasonbox ul li {
    width: 1180px;
    height: 645px;
    float: left;
}
.choosereason .reasonbox ul li .leftbox {
    position: relative;
    width: 722px;
    height: auto;
    float: left;
}
.choosereason .reasonbox ul li .textbox p.en {
    margin-top: 45px;
    color: #ebebeb;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
.choosereason .reasonbox ul li .textbox p.cn {
    font-size: 20px;
    font-weight: bold;
    color: #063dac;
    line-height: 20px;
    margin-top: 12px;
}
.choosereason .reasonbox ul li .textbox p.textintro {
    width: 446px;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 27px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #808080;
} 
.choosereason .reasonbox ul li .rightbox {
    position: relative;
    width: 388px;
    float: right;
} 
.choosereason .reasonbox ul li .rightbox p.en {
    margin-top: 26px;
}
.choosereason .reasonbox ul li .rightbox p.textintro {
    width: 385px;
    margin-top: 14px;
}
.choosereason .reasonbox ul li .leftbox .icon-shape {
    display: block;
    width: 29px;
    height: 26px;
    position: absolute;
    top: 50px;
    right: 100px;
    background: url('../images/ico_shape.jpg') center center no-repeat;
}
.choosereason .reasonbox ul li .rightbox .icon-shape {
    display: block;
    width: 29px;
    height: 26px;
    position: absolute;
    bottom: 160px;
    right: 0;
    background: url('../images/ico_shape1.jpg') center center no-repeat;
}
.choosereason .hd {
    z-index: 2;
    position: absolute;
    top: 209px;
    left: 692px;
    width: 28px;
    height: 22px;
}
.choosereason .prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 22px;
    background: url('../images/choose_arrow.png') 0 0 no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.choosereason .prev:hover {
    background-position: 0 -22px;
}
.choosereason .next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: url('../images/choose_arrow.png') -16px -22px no-repeat;
}
.choosereason .next:hover {
    background-position: -16px 0;
}
/* é€‰æ‹©æˆ‘ä»¬çš„ç†ç”± end */
/* å…³äºŽæˆ‘ä»¬ start */
.aboutus {
    width: 100%;
    min-width: 1180px;
    height: 400px;
    padding-top: 66px;
    box-sizing: border-box;
    background-color: #fafafa; 
}
.aboutcenter {
    position: relative;
    width: 1180px;
    height: auto;
    margin: 0 auto;
}
.aboutcenter .titlebox {
    width: 100%;
    height: 50px; 
}
.aboutcenter .titlebox h3 {
    font-size: 26px;
    font-weight: bold;
    color: #063dac;
    line-height: 26px;
}
.aboutcenter .titlebox p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 16px;
    color: #ccc;
    text-transform: uppercase;
}
.aboutcenter .aboutlogo {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 118px;
}
.aboutcenter .aboutlogo img {
    width: 130px;
    height: 118px;
}
.aboutcenter .aboutintro {
    width: 100%;
    height: 320px;
    margin-top: 71px;
}
.aboutcenter .aboutintro .leftimg {
    width: 518px;
    height: 320px;
    float: left;
}
.aboutcenter .aboutintro .leftimg img {
    width: 518px;
    height: 320px;
}
.aboutcenter .aboutintro .righttext {
    width: 655px;
    height: 252px;
    float: left;
    padding-left: 72px;
    margin-top: 69px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
} 
.aboutcenter .aboutintro .righttext h4 {
    margin-top: 48px;
    color: #d40707;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.aboutcenter .aboutintro .righttext h4 span {
    font-weight: normal;
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
}
.aboutcenter .aboutintro .righttext .intro {
    width: 540px;
    height: 90px;
    margin-top: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
}
.aboutcenter .aboutintro .righttext .line {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.aboutcenter .aboutintro .righttext .line:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.aboutcenter .aboutintro .righttext .line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 21px;
    background-color: #063dac;
}
.aboutcenter .aboutintro .righttext .line::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 21px;
    height: 1px;
    background-color: #063dac;
}
/* å…³äºŽæˆ‘ä»¬ end */
/* å·¥åŽ‚å±•ç¤º start */
.factory {
    width: 1180px;
    height: 212px;
    margin: 0 auto;
    margin-top: 170px;
}
.factory .bd ul {
    overflow: hidden;
}
.factory .bd ul li {
    position: relative;
    width: 253px;
    height: 212px;
    float: left;
    margin-right: 54px;
}
.factory .bd ul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 160px;
    -webkit-transform: scale(0) rotateY(0);
    -moz-transform: scale(0) rotateY(0);
    -o-transform: scale(0) rotateY(0);
    transform: scale(0) rotateY(0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
}
.factory .bd ul li .mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../images/link.png) center center no-repeat;
}
.factory .bd ul li:hover .mask {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
}
.factory .bd ul li .imgbox {
    display: block;
    width: 253px;
    height: 160px;
    overflow: hidden;
}
.factory .bd ul li .imgbox img {
    width: 253px;
    height: 160px;
}
.factory .bd ul li .factoryname {
    width: 100%;
    height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.factory .bd ul li:hover .factoryname {
    color: #063dac;
}
/* å·¥åŽ‚å±•ç¤º end */
/* æ–°é—»ä¸­å¿ƒ start */
.newscenter {
    width: 1180px;
    height: 412px;
    margin: 0 auto;
    margin-top: 30px; 
}
.newscenter .titlebox {
    width: 100%;
    height: 39px;
}
.newscenter .titlebox .lefttext {
    width: 290px;
    float: left;
    line-height: 26px;
}
.newscenter .titlebox .lefttext .cn {
    font-size: 26px;
    color: #063dac;
    font-weight: bold;
}
.newscenter .titlebox .lefttext .en {
    font-size: 26px;
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: bold;
}
.newscenter .titlebox .rightclass {
    width: 380px;
    height: 39px;
    float: right;
} 
.newscenter .titlebox .rightclass li {
    width: 107px;
    height: 39px;
    float: left;
    margin-left: 18px;
}
.newscenter .titlebox .rightclass li a {
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #063dac;
}
.newscenter .titlebox .rightclass li.active a {
    background-color: #d40707;
}
.newscontent {
    display: none;
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}
.newscontent .leftnews {
    width: 702px;
    float: left;
}
.newscontent .leftnews .toprecommend {
    position: relative;
    width: 702px;
    height: 157px;
    padding-bottom: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.newscontent .leftnews .toprecommend::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px; 
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #063dac;
}
.newscontent .leftnews .toprecommend:hover::after {
    width: 100%;
}
.newscontent .leftnews .toprecommend .leftimg {
    display: block;
    width: 200px;
    height: 140px;
    float: left;
}
.newscontent .leftnews .toprecommend .leftimg img {
    width: 200px;
    height: 140px;
}
.newscontent .leftnews .toprecommend .righttext {
    width: 480px;
    float: right;
} 
.newscontent .leftnews .toprecommend .righttext .newsname {
    width: 100%;
    margin-top: 12px;
    line-height: 14px;
    color: #808080;
}
.newscontent .leftnews .toprecommend .righttext .desc {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    line-height: 26px;
    color: #808080;
    font-size: 14px;
    overflow: hidden;
} 
.newscontent .leftnews .toprecommend .righttext .date {
    margin-top: 18px;
    color: #808080;
    font-size: 14px;
} 
.newscontent .leftnews .toprecommend:hover .righttext .newsname {
    color: #063dac;
}
.newscontent .leftnews .leftnewslist {
    width: 702px;
    height: auto;
}
.newscontent .leftnews .leftnewslist li {
    position: relative;
    width: 330px;
    height: 46px;
    float: left;
    border-bottom: 1px solid #f5f5f5;
}
.newscontent .leftnews .leftnewslist li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #063dac;
}
.newscontent .leftnews .leftnewslist li:hover::after {
    width: 100%;
}
.newscontent .leftnews .leftnewslist li:nth-child(2n) {
    float: right;
}
.newscontent .leftnews .leftnewslist li .newsname {
    width: 244px;
    height: 45px;
    float: left;
    line-height: 45px;
    color: #808080;
}
.newscontent .leftnews .leftnewslist li .date {
    display: block;
    float: right;
    height: 45px;
    line-height: 45px;
    color: #808080;
    font-size: 14px;
    text-align: right;
}
.newscontent .rightnews {
    width: 430px;
    float: right;
}
.newscontent .rightnews li {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    color: #808080;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-sizing: border-box;
    background-color: #fafafa;
}
.newscontent .rightnews li a {
    width: 314px;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #808080;
}
.newscontent .rightnews li span {
    float: right;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
}
.newscontent .rightnews li:hover {
    color: #fff;
    background-color: #063dac;
}
.newscontent .rightnews li:hover a {
    color: #fff;
}
/* æ–°é—»ä¸­å¿ƒ end */
</pre></body></html>