body {
    background: #fff;
    font-family: "微软雅黑";
    /*font-size: 16px;*/
}

.banner img {
    width: 100%;
    height: auto;
}

.navbox {
    /*height: 46px;*/
}

.nav {
    width: 92%;
    height: 46px;
    margin: 0px auto 0;
    padding: 0px 4% 0px;
    background: #ececec;
    z-index: 9;
}

.nav .swiper-slide {
    text-align: center;
    color: #333;
    width: auto;
    padding: 0px 5%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav .swiper-slide a {
    color: #333;
}

.nav .on,
.nav .on a {
    /*color: #da2222;*/
    /*  background: #da2222;*/
}
.nav .swiper-slide-active{
    box-sizing: border-box;
    border-bottom: 2px solid #1a84ef;
}
.nav .navzz {
    background: url(http://www.xinhuanet.com/politics/2017lh/talking/images/20170216_LHFT_navzz_v1.png) 27% 0 no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 36px;
    z-index: 9;
}

.cc {
    width: 100%;
    color: #fff;
    margin: 5% 0;
    overflow: hidden;
}

.lmt {
    position: relative;
    width: 85%;
    /*background: url(http://www.xinhuanet.com/politics/2017lh/talking/images/20170216_LHFT_Lmt01_v1.png) -1% 9px no-repeat;*/
    font-size: 16px;
    color: #0d70d7;
    padding-left: 32px;
    /*font-size: 1.1rem;*/
    font-size: 16px;
}
.lmt:before,
.lmt:after{
    content: "";
    position: absolute;
    display: block;
}
.lmt:before{
    top: 10px;
    left: 18px;
    width: 13px;
    height: 17px;
    background: url("http://www.newsimg.cn/interview/2018qglhft/lhft2018_v_line.png") 0 0 no-repeat;
    background-size: cover;
}
.lmt:after{
    right: -100px;
    bottom: 14px;
    width: 100%;
    height: 1px;
    background-color: #1a84ef;
}
.lmt h2 {
    background: #f9f9f9;
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
}

.cc-con ul {
    padding-top: 12%;
    /*width: 96%;*/
    width: 9.6rem;
    margin: 0 auto;
    clear: both;
}

.cc-con li .ppp {
    /* position: absolute;
    top: -30px;
    right: 0px;
    width: 100%; */
    /*
    font-size: 0;*/
    position: absolute;
    width: 100%;
    top: -0.25rem;
    display: flex;
    align-items:flex-end;
    justify-content: space-around;
}

.cc-con li {
    float: left;
    width: 48%;
    border: 1px solid #efefef;
    position: relative;
    /*border-radius: 15px;*/
    background: #f7f7f7;
    padding-bottom: 0.48rem;
    min-height: 3.5rem;
    box-shadow:0 0 10px #efefef;
}

.cc-con li+li {
    float: right;
}

.cc-con li .name {
    /*position: absolute;*/
    /*width: 55%;*/
    /*bottom: -3px;*/
    /*left: 5%;*/
    /*display: inline-block;*/
    max-width: calc(100% - 2.15rem);
    line-height: 0.5rem;
    color: #0d70d7;
    font-size: 0.45rem;
    font-weight: bold;
}

.cc-con li .name a {
    color: #0d70d7;
}

.cc-con li .img {
    position: relative;
    top: -0.2rem;
    /*display: inline-block;*/
    width: 1.3333333333333333rem;
    height: 1.3333333333333333rem;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #0d70d7;
    /*float: right;*/
    /*margin-right: 7%;*/
}

.cc-con li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.cc-con li .title {
    margin-top: 1.5rem;
    width: 96%;
    padding: 0 2%;
    text-align: center;
    /*font-size: 1.2rem;*/
    font-size: 0.4266666666666667rem;
    color: #333;
    font-weight: bold;
}

.cc-con li .abs {
    font-size: 0.8rem;
    color: #333;
    width: 92%;
    margin: 4% auto 0;
    line-height: 26px;
}

.cc-con li .but {
    background: url(http://www.xinhuanet.com/politics/2017lh/talking/images/20170216_LHFT_getIn_v1.png) 50% 0 no-repeat;
    width: 119px;
    height: 30px;
    margin: 20px auto 0;
    text-indent: -9999em;
    position: absolute;
    bottom: 8%;
    z-index: 3;
    left: 50%;
    margin-left: -60px;
    display: none;
}

.cc-con li .but a {
    display: block;
}

/* .footer {
    width: 100%;
    height: auto;
    text-align: center;
    background: #0d70d7;
    color: #fff;
    padding: .5rem 0;
    font-size: 12px;
    line-height: 16px;
} */

#backTopBtn {
    width: 50px;
    height: 39px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding-top: 10px;
    z-index: 99;
    background: url(http://www.xinhuanet.com/politics/2017lh/talking/images/20170217_LHFT_backTopBtn_v1.png) no-repeat;
    display: none;
}
.footer {
  padding: 26px 0;
  background-color: #154270;
}

.footer .box {
  text-align: center;
  color: #dbeaf9;
}

.footer .box:first-child {
  height: 24px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3f6c9b;
  margin-bottom: 20px;
}

.footer a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 36px;
  margin: 0 28px;
  font-size: 20px;
  line-height: 36px;
  color: #dbeaf9;
  text-align: center;
}

.footer a:first-child {
  margin-right: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl2_logo_ani.png");
}

.footer a:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dbeaf9;
}

.footer span {
  margin: 0 10px;
}
.footer {
    padding: 0.4rem 0;
    font-size: 12px;
}
.footer .box {
    width: 96%;
}
.footer .box:first-child{
    display:none;
}
.footer span {
    display: block;
    margin-bottom: 4px;
}

/*
----------------------------------------

xl1

----------------------------------------
*/
html,body{height: 100%;}
.lh2018-xl1m .navbox{
    display: none;
}
.lh2018-xl1m .cc{
    overflow: visible;
}
.lh2018-xl1m .box{
    width: 9rem;
    margin: 0 auto;
}
/*-- cover --*/
.cover{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
}
.cover-wrap{
    height: 100%;
    background-image: 
        url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl1_m_bg2.png"),
        url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl1_m_bg1.png"),
        url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl1_m_bg3.png");
        
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position:
        100% 50%, 
        0 0,
        0 100%;
    background-size: 
        auto 10rem,
        100% auto,
        100% auto;
}
.cover-logo{
    display: inline-block;
    height: 55px;
    margin-top: 80px;
    text-align: center;
}
.cover-logo img{
    width: auto;
    height: 100%;
}
.cover-lh{
    position: absolute;
    top: 28%;
    left: 15px;
    display: inline-block;
    height: 34px;
    text-align: center;
    /*transform:translateY(-20%);*/
}
.cover-lh img{
    width: auto;
    height: 100%;
}
.cover-tit{
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8em; 
    font-size: 26px;
    line-height: 38px;
    color: #1653aa;
    font-weight: bold;
    text-align: left;
    transform:translateY(-50%);
}
.cover-down{
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 20px;
    /*padding-bottom: 20px;*/
    text-align: center;
    font-size: 0;
}
.cover-down img{
    width: auto;
    height: 100%;
}
/**----*/
.lh2018-xl1m .banner{
    position: relative;
}
.lh2018-xl1m .banner a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
}
/*-- 大头条 --*/
.xl1-bigtit{
    padding-top: 22px;
    padding-bottom: 11px;
}
.xl1-bigtit .box{
    position: relative;
    box-sizing:border-box;
    padding: 0 36px;
}
.xl1-bigtit .box:before,
.xl1-bigtit .box:after{
    content: "";
    position: absolute;
    top: 6px;
    display: block;
    width: 30px;
    height: 26px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.xl1-bigtit .box:before{
    left: 0;
    background-image: url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl1_quoteleft.png");
    -ms-background-position-x: 0.5%;
    background-position-x: 0.5%;
}
.xl1-bigtit .box:after{
    right: 0;
    background-image: url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl1_quoteright.png");
    -ms-background-position-x: 99.5%;
    background-position-x: 99.5%;
}
.xl1-tittxt{
    padding-bottom: 10px;
   /* border-bottom: 1px dashed #92a7cd;
    margin-bottom: 8px;*/
    text-align: center;
}
.xl1-tittxt,
.xl1-tittxt a{
    font-size: 20px;
    line-height: 32px;
    color: #1653aa;
}
.xl1-tittxt a+a{
    margin-left: 8px;
}
/*.xl1-titsub{
    font-size: 20px;
    line-height: 40px;
    color: #808080;
    text-align: center;
}*/


/*-- 列表 --*/
.conbox{width: 100%;}
.xl1-items{
    width: 100%;
    margin-bottom: 58px;
    background-color: #f9f9f9;
}
.xl1-items .box{
    position: relative;
}
.xl1-items .box:before{
    content: attr(data-index);
    position: absolute;
    top: 0;
    left: -1.4em;
    margin-top: -26px;
    font-size: 60px;
    line-height: 100%;
    color: #1a84ef;
    font-style: italic;
    font-weight: bold;
    display: none;
}
.xl1-pic{
    float:left;
    box-sizing:border-box;
    width: 100%;
    /*padding-left: 34px;*/
    /*margin-top: -26px;*/
}
.xl1-pic-wrapimg{
    position: relative;
}
.xl1-pic-wrapimg img{
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    width:  94px;
    height: 94px;
    border-radius: 100%;
    display: none;
}
.xl1-name{
    font-size: 28px;
    line-height: 40px;
    color: #252525;
    font-weight: bold;
}
.xl1-job{
    padding-bottom: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.xl1-img{
    position: relative;
    display: block;
    width:  100%;
    height: 5.045454545454546rem;
}
.xl1-img a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 112px;
    height: 112px;
    margin-top: -56px;
    margin-left: -56px;
    background: url("http://www.newsimg.cn/interview/2018qglhft/ftlh2018_xl1_playbtn.png") 50% 50% no-repeat;
    display: none;
}
.xl1-img a,
.xl1-img img{
    display: block;
    width:  100%;
    height: 100%;
}
.xl1-list{
    float:right;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.xl1-list-wrap{}
.xl1-item{}
.xl1-tit{
    position: relative;
    padding-left: 16px;
}
.xl1-tit:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #aaa;
}
.xl1-tit,
.xl1-tit a{
    font-size: 17px;
    line-height: 35px;
    color: #1856a7;
    font-weight: bold;
}
.xl1-abs{
    /*display: none;*/
    padding-bottom: 16px;
    font-size: 14px;/*18*/
    line-height: 28px;/*34*/
    color: #555;
}