body {
     /* background: #002956 !important; */
   }
   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     font-family: "微软雅黑";
   }
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
     display: block;
   }
   body {
     line-height: 1;
     /* overflow: hidden; */
   }
   ol, ul {
     list-style: none;
   }
   blockquote, q {
     quotes: none;
   }
   blockquote:before, blockquote:after,
   q:before, q:after {
     content: '';
     content: none;
   }
   table {
     border-collapse: collapse;
     border-spacing: 0;
   }
   * { 
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
   }
   
   html, body {
     width: 100%;
     height: 100%;
     /* overflow: hidden; */
   }
   body::-webkit-scrollbar {
     /*滚动条整体样式*/
     width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
     height: 0px;
   }
   .service::-webkit-scrollbar {
     /*滚动条整体样式*/
     width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
     height: 0px;
   }
   body {
     /* font-family: 'Montserrat', sans-serif; */
     /* line-height: 1.3; */
     -webkit-font-smoothing: antialiased;
   }
   a{
     text-decoration:none; 
     color: black;
   }
   p a{
     -webkit-user-select:none;
   
     -moz-user-select:none;
   
     -ms-user-select:none;
   
     user-select:none;
   }
   a:hover{
     text-decoration:none;
   }
   a:active{
     text-decoration:none;
   }
   a:visited{
     text-decoration:none;
   }
   a:link{
     text-decoration:none; 
   }
   p{
     user-select: none;
   }
.wz{
    height: 314px;
     background: #f1f2f3;
     overflow: hidden;
     width: 100%;
}
.wzUl{
     margin-top: 50px;
     width: 100%;
     /* overflow: hidden; */
}
.wzLi{
     width: 265px;
     height: 165px;
     background: #eaebeb;
     float: left;
     margin-left: 40px;
     position: relative;
}
.wzLi:nth-child(1){
     margin-left: 0;
}
.wzLi:nth-child(3){
     background: none;
}
.wzLi:nth-child(4){
     background: none;
}
.wzLiImg{
     width: 100px;
     height: 100px;
     position: absolute;
     left: -105px;
     top: 0;
}
.wzLiImage{
     display: none; 
     height: 100px;
     position: absolute;
}
.wzLiImage:nth-child(1){
     top: 0;
}
.wzLiImage:nth-child(2){
     top:35px;
}
.wzLiImage:nth-child(3){ 
     top: 65px;
}
.wzLiHead{
     width: 225px;
     margin: 0 auto;
     margin-top: 20px;
     height: 40px;
     font-size: 14px;
     line-height: 14px;
     color: black;
}
.wzLiUl{
     width: 225px;
     margin: 0 auto;
     overflow: hidden;
}
.wzLiUlLi{
     width: 50%;
     float: left;
     height: 30px;
     line-height: 12px;
     font-size: 12px;
     color: #45484b;
}
.wzLiLx{
     width: 225px;
     margin: 0 auto;
     height: 40px;
     border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
     margin-bottom: 20px;
}
.wzLiLxImg{
     width: 30px;
     float: left;
     display: block;
}
.wzLiLxP{
     height: 30px;
     width: 175px;
     float: left;
     line-height: 30px;
     font-size: 14px;
     margin-left: 15px;
}
.wzLiEwLi{
     height: 53px;
     width: 100%;
     margin-bottom: 3px;
     background: #eaebeb;
}
.wzLiEwLiImg{
     width: 23px;
     margin-left: 20px;
     margin-top: 15px;
     float: left;
     display: block;
}
.wzLiEwLiP{
     width: 200px;
     float: left;
     margin-left: 18px;
     line-height: 55px;
     font-size: 14px;
}
.wzLiImgBox1{
     height: 100%;
     background: #eaebeb;
     width: 160px;
     float: left;
     display: flex;
     align-items: center;
     justify-content: center;
}
.wzLiImgBox1 img{
     width: 85px;
}
.wzLiImgBox2{
     height: 100%;
     background: #eaebeb;
     width: 102px;
     margin-left: 3px;
     float: left;
     display: flex;
     align-items: center;
     justify-content: center;
}
.wzLiImgBox2 img{
     width: 30px;
}
.show{
     display: block;
}
/*页面脚部*/
.footer {
width: 100%;
     height: auto; 
     margin: 0 auto; 
     padding: 20px 0 200px 0;
     padding: 20px 0 50px 0; 
     overflow: hidden;
     font-size: 13px;
     position: fixed;
     bottom: 0;
     z-index: 9999;
}
.down_nav { width: 100%; height: auto; }
.friendlinks { width: 100%; height: auto; margin: 10px 0; }
.copyright { width: 100%; height: auto; }
.cnzz { visibility: hidden; width: 0px; height: 0px; }
.footer {
     color: #8b8b8b;
     background: #222222 url(../images/footer_blank.png) center bottom repeat-x;
}
.footer a{
     color: #bababa;
     font-size: 12px;
}
.footerDz{
     width: 100%;
     height: 100px;
}
.banner{
     width: 100%;
     height: 305px;
     background: url(../img/banner.jpg) no-repeat center;
     background-size: cover;
     overflow: hidden;
     background-position-y: -376px;
}
.center{
     width: 1320px;
     margin: 0 auto;
     position: relative;
     /* overflow: hidden;  */
}    
.headImg{
     display: block;
     width: 400px;
     margin-top: 45px;
     float: left;
} 
.headSxx{
     float: left;
     color: white;
     font-size: 16px;
     line-height: 165px;
     margin-left: 15px;
}
.headMy{
     /* float: right;
     margin-top: 45px; */
     /*text-shadow: 1px 1px #333;*/
}
.headMy a{
     color: white;
}
.headMyImg{
     width: 16px;
     margin-right: 20px;
     float: left;
}
.headMyp1{
     float: left;
     font-size: 14px;
     color: white;
     margin-right: 15px;
     margin-top: 3px;
     cursor: pointer;
     user-select: none;
}
.headMyp2{
     font-size: 14px;
     float: left;
     padding-left: 15px;
     height: 16px;
     border-left: 1px solid white;
     margin-top: 3px;
     cursor: pointer;
     user-select: none;
     color: white;
}


