/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* init */
*, *:after, *:before {
    box-sizing: border-box;
    /*outline: 1px dotted red;*/
}

html, body {
    font-size: 16px;
}


a {
    color: inherit;
    text-decoration:  none;
}

p, h2, h3 {
    margin:  0;
    padding:  0;
    line-height: 1.7em;
}

.fjs {
    display: flex;
    justify-content:  space-between;
    flex-wrap:  nowrap;
}

.fjs:before, .fjs:after {
    width: 0;
    height: 0;
    display: none;
}


.mainw {
    width: 1200px;
    position: relative;
    overflow: visible;
    margin:  0 auto;
}

#nav  {
    position: relative;
    background: rgba(0,0,0,0.5);
    background: #303636;
    color: white;
    height: 120px;
}

#nav:before {
    content:  " ";
    
    display: block;
    height: 92px;
    position: absolute;
    width: calc(50% - 600px + 200px);
    left:  0;
    top:  14px;
    background: #0c523f;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#nav .mainw > * {
    display: flex;
}

#nav .mainw  {
    display: flex;
    box-sizing:  content-box;
    align-items:  center;
    height: 120px;
}



#nav .logo {
    position: relative;
    left: -80px;
}


#nav .nav  a {
    display: inline-block;
    line-height: 120px;
    font-size: 20px;
    padding: 0 20px;
}


#nav .tel {
    background: url(/static/baiya/tel.png) no-repeat left center;
    position: absolute;
    right: -100px;
    box-sizing: border-box;
    padding: 20px ;
    padding-left: 50px;
    font-size: 30px;
    color: #fbad05;
    font-weight: bold;
        display: block;
}

#nav .tel:before {
   content:  "24小时免费服务热线";
   color: white;
   display: block;
   color: white;
   font-size: 14px;
}



#prolist {
    position: relative;
    top: -48px;
    z-index: 10;
   margin-bottom: -50px;
}


#prolist .u {
    color: white;
      padding: 15px;
      width: 20%;
}

#prolist .u:nth-child(2) {
    background: #303030 url(/static/baiya/listu.png) right 5px top 5px no-repeat ;
}


#prolist .u:nth-child(3) {
    background: #3e3e3e url(/static/baiya/listu.png) right 5px top 5px no-repeat ;
}

#prolist .u:nth-child(4) {
    background: #4b4b4b url(/static/baiya/listu.png) right 5px top 5px no-repeat ;
}

#prolist .u:nth-child(5) {
    background: #595959 url(/static/baiya/listu.png) right 5px top 5px no-repeat ;
}



#prolist .u:nth-child(1),
#prolist .u:hover
{
    background: #0b4f3d url(/static/baiya/listu.png) right 5px top 5px no-repeat ;
}



#prolist .u .list {
    display: flex;
    flex-wrap:  wrap;
    
}

#prolist .u .list  a {
    width: 100%;
    line-height: 2em;
    border-bottom: 1px dotted #ccc;
}


#prolist .u .more {
    font-size: 10px;
    background: white;
    border-radius: 6px;
    float: right;
    margin-right: 10px;
    color: #666;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 5px;
	    font-weight: bolder;
}



.m-title {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.m-title h3 {
    display: flex;
    text-align: center;
        display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.m-title  h3:before {
    content:  " ";
    display: inline-block;
    background: url(/static/baiya/l.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.m-title  h3:after {
    content:  " ";
    display: inline-block;
    background: url(/static/baiya/r.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-left:  10px;
}


.m-title p {
       max-width: 1000px;
    text-align: center;
    margin:  0 auto;
    color: #4b4c4c;
    margin-bottom: 40px;
    margin-top: 15px;
}



#home-hot .fjs {
    flex-wrap:  wrap;
}


#home-hot .fjs a {
    width: 287px;
   
    background: #303030;

    /*box-shadow: 4px 4px 0px 4px #d0e5fd;*/
    margin-bottom: 30px;
    position: relative;
    
}

#home-hot .fjs a:before {
    content: " ";
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: #d0e5fd;
    z-index: -1;
}

#home-hot .fjs a img {

    width: 100%;
    height: 180px;
    position: relative;
    left: -5px;
    top: -5px;
}

#home-hot .fjs a  p {
    color: white;
   text-align: center;
   position: relative;
   background: url(/static/baiya/hot-dot.png) center no-repeat;
}



#home-about {
    height: 600px;
    background: url(/static/baiya/home-about.jpg) center no-repeat;
    color: white;
    padding-top: 30px;
}

