@charset "gb2312";
*{ margin:0px; padding:0px; border:0; }
html, body {width:100%; height:100%;  margin:0px; padding:0; background:url(../images/bj.jpg) center top no-repeat; background-attachment:fixed; 
font:16px/1.5 "Microsoft YaHei" ,"fzzp", tahoma, arial, \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", sans-serif; -webkit-font-smoothing:antialiased;  }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,em,i,b,span,fieldset,input,textarea,blockquote,img,button {border:0;  padding:0; margin:0; font-weight:normal; font-style:normal;} 
table,td,tr,th{font-size:12px;}
li{list-style-type:none;list-style:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
address,cite,code,th {font-weight:normal;font-style:normal;}
img:hover { opacity:1; filter: alpha(opacity=100); }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
.fl { float:left; }
.fr { float:right; }
a { color: #333; text-decoration: none; transition:all ease-out .4s 0s;-webkit-transition:all ease-out .4s 0s;}
a:hover{ color:#c92b2e; text-decoration:none; }
div,ul,li,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,i,em,b,span,td,tr,a,strong,input,textarea,blockquote,img,button { box-sizing:border-box; -webkit-box-sizing:border-box; }


.amn { transition:all ease-out .3s 0s; }
.amn img { transition:all ease-out .3s 0s; }
.amn:hover img {  transform:scale(1.05);}


@font-face {
    font-family: 'syS1'; 
    src: url('SourceHanSerifSC-Light.otf'); 
    font-style: normal;
  }


.header { width:100%; position:relative;margin:0 auto; height:100%; overflow:hidden; background: url(../images/bj2.jpg) no-repeat center top; }
/*.header div { position:absolute;}*/

.donghua { width:1200px; left:50%; margin-left:-600px; top:13vh; z-index:15; position:absolute;}
.title { width: 100%; float: left; text-align: center;  -webkit-animation:title 1.2s ease .3s backwards; animation:title 1.2s ease .3s backwards; }
@keyframes title
{
0%   { -webkit-transform:scale(.5);  opacity:0;}
50% { -webkit-transform:scale(1.2);  opacity:.5;}
100% { -webkit-transform:scale(1);  opacity:1;}
}
@-webkit-keyframes title
{
0%   { -webkit-transform:scale(4);  opacity:0;}
100% { -webkit-transform:scale(1);  opacity:1;}
}
.title img {  width: 100%;}

.font { width: 100%; float: left; margin-top:8vh;  text-align: center;  -webkit-animation:font .8s ease 1.4s backwards; animation:font .8s ease 1.4s backwards; }
@-webkit-keyframes font {
0% { -webkit-transform: translateY(50px); opacity:0}
100% { -webkit-transform: translateY(0); opacity:1 }
}
@keyframes font {
0% { -webkit-transform: translateY(50px); opacity:0}
100% { -webkit-transform: translateY(0); opacity:1 }
}

.arrows { width:60px; height:72px; position:absolute; left:50%; margin-left:-30px; bottom:5vh; z-index:5; -webkit-transform:scale(.7);  transform:scale(.7);}
.arrows path{stroke:rgba(255,255,255,.8); fill:transparent; stroke-width:2px; animation:arrow 2s infinite; -webkit-animation:arrow 2s infinite; }
@keyframes arrow
{
0%{opacity:0}
40%{opacity:1}
80%{opacity:0}
100%{opacity:0}
}
@-webkit-keyframes arrow
{
0%{opacity:0}
40%{opacity:1}
80%{opacity:0}
100%{opacity:0}
}
.arrows path.a1{animation-delay:-1s;-webkit-animation-delay:-1s}
.arrows path.a2{animation-delay:-0.5s;-webkit-animation-delay:-0.5s}
.arrows path.a3{animation-delay:0s;-webkit-animation-delay:0s}


.fadeInUp {-webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInUp {
from { opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes fadeInUp {
from { opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.fadeInDown {-webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInDown {
from { opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, 100%, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes fadeInDown {
from { opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, 100%, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.fadeInLeft {-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeft {
from { opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes fadeInLeft {
from { opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.fadeInRight {-webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInRight {
from { opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes fadeInRight {
from { opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.animated { animation-duration: 1s; animation-fill-mode: both;}



.swiper-container { width:100%; height:100%; }
.swiper-button-prev {  cursor:pointer; position:absolute; z-index:10; left:-34px; top:50%;width:34px; height:80px; margin-top:-40px; background:rgba(255,255,255,.8); transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s; transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s; font-size: 22px; color: #000; line-height: 80px; text-align: center; }
.swiper-button-prev,.swiper-button-next i { color: #000; }
.swiper-button-next { cursor:pointer; position:absolute; z-index:10; right:-34px; top:50%; width:34px; height:80px; margin-top:-40px; background:rgba(255,255,255,.8); transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s; font-size: 22px; color: #000; line-height: 80px; text-align: center; }
.swiper-container:hover .swiper-button-prev { left:0px; }
.swiper-container:hover .swiper-button-next { right:0px; }

.swiper-pagination { position:absolute; z-index:20; text-align:center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); transform:translate3d(0, 0, 0); }
.swiper-pagination-switch { width:8px; height:8px;  margin-right:5px; display:inline-block; border-radius:4px; background:#d3d3d3; }
.swiper-active-switch { width:20px; background:#3494f0; }

.waller { width:calc(100% - 230px); float: right; overflow: hidden; }
.warp { width: 1200px; margin: 0 auto; }

.lm { width:100%; float:left; text-align:center; margin-top:60px; background: url("../images/lmbj.png") center center no-repeat; }
.lm2 { width:100%; float:left; text-align:center; font-size:18px; line-height:20px; font-family:"syS1"; color:rgba(0,0,0,.55); margin:8px 0 50px 0; }



/*01思想铸魂强基*/
.cxgs { width:100%; float:left; }
.cxgs .list { width:800px; float: left; margin-top:30px;  }
.cxgs .list ul li {  width:48%; margin:0% 2% 2% 0%; height:106px;  float:left; padding:0 30px; background: #fff; box-shadow: 0px 0px 10px rgba(174,127,65,.15);  display:flex; align-items:center; }
.cxgs .list ul li .tit { width:100%; overflow: hidden; float:left; line-height:32px; font-size:20px;  color: #333;  transition:all ease-out 1s 0s;-webkit-transition:all ease-out 1s 0s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.cxgs .list ul li .tit a { color: #333; }
.cxgs .list ul li.active  { background: rgba(174,127,65,.9); }
.cxgs .list ul li.active .tit a   { color:#fff; }
.cxgs .srcoll { width:396px; float:right; position:relative; }
.cxgs .srcoll .img { height:230px; width: 100%;}
.cxgs .srcoll .img img { width:100%; height: 100%; }
.cxgs .srcoll .txt { padding-bottom:55px; background: linear-gradient(135deg, #dbbd8f 1%, #a5783b 100%); }

.cxgs .srcoll .num { font-size:40px; font-family:Arial; color:#fff; line-height:1; font-style:italic;  padding-top:20px; padding-left:20px; position:relative}
.cxgs .srcoll .num:after { content:""; width:103px; height:72px; display:block; position:absolute; left:0; bottom:-45px; z-index:10; background:url(../images/line.png) left top no-repeat; }
.cxgs .srcoll .info { position: relative; padding:0 30px; margin-top:30px; }
.cxgs .srcoll .info span { font-size: 22px; color: #fff; font-weight:700; line-height:1.8rem; transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s; }
.cxgs .srcoll .info p { margin-top:15px;  font-size:15px;  color: #fff; line-height: 1.8rem; min-height: 5.4rem;
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.cxgs .srcoll .info:after {content:""; width:103px; height:72px; display:block; position:absolute; right:0; bottom:-45px; z-index:10; background:url(../images/line.png) left top no-repeat;  }
.cxgs .srcoll .info:hover span {color: #fff;  }
.cxgs .srcoll .more { margin:35px auto 0 auto; width:115px; height:30px; text-align: center; }
.cxgs .srcoll .more i { display:inline-block; font-size:14px; line-height:30px; background:rgba(174,127,65,1); color:#fff; width:88px; }

.srcoll .left_arrow,.srcoll .right_arrow { display: none; width:40px; height:40px; float:left; border:1px solid rgba(0,122,255,.45); top:50%; margin-top:-20px; cursor:pointer; position:absolute; z-index:9999; text-align:center; line-height:38px; font-size:20px; color:#c90000; border-radius:100px; transition:all ease-out .4s 0s;-webkit-transition:all ease-out .4s 0s; }
.srcoll .left_arrow { left:0px; }
.srcoll .right_arrow { right:0px; }
.srcoll .left_arrow:hover,.srcoll .right_arrow:hover { background:linear-gradient(0deg, #0164eb 1%, #00bafa 100%); color:#fff; border:1px solid #0164eb; }

.more2 { text-align: left; width: 100%; float:left; margin-bottom:40px; margin-top: -10px; }
.more2 a { display:inline-block; font-size:16px; color:#fff; background:rgba(0,0,0,.3); padding:0 18px; line-height:40px; border-radius:3px; }
.more2 a:hover { color:#fff; background:#c90000; }

.more3 { text-align: right; width: 100%; float:left; margin-bottom:20px; margin-top: -20px; }
.more3 a { display:inline-block; font-size:16px; color:#fff; background:rgba(0,0,0,.3); padding:0 18px; line-height:40px; border-radius:3px; }
.more3 a:hover { color:#fff; background:#c90000; }


/*02提质增效强能*/
.tzzxqn { width:100%; float:left; margin-bottom:-20px;  } 
.tzzxqn ul li { width:48%; float:left; margin-bottom:20px;  }
.tzzxqn ul li h4 { width:68%; float:right; color:#333; line-height:30px; font-size:18px; overflow:hidden; height:120px; padding:0 5% 0 5%; display:flex; align-items:center; text-align: left; background:#fff; transition:all ease-out .3s 0s; box-shadow:0px 0px 10px rgba(174,127,65,.15);}
.tzzxqn ul li h5 { width:32%; float:left; height:120px;  }
.tzzxqn ul li h5 img { width:100%; height:100%;  }
.tzzxqn ul li:nth-child(2n) { float:right; }
.tzzxqn ul li:hover h4 { background:rgba(174,127,65,1); color:#fff; }


/*03协同共进强合*/
.xtgjqh { width:100%; float:left; margin-bottom:-25px;  }
.xtgjqh ul { display:flex; flex-wrap:wrap; }
.xtgjqh ul li { width:32%; float:left; margin-right:2%; transition:all ease-out .4s 0s; margin-bottom:25px; background: #fff; box-shadow:0px 0px 10px rgba(174,127,65,.15); }
.xtgjqh ul li h3 { width:100%;float:left; height:220px; overflow: hidden;  }
.xtgjqh ul li h3 img {width:100%; height:100%;  -webkit-transition: transform .8s;transition: transform .8s; }
.xtgjqh ul li:hover h3 img {-webkit-transform: scale(1.08);transform: scale(1.08);}
.xtgjqh ul li h2 { width:100%; float:left; padding:18px 25px;}
.xtgjqh ul li h2 font { width:100%; float:left; font-size:20px; line-height:30px; color:#333;   }
.xtgjqh ul li:hover h2 font { color:rgba(174,127,65,1);  }
.xtgjqh ul li:nth-child(3n) { margin-right:0; }


/*04监督聚力强管*/
.jdjlqg { width: 100%; float: left; margin-bottom:-20px; }
.jdjlqg ul li { width:32%; margin:0 2% 20px 0; float:left;  padding:20px 30px; background:#fff; box-shadow:0px 0px 10px rgba(174,127,65,.15); transition:all ease-out .4s 0s;-webkit-transition:all ease-out .4s 0s; }
.jdjlqg ul li:nth-child(3n) { margin-right:0; }
.jdjlqg ul li h2 { height:80px; overflow: hidden;  display:flex; align-items:center; padding-left:10px;}
.jdjlqg ul li h2 span { width: 100%; overflow: hidden; float: left;font-size:20px; line-height: 32px; color: #333; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.jdjlqg ul li:hover { background:#c90000; }
.jdjlqg ul li:hover h2 span { color: #fff; }


/*05纪法亮剑强威*/
.jfljqw { width:100%; float:left; margin-bottom:-25px; }
.jfljqw ul li { width:32%; float:left; margin-right:2%; margin-bottom:25px; height:240px;  background-repeat: no-repeat; background-size:cover; background-position: center center;  overflow:hidden;  position: relative;  border: solid #edddc3 0px; box-shadow:0px 0px 10px rgba(174,127,65,.15); }
.jfljqw ul li span { position: absolute; bottom:0; width:100%; float:left; font-size:20px; line-height:28px;  color:#fff; background:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));  padding:15px 5% 15px 5%; }
.jfljqw ul li span i { width:26px; height:26px; float:left; margin-right:10px; display:inline-block; background:url(../images/player.png); background-size:cover; }
.jfljqw ul li:nth-child(3n) {  margin-right:0px; }
.jfljqw ul li a { width: 100%; height: 100%; display: block; }


/*06激励赋能强责*/
.warp3 {  width:1200px; margin:0 auto; overflow: hidden; display: none; }
.warp4 { width:1200px; margin:0 auto; overflow: hidden; }
.sjlh_Box  {width:1200px; height:500px; position:relative; left:50%; margin-left:-600px; margin-bottom: 50px; }
.sjlh_Box ul { position:relative; width:1200px; height:500px; }
.sjlh_Box li { z-index:0; position:absolute; width:800px; height:500px; top:0; left:0px; }
.sjlh_Box li img { width:100%; height:100%; cursor:pointer; }
.sjlh_Box li em { position:absolute; left:0; bottom:0; padding:10px 3%; width:100%; line-height:28px; font-size:18px; color:#fff; overflow:hidden;   background:rgba(0,0,0,.6); }

.sjlh_Box .prev { background:url(../images/arrow-left.png) center center no-repeat; width:57px; height:57px; top:50%; margin-top:-28px; left:20px; display:block; cursor:pointer; position:absolute; z-index:100; }
.sjlh_Box .next { background:url(../images/arrow-right.png) center center no-repeat; width:57px; height:57px; top:50%; margin-top:-28px; right:20px; display:block; cursor:pointer; position:absolute; z-index:100; }


.footer { width:100%; float:left;  background:linear-gradient(90deg,#ba181b ,#d6452c);  font-size:16px; line-height:52px; color:#fff; text-align:center; } 
.footer strong { padding:0 0 0 8px; font-weight: 600; }

.newslist { width:100%; float:left; margin-bottom: 60px; } 
.newslist ul li { width:100%; float:left; background:rgba(255,255,255,.6);  border-left:4px solid #e07516; padding:15px 25px; margin:8px 0; box-shadow: 2px 2px 6px rgba(0,0,0,.1);  transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s; }
.newslist ul li h4 { width:100%; float:left;  text-align:left; color:#333; font-size:18px; line-height:36px; height:36px; overflow:hidden;}
.newslist ul li h4 span { color:#999; float:right; font-size:16px; }
.newslist ul li:hover h4 { color: #e07516; }
.newslist ul li:hover { -webkit-transform: translateY(-10px);transform:translateY(-10px); }
.newslist ul li:nth-child(2n) { border-left:4px solid #bd0e0e; }
.newslist ul li:nth-child(2n):hover h4 { color: #bd0e0e; }

.more { text-align: right; margin-top:30px; width: 100%; float:left; }
.more a { display:inline-block; font-size:16px; color:#fff; background:rgba(0,0,0,.4); padding:0 20px; line-height:42px; border-radius:3px; }
.more a:hover { color:#fff; background:#9b713a;  }


/*手机适应*/
@media screen and (max-width:899px) and (min-width: 160px){

.header { width:100%;  height:17rem;  background: url(../images/bj2.jpg) center top no-repeat;background-size: cover; }
.donghua { width:100%; left:0; margin-left:0; top:2rem; }
.title img { width: 84%;}
.font { margin-top:1.5rem; }
.font img { width:40%;}
.arrows { display: none; }


.warp { width:100%; padding:0 5%; }
	
.lm { margin-top:5%; background:none; }
.lm img { width: 60%; height: auto;}	
.lm2 {  font-size:.9rem; line-height:1.5rem; margin:8px 0 4% 0; }


/*01思想铸魂强基*/
.cxgs .list { display:none; }
.cxgs .srcoll { width:100%; float:none; margin-bottom: 2%; }
.cxgs .srcoll .img { height:13rem; width:100%; }
.cxgs .srcoll .num { font-size:3rem;  padding-top:20px; padding-left:20px;}
.cxgs .srcoll .num:after {  bottom:-45px; }
	
.cxgs .srcoll .info { position: relative; padding:0 5%; margin-top:2rem; }
.cxgs .srcoll .info span { font-size:1.1rem; line-height:1.5rem; }
.cxgs .srcoll .info p { margin-top:.5rem; font-size:.85rem; line-height:1.5rem; -webkit-line-clamp:2; min-height: 3rem; }
.cxgs .srcoll .info:hover span {color: #fff;  }
.cxgs .srcoll .more { margin:2rem auto 0 auto; width:116px; height:28px;  }
.cxgs .srcoll .more span {  width:28px; font-size:.85rem; line-height:28px; }
.cxgs .srcoll .more i { font-size:.85rem; line-height:26px; width:88px; }
.cxgs .srcoll .swiper-cube-shadow {  display:none; opacity:0.3; -webkit-filter:blur(30px); filter:blur(30px); }

.more2 {  margin-top:0; text-align: center; margin-bottom: 6%; }
.more2 a { font-size:.95rem; line-height:1.5rem;  padding:.3rem 1rem;}
.more2 a:hover { background:rgba(0,0,0,.3);  }
	
.more3 {  margin-top:0; text-align: center; margin-bottom: 6%; }
.more3 a { font-size:.95rem; line-height:1.5rem;  padding:.3rem 1rem;}
.more3 a:hover { background:rgba(0,0,0,.3);  }

/*02提质增效强能*/
.tzzxqn { width:100%; float:left; margin-bottom: -4%; } 
.tzzxqn ul li { width:100%; float:left; margin-bottom:4%;  }
.tzzxqn ul li h4 { width:60%; float:left; line-height:1.5rem; font-size:1rem; overflow:auto; height:auto; padding:3.5% 5%; display:flex;  align-items:center; text-align: left;  }
.tzzxqn ul li h5 { width:40%; float:left; height:6rem; }
.tzzxqn ul li:hover h4 { color:#a58041; }	
	

/*03协同共进强合*/	
.xtgjqh { margin-bottom:-4%; }
.xtgjqh ul { display:flex; flex-wrap:wrap; }
.xtgjqh ul li { width:48%; float:left; margin-right:4%; margin-bottom:4%; }
.xtgjqh ul li h3 { height:7rem;  }
.xtgjqh ul li:hover h3 img {-webkit-transform: scale(1);transform: scale(1);}
.xtgjqh ul li h2 { padding:6% 10%;}
.xtgjqh ul li h2 font { width:100%; float:left; font-size:1rem; line-height:1.5rem; -webkit-line-clamp:4;}
.xtgjqh ul li:hover h2 font { color: #255cc6; }
.xtgjqh ul li:nth-child(2n) { margin-right:0; }
.xtgjqh ul li:nth-child(3n) { margin-right:auto; }

	
/*04监督聚力强管*/
.jdjlqg { margin-bottom:-3%;  }
.jdjlqg ul li { width: 100%; padding:.8rem 1rem .7rem 1rem;  box-shadow:0px 0px 10px rgba(174,127,65,.15); border-left: solid 3px #c90000; margin:0 0 3% 0; }
.jdjlqg ul li h2 { height:auto; max-height:5.25rem; padding-left:5px;}
.jdjlqg ul li h2 span { font-size:1rem; line-height:1.5rem; padding:0 0 0 0; -webkit-line-clamp: 3; }
.jdjlqg ul li:hover h2 span { color: #333; }
.jdjlqg ul li:hover { background:#fff; }

	
/*05纪法亮剑强威*/	
.jfljqw { width:100%; float:left; margin-bottom:-4%;  }
.jfljqw ul li { width:100%; float:left; margin-right:0;  margin-bottom:4%; height:13rem; }
.jfljqw ul li span { font-size:1.1rem; line-height:1.5rem; padding:1rem 5%; }
.jfljqw ul li span i { width:22px; height:22px; float: left; margin-right:8px;  }
.jfljqw ul li:nth-child(2n) { float:right;  }
.jfljqw ul li:nth-child(3n) {  margin-right:0; }
.jfljqw ul li a { width: 100%; height: 100%; display: block; }

/*06激励赋能强责*/
.warp4 { display: none; }
.warp3 {width:100%; display:block; padding:0 5%; }
.jlfnqz {  width:100%; float:left; }
.jlfnqz ul { display:flex; flex-wrap:wrap; }
.jlfnqz ul li { width:48%; float:left; margin-right:4%; margin-bottom:5%; }
.jlfnqz ul li h3 { height:7rem; width:100%;float:left; overflow: hidden; }
.jlfnqz ul li h3 img { width:100%; height:100%;}
.jlfnqz ul li h2 { width:100%; float:left; padding:5% 0 0 0;}
.jlfnqz ul li h2 font { width:100%; float:left; font-size:1rem; line-height:1.5rem; color:#333; -webkit-line-clamp:4;}
.jlfnqz ul li:nth-child(2n) { margin-right:0; }
	
	

.footer { padding:.6rem 0; font-size:.95rem; line-height:1.5rem;  } 
.footer strong { padding:0 0 0 8px; font-weight: 600; }

}
