a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color: #265b97;}颜色根据psd主色调决定，比如很多都是蓝色 */
.more a:hover{color:#3163a4;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
input {
    margin: 0;
    padding: 0;
    outline: none;
}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.tit{ border-bottom:#f0f0f0 1px solid; height:44px; margin-bottom:4px;}
.tit span{ display:block; float:left;}
.tit span.tit-1{ width:61px; height:48px; line-height:40px; background:url(tit-icon01.jpg) no-repeat; text-indent:14px; position:relative;}
.tit span.tit-2{ display:inline-block; height:48px; line-height:48px; background:url(tit-icon03.jpg) repeat-x; font-size:22px; color:#265b97; padding:0 10px 0 15px;}
.tit span.tit-3{ width:30px; height:48px; background:url(tit-icon02.jpg) no-repeat;}
.tit span.tit-1 img{ position:absolute; top:12px; left:12px; max-width:22px; max-height:22px;}
.tit span.tit-2 a{ color:#265b97; text-decoration:none;}
.border-box{border:1px solid #fbfcfd;box-shadow: #e6e6e6 0px 0px 15px;-webkit-box-shadow:#e6e6e6 0px 0px 15px;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.content{
    padding: 20px 1px;
    overflow: hidden;
}
.content-list1{
    width: 656px;
    padding:20px;
}
.content-list1 .list1-tit{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.content-list1 .list{
    width: 100%;
}
.more{
    height: 40px;
    line-height: 40px;
    width: 30px;
    display: block;
    background: url(moer.png) no-repeat center;
}
.more:hover{
    background: url(more_on.png) no-repeat center;
}
.list li {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    color: #333333;
    background: url(listXiao.png) no-repeat left center;
    padding-left: 22px;
    border-bottom: 1px dashed #000;
}
.list li a{
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list2-box  span{
    font-size: 16px;
}
.list li:last-child{
    border-bottom: none;
}
.list li span{
    color: #b5b5b5;
}
.content-list2{
    width: 520px;
    padding:20px; 
}
.content-list2 .list2-tit{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.content-list2 .list2{
    width: 100%;
}
.list2 .list2-box {
    width: 100%;
    height: 70px;
    background-color: #fafafa;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 20px 0px 20px;
}
.list2-box .tite{
    width: 100%;
    font-size: 15px;
    color: #333333;
    background: url(huifu.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
}
.list2-box .tite a{
    height: 100%;
    line-height: 100%;
    font-size: 18px;
}
.list2-box li span{
    color: #666;
    font-size: 16px;
}
.content-list3{
    height: 117px;
    margin-top: 20px;
    width: 100%;
}
.content-list3 .liuyan-list{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.content-list3 .liuyan-list li{
   
    height: 78px;
    line-height: 78px;
    border-radius: 4px;
    margin-right: 7px;
    background-color: #f7f7f7;
    padding: 0 32px;
    display: flex;
    align-items: center;
}

.content-list3 .liuyan-list li:first-child+li+li+li{
    margin-right: 0;
}
/* .liuyan-list1{
    background: url(lyList1.png) no-repeat  center;
} */
/* .liuyan-list1{
    background: url(more02.png) no-repeat  center;
} */
.liuyan-list1{
    text-align: center;
}
.liuyan-list1 img{
    margin-right: 15px;
}
.liuyan-list1 a{
   
    font-size: 22px;
}
.liuyan-list2{
    padding-left: 10px;
}
.liuyan-list2 img,.liuyan-list4 img{
    margin-right: 15px;
}
.liuyan-list3 img{
    margin-right: 15px;
}
.liuyan-list3 span{
    font-size: 22px;
}
.liuyan-list4{
    padding-left: 10px;
}
.liuyan-list4 span{
    font-weight: 600;
    color: #dc5353;
    font-size: 18px;
    
}
.liuyan-list4{
    font-size: 16px;
}
.liuyan-list2 span{
    font-size: 16px;
} 
.liuyan-list2 span{
    font-size: 22px;
}
.liuyan-list4{
    font-size: 22px;
}
@media screen and (max-width:768px){
    .tit{height: 0.6rem;margin-bottom: 0.01rem}
    .tit span{ display:block; float:left;}
    .tit span.tit-1{width: 0.78rem;height: 0.6rem;background: url(tit-icon01.jpg) no-repeat;background-size: contain;-webkit-background-size: contain;}
    .tit span.tit-1 img{max-width: 0.3rem;max-height: 0.3rem;top: 0.14rem;left:0.14rem;}
    .tit span.tit-2{font-size: 0.32rem;font-weight: normal;height: 0.6rem;line-height: 0.6rem;background: url(tit-icon03.jpg) repeat-x;-webkit-background-size: contain;padding:0 0.25rem;}
    .tit span.tit-3{    height: 0.6rem;background: url(tit-icon02.jpg   ) no-repeat;background-size: contain;-webkit-background-size: contain;}
    .tit span.tit-2 a{ color:#265b97; text-decoration:none;}
    .w1200{
        width: 100%;
        margin: 0 auto;
    }
    .content{
        padding: 0.20rem 0.01rem;
        overflow: hidden;
    }
    .content-list1{
        width: 100%;
        padding:0.20rem;
    }
    .content-list1 .list1-tit{
        width: 100%;
        height: 0.60rem;
        line-height: 0.40rem;
    }
    .list li {
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.15rem;
        color: #333333;
        background: url(listXiao.png) no-repeat left center;
        padding-left: 0.22rem;
        border-bottom: 1px dashed #efefef;
    }
    .list li a{
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.26rem;
        margin-left: 0.15rem;
    }
    .list li span{
        font-size: 0.26rem;
    }
    .content-list2{
        width: 100%;
        padding:0.20rem; 
    }
    .content-list2 .list2-tit{
        width: 100%;
        height: 0.60rem;
        line-height: 0.40rem;
    }
    .list2 .list2-box{
        width: 100%;
        height: 1rem;
        background-color: #fafafa;
        border-radius: 0.10rem;
        margin-top: 0.20rem;
        padding: 0.10rem 0.20rem 0rem 0.20rem;
    }
    .list2-box .tite{
        width: 100%;
        font-size: 0.15rem;
        color: #333333;
        background: url(huifu.png) no-repeat left center;
        padding-left: 0.4rem;
        margin-bottom: 0.10rem;
        background-size: contain;
    }
    .list2-box .tite a{
        font-size: 0.26rem;
        margin-left: 0.1rem;
        height: 100%;
        line-height: 100%;
    }
    .list2-box  span{
        font-size: 0.24rem;
    }
    .content-list3 .liuyan-list{
        width: 100%;
        height: 100%;
        padding: 0.20rem;
    }
    .content-list3 .liuyan-list li{
        width: 100%;
        height: 0.78rem;
        line-height: 0.78rem;
        border-radius: 0.04rem;
        margin-right: 0;
        background-color: #f7f7f7;
        background-size: cover;
        margin-bottom: 0.2rem;
        text-align: center;
    }
    .liuyan-list1 img{
        margin-right: 0.24rem;
    }
    .liuyan-list1 a{
        font-size: 0.26rem;
    }
    .content-list3 .liuyan-list li{
        font-size: 0.26rem;
    }
    .liuyan-list1{
        background: url(lyList1.png) no-repeat  center;
        
    }
    .liuyan-list2, .liuyan-list4{
        padding-left: 0;
        text-align: left;
    }
    .liuyan-list2 img,.liuyan-list4 img{
        margin-right: 0.2rem;
    }
    .liuyan-list3 img{
        margin-left: 0;
        margin-right: 0.15rem;
    }
    .liuyan-list3 span{
        font-size: 0.26rem;
    }
    .liuyan-list4 span{
        font-weight: 600;
        color: #dc5353;
        font-size: 0.26rem;
        
    }
    .content-list3 {
        height: auto;
        margin-top: 20px;
    }
    .liuyan-list2 span {
        font-size: 0.26rem;
    }
    .liuyan-list4 {
        font-size: 0.26rem;
    }
    .liuyan-list li img{
        max-width: 100%;
    max-height: 100%;
    }
}

/* 意见征集设参css */
.content-list3 .liuyan-list li{
	justify-content: center;
}