#home-about .m-title p {
    color: white;
}



#home-about  .m-title  h3:before { 
    background: url(/static/baiya/lh.png) no-repeat;
 
}


#home-about  .m-title  h3:after {
 
    background: url(/static/baiya/rh.png) no-repeat;
    
}

#home-about .mainw .info {
    width: 580px;
}


#home-about .mainw .info h3  {
    margin-top: 28px;
    padding-left: 30px;
}


#home-about .mainw .info h3 span {
    color: #fbad05;
}



#home-about .mainw .info p {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 2em;
}

#home-about .mainw .info img {
    position: relative;
    z-index: 999;
}

#home-about .mainw  .video {
    width: 600px;
     background: url(/static/baiya/vbg.png) no-repeat;
    padding: 10px;
}


#home-about .mainw  .video video {
   width: calc(100% - 20px);
   height:  auto;
}



#home-news .news-top {
 
}

#home-news .news-top > a  {
    background: #666666;
    width: 32%;
    padding: 20px;
    color: white;
}

#home-news .news-top > a  .ymd {
    
}

#home-news .news-top > a  .ymd span{
    font-size: 2em;
}



#home-news .news-top > a p {
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
}

#home-news .news-top > a .more {
    background: white;
    color: #ccc;
    font-size: 12px;
    padding: 5px 10px;
    color: #333;
    border-radius: 5px;
}

#home-news .news-top > a:hover {
    background: url(/static/baiya/newstop.png);
}
#home-news .news-top > a:hover h3 {
    color: #fbad05;
}


#home-news .list {
    margin-top: 50px;
    flex-wrap:  wrap;
}

#home-news .list  a {
    width: 48%;
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    margin-bottom: 20px;
}

#home-news .list  a .ymd {
    width: 100px;
    margin-right: 10px;
    flex-shrink:  0;
    background: #e6e6e6;
   
}
#home-news .list  a:hover .ymd ,
#home-news .list  a:first-child .ymd {
    background: #0b4f3d;
    color: white;
}



#home-news .list  a .ymd  span { 
    text-align: center;
    display: block;
    
}

#home-news .list  a .ymd .d {
    line-height: 2em;
    font-size: 40px;
}
#home-news .list .info  span {
    float: right;
    display: inline-block;
}


#tonglan img {
    width: 100%;
    height:  auto;
}


#home-case .fjs a {
   background: url(/static/baiya/caseu.png) center;
         background-size: cover;
       width: 24%;
}

#home-case .fjs a img {
    width: 80%;
    height:  auto;
}

#home-case .fjs a p {
    color: white;
    text-align: center;
}

#home-case {
    margin-bottom: 50px;
}













#footer {
    background: url(/static/baiya/footer.jpg) top center no-repeat;
    height: 348px;
    color: white;

}

#footer .mainw {
    position: relative;     
        overflow: hidden;
            padding-bottom: 32px;
}

#footer  h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    color: white;
    padding-top: 30px;
    padding-bottom: 5px;
}

#footer  a {
    color: inherit;
}

#footer   .unit {
    float: left;

}

#footer   .unit.item-1 a  {
    display: block;
    width: 185px;
    padding-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
}
#footer   .unit.item-2 {

    width: 370px;
}

#footer   .unit.item-2 p {
    display: block;

    padding-top: 15px;
    padding-bottom: 12px;

    padding-left: 50px;

}
#footer   .unit.item-2 p.phone { background: url(/static/baiya/footer-phone.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.tel { background: url(/static/baiya/footer-tel.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.fax { background: url(/static/baiya/footer-fax.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.email { background: url(/static/baiya/footer-email.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.qq { background: url(/static/baiya/footer-qq.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.address { background: url(/static/baiya/footer-address.png)  center left 3px no-repeat;}

#footer   .unit.message {
       width: 480px;
    margin-left: 30px;
    position: relative;
    top: 40px;
    left: 66px;
}

#footer   .unit.message  .info {
    display: inline-block;
    width: 20%;
    line-height: 40px;
    vertical-align:  central;

}

#footer   .unit.message  input {
    width: 70%;
    height: 20px;
    padding: 5px;
    margin: 10px;
    font-size: 16px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: white;
}

#footer   .unit.message  textarea {
    width: 70%;

    padding: 5px;
    margin: 10px;
    height: 40px;
    font-size: 16px;
    background: rgba(0,0,0,0);
    border-radius: 5px;
    color: white;
    border: 1px solid #ccc;

} 

