@charset "utf-8";
/* CSS Document */

/*部门来信*/
.u-message{position:relative;display:block;height:100px;background:url(../images/page/interactimg.png) center center no-repeat;}
.u-message p{position:absolute;top:31px;right:54px;width:136px;height:42px;border:solid 1px #015293;border-radius:4px;background-color:#fff;text-align:center;line-height:42px;}
.m-tb20{margin-top:20px;}
.m-maillist li{display:flex;align-items:center;}
.m-maillist li p:nth-child(1){overflow:hidden;width:60%;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.m-maillist li p:nth-child(2),.m-maillist li p:nth-child(3){width:20%;text-align:center;}
.m-maillist li{height:46px;line-height:46px;}
.m-maillist li:first-child{margin-top:8px;height:42px;background-color:#f7f7f7;}
.m-maillist li:first-child p:first-child{padding-left:57px;}
.m-maillist li p:first-child{padding-left:8px;font-size:18px;}
.m-maillist li:first-child p:nth-child(2),.m-maillist li:first-child p:nth-child(3){color:#3d3d3d;}
.m-maillist li p:nth-child(2){color:#b8b8b8;}
.m-letterfrom{height:72px;background-color:#f7f7f7;padding-top:16px}
.m-letterfrom h2{margin-left:30px;float:left}
.m-letterfrom h2 p{margin-right:12px;width:38px;height:38px;border-radius:100%;background-color:#015293;float:left}
.m-letterfrom h2 span{color:#015293;letter-spacing:0;font-weight:700;font-size:18px;line-height:24px;float:left;margin-top:7px}
.m-letterfrom ul{margin-left:56px;float: left;margin-top:10px}
.m-letterfrom li{float:left;margin-right:30px;}
.m-letterfrom li:last-child{margin-right:0;}

/*来信统计数据*/
.in-letter{background: #f7f7f7}
.in-letter-from{padding:20px 30px}
.in-letter-from h2{color:#015293;text-align: center;background:url(../images/home/hdtitlebg.png) center center no-repeat;}
.in-letter-from ul{overflow: hidden;}
.in-letter-from li{float: left;width: 25%;text-align: center;margin-bottom:15px}
.in-letter-from li p{color:#c70000;font-weight: bold;font-size:22px;margin-bottom:5px;}
.in-letter-from li span{color:#808080}

.date-search{margin-top:13px}
.date-search input{float: left;width:222px;height:42px;line-height: 42px;border:none;margin-right:10px}
.date-search button{height:42px;line-height: 42px;font-size:16px}

/*在线访谈*/
.circle-cont{display: flex;justify-content: space-between;}
.in-zxft-detail a.f-fl img{display: block;width:420px;height:252px;object-fit: cover}
.in-zxft-detail a.f-fr{width:54%;line-height: 34px}
.in-zxft-detail p:last-child{height:136px;overflow: hidden;}
.in-zxft-right h3{color:#fff;font-weight:bold;text-align: center;line-height: 48px;background: #015293}
.in-zxft-list{padding:20px 10px 20px 20px}
.in-zxft-list li span{font-size: 14px;display: block;margin-top:5px}
.in-zxft-list li{margin-bottom:20px;padding-left:14px;padding-right:10px;background:url(../images/home/icon-li2.png) left 10px no-repeat;}
.in-zxft-list ul{height:160px;line-height: 22px}
.in-zxft-left{overflow: hidden;}

/*意见征集*/
.in-opinion ul li{float: left;margin-bottom:25px}
.in-opinion ul li div.com-box-shadow{padding:20px 20px 25px 20px}
.in-opinion ul li span{color:#b2b2b2;padding-left:22px}
.in-opinion ul li span:nth-child(1){background:url(../images/home/iconhead.png) left center no-repeat;}
.in-opinion ul li span:nth-child(2){background:url(../images/home/icontime.png) left center no-repeat;}
.in-opinion .in-going{height: 22px;width: 100px;background:url(../images/home/going.png) left center no-repeat;margin-bottom:20px}
.in-opinion .in-end{height: 22px;width: 100px;background:url(../images/home/end.png) left center no-repeat;margin-bottom:20px}
.in-opinion ul li p{display: flex;align-items: center;justify-content: space-between;height: 31px}
.in-resbtn{padding:5px 25px;background: #f7f7f7;color:#015293;}


/*media query*/
/*large pcScreen*/
@media (min-width:1360px) {
    .in-zxft-left{width:1020px;}
    .in-zxft-right{width:310px}


}
/* 适配小屏1000px */
@media screen and (min-width:1025px) and (max-width: 1300px) {
    .date-search input{width:140px}
    .in-zxft-detail a.f-fr{width:37%}
    .col-2 li{width:50%}
}
/*phone sm*/
@media screen and (max-width: 1024px) {
   .g-styleleft{margin-top:15px}
   .u-message p{width:90px;right:10px}
   .m-maillist{overflow-x: auto;}
   .m-maillist ul{width:710px}
   .m-maillist li p:first-child{font-size: 14px}
   .in-letter-from{padding:20px 10px}
   .date-search {padding:0}
   .date-search input{width:34%}
   .date-search form{display:flex}
   .circle-cont{flex-direction: column;justify-content: center;align-items: center;}
   .in-opinion ul li{margin-bottom:12px}
   .in-zxft-detail a.f-fr{width: 100%}
   .in-zxft-left{margin-bottom:15px}
   .in-zxft-detail a.f-fl img{height: auto;}


	
}

/* 适配pad */
@media screen and (min-width:768px) and (max-width: 1024px) {
    .col-2 li{width:50%}
    .in-zxft-detail a.f-fr{width:41%}
    .in-zxft-list ul{height:auto}
    .circle-cont{flex-direction: row;}
    .u-message p{right:75px;}
}
/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}