.lx {margin:0px auto; width:1200px; display:table;}
.o-m{width:100%; height:500px; display:table; margin-top:80px;}

.o-m .ul-o{float:right;width:400px; height:500px;position:relative; display:table;}
.o-m .ul-o ul{height:460px; overflow-y:auto;}
.o-m .ul-o ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.o-m .ul-o ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
.o-m .ul-o ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #fff;
  border-radius: 10px;
  }
  
.o-m .ul-o li{width:100%;cursor:pointer;position:relative;z-index:2;
                        height: 35px;
                        justify-content: center;
                        align-items: center;
                        font-size: 16px;
                        font-family: MicrosoftYaHei, sans-serif;
                        /*font-weight: bold;*/
                        color: #fff;
                        box-sizing: border-box;
                        line-height: 35px;
                        text-align: center;
}


.o-m .ul-o li p{float:left;line-height:68px;color:#fff;font-size:16px;font-style:italic;width:900px;}
.o-m .ul-o li.on {display:block; color:#ee0a3b; background:url(../images/yxbj1.png) no-repeat;}
.o-m .ul-o li:hover {display:block; color:#ee0a3b; background:url(../images/yxbj1.png) no-repeat;}
.o-m .ul-t{width:600px;float:left;height:500px;}
.o-m .ul-t li{list-style-type:none;position:relative;height:100%;display:none;}
.o-m .ul-t .li-top{width:80%; margin-top:23px;margin-left:55px; border-radius:10px; }
.o-m .ul-t .li-top video{border-radius:10px;}
.o-m .ul-t p{color:#fff;font-size:14px;line-height:22px;margin-bottom:5px}
.o-m .ul-t .li-img{width:100%; margin:0px auto; margin-bottom:20px;}











.lxone {margin:0px auto; width:1200px; display:table;}
.o-mone{width:100%; height:500px; display:table; margin-top:80px;}

.o-mone .ul-oone{float:right;width:400px; height:500px;position:relative; display:table;}
.o-mone .ul-oone ul{height:460px; overflow-y:auto;}
.o-mone .ul-oone ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.o-mone .ul-oone ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
.o-mone .ul-oone ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #fff;
  border-radius: 10px;
  }
  
.o-mone .ul-oone li{width:100%;cursor:pointer;position:relative;z-index:2;
                        height: 35px;
                        justify-content: center;
                        align-items: center;
                        font-size: 16px;
                        font-family: MicrosoftYaHei, sans-serif;
                        /*font-weight: bold;*/
                        color: #fff;
                        box-sizing: border-box;
                        line-height: 35px;
                        text-align: center;
}


.o-mone .ul-oone li p{float:left;line-height:68px;color:#fff;font-size:16px;font-style:italic;width:900px;}
.o-mone .ul-oone li.on {display:block; color:#ee0a3b; background:url(../images/yxbj1.png) no-repeat;}
.o-mone .ul-oone li:hover {display:block; color:#ee0a3b; background:url(../images/yxbj1.png) no-repeat;}
.o-mone .ul-tone{width:750px;float:left;height:500px;}
.o-mone .ul-tone li{list-style-type:none;position:relative;height:100%;display:none;}
.o-mone .ul-tone li img{width:750px; height:420px; border:#f00 1px solid; border-radius:10px; margin-left:55px; }

.o-mone .ul-tone li h2{ position:absolute; left:58%; top:40%; width:80px; height:80px; line-height:80px; text-align:center; background:#fff; font-size:48px; border-radius:50%; margin-left:-40px; margin-top:-40px; box-shadow:0 0 5px #333; color:#333;}
.o-mone .ul-tone li h2 i{padding-left:8px; margin-top:-3px;}
.o-mone .ul-tone li:hover h2{color:#f00;}
.o-mone .ul-tone p{color:#fff;font-size:14px;line-height:22px;margin-bottom:5px}
.o-mone .ul-tone .li-imgone{width:100%; margin:0px auto; margin-bottom:20px;}