#footer   .unit.message  .line {
    position: relative;
}

#footer   .unit.message .ab {
    position: absolute;
    /*top: 50px;*/
    left: 0;
}


#footer   .unit.message #submit {
    height: 40px;
    width: 100px;
    background: #068060;
    color: white;
    border: 0;

}


#footer .ewm {
    position: absolute;
    top:  50px;
    right:  0;
}


#footer .ewm .pics  {
    margin-top: 50px;
    text-align: center;
}


#footer .ewm .pics .p   {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

#footer .ewm .pics .p  img {
    display: block;
}


#footer .ewm .tel {
    background: url(/static/baiya/ftel.png)  center left 3px no-repeat;
    padding-left: 50px;
    /*padding-top: 30px;*/
}

#footer .ewm .tel p {
    line-height: 1em;
}

#footer .ewm .tel .nu {
    font-size: 32px;
    line-height: 1em;
}

#footer  .cpr {
    text-align: center;
    background:  #000;
    line-height: 3em;
    /*background: linear-gradient( to right , #032e54, #7f9b34 ,#032e54 );*/
    color: white;
}



/** inner  **/

#inner-banner {
    background: url(/static/baiya/inner-banner.jpg) center;
    height: 243px;
       position: relative;
}


#inner-banner .p {
    background: rgba(0,0,0,0.3);
    bottom: 0;
    position: absolute;
    line-height: 2em;
    width: 100%;
}

#inner-banner  .mainw {
 color: white;
 text-align: right;
}


/**  list-product  **/


#list-product {
    
}

#list-product .u {
    
}
#list-product  .list-name {
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}


#list-product  .list-name .name {
        display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    align-items:  center;
    font-size: 30px;
    font-weight: bold;
}


#list-product  .list-name .name:before {
    content:  " ";
    background: url(/static/inner/list-name-l.png) no-repeat;
    width: 57px;
    height: 26px;
    margin-right: 20px;
}




#list-product  .list-name .name:after {
    content:  " ";
	/*
    background: url(/static/inner/list-name-r.png) no-repeat;
	*/
    width: 61px;
    height: 24px;
    margin-left: 20px;
}


#list-product  .list-name .more {
    position: relative;
    box-sizing: border-box;
    padding-left: 80px;
       background: url(/static/inner/list-name-more.png) no-repeat;
       line-height: 2em;
       padding-right: 20px;
}


#list-product  .u .desc {
    width: 1200px;
    margin:  0 auto;
    margin-bottom: 20px;
}


#list-product  .u .list {
    
}

#list-product  .u .list a  {
    width: 24%;
    background: white;
    box-shadow:#ccc 0px 0px 15px;
    border-radius: 10px;
}

#list-product  .u .list a img {
    max-width: 100%;
    height:  auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



#list-product  .u .list a .info {
    width: 80%;
    margin:  0 auto;
   padding-bottom: 15px;
}


#list-product  .u .list a .info  h3 {
    line-height: 2em;
}

#list-product  .u .list a .info   .metas div {
    line-height: 1.7em;
    font-size: 0.9em;
           background: url(/static/inner/meta-1.png) left center  no-repeat;
           padding-left: 30px;
}




#list-product  .u .all {
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content:  flex-start;
}


#list-product  .u .all a {
    border: 1px dotted #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 20px;
}


/*************** list-pro **************/
#list-pro {
    
}

#list-pro .list {
 
 width: 1000px;
 margin:  0 auto;
  margin-top: 50px;  
    width: 1343px;
        margin-left: -47px;
            margin: 0 auto;
                margin-top: 50px;
                    margin-left: -65px;


}

#list-pro .list a {
    width: 183px;
   color: wheat;
    background: url(/static/inner/list-pro.png) bottom center no-repeat;
    padding-bottom: 20px;
    display: block;
    text-align: center;
}

#list-pro .list a:hover,
#list-pro .list a:first-child {
   background: url(/static/inner/list-pro-hover.png) bottom center no-repeat;  
}

#list-pro .list a h3 {
    line-height: 2em;
    font-weight: normal;
    color: white;
 position: relative;
 top: 10px;
   
}


#list-pro  .pros {
    margin-top: 50px;
    margin-bottom: 30px;
    flex-wrap:  wrap;
}

