@charset "utf-8";
/* CSS Document */
/*tab切换公用 */
.m-tabnav{overflow: hidden;text-align: center;}
.m-tabnav li{float: left;position: relative;}
.m-tabnav li a{display:block;height: 36px;line-height: 20px;font-size: 20px;}

/* style2-右竖杠 */
.m-tabnav2{margin-left: -35px;overflow: visible;}
.m-tabnav2 li a{display: block;padding: 0 35px;font-weight: normal;font-size: 24px;height: 64px;line-height: 64px;color:#000;position: relative;}
.m-tabnav2 .tab-item:not(:last-child) a::after{content: "";position: absolute;right: -1px;top: 50%;transform: translateY(-50%);width: 1px;height: 24px;background-color: #d1d1d1;}
.m-tabnav2 li.u-active a{color:#0078d3;font-weight: bold;}

/*文字列表 */
.m-liststylecom .list-item{height: 46px;line-height: 46px;}
.m-liststylecom .list-item .text{font-size: 18px; padding-left: 14px; background: url(../images/public/icon-li.png) left center no-repeat; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststylecom .list-item span{float: right; color: #b8b8b8; font-size: 16px;}
.m-liststylecom .list-item .text:hover{padding-left: 16px;}
.m-dashed .list-item{border-bottom:1px dashed #ddd;}

/* 主体 on */
.is-main .container{padding: 30px;margin-top: 30px;background: #fff;}


/*网上调查*/
.m-icloca{border-bottom: 1px dashed #ddd;}
.g-icloca{/*height: 20px;*/ height: 40px;line-height: 20px; padding: 10px 0 10px 24px; background: url(../images/public/icon-location.png) left center no-repeat;}
.m-icsearch{padding-top: 4px;}
.u-icsearchtext{padding: 0 8px; width: 180px; height: 30px; line-height: 30px; border: 1px solid #ddd; font-size: 14px;}
.u-icsearchbtn{width: 40px; height: 32px; border: none; background: url(/dist/images/common/searchbtn.png) center no-repeat; cursor: pointer; border: 1px solid #ddd; border-left: none;}
.m-iclists p{float: left;} 
.m-iclists .u-icsd1{width: 700px;}
.m-iclists .u-icsd2{width: 155px; text-align:center;}
.m-iclists .u-icsd3{width: 110px; text-align:center;}
.m-iclistshd{margin: 1px 0 2px; height: 40px; line-height: 40px; font-weight: bold; background: #f5f5f5;}
.m-iclistshd .u-icsd1{text-indent: 40px;}
.m-iclistsbd li{height: 42px; line-height: 42px;}
.m-iclistsbd .u-icsd1 a{padding-left: 8px; }
.m-iclistsbd .u-icsd2{color: #666;}
.m-iclistsbd .u-icsd3{color: #c0a216;}
#contentDiv_2{padding-bottom:20px}
#contentDiv_2 .m-titstyle1,#contentDiv_1 .m-titstyle1,#contentDiv_3 .m-titstyle1{height:43px;line-height:40px;border-bottom:1px solid #ddd}
#contentDiv_2 .m-titstyle1 .u-tit,#contentDiv_1 .m-titstyle1 .u-tit,#contentDiv_3 .m-titstyle1 .u-tit{border-left:none;padding:0;border-bottom:3px solid #1c83d7}
#contentDiv_2 .m-titstyle1 .u-tit a,#contentDiv_1 .m-titstyle1 .u-tit a,#contentDiv_3 .m-titstyle1 .u-tit a{color:#1c83d7;}

/*调查结果*/
.u-dcjgtit{margin: 1px 0 2px; padding: 10px; background: #f5f5f5; font-size: 14px;}
.g-dczjjg{margin-top: 20px; padding: 15px 15px 0; border: 1px solid #ddd;}
.g-dczjjg h1{margin-bottom: 20px;}
.u-dcname{margin-bottom: 20px;}
.progress{width: 50%;}
.progress-bar{-webkit-animation: animate-positive 2s; -moz-animation: animate-positive 2s; animation: animate-positive 2s; background-color: #0e54ad;}


/* 征集调查 */
.in-collect{background-color:#f7f7f7;padding-top:30px;padding-bottom:20px;margin-bottom: 50px;}
.col2{margin-left: -15px;margin-right: -15px;}
.col2 li{padding: 0 15px;}
.in-box{height: 150px;background-color: #ffffff;margin-bottom: 30px;}
.in-state{top:0px;left:0px;width:89px;height:30px;text-align: center;line-height: 30px;background-color:#0074c5;color: #fff;border-radius:0px 15px 15px 0px;}
.c-bg-grey{background-color: #a7bece;}
.c-bg-blue{background-color: #5fb8fd;}
.in-content{padding: 48px 24px 0;line-height: 44px;}
.link-text{font-size: 18px;color: #333333;}
.f-oh .data-time{font-size: 15px; color: #999999;}
.in-result{width:82px;height:24px;line-height:24px;text-align:center;font-size: 15px;background-color:#5fb8fd;color:#fff;border-radius:4px;margin-top: 10px;transition: all 0.3s ease-in-out;}
.in-result:hover{background-color: #43a0e6; color: #fff;}

/* 征集调查列表 */
.zjdc-box ul{padding: 0;overflow: hidden;}
.zjdc-box li{line-height: 48px;font-size:18px;}
.zjdc-box li .time{margin-left: 10px; color: #b8b8b8;float: right;}
.zjdc-box .j-libox{width: 75%;float: left;overflow: hidden;}
.zjdc-box .j-libox .j-licont{max-width: 100%;float: left;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zjdc-box .j-libox .j-licont p{float: right;display: block;max-width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zjdc-box .j-libox .j-licont a.j-li-bt{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.zjdc-box .c-red{color:#e10000}
.zjdc-box b{font-weight:normal;color:#999}

/*意见征集 begin*/
.m-dcfuns{padding: 12px 20px;line-height: 24px;}
.u-dctime span{margin-right: 60px; color: #999;}
.u-dctime span i{color: #cd0000; font-style: normal;}
.m-yjzjtabs{overflow: hidden;position: relative;z-index: 1;}
.m-yjzjtabs li{float: left; width: 106px; text-align: center; line-height: 46px;margin-right:30px; cursor: pointer;background:url(../images/incollect/zj-gray.png) center no-repeat;}
.m-yjzjtabs li.u-active{ color: #016bb6;background:url(../images/incollect/zj-active.png) center no-repeat;}
.m-yjzjtabs:after{content:" "; height:1px;background: #ddd;position:absolute;visibility: visible;top:23px;width:100%;z-index:-1;}
.g-yjzjbox{padding: 20px 0;}
.g-yjzjbox table{width:100%}
.g-zjinfo{line-height: 188%; min-height: 164px;}
.m-lginps label.u-tit{float: left; display: block; width: 90px; height: 38px; line-height: 38px; text-align: right;}
.m-lginps label.u-tit span{color: #f00;}
.m-yjzjform{padding-left: 102px;}
.m-lylists h1,.m-zjrst .u-tit,.m-listbd .u-tit{color:#016bb6;border-left:5px solid #016bb6;line-height:18px;padding-left:8px;margin:15px 0;font-weight: normal;}
.m-lylists li{ padding: 15px 0;border-bottom: 1px solid #ddd;}
.m-lylists li .u-lybd{color: #999;margin-top:5px;}
.m-lginps{padding: 11px 0;overflow: hidden;}
.m-lginps input{width: 828px; height: 36px; line-height: 36px; padding: 0 10px; border: 1px solid #ddd; }
.m-lginps textarea{width: 828px; padding: 10px; border: 1px solid #ddd;}
.m-mlcode{padding: 11px 0;}
.m-mlcode input{float: left; padding: 0 10px; width: 158px; height: 36px; line-height: 36px; border: 1px solid #ddd; }
.m-mlcode img{float: left; display: block; width: 120px; height: 38px; margin: 0 10px;}
.m-mlcode span.u-qh{ line-height: 60px; height: 38px; display: block; float: left; cursor: pointer;}
.f-tac{text-align: center;}
.m-mltjcz{padding: 30px 0 50px;}
.m-mltjcz input{margin: 0 16px; width: 124px; height: 44px; line-height: 44px; border: none; font-size: 18px; -moz-border-radius: 6px; border-radius: 6px; background: #ebebeb; color: #999; cursor: pointer;}
.m-mltjcz input.u-sub{background: #016bb6; color: #fff;}

.u-zjsetbs{line-height: 188%; min-height: 164px; text-indent: 2em;}
.m-mlcode label.u-tit{float: left; display: block; width: 90px; height: 38px; line-height: 38px; text-align: right;}
.m-relation .title{color:#016bb6;border-left:5px solid #016bb6;line-height:18px;padding-left:8px;margin-bottom:10px;font-size:18px;margin-top:20px;}
.m-relation li{line-height:40px;padding-left:23px;}
.m-relation li.zip{background:url(../images/incollect/icon-zip.png) left center no-repeat;}
.m-relation li.pdf{background:url(../images/incollect/icon-pdf.png) left center no-repeat;}
.m-relation li.word{background:url(../images/incollect/icon-word.png) left center no-repeat;}
.m-relation li.xls{background:url(../images/incollect/icon-xls.png) left center no-repeat;}
.m-relation li.pic{background:url(../images/incollect/icon-pic.png) left center no-repeat;}
.m-relation li.video{background:url(../images/incollect/icon-video.png) left center no-repeat;}
.no-data{text-align: center;padding:50px 0;}
.no-data p{margin:25px 0;color:#666}
.m-yjzjtabs-box{display:flex;}
.g-yjzjbox{flex:1;min-height:340px}
.m-listbd{width:200px;padding-left: 30px;border-left: 1px solid #ddd;margin-left: 30px;}
.m-listbd a{line-height:26px;}
/* 遮罩层 */
.zhezhao{width: 100%;height: 100%;position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 100;background: rgba(0,0,0,.3);}
/* 提示弹窗 */
.ls-window-box { width: 373px; height: 218px;background:#fff url("../images/page/dialog-bg.png") no-repeat center;background-size:105% 100%; position: fixed; top: 50%; margin-top: -100px; left: 50%; margin-left: -150px;  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16); z-index: 999; border-radius: 10px;}
.ls-window-content {padding: 30px 24px;border-radius: 10px;}
.ls-window-tit {font-size: 24px;color: #016bb6;font-weight: bold;text-align: center;line-height: 30px;}
.ls-window-con{font-size: 18px;text-align: center;line-height: 26px;margin-top: 20px;color: #333;}
.ls-window-btn {text-align: center;margin-top: 30px;}
.ls-window-btn a { display: inline-block; background: #016bb6; font-size: 18px; width: 120px; height: 40px; line-height: 40px; text-align: center; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;color: #fff;}

.gologin{ color:#fff; background:#016bb6; padding:5px 15px;margin-top:15px; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; }
.gologin:hover{color:#fff}
.u-dctime span i.is-going{color: #cd0000; font-style: normal;}
.u-dctime span i.is-end{color:#999; font-style: normal;}
/* 意见征集 end */

/*网上调查*/
.m-yjzjtit{padding: 8px 0 20px; font-size: 32px; font-weight: bold; color: #c50e1b;}
.m-yjzjfuns{padding: 5px; border-bottom: 1px solid #ddd; line-height: 28px;}
.m-yjzjfuns p{display: inline-block; margin: 0 30px; font-size: 14px; color: #999;}
.m-yjzjfuns p span{color: #d00d0d;}
.m-dczjtext{padding: 20px 60px; line-height: 188%; min-height: 164px;}
.m-dczjtext table{border-collapse: collapse;border:1px solid #333;}
.m-dczjtext table td,.m-dczjtext table th{border: 1px solid #333;}
.m-dczjtext img{max-width: 100%;}
.g-zjbox{margin-bottom: 10px; padding: 15px; border: 1px solid #ddd;}
.m-dccode{padding: 10px 0;}
.m-dccode .control-label span{color: #f00;}
.m-dccode .form-control{width: 25%;}
.u-codeimg{margin: 0 5px;}
.m-dcjsbd{margin-top: 15px; padding: 14px; line-height: 42px; background: #f5f5f5;}
.m-dcjsbd span{margin-right: 20px; color: #d00d0d;}
.u-textarea textarea{margin-top: 10px;}

/*调查结果*/
.u-dcjgtit{margin: 1px 0 2px; padding: 10px; background: #f5f5f5; font-size: 14px;}
.g-dczjjg{margin-top: 20px; padding: 15px 15px 0; border: 1px solid #ddd;}
.g-dczjjg h1{margin-bottom: 20px;}
.u-dcname{margin-bottom: 20px;}
.progress{width: 50%;}
.progress-bar{-webkit-animation: animate-positive 2s; -moz-animation: animate-positive 2s; animation: animate-positive 2s; background-color: #0e54ad;}


/*media query*/
/*large pcScreen*/
@media (min-width:1367px) {
	
}
/*big pcScreen*/
@media screen and (max-width:1400px) {
    .xx-list .hd-item{width: 22.4532163%;}
    .xx-list .hd-item{padding-left: 40px;}
    .th1{width: 35%;text-align: left;padding-left: 30px;}
    .th2{width: 30%;}
    .m-iclists .u-icsd1{width: 516px;}
    .m-listrg {width: 72.671642%;float: right;}
    /* .m-iclists .u-icsd2{width: 155px;}
    .m-iclists .u-icsd3{width: 110px;} */

}
/*medium pcScreen lg*/
@media screen and (max-width: 1200px) {
    .m-iclists .u-icsd1{width: 350px;}
}
/*pad md*/
@media screen and (max-width: 991px ){
    .is-main .container{padding: 15px;}
    .m-tabnav2{margin-left: -10px;}
    .m-tabnav2 li a{padding: 0 10px;}
    .xx-list .hd-item{width: 100%;padding-left: 40px;margin-bottom: 10px;}
    .xjxd-box,.xjtj-box,.interact-box,.review-box,.zxft-img,.zxft-content{width: 100%;padding-left: 0;}
    .xjtj-list, .xjcx-list{width: 100%;padding: 10px;}
    .m-listrg {width: 100%;}
    .m-iclists .u-icsd1{width: 400px;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    .m-yjzjform{padding-left: 15px;padding-right: 15px;}
    .m-iclists{overflow-x: auto;}
    .m-iclistshd,.m-iclistsbd{width: 720px;}
}
/*small xs*/
@media screen and (max-width: 375px) {
    .th1{width: 25%;text-align: left;padding-left: 10px;}
    .th2{width: 22%;}
    .th3{width:20%;min-width:102px;}
    .th4{width: 21%;}
}
/*print*/
@media print {
    
}