
.gl_cont_wswsys .container{padding:0px 15px 0px 15px;margin-top:-230px;}
.gl_cont_wlm .container{padding:0px;margin-top:-230px;}
.gl_cont_wlm .row{margin:0px;}
.comment_left_menu{background:#fff;}
.wswsys_right_height{background:#fff;}
.wswsys_lm_comment{padding:30px;}
.wswsys_content{min-height: 300px;}
.wswsys_content img{
  max-width: 100%;
}
/* 通用概览左侧栏目 */
.comment_left_menu .block{background: #fff;padding-bottom:15px;}
.comment_left_menu h2{
  padding:25px 15px;
  text-align:center;
  color:#09416d;
  font-size:24px;
}
.contentLeft {
   float:left;
  width: 100%;
  top: 0;
  left: 0;
}
.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation  li a.leftnav_a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
}
.leftNavigation > li {border-top:none;padding:0px 15px;margin-bottom:1px;}
.leftNavigation > li > a.leftnav_a {
  text-align:center;
  font-size: 18px;
  color: #333; 
  padding:15px;
  line-height:30px;
}

.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #f4f9ff;
}
.leftNavigation li ul li a {
  float:left;width:100%;
  font-size:18px;
}
.leftNavigation li ul li{padding-top:10px;padding-bottom:10px;float:left;width:100%;}
.leftNavigation li ul li a:hover {
  color: #f09236; 
  text-decoration:none; 
  background:#114d9f;
}
.leftNavigation >li > a:hover,.leftNavigation li.active > a{
  color: #333333; 
  text-decoration:none;
  background:#eaeaea;
}

.leftNavigation li.active ul {
  display: block;
}
/* .leftNavigation > li.active > a i.fa-angle-right:before{
  content:"\f107";
 }*/

.leftNavigation > li > a .titNavIcon{
  float:left;width:3px;margin-left:3px;
  margin-right:15px;background:#f2f4fb;height:30px;border:1px solid #f2f4fb;
}
.leftNavigation > li.active > a .titNavIcon,
.leftNavigation > li > a:hover .titNavIcon{
  float:left;width:3px;
  background:rgba(204, 0, 8, 1);height:30px;border:1px solid rgba(204, 0, 8, 1);
}
/* 当前位置 */
.wswsys_breadcrumb{
  background:#eef4ff;padding:11px;
  display:flex;
  /*align-content: center;*/
  justify-content: flex-start;
  align-items: center;
}
.wswsys_breadcrumb a,.wswsys_breadcrumb span,.wswsys_breadcrumb i{
  color:#444;font-size:14px;
  padding:0px 5px;
}
.wswsys_breadcrumb span{padding-left:0px;float:left;}
.wswsys_breadcrumb a:hover{color:#ad3d3f;}
@media (max-width: 768px) {
    .wswsys_breadcrumb{margin-left:0px;}
}

/* 栏目通用 */
.wswsys_lm_comment .title{
  font-size:18px;
  margin-top:0px;
  border-bottom:1px solid #09416d;
}
.wswsys_lm_comment .title span{
  float:left;
  background:#09416d;
  padding:15px 20px;color:#fff;
}
.wswsys_lm_comment h2{
  font-size:18px;font-weight:600;border-bottom:1px solid #e3ecf6;padding-bottom:8px;}
.wswsys_lm_comment h2 i.titNavIcon{
  border-left:9px solid rgba(9,71,156,1);margin-right:10px;}
/*.wswsys_lm_comment{border:1px solid #dcdcdc;padding:15px 25px;background:#f9fbfd;}*/
@media (max-width: 768px) {
    .wswsys_lm_comment{padding:15px;}
}

.wswsys_lm_comment h1.gl_h1{
  background:#eef4ff;margin:0px;padding:0px;}
.wswsys_lm_comment h1.gl_h1 img{padding-right:10px;}

/* 分页修改 */
.pagination{margin:20px 0px 0 0;}
.pagination>li>a,.pagination>li>span
{
    color:#333;
    /*background-color: #68a0df; */
    margin-right:2px;
    border-radius: 3px;
    background:#fff;
    border:1px solid eee;
}
.pagination>li>a:hover,.pagination>li>a:active,.pagination>li>a:focus{
  background-color:rgba(12,106,185, 1);color:#fff;}
.pagination>li>span:hover{background-color: rgba(12,106,185, 1); color:#fff;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover
{
  z-index: 3;
  color: #fff;
  cursor: default;
  /*background-color: #055dbf;*/
  background:rgba(12,106,185, 1);
  border-color:rgba(12,106,185, 1);
}
@media (max-width: 768px) {
    .pagination{padding-right:0px;margin-right:15px;}
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{border-radius: 0px;}

.wswsys_lm_w{}

@media (max-width: 768px) {
    .wswsys_lm_w{padding:0px;}
    .wswsys_breadcrumb{}
}

/* 图片公用 */
.image-box,.image-box span,.img-hover,.image-box span a{float:left;width:100%;}
.image-box{padding:0px;padding-bottom:15px;position:relative;}
.image-box span{text-align:left;}
.image-box span a{font-size:14px;padding:5px 0px;color:#444444;
/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/
}
.img-hover{margin-bottom:5px;overflow: hidden;}
.img-hover img{ 
  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.img-hover img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
}

/* 图片公用 end */

/* 图文列表 */
.wswsys_lm_imgtextlist_dl{
  position: relative;margin-bottom:20px;
  padding:10px 0px;
}
.wswsys_imgtextlist_dt{float:left;width:280px;overflow: hidden;border:1px solid #c7c8c9;}
.wswsys_imgtextlist_dt a img{width:280px;}
.wswsys_imgtextlist_dd{display: table-cell;padding-left:15px;}
.wswsys_imgtextlist_dd h5{padding:0px;margin:0px;margin-top:10px;color:#014199;font-size:14px;font-weight:400;}
.wswsys_imgtextlist_dd h5.gl_title a{color:#002044;line-height:22px;font-size:18px;font-weight:600;}
.wswsys_imgtextlist_dd h5.more a{color:#0d3b66;font-size:16;}
.wswsys_imgtextlist_dd  p{
  float:left;width:100%;margin-top:10px;line-height:160%;color:#666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space:inherit;
}
.wswsys_imgtextlist_dt a img{ 

  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.wswsys_imgtextlist_dt a img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
}
@media (max-width: 480px) {
    .wswsys_imgtextlist_dt{float:left;width:100%;text-align:center;}
    .wswsys_imgtextlist_dt a img{width:100%;}
    .wswsys_imgtextlist_dd{padding:0px;padding-top:15px;}
}
.wswsys_imgtextlist_dd .gl_time{color:#0d3b66;font-size:16px;padding:10px 0;}
.wswsys_imgtextlist_dd .gl_title{
  line-height:180%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wswsys_imgtextlist_dd .gl_title a:hover{
  color:#006ca1;
}
@media (max-width: 1024px) {
  .wswsys_imgtextlist_dd .gl_title{height:auto;line-height:180%;}
}

/* images list */
.gl_images_list{overflow: hidden;}
.gl_images_list .image-box .img-hover img{width:280px;height:197px;max-width:100%;}
.gl_images_list .gl_mar{margin:0px -15px;}
.gl_images_list .gl_padd{padding:0px 15px;}
.gl_images_list .image-box span a{height:43px;padding:0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space:inherit;
}

@media (min-width:1199px) {
  .wl_gl_cont_right .gl_dp_content h1.gl_xq_h1{padding:0px 45px;}
}
@media (max-width:1199px) { 
  .gl_images_list .image-box .img-hover img{width:280px;height:120px;max-width:100%;}
  /* .wl_gl_cont_right .gl_images_list .image-box .img-hover img{width:280px;height:110px;max-width:100%;} */
}
@media (max-width: 992px) {
  .l_images_list .image-box span a{height:auto!important;font-size:14px;padding:5px 0px;color:#444444;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
  }
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;height:155px;}
}
@media (max-width: 768px) {
  .gl_images_list .gl_mar{margin:0px 0px;}
  .gl_images_list .gl_padd{padding:0px 50px;}
  .gl_images_list .image-box span a{
    font-size:14px;color:#444444;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    height: auto;
    overflow: hidden;
    white-space:inherit;
  }
  .wswsys_imgtextlist_dd  p,
  .wswsys_imgtextlist_dd .gl_title{
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    height: auto;
    overflow: hidden;
    white-space:inherit;
  }
}
@media (max-width: 680px) {
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;height:auto;}
}
@media (max-width: 550px) {
  .gl_images_list .gl_padd{padding:0px 15px;}
}
@media (min-width: 400px) and (max-width:768px) {
  .gl_images_list .image-box .img-hover{padding-top:15px;}
  .gl_images_list .image-box .img-hover img{width:100%;max-width:300px;height:auto;}
  .gl_images_list .image-box span a{text-align:center;}
}
@media (max-width: 400px) {
  .gl_images_list .image-box .img-hover img{width:100%;max-width:auto;height:auto;}
}

#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80-im-sklmr-2022.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(wswsys_WhiteLoading-im-sklmr-2022.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbImage img{width:100%;}
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
#mbNumber { background:url(mbNumber_bg-im-sklmr-2022.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 5px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(wswsys_CustomBlackPrevious-im-sklmr-2022.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(wswsys_CustomBlackNext-im-sklmr-2022.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(wswsys_CustomBlackClose-im-sklmr-2022.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:5px;
  padding-bottom:15px;
  margin-bottom:15px;
}
@media (max-width: 768px) {
  #mbBottom #mbTitle{visibility: hidden}
  #mbBottom #mbNumber{visibility: hidden}
  .layout_default{
    float:left; margin:0px;
    padding-bottom:15px;
    margin-bottom:15px;
  }
}

.gl_images_list .image-box .img-hover img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.gl_images_list .image-box .img-hover {
  display: block;
  overflow: hidden;
}
.gl_images_list .image-box .img-hover {
    position: relative;
}
.gl_images_list .image-box .img-hover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gl_images_list .image-box .img-hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}




/*详情页面*/
.wswsys_xl_h2{height:176px;background:url(wswsys_gl_xl1-im-sklmr-2022.jpg) top left no-repeat;background-size:100% 176px; padding:50px 0px 0px 20px;}
.wswsys_con_ly{border-top:1px solid #ddd;padding-top:10px;padding-bottom:15px;color:#999;}
.wswsys_con_ly font{font-size:14px;color:#999999;padding:0 15px 0 0;white-space:nowrap;line-height: 180%;}
.wswsys_con_ly font a{
  color:#333;
}
.wswsys_con_ly font a:hover{
  text-decoration: underline;
}
.wswsys_con_ly >div > img{margin-right:5px;}
.wswsys_content h1{color:#09416d;line-height: 160%;}
.wswsys_content p{float:left;font-size:16px;line-height:180%;margin-bottom:20px;width: 100%;}
.wswsys_content span.wswsys_wzimg{text-align:center;}
.wswsys_content span.wswsys_wzimg img,.wswsys_content p span img ,.wswsys_content p img{width:auto;max-width:554px;}
.wswsys_content span.wswsys_wzimg b,.wswsys_content p span,.wswsys_content span{font-weight:400;margin-top:10px;display:inline;font-size:14px;/*! color:#888888; */}
.wswsys_content pre{
  font-family:  "PingFang";
  border:none;
  background:none;
  font-size:16px;
  line-height:28px;
  width:100%;
}
.wswsys_content .fl_text{
  float:left;
  width:calc(100% - 220px);
  padding-right: 30px;
}
.wswsys_content .fl_text h4,
.wswsys_content .fl_text h5{
  float:left;
  width:100%;
  color:#09416d;
  font-size:18px;
  font-weight:600;
}
.wswsys_content .fl_text h4{
  font-size:24px;
}
.wswsys_content .fl_text h5{
  border-bottom:1px solid #09416d;
  padding-bottom:10px;
  margin-top:25px;
}
.wswsys_content .fl_text p{
  display:block;
  width:100%;
  padding:0px;
  margin:0px;
  font-size:16px;
  line-height:30px;
}
.wswsys_content .fr_img{
  text-align:center;
  float:right;
  width:220px;
}
.wswsys_content .fr_img b{display:block;font-size:24px;font-weight:500;margin-top:20px;color:#09416d;}
.wswsys_content .fr_img span{display:block;font-size:18px;color:#666;margin-top:0px;}

@media (max-width: 992px) {
    .wswsys_content span.wswsys_wzimg img,.wswsys_content p span img ,.wswsys_content p img{width:100%;height:auto;max-width:554px;}
}
@media (max-width: 600px) {
    .wswsys_content span.wswsys_wzimg img,.wswsys_content p span img ,.wswsys_content p img{width:100%;height:auto;}
}
.wswsys_fj_dwn{padding-top:15px;padding:15px;}
.wswsys_fj_dwn td img{margin-right:10px;}
.wswsys_fj_dwn td a{line-height:180%;text-decoration: underline;}
.wswsys_lb a{color:#444;padding-right:15px;}

/*人员列表*/
.wswsys_lm_imglist > div{margin-bottom:15px;}
.wswsys_lm_imglist .image-box{padding:0px 15px;}
.wswsys_lm_imglist .img-hover img{width:100%;max-width:167px;}
.wswsys_lm_imglist .image-box span{padding-bottom:10px;}
.wswsys_lm_imglist .image-box span a{color:#444;font-size:14px;}
.wswsys_lm_imglist .image-box span a b{font-size:16px;color:#000;}
.wswsys_lm_comment .wswsys_ft{font-size:18px;font-weight:bold;}

/* 人员列表*/
.wswsys_ry_list .wswsys_lm_imgtextlist_dl{
  width:calc(50% - 30px);
  background:#fff url(wswsys_logo_bg-im-sklmr-2022.png) bottom right no-repeat;
  padding:10px;
  margin:0px 15px;
  margin-bottom:25px;
}
.gl_cont_wlm .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
  width:calc(33.333% - 30px);
}
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd h5 {margin:20px 0px 10px 0px;}
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd h5 a{
  color:#444;font-size:18px;font-weight:bold;}
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd h5 a:hover{
    color:#006ea1;
  }
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dt{float:left;width:130px;}
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dt a img{width:130px;height: 165px;}
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd  p{float:left;width:100%;margin:0px;margin-top:5px;line-height:180%;}
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd  p {font-size:16px;}
@media (max-width: 480px) {
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dt{float:left;width:100%;max-width:130px;text-align:center;}
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dt a img{width:100%;max-width:130px;}
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd{padding-left:15px;padding-top:0px;}
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd h5 {margin:5px 0px 5px 0px;}
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd h5 a{
      color:#444;font-size:18px;font-weight:bold;}
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd  p{line-height:160%;}
}

/*文字列表*/
.wswsys_lm_list .comment_list li{
  margin-top:10px;
}
.wswsys_lm_list .comment_list li a{
    width:calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}


.wswsys_lm_list .comment_list li span{
    float:right;color:#333333;
    line-height:24px;font-size:16px; font-family: Arial;
    width:90px;
}
.wswsys_lm_list .comment_list li a:before{
  font-family: FontAwesome;
  font-size: 1.6rem; 
  content: "";/*\2022*/
  color:rgba(9,71,156,1);
}

/*鼠标滑过文字效果*/
.wswsys_fj_dwn td a:hover,
.wswsys_lb a:hover,
.wswsys_imgtextlist_dd h5 a:hover,
.hot_list a:hover,
.image-box span a:hover,
.wswsys_lm_imglist .image-box span a:hover,
.wswsys_ry_list .wswsys_lm_imgtextlist_dl .wswsys_imgtextlist_dd h5 a:hover,
.wswsys_lm_imglist .image-box span a:hover b
{color:#006ea1;}
@media screen and (max-width: 1199px) and (min-width: 992px){
  .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(50% - 30px);
    background:#fff url(wswsys_logo_bg-im-sklmr-2022.png) bottom right no-repeat;
    padding:10px;
    margin:0px 15px;
    margin-bottom:25px;
  }
  .gl_cont_wlm .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(50% - 30px);
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(100% - 30px);
    background:#fff url(wswsys_logo_bg-im-sklmr-2022.png) bottom right no-repeat;
    padding:10px;
    margin:0px 15px;
    margin-bottom:25px;
  }
  .gl_cont_wlm .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) and (min-width: 640px){
  .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(100% - 30px);
    background:#fff url(wswsys_logo_bg-im-sklmr-2022.png) bottom right no-repeat;
    padding:10px;
    margin:0px 15px;
    margin-bottom:25px;
  }
  .gl_cont_wlm .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(100% - 30px);
  }
  .gl_cont_wswsys .container {
    margin-top: -250px;
  }
}
@media screen and (max-width: 639px) and (min-width: 320px){
  .wswsys_content .fr_img{
    width:100%;
  }
  .wswsys_content .fl_text{
    width:100%;
  }
  .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(100% - 30px);
    background:#fff url(wswsys_logo_bg-im-sklmr-2022.png) bottom right no-repeat;
    padding:10px;
    margin:0px 15px;
    margin-bottom:25px;
  }
  .gl_cont_wlm .wswsys_ry_list .wswsys_lm_imgtextlist_dl{
    width:calc(100% - 30px);
  }
  .wswsys_lm_list .comment_list li a{
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    white-space:inherit;
  }
  .wswsys_con_ly >div{float:left;}
  .gl_cont_wswsys .container {
    margin-top: -310px;
  }
}
#container #main #ej #bg #right table tr td table tr td table {	text-align: center;}
.pi{font-size:18px !important; font-weight:bold !important; line-height:26px !important;color: #000 !important;;}
.pdfd{font-size:14px; font-weight:bold; color:green; line-height:26px;}
#title{font-size:16px; line-height:26px; text-align: center;}
div #tt{ font-size:18px; color:#09416d; font-weight:600; line-height:26px; text-align:left; margin:5px auto 15px auto;border-bottom: 1px solid #09416d;padding-bottom: 10px;}
#tt a{ font-size:15px; color:green; font-weight:bold; line-height:26px; text-align:left; margin:5px auto 0 auto;}
.piline{
  width: 100%;
  height: 3px;
  background:  #09416d;
}