#list-pro  .pros  a {
    width: 23%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        box-shadow: #ccc 0px 0px 15px;
        margin-bottom: 30px;
}
#list-pro  .pros  a  img {
    max-width: 100%;
}
 
#list-pro  .pros  a:last-child:nth-child(4n - 1) {
    margin-right: calc(23% + 4% / 3);
}


#list-pro  .pros  a:last-child:nth-child(4n - 2) {
    margin-right: calc(46% + 16% / 3);
}

 


#list-pro  .pros  a img {
 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#list-pro  .pros  a  p {
    background: white;
    text-align: center;
    line-height: 2.4em;
    background: url(/static/inner/proabg.png) no-repeat center ;
    font-weight: bold;
}

#pro-top {
    position: relative;
    margin-top: 50px;
}

#pro-top .pics {
    width: 527px;
    position: absolute;
    top:  0;
    left: 0;
    z-index: 9;
}

#pro-top .pics  img {
    height: 344px;
    width: 100%;
    border-radius: 10px;
}


#pro-top  .pics .three {
    display: flex;
    justify-content:  space-around;
    margin-top: 10px;
}


#pro-top  .pics .three p {
    padding-left: 30px;
}

#pro-top  .pics .three p:nth-child(1) {
    background: url(/static/inner/pro-top-1.png) left center no-repeat;
}
#pro-top  .pics .three p:nth-child(2) {
    background: url(/static/inner/pro-top-2.png) left center no-repeat;
}
#pro-top  .pics .three p:nth-child(3) {
    background: url(/static/inner/pro-top-3.png) left center no-repeat;
}


#pro-top .info {
    width: 690px;
    float: right;

    
}
#pro-top:after {
    display: block;
    content:  " ";
    clear: both;
    
}

 

#pro-top .info .title {
    display: flex;
    align-items: center;
}


#pro-top .info .title h1 {
    background: #f2d483;
    padding-left: 50px;
    display: inline-block;
    line-height: 1.7em;
    padding:  0 20px;

    margin: 0;
        margin-right: 30px;
            font-size: 27px;
    
}
#pro-top .info .title p {
        background: url(/static/inner/dmz.png) left center no-repeat;
        padding-left: 30px;
}

 
#pro-top .info .metas {
    background: #0b4f3d;
    float: left;
    color: white;
        width: 690px;
    position: relative;
}

#pro-top .info .metas ul {
    list-style:  none;
    margin-top: 50px;
    margin-top: 30px;
}


#pro-top .info .metas ul li {
    line-height: 3em;
}

#pro-top .info .metas  .pic-two {
    position: absolute;
    top: 50px;
    right: 5px;
    width: 330px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#pro-top .info .metas  .pic-two  img {
    width: 48%;
    height: 120px;
    border: 2px solid white;
    border-radius: 5px;
}

#pro-top .info .metas  .tel {
    background: url(/static/inner/pic-meta.png) no-repeat;
    width: 477px;
    height: 152px;
    position: relative;
    top: 10px;
    left: 50px;
}

#pro-top .info .metas  .tel span {
       color: #0b4f3d;
    position: relative;
    top: 52px;
    left: 85px;
    font-size: 31px;
    font-weight: bold;
}



#pro-dir {
    clear: both;
        background: url(/static/inner/pro-dir.png) ;
        margin-bottom: 40px;
        margin-top: 40px;

    clear: both;
        background: white url(/static/inner/pro-dir.png);
            margin-bottom: 40px;
                margin-top: 40px;
                    position: sticky;
                        top: 0;
                            z-index: 9999;


        
}

#pro-dir  a {
    display:  inline-block;
    padding: 10px 30px;
    font-size: 24px;
 line-height: 2em;
}

#pro-dir  a:hover,
#pro-dir  a:first-child, 
#pro-dir  a:last-child {
    background: #0b4f3d;
    color: white;
    
}




#con-con {
   


}



#content {
    width: 800px;
    line-height: 1.7em;
    color: #494948;
}

#content img.align-center {
    margin:  0 auto;
    display: block;
}

#content  .h3 {
       background: url(/static/inner/content-h3.png) left center  no-repeat ;
       padding-left: 70px;
       font-size: 1.3em;
       margin-bottom: 20px;
       margin-top: 20px;
}

#sbar {
    width: 300px;
}

#sbar .sh {
        box-shadow: #ccc 0px 0px 15px;
        padding: 20px;
        box-sizing: border-box;
       
}

