  * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  *:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0;padding:0; }
  body {background:#fff; color:#555; font:15px/1.25 Arial,Verdana,Helvetica,sans-serif;}
  td,th,caption { font-size:14px; }
  h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
  address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
  a { color:#666; text-decoration:none;transition: color .3s ease }
  a:hover { text-decoration:none;color:#014073; }
  img { border:none; }
  ol,ul,li { list-style:none; }
  input, textarea, select, button { font:14px Verdana,Arial,Helvetica,sans-serif;outline: none }
  table { border-collapse:collapse; }
  .clearfix:after {content: " "; display: table; clear:both;}
  .clearfix { *zoom:1; }
  .hide{display: none!important}

  .icon-en{display: inline-block;background:url(/imagelzb/lgzx_en_icon.png) no-repeat center center;}

  /*头部*/
  .header{background-color: #014073;height: 140px;}
  .top{margin: 0 auto;width: 1200px;height: 87px;}
  .top .logo{float: left;margin-top: 23px;max-width: 100%;padding:0px;}
  
  .top .logo img{max-width: 100%}
  .top .top-links{float: right;margin-top: 20px;}
  .top .search-bar{border: 1px solid #0576d2;border-radius: 23px;height:32px;width: 260px;display: inline-block;}
  .top .search-bar .s-text{background: none;border: none;width: 225px;height:100%;line-height: 32px;padding-left: 10px;color: #fff}
  .top .search-bar .s-btn{border:none;width: 14px;height: 14px;cursor: pointer;}
  .top .search-bar .s-btn.icon-en{background-position: 0px 0px}
  .top .btcn{float: right;display: inline-block;padding: 6px 10px;color: #fff}
  
  .new-links{margin-top: 5px;}
  .new-links a{padding: 2px 13px;display: inline-block;border: 1px solid #0576d2;color: #fff}
  .new-links a:hover{background-color: #0866b3;}

  /*导航*/
  .navs{position: relative;width: 1200px;margin: 0 auto}
  .navs .navbtn{display: none;}
  .navs .nav-mask{display: none;}
  .nav{height:54px;position: relative;transition: all 0.4s ease}
  .nav li{float: left;z-index: 2}
  .nav li a{font-weight: bold;color: #fff;padding: 17px 26px;display: inline-block;text-transform: uppercase;}
  .nav .nav-on{display:block;position: absolute;bottom: 0;left:0;height: 4px;background-color: #fe7d05;width: 50px;z-index: 1}
  .navs .navbtn{display:none;width: 40px;height: 46px;position:absolute;top:0;right:0;text-align: center;line-height: 46px;background-color: #014073;}
  .navs .navbtn .arrow{display: inline-block;width: 0px;height: 0px;border: 6px solid #fff;border-bottom: none;border-left: 7px solid transparent;border-right: 7px solid transparent;vertical-align: middle;transition: transform .4s ease}


/*下拉链接*/
.mydrops{position: relative;}
.mydrops-tit {
    position: relative;
    width: 167px;
    margin: 0 2px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: left;
    text-align: center;
}
.mydrops-tit:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
    transition: transform .2s ease;
}

.mydrops .con{
  position: absolute;
    top: 100%;
    background: #014073;
    border-radius: 0px 0px 5px 5px ;
    border-top: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-height: 0;
    overflow: hidden;
    z-index: 999
}
.mydrops .dropdown {
  display: none;
  padding: 0 20px;
}
.mydrops .dropdown li {
    padding: 0 15px ;
    float: left;
    text-align: center;
}
.mydrops .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    transition: all 0.6s ease;
    font-weight: bold;
}

.mydrops .dropdown li:hover a {
    color: #57a9d9;
}
.mydrops .mydrops-tit.active {
    border-radius: 0px 0px 2px 2px;
    background: #0377ce;
    box-shadow: none;
    border-top: none;
    color: white;
}
.mydrops .mydrops-tit.active:after {
    border-color: #82d1ff transparent;
    transform: rotate(180deg);
}
.mydrops .tit.active+.con.active{
    max-height: 400px;

}
.mydrops .con.active .dropdown.active{display: block;}
@media (max-width: 768px){
  .mydrops .con{display: none}
}



/*大图*/
  .banner{height: 398px;position: relative;margin: 0 auto;overflow: hidden;}
  .banner .bd img{vertical-align: top;min-width: 100%}
  .banner .hd {display: none;}
  .banner .prev,.banner .next{position: absolute;width: 32px;height: 47px;display: block;top: 50%;margin-top: -16px;opacity: 0;transition: all .4s ease}
  .banner:hover .prev,.banner:hover .next{opacity: 1}
  .banner .prev{background-position: 0 -20px;left: 10%;}
  .banner .next{background-position: -31px -20px;right: 10%}

  /*大包裹层*/  
  .container{width: 1200px;margin: 10px auto 0 ;}
  .main-content{margin-top: 39px;*zoom:1;margin-bottom: 15px;}
  .main-content:after{content:"";display: table;clear: both;}

  /*大包裹层end*/
  /*大标题*/
  .main-title{text-align: center;}
  .main-title a{padding: 20px 0;font-weight: 700;color: #00447f;font-size: 22px;display: inline-block;position: relative;letter-spacing: 2px;text-transform: uppercase;}
  .main-title a:after{content: "";display: inline-block;width: 50px;height: 5px;background:#ff6c02;position: absolute;left: 50%;bottom: 0;margin-left: -25px;transition: all 0.2s ease;}
  .main-title a:hover:after{width: 100%;left: 0;margin-left: 0}


  /*图片新闻*/
  .pic-news{width: 584px;height: 401px;float: left;overflow: hidden;position: relative;max-width: 48.8833%}
  .pic-news .hd{display: none}
  .pic-news .bd{}
  .pic-news .bd li{position: relative;}
  .pic-news .bd li .pic-link{max-width: 100%;transition: all 0.4s ease;min-height: 401px}
  .thumb .pic-news{margin: .5%;width: 584px;height: 349px;}
  .thumb .pic-news .bd li{}
  .thumb .pic-news .bd li .pic-link{min-height:349px;}
  .pic-news .bd li .pic-link:hover{transform: scale(1.01);}
  .pic-news .bd li .txt-link{position: absolute;bottom: 0;left: 0;right: 0;display: inline-block;padding: 10px 0;text-align: center;background: #eee;background: rgba(0,0,0,.8)}
  .pic-news .bd li .txt-link a{color: #fff;}
  .pic-news .bd li .txt-link a:hover{color: #f24d4d}
  .pic-news .prev,.pic-news .next{width: 25px;height: 50px;filter: alpha(opacity=50);opacity:.5;background: #000;background: rgba(0,0,0,50);line-height: 50px;position: absolute;top: 50%;margin-top: -25px;text-align: center;font-size: 18;font-weight: bold;color: #fff;transition: all 0.4s ease}
  .pic-news .prev{left: -50px;}
  .pic-news .next{right: -50px}
  .pic-news:hover .prev{left: 0px;}
  .pic-news:hover .next{right: 0px}
  .pic-news .prev:hover,.pic-news .next:hover{opacity: 1}


  /*新闻列表*/
  .news-list{width: 586px;height: 230px;max-width:48.88333%;float: left;margin-left: 20px;}
  .news-list li a{display: inline-block;padding: 7px 10px;color: #2d2d2d}
  .news-list li a:hover{color: #014073}
  .news-list li:before{content:"";display: inline-block;width: 4px;height: 4px;background:#fa751a;vertical-align: middle;}
  .news-list li .t{display: inline-block;float: right;padding: 7px;color: #a0a0a0}



/*视频新闻*/
  .video-list{width: 586px;height:171px;float: left; margin-left: 20px;}
  .video-list .v-title{padding: 15px;border-bottom: 1px solid #d3d3d3;}
  .video-list .v-title a{font-size: 19px;font-weight: bold;}
  .video-list .v-item{margin-top: 10px;}
  .video-list li{width: 49%;float: left;height: 107px;background-color: #f7f7f7;margin: 0 2px;}
  .video-list li span{display: inline-block;position: relative;overflow: hidden;float: left;}       
  .video-list li span:before{content: "";display: block;width: 42px;height: 42px;background:#eee;background: rgba(0,0,0,0.6);border-radius: 50%;position: absolute;left: 50%;top: 50%;margin-top: -21px;margin-left: -21px;}
  .video-list li span:after{content: "";border-left: 16px solid #fff;border-right: 0px solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid transparent;position: absolute;top: 50%;left: 50%;margin-left: -6px;margin-top: -10px;}
  .video-list li span:before,.video-list li span:after{transition: all .3s ease}
  .video-list li:hover span:before,.video-list li:hover span:after{opacity: 0;transform:scale(1.8);}
  .video-list li img{width: 134px;height: 107px;}
  .video-list li p{width: 50%;float: left;padding: 10px;line-height: 1.6}


  /*龙岗概况*/
  .big-img-con{background:#f7f7f7;}
  .big-img-con .big-img{width: 584px;height:352px;float: left;overflow: hidden;}
  .big-img-con .big-con{width: 593px;float: left;margin-left: 20px;}
  .big-img-con .big-con p{line-height: 2.4;color: #2f2f2f;font-size:17px;}
  .big-img-con .big-con-link{text-align:center;display: block;padding: 14px 28px;border-radius: 28px;border: 1px solid #044072;color: #044072;font-size: 18px;width: 200px;margin: 0 auto;}
  .big-img-con .big-con-link:hover{background:#044072;color: #fff;}

  /*图标链接*/
  .service-icon{text-align: center;}
  .service-icon a{display:inline;float: left;width:143px;height: 143px;border: 1px solid #82b6de;border-radius: 50%;background:#fff;text-align: center;margin: 10px 28px;transition: all 0.4s ease;box-shadow:0 0 0 0 #8cbde5;text-transform: uppercase;}
  .service-icon a:hover{box-shadow: 0px 9px 15px -4px #8cbde5;transform: translateY(-2px);background-color: #dff1ff}
  @media (min-width: 960px){.service-icon a.sec{margin-left:126px;}}
  .service-icon i.icon-en{width: 41px;height: 35px;margin: 30px 0 17px 0; }
  .service-icon i.icon-en.tra{background-position: 0px -70px}/*TRANSPORT*/
  .service-icon i.icon-en.hos{background-position: 0px -105px}/*HOSPITALS*/
  .service-icon i.icon-en.edu{background-position: 0px -140px}/*EDUCATION*/
  .service-icon i.icon-en.spo{background-position: 0px -175px}/*SPORTS FACILITIES*/
  .service-icon i.icon-en.cul{background-position: 0px -210px}/*CULTURAL FACILITIES*/
  .service-icon i.icon-en.hot{background-position: 0px -245px}/*HOTELS*/
  .service-icon i.icon-en.vis{background-position: 0px -280px}/*VISA*/
  .service-icon i.icon-en.che{background-position: 0px -315px}/*CHECKPOINTS*/
  .service-icon i.icon-en.res{background-position: 0px -350px}/*RESIDENCE*/
  .service-icon i.icon-en.hol{background-position: 0px -385px}/*HOTLINES*/
  .service-icon i.icon-en.uti{background-position: 0px -420px}/*UTILITIES*/
  .service-icon span{display: block;}


  /*图文列表*/
  .thumb .thumb-item{*zoom:1;}
  .thumb .thumb-item:after{content: "";display: table;clear: both;}
  .thumb .thumb-item>li{width: 24%;height:350px;float: left;background-color: #f7f7f7;margin: .5%;overflow: hidden;box-shadow: 0px 2px 7px -3px #47b0fc;transition: all 0.2s ease}
  .thumb .thumb-item>li:hover{box-shadow: 0px 2px 9px -1px #41a3ea;}
  .thumb .thumb-item>li a{display: inline-block;width: 100%;}
  .thumb .thumb-item>li .thumb-content{padding: 20px}
  .thumb .thumb-item>li .thumb-img{width:100%;min-height:50%;transition: all .2s ease;display: block;}
  .thumb .thumb-item>li:hover .thumb-img{ webkit-filter: blur(2px); /* Chrome, Safari, Opera */filter: blur(2px);}
  .thumb .thumb-item>li .thumb-content .thumb-title{color: #033d6f;font-size:19px;text-align: left;text-transform:uppercase;padding-bottom: 20px;font-weight: bold;}
  .thumb .thumb-item>li .thumb-content .thumb-text{color: #969696;text-align: left;}


  /*底部*/
  .footer{height: 173px;background-color: #014073;}
  .footer .f-links{border-bottom: 1px solid #376c96;text-align: center;padding: 25px 0;text-transform: uppercase;color: #fff}
  .footer .f-links a{margin: 0 20px;color: #fff;text-transform: uppercase;}
  .footer .f-content{width: 1200px;margin: 0 auto;line-height: 90px}
  .footer .f-content .f-cpyr{color: #fff ;display: inline-block;}
  .footer .f-content .f-icon{float: right;}
  .footer .f-content .f-icon a{display: inline-block;float: left;width: 60px;height:60px;border:1px solid #4278a4;border-radius: 50%;margin:15px;text-align: center;line-height: 60px; }
  .footer .f-content .f-icon a i{width: 24px;height: 20px;vertical-align: text-bottom;;}
  .footer .f-content .f-icon a i.icon-en.weibo {background-position: -24px -460px;}
  .footer .f-content .f-icon a i.icon-en.weixin{background-position: -24px -480px;}
  .footer .f-content .f-icon a i.icon-en.mail  {background-position: -24px -500px;}



/*Travel*/
  .mb40{margin-bottom: 40px;}
  .curmb{background: #eeeeee; font-size: 18px; color: #666666; clear: both;}
  .incurmb{width: 1200px; margin:0 auto;padding: 14px}
  .incurmb .en_cur{padding:0 5px;}
  .travel_ban{height: 430px; position:relative; overflow:hidden; margin-bottom: 30px;}
  .travel_ban .bd img{display: block; width: 100%; height: 430px;}
  .travel_ban .bd li{ position:relative; overflow:hidden; zoom:1;}
  .travel_ban .bd .txtbg{position:absolute; bottom:0; _bottom:-1px; left:0; width:100%; height:48px; background:#000; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity:0.6;}
  .travel_ban .bd .txt{position:absolute; bottom:0; left:20px; right:20px; text-align: center; color:#fff; line-height:48px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; font-size: 18px;}
  .travel_ban .prev,.travel_ban .next{position: absolute;width: 32px;height: 47px;display: block;top: 50%;margin-top: -16px;opacity: 0;transition: all .4s ease}
  .travel_ban:hover .prev,.travel_ban:hover .next{opacity: 1}
  .travel_ban .prev{background-position: 0 -20px;left: 5%;}
  .travel_ban .next{background-position: -31px -20px;right: 5%}
  .travel_ban ul, .travel_ban .bd li{width:100% !important;}
  
  .travel_tourist{float: left; width: 794px; margin-bottom: 10px;}
  .travel_routes{float: right; width: 386px; margin-bottom: 10px;}
  .common_tit{font-size: 24px; color: #014073; font-weight: bold; text-transform:uppercase;}
  .common_tit a{color: #014073;}
  .common_tit a:hover{color:#ff7e00;}
  .travel_tit{margin-bottom: 15px;text-transform: uppercase;}
  
  .travel_common_list{margin:0 -10px; overflow: hidden;}
  .travel_common_list li .box{position: relative; height: 145px; background: #f5f5f5;  margin:0 10px 20px;}
  .travel_common_list li .box .pic{width: 193px; height: 145px; position: absolute; left: 0; top: 0;}
  .travel_common_list li .box .pic img{display: block; width: 100%; height: 100%;}
  .travel_common_list li .txt{margin-left: 193px; padding:0 12px; overflow: hidden;}
  .travel_common_list li .txt h5{font-size: 16px; line-height: 22px; font-weight: bold; margin: 10px 0 5px; max-height: 44px; overflow: hidden;}
  .travel_common_list li .txt h5 a{color:#333333;}
  .travel_common_list li .txt h5 a:hover{color:#ff7e00;}
  .travel_common_list li .txt p{color:#666666; line-height: 25px; max-height: 75px; overflow: hidden;}
  
  .travel_tourist ul li{float: left; width: 50%;}

  .travel_shoping{float: left; width: 590px;}
  .travel_transport{float: right; width: 590px;}
  
  .travel_common_list2 li .box{position: relative; height: 250px;}
  .travel_common_list2 li .box .pic{width: 335px; height: 250px; position: absolute; left: 0; top: 0;}
  .travel_common_list2 li .box .pic img{display: block; width: 100%; height: 100%;}
  .travel_common_list2 li .txt{margin-left: 335px; padding:0 15px; overflow: hidden;}
  .travel_common_list2 li .txt h5{font-size: 16px; line-height: 22px; font-weight: bold; margin:28px 0 15px; max-height: 50px; overflow: hidden;}
  .travel_common_list2 li .txt h5 a{color:#333333;}
  .travel_common_list2 li .txt h5 a:hover{color:#ff7e00;}
  .travel_common_list2 li .txt p{color:#666666; line-height: 25px; max-height: 125px; overflow: hidden;}
  
  /*INVEST IN LONGGANG*/
  .invest_business{float: left; width: 590px; margin-bottom: 20px;}
  .viest_tit{border-bottom: #e5e5e5 1px solid; padding-bottom: 15px;}
  .invest_business .viest_tit{margin-bottom: 20px;}
  .invest_business .pic{height: 333px;}
  .invest_business .pic img{display: block; height: 100%; width: 100%;}
  .invest_business .pic-news {max-width:100%;width: 590px;height: 333px}
  .invest_business .pic-news .bd li .pic-link{width: 590px;height: 333px;min-height:auto;max-height: none}
  
  .invest_layer1_r{float: left; width: 285px; margin-left: 20px; margin-bottom: 20px;}
  .invest_layer1_r ul li{border-bottom: 1px #bfbfbf dashed; padding: 12px 0; line-height: 28px; font-size: 18px; font-weight: bold; max-height:56px; overflow: hidden; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
  .invest_layer1_r ul li a{color:#333333;}
  .invest_layer1_r ul li a:hover{color:#ff7e00;}
  .invest_layer1_r .more{clear: both; font-size: 18px; display: block; padding-top: 10px;}
  .invest_layer1_r .more a{color:#ff7e00;}
  
  .invest_industries{margin-bottom: 20px;}
  .invest_industries .common_tit{margin-bottom:15px;}
  .invest_industries ul{margin:0 -10px; overflow: hidden;}
  .invest_industries ul li{float: left; width: 25%;}
  .invest_industries ul li .box{margin:0 10px 20px;}
  .invest_industries ul li .pic{height: 214px;}
  .invest_industries ul li .pic img{display: block; height: 100%; width: 100%;}
  .invest_industries ul li .txt{background: #f5f5f5; padding: 20px 5%; line-height: 25px; height:130px; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
  .invest_industries ul li .txt h5{font-size: 18px; font-weight: bold; margin-bottom:5px; max-height: 50px; overflow: hidden;}
  .invest_industries ul li .txt h5 a{color: #333;}
  .invest_industries ul li .txt h5 a:hover{color:#ff7e00;}
  .invest_industries ul li .txt p{color: #999999; max-height: 75px; overflow: hidden;}

  /*videos-list*/
  .mainContent{float: right; width: 888px;}
  .videos_list{overflow: hidden;}
  .videos_list ul{overflow: hidden; margin:0 -15px;}
  .videos_list ul li{float: left; width: 33.333%;}
  .videos_list ul li .box{margin:0 15px 30px; overflow: hidden;}
  .videos_list ul li .pic{position: relative; height: 208px;}
  .videos_list ul li .pic img{display: block; width: 100%; height: 100%;}
  .videos_list ul li .pic b{position: absolute; top: 20px; bottom: 20px; left: 20px; right: 20px; border:#fff 1px solid; background:url(/res_main/images/video_icon_en.png) no-repeat center center; transition: all .5s ease}
  .videos_list ul li .box:hover .pic b{opacity: 0;transform:scale(1.8);}
  .videos_list ul li .txt{background: #f5f5f5; padding: 18px 6%; line-height: 24px; height: 128px; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
  .videos_list ul li .txt h5{font-size: 18px; font-weight: bold; margin-bottom:8px; max-height: 48px; overflow: hidden;}
  .videos_list ul li .txt h5 a{color: #333;}
  .videos_list ul li .txt h5 a:hover{color:#ff7e00;}
  .videos_list ul li .txt p{color: #999999; max-height: 72px; overflow: hidden;}

  .wide-img .videos_list ul li{width: 25%}

/*通用列表*/
  .list-l{float: left;width: 282px;padding:0 10px}
  .list-tit{font-size: 18px;color: #073c68;text-align: left;font-weight: bold;padding: 20px 0px;border-bottom: 1px solid #073c68}
  .list-con{}
  .list-con li{margin: 10px 0}
  .list-con li a{display:inline-block;width:100%;height:100%;padding:20px 0 20px 35px;color: #383d43;font-size: 15px;background-color: #dceffe;border: 1px solid #9abce1;border-radius: 2px;font-weight:bold;transition: background-color .2s ease,box-shadow .2s ease}
  .list-con li.on a,.list-con li:hover a{background-color: #c0d9ed;box-shadow: 0 5px 4px -1px #75afdf}
  .list-r{float: left;width: 918px;min-height: 800px}
  .com-list{margin-top: 20px;padding-left: 10px;}
  .com-list>li{background-color: #f5f5f5;margin-bottom: 30px;*zoom:1;transition: background-color 0.4s ease}
  .com-list>li:after{content: "";display: table;clear: both;}
  .com-list>li:hover{background-color: #eaeaea;}
  .com-list li .l-i-link{display: inline-block;height: 131px;width: 175px;overflow: hidden;float: left;}
  .com-list li .l-i-link img{max-height: 100%;min-width: 100%}
  .com-list li .l-main{overflow: hidden;padding: 10px 20px}
  .com-list li .l-main .t{float: left;padding: 15px 0px;color: #a7a7a7}
  .com-list li .l-tit{*zoom:1;}
  .com-list li .l-tit:after{content: "";display: table;clear: both;}
  .com-list li .l-tit a{padding: 15px 0px;display: inline-block;color: #2d5475;font-size: 20px;font-weight: bold;}
  .com-list li .l-main .l-tit .t{float: right;}
  .com-list li .l-sub{display: inline-block;float: left;color: #656565}

  .com-list .content-title{font-size:29px;font-weight: bold;color: #014073;padding: 10px 0}
  .com-list .plugin span{padding-right:10px;color: #999999}
  .com-list .article{padding: 10px 0}
  .com-list .article img{max-width: 100%!important}
  .com-list .article p{line-height: 1.6;color: #333333;padding: 10px 0;}


  /*无侧栏列表*/
  .list-only .com-list li{background-color: transparent;border-bottom: 1px solid #e5e5e5}

  /*通用内容页*/
  .contents-en{border: 1px solid #e5e5e5;padding: 40px 75px;min-height: 700px;}
  .contents-en .content-title{font-size:29px;font-weight: bold;color: #014073;padding: 20px 0}
  .contents-en .plugin span{padding-right:20px;color: #999999}
  .contents-en .article{padding: 40px 0}
  .contents-en .article img{max-width: 100%!important}
  .contents-en .article p{line-height: 1.6;color: #333333;padding: 5px 0;}
  .article *{word-break: keep-all !important;}
  /*附件*/
  .nr-xgfj{text-align: left;}
  .nr-xgfj h4{font: normal normal 19px "微软雅黑";color: #0097E0;margin-bottom: 10px;}
  .nr-xgfj li{margin: 8px 0px;text-indent: 1em;}
  .nr-xgfj li a{text-decoration: underline;}

  /*领导内容页*/
   #table-en td{padding: 15px;color: #000;line-height: 2;border: 1px solid #ced7ff}
   #table-en td.key{background: #DAECFA;padding: 0;font-weight: bold;font-size: 15px;color: #0377ce;}
   #table-en td.val{background: #F7FBFE}

/*领导列表*/
  .list-leader{margin-top: 20px;padding-left: 10px;}
  .list-leader li{margin-bottom: 30px;}
  .list-leader .name{font-size: 18px;font-weight: bold;color: #014073}
  .list-leader .job{color: #014073;font-size: 15px;padding: 10px 0}
  .list-leader .detail{overflow: hidden;}
  .list-leader .person-img{float: left;}
  .list-leader .detail-con{float: left;width: 80%}
  .list-leader p{padding:0 10px 10px 10px;line-height: 1.7}


/*分页*/
  .list-fy{width: 100%;margin: 0 auto 10px;padding-left: 10px}
  .list-wdkfy{width: 70%;}
  .list-fy>ul{width: 100%;}
  #num{height: 30px;border:1px solid #CECECE; text-align: center;}
  .anniu{padding: 0px 12px;height: 30px;border:1px solid #CECECE;text-align: center;background: #CECECE;cursor: pointer;}
  .anniu:hover{color: #FFFFFF;background: #0097E0;}
  .list-fy>ul>li{float: left;margin-left: 3px;font-size:14px;color: #000000;text-align: center;line-height: 36px;}
  .list-fy>ul>li>a{display: inline-block;min-width: 40px;height: 36px;border: 1px solid #CECECE;width: 100%;font-size:14px;color: #000000;padding: 0px 12px;text-align: center;line-height: 36px;}
  .list-fy>ul>li>a.onhover,.list-fy>ul>li>a:hover{color: #FFFFFF;background: #0077CC;}
  .list-fy>ul>.list-fysy{width: 60px;margin-left: 0px;}
  .list-fy>ul>.list-fymy{width: 60px;margin-left: 3px;}
  .list-fy>ul>.list-fyxy{width: 65px;}
  .bai12_22h{font-size:14px;color: #000000;line-height: 36px;}

@media (max-width: 768px){

    /*头部*/
    .header{height: auto;}
    .top{width: 100%;height: auto;}
    .top .logo{padding: 10px;margin-top: 0px;float: none;}
    .top .top-links{float: none;margin: 0 0 0 5px;}
    .top .top-links .btcn{}
    /*导航*/

    .navs{overflow: hidden;width: auto;}    
    .nav{overflow-x: scroll;overflow-y: hidden;white-space: nowrap;padding-bottom: 8px;margin-bottom: -8px;padding: 0 80px 0 0px}
    .nav li{float: none;display: inline-block;}
    .nav li a{padding: 17px 10px}
    .nav li.on a{color: #f72020}
    .nav .nav-on,{display: none!important;}
    .navs .navbtn{display: block;}
    .navs .nav-mask{display: block;position: absolute;width: 10px;height: 46px;top: 0}
    .navs .nav-mask.r{background: linear-gradient(to left, rgba(1,64,115,1), rgba(1,64,115,0));width: 80px;right: 0}
    .navs .nav-mask.l{background: linear-gradient(to right, rgba(1,64,115,1), rgba(0,0,0,0));left: 0}
    

    .navs.open .nav{overflow: hidden;white-space: normal;padding: 0;height: 155px;}
    .navs.open .nav li{float: left;}
    .navs.open .nav-mask{display: none;}
    .navs.open .navbtn .arrow{transform: rotate(180deg);}
    /*大图*/
    .banner{height:250px}
    .banner .bd li{overflow: hidden;height: 250px;}
    .banner .bd li img{max-height: 100% }


    /*大图*/
    .banner{height:250px}
    .banner .bd li{overflow: hidden;height: 250px;}
    .banner .bd li img{max-height: 100% }
    .banner .bd li:first-of-type img{transform: translateX(-28%);}
    /*大包裹层*/
    .container{width: 100%;margin: 10px auto 0;}
    .main-content{margin-top: 10px;}
    /*大标题*/
  .main-title a{padding: 10px 0;}
/*图片新闻*/
  .pic-news{width: 100%;max-width: 100%;height: 100%;}
  .pic-news .bd li .pic-link{width: 100%;transition: all 0.4s ease;min-height: 300px}

/*新闻列表*/
  .news-list{width: 100%;max-width:none;margin: 0;padding: 0 5px;}
  .news-list li:before{margin: 0 5px;}
  .news-list li{vertical-align: middle;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 7px 0;}
  .news-list li a{display: inline;padding: 0}
  .news-list li .t{position: absolute;right: 0;padding:0;box-shadow: -2px 0 13px 15px #fff;background-color: #fff;}

  /*视频列表*/
  .video-list{width: 100%;height: auto;margin-left: 0}
  .video-list li{width: 100%;height: auto;margin: 0;padding: 5px}
  .video-list li p{width: 62%;}


  /*龙岗概况*/
  .big-img-con .big-img,.big-img-con .big-con{width: 100%;height: auto;float: none;}
  .big-img-con .big-img img{max-width: 100%}
  .big-img-con .big-con{margin-left: 0;padding: 5px;}
  .big-img-con .big-con-link{display: block;}
  
  /*服务图标*/
  .service-icon{display: flex;display: -webkit-flex;flex-wrap:wrap;justify-content:space-around; align-content:space-around;}
  .service-icon:after{display: none}
  .service-icon a,.service-icon a.sec{display:inline-block;margin: 5px}

  /*图文列表*/
  .thumb .thumb-item > li .thumb-content{padding: 10px}
  .thumb .thumb-item > li{width: 49%;height: auto;}
  .thumb .thumb-item > li .thumb-content .thumb-title{padding-bottom: 10px;}
  .thumb .pic-news{width: 100%;min-height:228px;margin:10px 0;height: auto;}
  .thumb .pic-news .bd li .pic-link{min-height: auto;}
  

  /*底部*/
  .footer{height: auto;}
  .footer .f-content{width: 100%;line-height: 30px}
  .footer .f-content .f-icon{float: none;;display: flex;-webkit-flex;flex-wrap:wrap;justify-content:space-around; align-content:space-around;}
  .footer .f-links a{margin: 0px 15px;}
  .footer .f-content .f-cpyr{text-align: center;}





  /*Travel*/
  .container_pad{padding: 0 2%;}
  .incurmb{width: 100%; margin: 0 auto; padding: 3%;}
  .travel_tourist, .travel_routes, .travel_shoping, .travel_transport{float: none; width: 100%;}
  .travel_tourist ul li{float: none; width: 100%;}
  .travel_common_list{margin:0;}
  .travel_common_list li .box{margin-left: 0; margin-right: 0;}
  .travel_ban, .travel_ban .bd img{height:275px;}
  .travel_shoping, .travel_transport{margin-bottom: 20px;}
  .travel_common_list2 li .box{height: 145px; background: #f5f5f5;}
  .travel_common_list2 li .box .pic{width: 193px; height: 145px;}
  .travel_common_list2 li .txt{margin-left: 193px; padding:0 12px; overflow: hidden;}
  .travel_common_list2 li .txt h5{font-size: 16px; line-height: 22px; margin: 10px 0 5px; max-height: 44px;}
  .travel_common_list2 li .txt p{max-height: 75px;}
  
  /*INVEST IN LONGGANG*/
  .invest_business, .invest_layer1_r{float: none; width: 100%; margin-bottom: 30px;}
  .invest_layer1_r{margin-left: 0;}
  .invest_business .pic{height: auto;}
  .invest_layer1_r ul li{ max-height:none;}
  .invest_industries ul li{ width:50%;}
  .invest_industries ul li .pic{height: 263px;}
  
  /*videos-list*/
  .mainContent{float:none; width: 100%;}
  .videos_list ul li{width: 50%;}
  .videos_list ul li .pic{height: 259px;}


  /*分页*/
  .list-fy  ul  li a{display:none;}
  .list-fy  ul  li span{display:none;}
  .list-fy  ul  font{display:none;}
  .list-fy > ul > li{margin-left:15px;}
  .list-fy > ul > li .up{display:inline-block;padding:10px 30px;height:auto;line-height:inherit;font-size:16px;}



  /*通用列表*/
  .list-l,.list-r{width: 100%;float: none;}
  .list-con li { text-align: center;width: 48.8%;margin:5px 2px;float: left;}
  .list-con li a{padding-left: 0}
  .com-list{padding: 0 10px}
  .com-list li{margin-bottom: 5px;background:none;}
  .com-list li:nth-child(2n) {background: #f6f6f6;}
  .com-list li .l-main{padding: 10px 94px 10px 5px;}
  .com-list li .l-main .l-tit{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

  .list-only .com-list li .l-main{padding: 10px}
  .list-only .com-list li:nth-child(2n) {background: transparent;}

  .com-list li .l-tit a{padding: 5px 0;display: inline;}
  .com-list li .l-i-link,.com-list li .l-sub{display: none;}
  .com-list li .l-main .l-tit .t{float: none;position: absolute;right:0;background:transparent;padding: 0 10px}

  /*通用内容页*/

  .contents-en{border: none;padding: 5px}
  .contents-en .content-title{padding: 10px 0}
  /*附件*/
  .nr-xgfj{margin-left: 0}
    .nr-xgfj li{padding: 2px 0;}
  
  /*领导内容页*/
    #table-en{width: 100%;max-width: 100%;}
    #table-en tr td:first-child{white-space: nowrap;}

  /*领导列表*/
  .list-leader .person-img,.list-leader .detail-con{float: none;}
  .list-leader .person-img{text-align: center;}
  .list-leader .detail-con{width: 100%}

  }




  @media (max-width: 480px){

  /*Travel*/
  .travel_ban, .travel_ban .bd img{height: 172px;}
  .travel_common_list li .box, .travel_common_list2 li .box{height: auto;}
  .travel_common_list li .box .pic, .travel_common_list2 li .box .pic{position: static; height: auto; width: 100%;}

  .travel_common_list li .txt{margin-left: 0; padding:10px 2% 20px;}
  .travel_common_list li .txt h5, .travel_common_list li .txt p, .travel_common_list2 li .txt h5, .travel_common_list2 li .txt p{max-height: none;}
  .travel_common_list2 li .txt{margin-left: 0; padding: 0;}
  .travel_common_list2 li .txt h5{margin:18px 0 8px;}

  /*INVEST IN LONGGANG*/
  .invest_industries ul{margin:0;}
  .invest_industries ul li .box{margin-left: 0; margin-right: 0;}
  .invest_industries ul li{ width:100%;}
  .invest_industries ul li .pic, .invest_industries ul li .txt{height: auto;}
  .invest_industries ul li .txt h5, .invest_industries ul li .txt p{max-height: none; overflow: hidden;}

  /*videos-list*/
  .videos_list ul li{width: 100%;}
  .videos_list ul li .pic, .videos_list ul li .txt{height: auto;}
  .videos_list ul li .txt h5, .videos_list ul li .txt p{max-height: none; overflow: hidden;}

  .wide-img .videos_list ul li{width: 100%}

}