﻿/* CSS Document */
.breakcrump{font-size:12px;height:40px;background:#f8f8f8;line-height:40px;color:#888;padding-left:15px;}
.breakcrump i{padding-right:5px}
.breakcrump a{padding:0 3px}
.breakcrump a.on{color:#1c50a2}
.page-main{padding:0 0 50px;overflow:hidden;}

.main-m{width:850px;}
.tabmenu{border-bottom:1px solid #dcdcdc;display:flex;justify-content:center;padding:17px 0}
.tabmenu li{padding:0 26px;line-height:48px;position:relative;cursor:pointer}
.tabmenu li::after{position:absolute;content:'';border-right:1px solid #e2e2e2;height:15px;right:0;top:15px}
.tabmenu li::last-child{font-size:16px;position:relative;padding:10px 0}
.tabmenu li::last-child::after{display:none}
.tabmenu li a i{display:none;width:80%;height:100%;position:absolute;left:10%;top:0;border-bottom:3px solid #1c50a2;}
.tabmenu li.on{background:0 0}
.tabmenu li.on a{color:#1c50a2;font-size:22px;font-weight:700;position:relative;display:inline-block;}
.tabmenu li.on a i{display:block;background:url("../image/xuanzhong.png") no-repeat center}

.list-item .item{padding:20px 0;border-bottom:1px dashed #d2d2d2;display:flex;flex-flow:row}
.list-item .item:last-child{border:none}
.list-item .item-l{width:208px;height:118px;overflow:hidden;position:relative}
.list-item .item img{width:100%;height:118px;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s}
.list-item .item:hover img{transform:scale(1.1,1.1)}
.list-item .item .source{position:absolute;height:28px;line-height:26px;background:rgba(0,0,0,.6);color:#fff;padding-left:4px;width:100%;bottom:0;font-size:12px;display: flex;align-items: center;}
.list-item .item .source i{font-size:18px;padding-right:5px}
.list-item .item-m{width:540px}
.list-item .item-m .list-title{margin-bottom:6px;padding:5px 0 0;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:22px}
.list-item .item-m .list-title a{font-size:18px;color:#000;}
.list-item .item-m .list-title a:hover{color:#078ee9}
.list-item .item-m .list-desc{padding-left:22px;line-height:30px;color:#707070;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.list-item .list-date{width:100px;padding-top:10px;padding-right:0}
.list-item .list-date span{display:block;text-align:center;color:#aaa}
.list-item .list-date span:nth-child(1){font-size:32px;line-height:1;font-weight:700}
.list-item .list-date span:nth-child(2){font-size:14px;line-height:2;color:#aaa}
.list-item .list-date span:nth-child(3){font-size:20px;line-height:1;margin-top:10px;font-weight:lighter}
.list-item .item-m .m-time{display:none}

.list-item-info .item-m{width: 88%;border-left:1px solid #eee;}
.list-item-info .item-m .list-title{padding:2px 0 2px 22px;}
.list-item-info .list-date{display:flex;flex-direction:column;justify-content:center;}

.main-s{margin-top:86px;width:312px;}
.newhot{margin-left:40px;background:#f8f8f8;padding:25px 0 27px}
.newhot ul{padding:0 17px}
.newhot li{cursor:pointer;line-height:42px;border-bottom:2px dashed #e2e2e2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;position:relative;padding-left:6px;padding-top:6px;display:flex;align-items:center}
.newhot li .line{color:#dcdcdc;padding:0 5px}
.newhot li:last-child{border-width:1px}
.newhot li::before{position:absolute;content:'';width:3px;height:3px;left:0;top:26px;background:#1C50A2;}
.newhot li:hover{color:#1C50A2;}
.newhot .more{text-align:center}
.newhot .more a{display:inline-block;width:120px;height:35px;line-height:35px;text-align:center;background:#1c50a2;font-size:14px;color:#fff;transition:all .3s;margin-top:15px}
.newhot .more:hover{opacity:.8}

/*定位*/
.position.Container a:not(:last-child) {
    color: #888;
}

/*翻页*/
.paging_wrap{text-align:center;margin-top:20px;}
.paging_wrap li{display:inline-block;margin:5px;}
.paging_wrap .page_jump{display:none;}
.paging_wrap .home_page a,.paging_wrap .end_page a,.paging_wrap .prev_page a{display:inline-block;height:35px;line-height:35px;padding:0 10px;margin:0 5px;background:#f5f5f5;color:#707070}
.paging_wrap .home_page a:hover,.paging_wrap .end_page a:hover,.paging_wrap .prev_page a:hover{background:#1C50A2;color:#fff;}
.paging_wrap .page_index a{display:inline-block;margin:0 5px;width:35px;height:35px;line-height:35px;text-align:center;background:#f5f5f5}
.paging_wrap .page_index a.current,.paging_wrap .page_index a:hover{background:#1C50A2;color:#fff;}


/*详情页*/
.sub-detail{padding:20px 50px;}
.sub-detail h2{font-size: 28px;color: #000;text-align: center;margin: 10px 0;}
.sub-detail .auther{font-size:14px;color:#707070;text-align:center;margin-top:5px;}
.sub-detail .info{text-align:center;color:#707070;font-size:14px;border-bottom:1px solid #dcdcdc;padding:6px 0;}
.sub-detail .info span{margin:0 10px}
.sub-detail .info span i{margin-right: 5px;vertical-align: middle;}
.sub-detail .article-nr{padding:20px 0}
.sub-detail .article-nr p{font-size:16px;color:#000;line-height:2.5;}
.pageover span{color:#707070;}
.sub-detail .article-nr img {width:55%;}


/*了解自贸区*/
.m-knowbusiness{display:none;}
.knowbusiness-up{margin-top:50px;position:relative;}
.knowbusiness-up .content-tab {height: 600px !important;}
.knowbusiness-up .arrow{cursor:pointer;position:absolute;top:100px;left:30px;width:12px;height:41px;border-radius:6px;background:rgba(0,127,190,.6);color:#fff;z-index:10;text-align: center;line-height: 41px;cursor:pointer}
.knowbusiness-up .arrow i{font-size:12px;}
.knowbusiness-up .arrow.next{left:auto;right:30px;}
.knowbusiness-up .arrow.prev{}
.knowbusiness-up .main-up{position:relative;width:100%;background:#00f;height:165px}
.knowbusiness-up .main-up .main-up-title{position:absolute;top:-19%;left:39%;width:200px;height:50px;z-index:999}
.knowbusiness-up .main-up .picup{display:inline-block;position:absolute;left:144px;top:-14px;width:40px;height:40px;z-index:999}
.knowbusiness-up .main-up .content-up {width: 100%;display: flex;justify-content: start;align-items: center;height: inherit;background: #0092DB;padding: 10%;line-height: 30px;box-shadow: 8px 8px 0px #1c50A2;position: relative;}
.knowbusiness-up .main-up .content-up .mainspan{padding-bottom:10px;border-bottom:1px dotted #fff;color:#fff;font-size:18px;line-height:35px;position:relative}
.knowbusiness-up .main-up .content-up .mainspan .numpic{display:inline-flex;justify-content:center;align-items:center;width:30px;height:30px;background:#1c50a2;border:1px solid #fff;font-size:18px;font-weight:600;position:absolute;left:-36px;top:2px;color:#f1ff2c}
.knowbusiness-up .main-up .content-up .angle{position:absolute;bottom:-58px;right:19px}

.knowbusiness-up .main-down{display:flex;position:relative;margin:147px 0 0 0;}
.knowbusiness-up .main-down .leftman{width:150px;height:100px;position:absolute;left:-46px;top:34%}
.knowbusiness-up .main-down .leftman img{display:inline-flex;width:100%;height:100%}
.knowbusiness-up .main-down .answersrcDiv{display:inline-flex;position:absolute;right:25%;top:-22px;width:40px;height:40px}
.knowbusiness-up .main-down .answersrcDiv img,.knowbusiness-up .main-down .rightman img {display:inline-flex;width:100%;height:100%}
.knowbusiness-up .main-down .content-main-down{margin: 0 126px;background: #1c50a2;padding-left: 60px;}
.knowbusiness-up .main-down .content-main-down .secspan{background:#0092db;color:#fff;padding:30px 50px 30px 30px;text-indent:2em}
.knowbusiness-up .main-down .content-main-down .secspan .content-text{width:100%;height:217px;overflow:auto;line-height:35px;padding:0 10px}
.knowbusiness-up .main-down .rightman{width:150px;height:100px;position:absolute;right:-46px}

.secspan p::-webkit-scrollbar {
 width: 8px;
}
.secspan p::-webkit-scrollbar-track {
 background-color:#fff;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.secspan p::-webkit-scrollbar-thumb {
 background-color:#1c50a2;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
 }
 
.knowbusiness-down{width:100%;margin:85px 0 60px;position:relative;background:#f8f8f8}
.knowbusiness-down .main-down-title{position:absolute;top:-30px;left:39%;width:200px;height:50px;z-index:999}
.knowbusiness-down .leftnarrow{display:inline-flex;justify-content:center;align-items:center;width:16px;height:50px;border:1px solid #1c50a2;border-radius:50px;position:absolute;top:43%;z-index:50;left:-8px}
.knowbusiness-down .multipleLine{padding:60px 3% 25px;}
.knowbusiness-down .content-knowbus .askand{width:50%;display:flex;flex-direction:column;padding:0 30px 0;margin:0 0 17px 0}
.knowbusiness-down .content-knowbus .title-know{position:relative;z-index:555;padding:0 0 10px 60px;border-bottom:2px dashed #d6d6d6;cursor:pointer}
.knowbusiness-down .content-knowbus .title-know .contenttitle{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:18px;color:#000;font-family: Microsoft YaHei;}
.knowbusiness-down .content-knowbus .title-know .titlimag{position:absolute;left:0;top:0}
.knowbusiness-down .content-knowbus .title-know .animationpic{position:absolute;left:35px;top:-7px;display:none;}
.knowbusiness-down .content-knowbus .content-know {position:relative;padding:10px 0 0 60px;}
.knowbusiness-down .content-knowbus .content-know .Aicon{position:absolute;left:0;top:14px;width:30px;height:30px;border-radius:50%;background:red;color:#fff;display:inline-flex;justify-content:center;align-items:center}
.knowbusiness-down .content-knowbus .content-know .contentkno{line-height:25px;font-size:14px;color:#707070;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.knowbusiness-down .content-knowbus .checkmore{display:none}
.knowbusiness-down .content-knowbus .on .title-know .contenttitle,
.knowbusiness-down .content-knowbus .on .content-know .contentkno{color:#0092DB;}
.knowbusiness-down .content-knowbus .on .title-know .animationpic{display:block;}

.knowbusiness-down .rightnarrow{display:inline-flex;justify-content:center;align-items:center;width:16px;height:50px;border:1px solid #1c50a2;border-radius:50px;position:absolute;top:43%;z-index:50;right:-8px}
.knowbusiness-down .borderleft{width:74px;height:105px;background:0 0;position:absolute;border-top:20px solid #0092db;border-left:20px solid #0092db;top:-20px;left:-20px}
.knowbusiness-down .borderright{width:74px;height:105px;background:0 0;position:absolute;border-bottom:20px solid #0092db;border-right:20px solid #0092db;bottom:-20px;right:-20px}

.askandtab{display:flex;flex-wrap: wrap;}
.multipleLine .hd a{position:absolute;top:40%;left:-10px;width:23px;height:91px;background: #fff;border: 1px solid #1C50A2;color:#1C50A2;border-radius:11px;z-index:99;text-align:center;line-height:91px;cursor: pointer;}
.multipleLine .hd a.next{left:auto;right:-10px;}
.multipleLine .hd ul{text-align:center;}
.multipleLine .hd li{display:inline-block;margin:0 10px;width:10px;height:10px;border-radius:50%;background:#D6D6D6;font-size:0;color:#fff;}
.multipleLine .hd li.on{background:#1C50A2;color:#1C50A2;}
/*走进自贸区-自贸区简介*/
.indroudDiv{background:#e9e9e9;padding:0 10px 2px 0;margin-top:40px;}
.indroudDiv .left{width:200px;background:#f5f5f5;padding-top:72px;border:1px solid #e9e9e9;border-right:none;position:relative;top:-10px;}
.indroudDiv .left .leftname{display:block;background:#0092db;padding:10px 0;height:46px;border-bottom:1px solid #ccc;position:relative;padding-left:10px;margin-bottom:14px;width:95%}
.indroudDiv .left .leftname .goupic{position:absolute;left:50%;margin-left:-10px;top:8px;display:none}
.indroudDiv .left .leftname span{display:block;text-align:center;height:25px;line-height:20px;font-size:20px;color:#fff;font-weight:700}
.indroudDiv .left .leftname i{position:absolute;right:-10px;top:10px;background:url(../image/leftangle.png) no-repeat center;width:23px;height:26px;display:none}
.indroudDiv .left .activess .goupic{display:block}
.indroudDiv .left .activess{background:#1c50a2!important}

.indroudDiv .left .activess span{border-left:5px solid #fff;}
.indroudDiv .left .activess i{display:block;}
.indroudDiv .right{margin-left:200px;background:#fff;border:1px solid #e9e9e9;border-left:none;border-bottom:1px solid #f5f5f5;position:relative;top:-10px;}
.indroudDiv .right .title{border:1px solid #fff;background:#1c50a2;width:274px;height:57px;line-height:55px;font-size:26px;position:absolute;top:-28px;left:50%;margin-left:-137px;text-align:center;color:#fff;}
.indroudDiv .right .title i{position:absolute;width:40px;height:27px;margin:-14px 0 0 -20px;left:50%;top:50%;background:url(../image/xuanzhong.png) no-repeat center}
.indroudDiv .right .content-div{line-height:3;margin:50px;padding-top:10px;border-top:1px dashed #dcdcdc;font-size:16px;color:#000;}
.indroudDiv .right .content-div p{font-size:16px;color:#000;}
.indroudDiv .right .content-div img{width:100%;margin:10px 0}
.indroudDiv .right .content-div h3{font-weight:bold;margin:10px 0}
.indroudDiv .tabmenu{display:none;}

/*片区风采*/
.indroud-page .section .titleimage{width:274px;text-align:center;height:57px;line-height:57px;background:#1c50a2;font-size:26px;font-family:FZCuHeiSongS-B-GB;font-weight:400;color:#fff;position:relative;}
.indroud-page .section .titleimage img{position:absolute;left: 50%;top: 50%;margin: -15px 0 0 -13px;}
.hnInfosec {width: 100%;height: 600px;position:relative;background: #078EE9 url('../image/bgworld.png') no-repeat center;}
.hnInfosec .left{width:475px;height:600px;background:url(../image/hnmap.png) no-repeat left center;position:relative;left:-50px}
.hnInfosec .left .leftimage{position:absolute;width:60px;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:20px;position:relative;z-index:999;cursor:pointer;}
.hnInfosec .left .leftimage1{top:34%;left:75%}
.hnInfosec .left .leftimage2{top:11%;left:83%}
.hnInfosec .left .leftimage3{top:50%;left:84%}
.hnInfosec .left .leftimage .changesrc{display:flex;width:60px;height:60px;z-index:999}
.hnInfosec .left .leftimage .changesrc img{display:inline-flex;width:115%;height:115%;border-radius:50%;border:2px solid #fff}
.logo .col-lg-4{width:100%;}


.hnInfosec .left .leftimage .name{position:absolute;top:20%;left:20%;font-family:Microsoft YaHei;line-height:29px;color:#fff;width:48px;height:48px;background:#0987e0;z-index:1;border-radius:20px;display:flex;justify-content:flex-start;align-items:center;color:#fff;font-size:11px;font-weight:700}
/* .hnInfosec .left .leftimage.on .name{transform:translateX(-150px);transition: all 2s;width:150px;cursor: pointer;padding-left:20px;font-size:18px;} */
.hnInfosec .left .leftimage.on img{transform: scale(1.3);transition: all 1s;}
.hnInfosec .right{margin-left:475px;padding:40px 0;width:835px;}
.hnInfosec .right .downlingimage img,.hnInfosec .right .uplineimage img{width:100%}
.hnInfosec .right .downlingimage{margin-top:25px}
.hnInfosec .right .content-fc{background:#fff;border-radius:10px;display:flex;height:380px;position:relative;margin:10px 30px 0}
.hnInfosec .right .content-fc .leftimage-fc{width:20%;height:380px;padding:3%}
.hnInfosec .right .content-fc .rightimage-fc{padding:40px 30px 0 0;position:relative}
.hnInfosec .right .content-fc .rightimage-fc .titleimage{position:absolute;top:-28px;left:50%;margin-left:-138px;border:1px solid #fff}
.hnInfosec .right .content-fc .rightimage-fc h2{font-size:22px;color:#000;font-weight:700;margin:0 0 10px;text-align:center}
.hnInfosec .right .content-fc .rightimage-fc .srcoll{width:100%;height:230px;overflow:auto;line-height:35px;text-indent:2em;color:#000;font-size:16px}
.hnInfosec .right .content-fc .rightimage-fc .more{text-align:center;margin-top:15px}
.hnInfosec .right .content-fc .rightimage-fc .more a{display:inline-block;width:120px;text-align:center;height:35px;line-height:35px;color:#0092db;border:1px solid #0092db}
.m-poster{display:none;}

.srcoll::-webkit-scrollbar {
 width: 8px;
}
.srcoll::-webkit-scrollbar-track {
 background-color:#fff;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.srcoll::-webkit-scrollbar-thumb {
 background-color:#0092DB;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
 }
.fc-company{padding:40px 0;}
.fc-company .innercont h3.titleimage{margin:0 auto 40px}
.fc-company .innercont .content-company{background:#f5f5f5;}
.fc-company .innercont .content-company-up{padding:25px 190px 25px 25px;position:relative}
.fc-company .innercont .content-company-up .top .name{margin-bottom:8px;font-size:20px;color:#0092db;font-weight:700}
.fc-company .innercont .content-company-up .top .ename{font-size:12px}
.fc-company .innercont .content-company-up .top .r{text-align:right;font-size:12px;color:#888;line-height:25px}
.fc-company .innercont .content-company-up .top .number{padding-right:20px}
.fc-company .innercont .content-company-up .top .p{padding-right:20px}
.fc-company .innercont .content-company-up .top .p i{color:#e5e5e5;padding:0 30px}
.fc-company .innercont .content-company-up .digest{background:#fff;border:1px solid #eee;padding:11px 16px 17px;margin-top:10px;height:120px;overflow:hidden;}
.fc-company .innercont .content-company-up .digest P{font-size:14px;line-height:26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-indent:30px}
.fc-company .innercont .content-company-up .logo{position:absolute;right:25px;top:-36px;width:155px;height:255px;text-align:center}
.fc-company .innercont .content-company-up .logo::after{position:absolute;content:'';width:30px;height:30px;background:#0092db;right:20px;bottom:-15px}
.fc-company .innercont .content-company-up .logo .short{margin:10px 0 20px}
.fc-company .innercont .content-company-up .logo .more a{width:120px;height:35px;line-height:35px;text-align:center;background:#1c50a2;color:#fff;display:inline-block;margin-top: 10px}
.fc-company .content-company-down {padding:0 20px 30px;}
.fc-company .content-company-down .buton {position: absolute;bottom: 15px;left: 27%;width: 166px;text-align:center;height: 39px;line-height:39px;background: #0092DB;opacity: 1;color: #fff;}


.fc-project h3.titleimage{margin:0 auto 40px}
.poster-list{height:480px;position: relative;left:-60px;}
.poster-item{background:#fff;width:486px;transition:all .5s;cursor:default;-moz-transition:all .5s;cursor:default;-webkit-transition:all .5s;cursor:default;-o-transition:all .5s;cursor:default}
.poster-item .carouseldivimg{display:flex;flex-direction:column;justify-content:flex-start;background:#fff;padding:10px 15px 20px;}
.poster-item .carouseldivimg span {margin: 2px 0;}
.poster-item .carouseldivimg .titlename{font-size:18px;font-family:Microsoft YaHei;font-weight:400;line-height:24px;color:#000}
.poster-item .carouseldivimg .titlename{font-weight:700}
.poster-item .carouseldivimg .industrytitle{font-size:14px;font-family:Microsoft YaHei;font-weight:400;line-height:24px;color:#707070}
.poster-item .carouseldivimg .knowdetail{font-size:14px;font-family:Microsoft YaHei;font-weight:400;line-height:24px;color:#078ee9}

/*机构职能*/
.Institutional{width:1000px;margin:0 auto;}
.Institutional h2{font-size: 28px;color: #000;text-align: center;margin: 10px 0;}
.Institutional .info{text-align:center;color:#707070;font-size:14px;border-bottom:1px solid #dcdcdc;padding:6px 0;}
.Institutional .info span{margin:0 10px}
.Institutional .info span i{margin-right: 5px;vertical-align: middle;}
.Institutional .title{padding:28px 0;background:#1C50A2;color:#fff;text-align:center;}
.Institutional .title span{font-size:18px;display:inline-block;padding:9px 0;border-top:1px solid #fff;border-bottom:1px solid #fff;}
.Institutional .title img{width:40px;height:auto;margin:7px 10px 0 0;}
.Institutional .content li{line-height:30px;background: #F5F5F5;border: 1px solid #EEECEC;margin-top:20px;padding:2px 11px;font-size: 12pt;}
.Institutional .content li i{display:inline-block;width: 13px;height: 13px;background: #0092DB;margin-right:10px;}

@media (max-width: 1000px) { 
.Institutional{width:100%;}
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
.sub-detail .article-nr img{width: 100% !important;}
/*自贸区简介*/
.indroudDiv{margin:0;padding:0;background:none;}
.indroud-page .Container{padding-top:0;}
.indroudDiv .left{display:none;}
.indroudDiv .right{margin:0 10px;border:none;background:#f5f5f5}
.indroudDiv .tabmenu{display:flex;padding:0;border:none;margin-bottom:65px;background:#f5f5f5}
.indroudDiv .right .content-div{padding-top:30px;border:none;margin:0 10px;}
.content-div>p>span>img{width:100% !important}

.banner-img{margin-top:0px;}

/*资讯详情*/
.sub-detail{padding:20px 10px;}
.sub-detail h2{font-size:22px;}
/*文章列表*/
.main-m,.main-s{width:100%;float:none;}
.main-s{margin-top:.2rem}
.main-m .tabmenu{padding:10px 0;}
.main-m .tabmenu li{padding:0 5px;}

.main-m .tabmenu.info li{font-size:12px;}
.tabmenu.info li.on a{    font-size: 12px;
    font-weight: 400;}
.tabmenu.info li a i{display:none !important;}

.tabmenu.zmjj li.on a{    font-size: 12px;
    font-weight: 400;}
.tabmenu.zmjj li a i{display:none !important;}
.tabmenu.zmjj li{    padding: 0 8px;
    font-size: 13px;}

.tabmenu li a i{border-width:2px;}
.tabmenu li.on a{font-size:20px;}
.list-item .item{padding:10px .2rem}
//.list-item .item-l{width:2.5rem;height:1.22rem}
.list-item .item-l{width:38%;height: 60px;}
.list-item .item img{height:auto;}
//.list-item .item-m{width:4.6rem}
.list-item .item-m{width:62%;}
.list-item .item-m .list-title{padding-left:10px;padding-top:0;}
.list-item .item-m .list-title a{font-size:16px}
.list-item .item-m .list-desc{display:none;padding-left:10px;-webkit-line-clamp:2;}
.list-item .list-date{display:none;}
.list-item .item-m .m-time{padding-left:10px;display:block;color:#707070;}

//.list-item-info .list-date{display:flex;width:1.5rem;}
// .list-item-info .item-m{width:5.6rem;}
.list-item-info .list-date{display:flex;width:20%;}
.list-item-info .item-m{width:80%;}
.list-item-info .item-m .list-desc{display:block;}
.list-item .list-date span:nth-child(1){font-size:28px;}

.newhot{margin:0 10px;padding:15px 0 17px;}
.newhot ul{padding:0;}
/* 组织机构 */
.tabmenu-1 {display: none !important;}
.institu-left {display: none;}
.institu-left-cell {display: block !important;margin-top: 0;}
.info-list li img {width: 25% !important;}
.institu-left .list li i{left: 84px !important;}
.info-list li .ld-info-r .ld-more {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 50px 11px 0 0 !important;}
.insti .jg-content .jg-banner {height: auto !important;}
.insti .jg-content .jg-title{height: auto !important;left: 10% !important;bottom: 5% !important;}
.insti .jg-content .jg-title .jg-txt{margin: 25px 0 0 14px !important;}
.insti .jg-content .jg-title .jg-txt .jg-img{margin: 35px auto 0 !important;padding: 0 10px !important;}
.insti .experi {padding: 0 !important;}
.insti .experi li {width: 100% !important; margin: 0 30px 20px !important;}
.insti .experi li h1::after{left: 32% !important;}
.leader-info .info-txt p:last-child {padding: 5px 0 0 10px !important;}
.jg-in {margin: 0 15px;}
/*了解自贸区*/
.knowbusiness{display:none;}
.m-knowbusiness{display:block;margin:.3rem 0;}
.knowbusiness-down .content-knowbus .askand{width:100%;padding:0 10px 0 50px}
.m-knowbusiness .title{position:relative;margin:0 auto .3rem;background:#1c50a2;width:3.46rem;height:.72rem;line-height:.72rem;font-size:.34rem;text-align:center;color:#fff;}
.m-knowbusiness .title i{position:absolute;width:40px;height:27px;margin:-14px 0 0 -20px;left:50%;top:50%;background:url(../image/xuanzhong.png) no-repeat center}
.knowbusiness-down .content-knowbus .content-know .contentkno{height: 90px;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s}

.knowbusiness-down .content-knowbus .checkmore{display:block;width:1.84rem;height:.54rem;line-height:.54rem;color:#fff;text-align:center;background: #0092DB;margin:0.2rem auto;}

/*片区风采*/
.hnInfosec{background:none;height:auto;}
.hnInfosec .left{background:#f5f5f5;width:100%;left: 0;height:.9rem;line-height:.9rem;float: none;text-align: center;}
.hnInfosec .left .leftimage,.hnInfosec .left .leftimage .name{position:initial;display:inline-block;width:auto;height:auto;}
.hnInfosec .left .leftimage .name{background:none;color:#000;font-size:.36rem;padding:0 .2rem;left:0;position:relative;}
.hnInfosec .left .leftimage.on .name{position:relative;width:auto;transform:initial;transition:initial;padding:0 .2rem;font-size:.42rem;color:#1c50a2;font-weight:bold;}
.hnInfosec .left .leftimage .name::after{content:'';position:absolute;top:.12rem;right:0;height:.39rem;width:1px;background:#ddd}
.hnInfosec .left .leftimage3 .name::after{display:none;}
.hnInfosec .left .leftimage.on .name span{border-bottom:.04rem solid #1c50a2;padding-bottom:.2rem;}
.hnInfosec .left .leftimage .name span a{color: #666;}
.hnInfosec .left .leftimage .changesrc,.hnInfosec .right .content-fc .leftimage-fc{display:none;}
.hnInfosec .right{margin:.5rem 0 0;width:100%;padding:0;}
.hnInfosec .right .content-fc{background:#f5f5f5;margin:0;border-radius:0;}
.hnInfosec .right .content-fc .rightimage-fc{padding:45px .2rem 0}

.fc-company .innercont .content-company-up .logo{right:-1px;width:2.2rem;height:2.6rem;top:-.4rem;background-color: unset !important;border: none !important;}
.fc-company .innercont .content-company-up .logo img{width:auto;max-width:100%;height:1rem}
.fc-company .innercont .content-company-up .logo .short{margin:0 0 .1rem;}
.fc-company .innercont .content-company-up{padding:15px 10px 15px 10px}
.fc-company .innercont .content-company-up .top .r{text-align:left;}
.fc-company .innercont .content-company-up .top .p i{padding:0 5px;}
.fc-company .innercont .content-company-up .logo .more a{width: 1.5rem;height: .5rem;line-height: .5rem; margin-top: 90px;}
.hnInfosec .right .content-fc .rightimage-fc .srcoll{height:300px;}
.logo .col-lg-4{display: none; !important;}
	
.fc-company .content-company-down{padding:0;}

.fc-company .content-company-down div{margin-bottom:.2rem;}

#zturn{display:none;}
.m-poster{width:100%;overflow-x:auto;display:block;}
.poster-list{left:0;width:32rem;height:auto;}
.poster-list .poster-item{width:6rem;margin:0 .2rem .6rem;float:left;height: 8rem;}

/**招商项目 */
.secsearch1{width: 415px !important;}

}

/** 5.7IN Android Galaxy */
@media screen and (min-width:429px) and (max-width:480px){
html{font-size:64px;}
}

/** 6.5IN IPhone 6+ ~ 11Pro Max*/
@media screen and (min-width:410px) and (max-width:414px){
html{font-size:55.2px;}
}

/** Mate30 Pro  IPhone 12Pro */
@media screen and (min-width:376px) and (max-width:392px){
html{font-size:52.4px;}
}

/** iPhone 8 (8, 7, 6S, 6) ~  11Pro*/
@media screen and (min-width:361px) and (max-width:375px){
html{font-size:50px;}
}

/** HUAWEI P30 ~ XIAOMI6*/
@media screen and (max-width:360px){
.tabmenu li{padding:0 10px !important;}
.map-search1{padding-left: 10px !important;}
.secsearch1{width: 280px !important;}
.paging_wrap{text-align: left !important;}
.paging_wrap ul li{padding:0 1px !important;margin: 1px auto !important;}
.paging_wrap .page_index a {margin: 0 2px !important;}
}