.list-pic-bg {
    height: 52px;
     background: url(/static/inner/list-pic-bg.jpg) center no-repeat; 
     margin-top: 5px;
     margin-bottom: 5px;
}


.list-text-bg {
    height: 52px;
     background: url(/static/inner/list-text-bg.jpg) center no-repeat; 
     margin-top: 5px;
     margin-bottom: 5px;
}

#sbar  .gs {
     background: url(/static/inner/sbar-gs.png) top 30px  center  no-repeat ;
     padding-top: 100px;
}

#sbar img {
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#sbar .list-pic a {
    display: block;
    margin-bottom: 30px;
       
}

#sbar .list-pic a  p {
        text-align: center;
      box-shadow: #689488 0px 0px 5px;
     line-height: 2.4em;
}

#sbar .list-text {
    
}

#sbar .list-text  a {
    display: block;
    line-height: 2.4em;
      background: url(/static/inner/list-text-a.png) left  center  no-repeat ;
      padding-left: 20px;
      border-bottom: 1px dotted #ccc;
          overflow: hidden;
              text-overflow: ellipsis;
                  white-space: nowrap;
}

#sbar .list-text  a:nth-child(1),
#sbar .list-text  a:nth-child(2),
#sbar .list-text  a:nth-child(3) {
          background: url(/static/inner/list-text-hot.png) left  center  no-repeat ;
}


#con-con {
    margin-top: 30px;
}

#newslist {
    /*outline: 1px solid #ccc;*/
    padding: 20px;
}

#newslist  a {
    line-height: 2.3em;
    display: flex;
    justify-content:  space-between;
    flex-wrap: nowrap;
 
    border-bottom: 1px dotted #ccc;
        background: url(/static/inner/list-text-a.png) left  center  no-repeat ;
            padding-left: 20px;
}

#con-con .ttttt {
    
}


#con-con .ttttt {
    display: flex;
   align-items: center;
   border-bottom: 1px solid #ccc;
}


#con-con .ttttt span{
 
    color: #ccc;
    font-size: 14px;
    padding-left: 30px;
}

#con-con .last-con {
    margin-top: 30px;
    margin-top: 1px;
}


#con-con .last-con br {
	content: " ";
	font-size: 0;
}




#mmm {
    margin-top: 50px;
    background: #ddd;
    padding: 10px;
    line-height: 2em;
    
}


img.aligncenter  {
    display: block;
    margin: 0 auto;
}


h1 {
    line-height: 1.3em;
}










#yunqi {
    z-index: 99999999;
    position: fixed;
    right: 30px;
    top: 300px;
}

#yunqi .item {
    position: relative;
    height: 52px;
    margin-bottom: 8px;
    display: block;
}

#yunqi .item-5 {
    right: 6px;
}

#yunqi .item  .img {
    position: absolute;
    top: 0;
    right: 0;
}

#yunqi .item .con {
    width: auto;
    position: absolute;
    padding: 15px 20px;
    top:  0;
    display: block;
    right: 80px;
    white-space: nowrap;
    background-color: rgba(51, 68, 115, 0.79);

    opacity: 0.561;
    color: white;
    display: none;


}

#yunqi .item:hover .con {
    display: block;

}

#yunqi .item  .con:after  {
    border-top: 10px solid transparent;
    border-left: 10px solid rgba(51, 68, 115, 0.79);
    border-bottom: 10px solid transparent;
    content: "  ";
    position: absolute;
    top: 10px;
    right: -10px;

}




#content video {
	display:block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 600px;
}






#newslist-xx .list-text {

}


#newslist-xx .list-text  a {
	display: block;
	border: 1px solid #e1e1e1;
	padding: 30px;
	margin-bottom: 30px;
}

#newslist-xx .list-text  a:hover {
	box-shadow: 0px 2px 10px 1px rgba(8, 1, 3, 0.2); 
}


#newslist-xx .list-text  a .name {
	display: flex;
	align-items: center;
	justify-content:  space-between;
	border-bottom: 1px solid #999;
}

#newslist-xx .list-text  a .name  span {
	line-height: 2em;
	font-size: 20px;
}

#newslist-xx .list-text  a .name   .ymd {
	font-size: 16px;
	color: #999;
}

#newslist-xx .list-text  a .con {
	margin-top: 8px;
	line-height: 1.7em;
	color: #666;
}

#newslist-xx .list-text  a  .more {
	background: #0c503d;
	color: white;
	display: inline-block;
	padding:  5px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	    left: 600px;

}