/********************************************************** 菜单 **********************************************************/
.menu{
     width: 100%;
     height: 70px;
     background: linear-gradient(to top, #a71f1f, #e14d4d);
}
.menuLi{
     width: 264px;
     height: 70px;
     float: left;
     color: white;
     position: relative;
     user-select: none;
}
.menuLiTxt{
     color: white;
     width: 100%;
     text-align: center;
     height: 70px;
     line-height: 70px;
     font-size: 24px;
     cursor: pointer;
}
.menuLiTxt a{
     color: white;
}
.menuLiDh .menuLiTxt{
     background: white;
     color: #c13434;
     font-weight: bold;
}
.menuLiDh .menuLiTxt a{
     color: #c13434;
     font-weight: bold;
}
.menuTwo{
     width: 100%;
     overflow: hidden;
     position: absolute;
     z-index: 99;
     display: none;
     box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.menuTwoLi{
     height: 50px;
     width: 100%;
     text-align: center;
     line-height: 50px;
     color: black;
     background: white;
}
.menuTwoLidh{
     color: #a71f1f;
     font-weight: bold;
}
.menuTwoLine{
     position: absolute;
     width: 36px;
     height: 2px;
     background: #a71f1f;
     left:50%;
     margin-left: -18px;
     display: none;
     top: 40px;
}
.menuTwoLidh .menuTwoLine{
     display: block;
}
.menuTwoLi:hover {
     font-weight: bold;
}
.menuLi:hover .menuTwo{
     display: block;
}
.menuLi:hover .menuLiTxt{
     background: white;
     color: #c13434;
     font-weight: bold;
}
.menuLi:hover .menuLiTxt a{
     color: #c13434;
     font-weight: bold;
}

/********************************************************** 菜单结束 **********************************************************/
.content{
     width: 100%;
     overflow: hidden;
     background: url(../img/newBj.png) no-repeat bottom center #f1f6f8;
}
.centerLeft{
     width: 945px;
     float: left;
     margin-top: 20px;
}
.centerRight{
     float: right;
     width: 350px;
     margin-top: 20px;
}
.centerBox{
     width: 100%;
     background: white;
     padding: 20px 25px 35px 25px;
     margin-bottom: 20px;
     height: 520px;
}
.centerBox:nth-child(1){
     padding: 45px 25px 45px 25px;
}
.centerBox1{
     height: 520px;
}
.MneuTip{
     float: right;
     width: 45px;
     margin-top: 10px;
}
.MneuTip p{
     float: left;
     color: black;
     font-size: 12px;
     line-height: 12px;
}
.MneuTip img{
     display: block;
     float: right;
     width: 15px;
}
.newLeft{
     width: 300px;
     float: left;
     overflow: hidden;
}
.newMneu{
     width: 100%;
     height: 40px;
     border-bottom: 1px solid #e6e6e6;
}
.newMneuLi,.newMneuLiFy,.newMneuLiDc,.newMneuLiYd,.newMneuLiQy,.newMneuLiJr{
     width: 110px;
     height: 40px;
     float: left;
     font-size: 24px;
     color: black;
     font-weight: bold;
     line-height: 24px;
     user-select: none;
}
.newMneuLiDh{
     color: #c13434;
}
.newMneuLiDc{
     color: #c13434;
}
.newListSwiper{
     width: 100%;
     height: 400px;
}
.newList{
     width: 100%;
     height: 400px;
}
.newListLiSwiper{
     width: 100%;
     height: 400px;
     overflow: hidden;
}
.newListLi{
     width: 100%;
     height: 100px;
     overflow: hidden;
     user-select: none;
     border-bottom: 1px solid #e6e6e6;
     padding: 0px 5px;
     cursor: pointer;
}
.newListLiDh{
     background: #fd4c4c;
}
.newListLiDh .newListLiOne{
     color: white;
}
.newListLiDh .newListLiTwo{
     color: white;
}
.newListLiDh .newListLiThr{
     color: white;
}
.newListLiOne{
     height: 43px;
     width: 100%;
     color: #000000;
     font-size: 14px;
     line-height: 43px;
     white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;	
}
.newListLiTwo{
     height: 28px;
     width: 100%;
     font-size: 12px;
     line-height: 12px;
     color: #8d8d8d;
     white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;	
}
.newListLiThr{
     height: 24px;
     font-size: 10px;
     color: #8d8d8d;
     line-height: 10px;
}
.newRight{
     width: 560px;
     height: 440px;
     float: right;
     position: relative;
}
.newRightTxt{
     width: 100%;
     height: 100px;
     position: absolute;
     background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(255,255,255,0));
     bottom: 0px;
     z-index: 9;
}
.newRightTxt1{
     padding: 0 25px;
     width: 100%;
     height: 35px;
     margin-top: 15px;
     font-size: 22px;
     color: white;
     line-height: 22px;
     font-weight: bold;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow: hidden;
}
.newRightTxt2{
     height: 24px;
     width: 100%;
     padding: 0 25px;
     font-size: 12px;
     color: white;
     line-height: 12px;
}
.newRightTxt3{
     padding: 0 25px;
     width: 100%;
     height: 24px;
     font-size: 14px;
     line-height: 14px;
     color: white;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow: hidden;
}
.newRightSwiper{
     width: 100%;
     height: 100%;
}
.newRightImg{
     width: 100%;
     height: 100%;
}
.rightSearch{
     width: 100%;
     height: 45px;
     overflow: hidden;
     background: white;
     margin-bottom: 20px;
}
.rightSearchInput{
     width: 260px;
     height: 45px;
     overflow: hidden;
     float: left;
     background: none;
     border: 0px;
     padding-left: 15px;
     user-select: none;
     outline: none;
}
.rightSearchBtn{
     float: left;
     width: 90px;
     height: 45px;
     background: #e44d4d;
     display: flex;
     align-items: center;
     justify-content: center;
}
.rightSearchBtn p{
     color: white;
     font-size: 18px;
     width: 50px;
     text-align: center;
}
.NewListBox{
     width: 100%;
     height: 455px;
     background: white;
     padding: 20px 30px;
}
.NewListRightBox{
     width: 100%;
     height: 455px;
     background: white;
     padding: 20px 30px;
     margin-bottom: 20px;
}
.NewListRightBox1{
     width: 100%;
     height: 520px;
     background: white;
     padding: 20px 30px;
     margin-bottom: 20px;
}
.newListHead{
     height: 35px;
     width: 100%;
     font-size: 14px;
     color: #000000;
     font-weight: bold;
     line-height: 14px;
     margin-top: 25px;
}
.nlrSwiper{
     height: 355px;
     /* height: 330px; */
     width: 100%;   
     margin-top: 25px;    
}
.red{
     color: red;
}
.nlrSwiperLi{
     width: 100%;
     height: 30px;
     font-size: 14px;
     color: black;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow: hidden;
     user-select: none;
     cursor: pointer;
}
.nlrSwiperLi:hover{
     font-weight: bold;
}
.nlrZcSwiper{
     width: 100%;
     height: 430px;
     margin-top: 25px;
}
.nlrZcSwiperLi{
     height: 35px;
     width: 100%;
}
.nlrZcSwiperLi:hover p{
     font-weight: bold;
}
.nlrZcSwiperLi p:nth-child(1){
     width: 765px;
     height: 35px;
     float: left;
     font-size: 14px;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow: hidden;
}
.nlrZcSwiperLi p:nth-child(2){
     width:110px;
     height: 35px;
     float: right;
     color: #a5a5a5;
     font-size: 14px;
}
.fySwiper,.qySwiper,.jrSwiper,.msSwiper,.flSwiper{
     margin-top: 20px;
     width: 100%;
     height: 415px;
}
.fySwiperBox{
     width: 100%;
     height: 410px;
     overflow: hidden;
}
.fySwiperLi{
     width: 275px;
     height: 200px;
     margin-left: 30px;
     margin-bottom: 10px;
     position: relative;
     float: left;
     transition: all 1.5s;
}
.fySwiperLi:nth-child(3n+1){
     margin-left: 0px;
}
.fySwiperLiDh .fySwiperWZ{
     height: 100%;
}
.fySwiperLiDh .fySwiperWZ .fySwiperWzOne{
   margin-top: 30%;
   height: 60px;
}
.fySwiperLiDh .fySwiperWZ .fySwiperWzOne p:nth-child(1){
     line-height: 18px;
     height: 55px;
     width: 140px;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
 }

.fySwiperWZ{
     background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
     height: 60px;
     width: 100%;
     position: absolute;
     bottom: 0px;
     transition: all 0.5s;
}
.fySwiperWzOne{
     height: 26px;
     margin-top: 14px;
     width: 100%;
     overflow: hidden;
     color: white;
}
.fySwiperWzOne p:nth-child(1){
     margin-left: 5px;
     width: 150px;
     height: 16px;
     font-size: 16px;
     line-height: 16px;
     font-weight: bold;
     float: left;
     text-align: left;
     padding:0px 10px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
     /* white-space: nowrap; */
}
.fySwiperWzOne p:nth-child(2){
     margin-right: 5px;
     width: 115px;
     height: 26px;
     font-size: 16px;
     line-height: 16px;
     float: left;
     text-align: left;
}
.fySwiperWzOne p:nth-child(2) span:nth-child(2){
     font-size: 12px;
     line-height: 16px;
}
.fySwiperWzTwo{
     width: 100%;
     height: 18px;
     padding: 0 5px;
}
.fySwiperWzTwo p{
     width: 50%;
     font-size: 12px;
     line-height: 12px;
     color: white;
     text-align: left;
     float: left;
}
.fySwiperWzTwo p:nth-child(2){
     text-align: right;
}
.ydSwiperBox{
     margin-top: 30px;
     width: 100%;
     height: 410px;
     overflow: hidden;
}
.ydSwiperLi{
     width: 440px;
     height: 125px;
     border: 1px solid #e5e5e5;
     margin-left: 15px;
     float: left;
     padding: 13px;
     margin-bottom: 10px;
     transition: all 0.5s;
     position: relative;
}
.ydSwiperBj{
     width: 0%;
     height: 100%;
     background: linear-gradient(to right, #f5fcfc, #fcfbfa);
     position: absolute;
     left: 0px;
     top: 0px;
     z-index: -1;
     transition: all 1s;
}
.ydSwiperLi:hover{
     border: 0px;
}  
.ydSwiperLi:hover .ydSwiperBj{
     width: 100%;
}    
.ydSwiperLi:nth-child(2n+1){
     margin-left: 0px;
}
.ydLiLeft{
     width: 300px;
     float: left;
     height: 100%;
}
.ydLiRight{
     width: 100px;
     float: right;
     height: 100%;
}
.ydLiOne{
     height: 35px;
     width: 100%;
     overflow: hidden;
}
.ydLiOne p{
     float: left;
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;

}
.ydLiOne img{
     width: 22px;
     float: left;
     margin: 0 5px;
     margin-top: 7px;
}
.ydLiTwo{
     height: 38px;
     width: 100%;
}
.ydLiTwoLi{
     padding: 2px 8px;
     overflow: hidden;
     text-align: center;
     float: left;
     border-radius: 15px;
     font-size: 12px;
     margin-right: 5px;
}
.ydLiTwoLi1{
     border: 1px solid #1776bd;
     color: #1776bd;
}
.ydLiTwoLi2{
     border: 1px solid #eb6100;
     color: #eb6100;
}
.ydLiThr{
     width: 100%;
     height: 15px;
}
.ydLiThr p{
     float: left;
     color: #8c8c8c;
     font-size: 12px;
}
.ydLiThr img{
     float: left;
     margin-right: 7px;
}
.ydLiThrImg{
     margin-left: 7px;
}
.ydLiFour{
     width: 100%;
     text-align: right;
     height: 70px;
}
.ydLiFour p{
     height: 22px;
     font-size: 12px;
     line-height: 12px;
     color: #828282;
}
.ydLiFive{
     text-align: right;
     width: 100%;
     overflow: hidden;
     color: #ff0000;
     font-size: 18px;
     font-weight: bold;
}
.ydLiFive span{
     font-size: 12px;
}
.ydSwiper,.ydLiSwiper,.zySwiper{
     width: 100%;
     height: 425px;
     overflow: hidden;
}
.zySwiperLi{
     width: 430px;
     height: 120px;
     float: left;
     margin-left: 20px;
     margin-bottom: 10px;
     transition: all 0.5s;
     border: 1px solid #e5e5e5;
}
.zySwiperLi:hover{
     border: 1px solid #e5e5e5;
}
.zySwiperLi:nth-child(2n+1){
     margin-left: 0;
}
.zyLiOne{
     width: 100%;
     height: 30px;
     margin-top: 15px;
}
.zyLiOne1{
     width: 60%;
     float: left;
     font-size: 14px;
     font-weight: bold;
     color: black;
     padding-left: 15px;
}
.zyLiOne1{
     width: 60%;
     float: left;
     font-size: 14px;
     font-weight: bold;
     color: black;
}
.zyLiOne2{
     width: 40%;
     float: right;
     font-size: 14px;
     font-weight: bold;
     color: #ff0000;
     text-align: right;
     padding-right: 15px;
}
.zyLiTwo{
     height: 38px;
     width: 100%;
     padding-left: 15px;
     overflow: hidden;
}
.zyLiTwoLi{
     background: #f8f8f8;
     padding: 3px 10px;
     float: left;
     margin-right: 8px;
     color: #666666;
     border-radius: 5px;
     font-size: 14px;
}
.zyLiThr{
     background: linear-gradient(to right, #f5fcfc, #fcfbfa);
     width: 100%;
     height: 35px;
     padding:0px 15px;
}
.zyLiThr1{
     width: 50%;
     height: 100%;
     float: left;
     font-size: 12px;
     line-height:35px;
     color: #666666;
}
.zyLiThr2{
     width: 50%;
     height: 100%;
     float: left;
     font-size: 12px;
     line-height:35px;
     color: #666666;
     text-align: right;
}
.qySwiperLi{
     width: 100%;
     height: 50px;
}
.qyLiSwiper,.jrLiSwiper{
     width: 100%;
     height: 100%;
}
.qySwiperLiImg{
     width: 50px;
     height: 50px;
     float: left;
}
.qySwiperLiP{
     float: left;
     width: 225px;
     height: 50px;
     margin-left: 15px;
}
.qySwiperLiP1{
     height: 25px;
     width: 100%;
     margin-top: 6px;
     font-size: 14px;
     line-height: 14px;
}
.qySwiperLiP2{
     width: 100%;
     color: #929292;
     line-height: 14px;
     font-size: 14px;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow: hidden;
}
.jrSwiperLi{
     width: 140px;
     height: 195px;
     float: left;
     margin-left: 8px;
     position: relative;
     border: 1px solid #f0f0f0;
     margin-bottom: 10px;
}
.jrSwiperLi:nth-child(2n+1){
     margin-left: 0;
}
.jrLiTips{
     position: absolute;
     width: 26px;
     height: 65px;
     left: 5px;
     top: 0px;
     background: url(../img/jrBj.png) no-repeat center;
     background-size: cover;
     
}
.jrLiTips p{
     width: 100%;
     height: 50px;
     writing-mode: vertical-rl;
    text-align: center;
    line-height: 26px;
    color: white;
    font-size: 12px;
    margin-top: 4px;
}
.jrLiLogo{
     width: 80px;
     height: 25px;
     margin-top: 13px;
     margin-left: 40px;
}
.jrLiHead{
     width: 120px;
     float: right;
     font-size: 18px;
     text-align: center;
     margin-top: 10px;
     height: 37px;
     font-weight: bold;
     color: black;
}
.jrLiOne{
     width: 100%;
     height: 31px;
     overflow: hidden;
}
.jrLiOneLi{
     float: left;
     border-right: 1px solid #eeeeee;
     width: 50%;
     height: 31px;
}
.jrLiOneLi:nth-child(2){
     border-right: 0px solid #eeeeee;
}
.jrLiOneLiP1{
     width: 100%;
     height: 18px;
     color: #404040;
     font-size: 12px;
     text-align: center;
     line-height: 12px;
}
.jrLiOneLiP2{
     width: 100%;
     color: #8f8f8f;
     font-size: 12px;
     line-height: 12px;
     text-align: center;
}
.jrLiTwo{
     margin-top: 15px;
     width: 100%;
     text-align: center;
     color: #888888;
     font-size: 14px;
     line-height: 14px;
     overflow: hidden;
     height: 22px;
}
.jrLiThr{
     font-size: 18px;
     font-weight: bold;
     text-align: center;
     width: 100%;
     color: #f0334d;
}
.jrLiThr span{
     font-size: 12px;
}
.msSwiperLi{
     width: 100%;
     height:100px;
}
.msLiImg{
     width: 92px;
     height: 92px;
     float: left;
     overflow: hidden;
}
.msLiTxt{
     width: 180px;
     float: left;
     height: 100%;
     margin-left: 15px;
}
.msLiOne{
     font-size: 15px;
     font-weight: bold;
     line-height: 18px;
     width: 100%;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}
.msLiTwo{
     height: 27px;
     color: #7e7979;
     font-size: 14px;
     line-height: 14px;
     width: 100%;
}
.msLiThr{
     font-size: 16px;
     font-weight: bold;
     color: #ff2610;
}
.msSwiperBox{
     width: 100%;
    height: 415px;
    overflow: hidden;
}
.flSwiperLi{
     width: 100%;   
     height: 140px;
     overflow: hidden;
}
.flLiImg{
     width: 125px;
     height: 115px;
     float: left;
}
.flLiTxt{
     width: 150px;
     float: left;
     margin-left: 15px;
     overflow: hidden;
     float: left;
}
.flLiTxt1{
     width: 100%;
     color: #646464;
     font-size: 17px;
     font-weight: bold;
     line-height: 18px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}
.flLiTxt2{
     height: 30px;
     width: 100%;
     color: #717171;
     font-size: 14px;
     line-height: 30px;
}
.flLiTxt3{
     line-height: 18px;
     width: 100%;   
     color: #646464;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
     font-size: 14px;
}

