/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1250px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #176EC9;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    min-width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}

/*头部*/
.header{
    width: 100%;
    min-width: 1580px;
    background-size: cover;
    height: 315px;
    background: url("../images/ygfwdt_bg.png") no-repeat top center;
    overflow: hidden;
    position: relative;
}

.header a {
    position: absolute;
    top: 30px;
    right: 460px;
    color: #ffffff;
}

/*导航*/
.nav{
    width: 100%;
    min-width: 1580px;
    height: 67px;
    background: #227ecc;
}
.shadow{
    margin-bottom: 20px;
    box-shadow: 0 2px 2px #ddd;
}
.menu-con {
    float: left;
    width: 68%;
}
.menu {
    margin: 0 auto;
    width: 760px;
}
.menu-right {
    width: 30%;
    float: right;
}
.menu-right-con {
    overflow: hidden;
    margin: 0 auto;
    width: 280px;
}
.menu>li{
    float: left;
    position: relative;
}
.menu>li:after{
    content: '';
    position: absolute;
    top: 62px;
    left: 0;
    width: 0;
    height: 5px;
    background: #029A8B;
    transition: .3s;
}
.menu>li:hover:after{
    width: 100%;
}
.menu>li>a{
    display: inline-block;
    line-height: 67px;
    font-size: 20px;
    text-align: center;
    padding: 0 36px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.nav .sub-menu{
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    display: none;
}
.nav .sub-menu a{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #227ecc;
    border-bottom: 1px solid #fff;
}
.nav .sub-menu a:hover{
    color: #227ecc;
    background: #fff;
}
.phone{
    color: #f0cb22;
    font-size: 20px;
    padding-left: 45px;
    padding-right: 10px;
    line-height: 67px;
    background: url("../images/telephone.png") no-repeat 2px 19px;
    float: right;
}
.phone-num{
    color: #f0cb22;
    font-weight: bold;
    line-height: 67px;
    font-size: 20px;
    padding: 0;
    float: right;
}

/*首页*/
.section{
    width: 100%;
    overflow: hidden;
}
.section .feed-back{
    margin-top: 35px;
    background-color: #ffffff;
    float: left;
    padding: 20px 25px 46px;
    position: relative;
    width: 64%;
    margin-bottom: 16px;
}
.section .feed-back .top{
    width: 100%;
    border-bottom: 3px solid #eb913a;
    margin-bottom: 20px;
    overflow: hidden;
}
.section .feed-back .title{
    float: left;
    color: #e56e2d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section .feed-back a{
    color: #e56e2d;
}
.section .feed-back .search{
    position: absolute;
    top: 20px;
    right: 25px;
    height: 35px;
}
.section .feed-back .search input[type='text']{
    width: 300px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin-right: 43px;
    /*font-family: Georgia;*/
    border: 1px solid #dcdcdc;
    background: #ffffff;
}
.section .feed-back .search input[type='button'],.section .feed-back .search input[type='submit']{
    position: absolute;
    top:0;
    right: 0;
    width: 43px;
    height: 36px;
    border: none;
    cursor: pointer;
    background: #e56e2d url(../images/search.png) no-repeat center center;
}

.section .feed-back .list-top{
    width: 100%;
    background-color: #ececec;
    height: 51px;
    margin-bottom: 15px;
}
.section .feed-back .list-top li{
    float: left;
    position: relative;
    display: inline-block;
    line-height: 51px;
    font-size: 16px;
    /*padding: 0 15px;*/
    text-align: center;
}

.section .feed-back .list-top li:nth-child(1){
    	width:9%;
}

.section .feed-back .list-top li:nth-child(2){
    	width:13%;
}

.section .feed-back .list-top li:nth-child(3){
  	width:30%;
}
.section .feed-back .list-top li:nth-child(4){
    	width:22%;
}
.section .feed-back .list-top li:nth-child(5){
    	width:16%;
}
.section .feed-back .list-top li:nth-child(6){
    	width:8%;
}
.section .feed-back .list-menu{
/*	height: 620px;
	overflow: hidden;*/
}
.section .feed-back .list-detail{
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.list-menu span{
    text-align: center;
    display: inline-block;
     overflow: hidden;
     font-size: 16px;
    line-height: 61px;
    height: 61px;
}

.list-menu span a{
white-space:nowrap;overflow:hidden;
}

.list-menu span:nth-child(1){
	width:9%;
}

.list-menu span:nth-child(2){
	width:13%;
}

.list-menu span:nth-child(3){
	width:30%;
}

.list-menu span:nth-child(4){
	width:20%;
}

.list-menu span:nth-child(5){
	width:16%;
}

.list-menu span:nth-child(6){
	width:8%;
}

.section .feed-back .list-detail li {
    float: left;
    position: relative;
    display: inline-block;
    line-height: 61px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.section .feed-back .list-detail li:nth-child(1) {
    padding-left: 0;
    width: 78px;
    max-width: 78px;
}
.section .feed-back .list-detail li:nth-child(2) {
    padding-left: 0;
    width: 94px;
    max-width: 94px;
}
.section .feed-back .list-detail li:nth-child(3) {
    padding-left: 5px;
    width: 259px;
    max-width: 259px;
    text-align: left;
}
.section .feed-back .list-detail li:nth-child(4) {
    width: 139px;
    max-width: 139px;
}
.section .feed-back .list-detail li:nth-child(5) {
    width: 109px;
    max-width: 109px;
}
.section .feed-back .list-detail li:nth-child(6) {
    width: 102px;
    max-width: 102px;
    color:#4da14e;
}
.section .hot-issue{
    margin-top: 35px;
    background-color: #ffffff;
    padding: 20px;
    float: right;
    width: 27%;
}
.section .hot-issue .issue-nav {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

.section .hot-issue .issue-nav li{
    color: #eb913a;
    font-weight: bold;
    cursor: pointer;
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}

.on a{
    color: #eb913a;
}
.on:after{
 	content: '';
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #eb913a;
    transition: .3s;
}

/*.section .hot-issue .issue-nav li:after{
    content: '';
    position: absolute;
    top: 43px;
    left: 0;
    width: 0;
    height: 5px;
    background: #eb913a;
    transition: .3s;
}*/

.section .hot-issue .issue-nav li:hover:after{
    width: 100%;
}
.section .hot-issue .issue-list-hot{
    display: none;
    height: 338px;
}
.section .hot-issue .issue-list-hot li{
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
    background: url("../images/list-point.png") no-repeat -1px 13px;
}
.issue-list ul{
    display: block;
    height: 338px;
}

.questionlist tr td{
	border-bottom: 1px solid #e8e8e8;
    height: 35px;
    line-height: 35px;
}
.section .hot-issue .issue-list-common li{
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
    background: url("../images/list-point.png") no-repeat -1px 13px;
}
.section .hot-issue .btn-list{
    overflow: hidden;
    margin-top: 20px;
}

.section .hot-issue .btn-list li{
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    width: 44%;
    line-height: 60px;
    float: left;
    cursor: pointer;
    margin: 10px;
}
.section .hot-issue .btn-list li:hover{
    transition: .3s;
    transform: scale(1.1);
}
.section .hot-issue .btn-list li:first-child{
    padding-left: 60px;
    font-size: 17px;
    background: url("../images/consult.png") no-repeat 10px 8px;
}
.section .hot-issue .btn-list li:nth-child(2){
    padding-left: 60px;
    font-size: 17px;
    background: url("../images/suggest.png") no-repeat 10px 8px;
}
.section .hot-issue .btn-list li:nth-child(3){
    padding-left: 60px;
    font-size: 17px;
    background: url("../images/complaint.png") no-repeat 10px 8px;
}
.section .hot-issue .btn-list li:nth-child(4){
    padding-left: 60px;
    font-size: 17px;
    background: url("../images/praise.png") no-repeat 10px 8px;
}

.issue-list ul li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section .hot-issue .statistic {
    overflow: hidden;
    margin-top: 20px;
}
.section .hot-issue .statistic .top {
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}
.section .hot-issue .statistic .top .title{
    color: #eb913a;
    font-weight: bold;
    cursor: pointer;
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}
.section .hot-issue .statistic .top .title:after{
    content: '';
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #eb913a;
}
.section .hot-issue .statistic .top .date {
    float: right;
    color: #eb913a;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}

.section .hot-issue .statistic .detail{
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 20px;
}
.section .hot-issue .statistic .detail ul li{
    line-height: 32px;
    font-size: 16px;
}

.section .hot-issue .statistic .detail ul li span{
    color: #eb913a;
}
.section .hot-issue .statistic .enter{
    background: url("../images/enter.png") no-repeat;
    background-size: cover;
    width: 334px;
    height: 70px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 15px;
}

.section .hot-issue .statistic .enter:hover{
    opacity: 0.8;
}

.section .friend{
    width: 1200px;
    overflow: hidden;
    padding: 25px;
    background-color: #ffffff;
}
.section .friend .title{
    color: #e56e2d;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ececec;
}

.section .friend .img-list{
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.section .friend .img-list li{
    float: left;
    margin: 13px;
    cursor: pointer;
}
.section .friend .img-list li:hover{
    transition: .3s;
    transform: scale(1.1);
}
.section .friend .img-list li:nth-child(1){
    background-size: cover;
    width: 274px;
    height: 85px;
}
.section .friend .img-list li:nth-child(2){
    background-size: cover;
    width: 274px;
    height: 85px;
}
.section .friend .img-list li:nth-child(3){
    background-size: cover;
    width: 274px;
    height: 85px;
}
.section .friend .img-list li:nth-child(4){
    background-size: cover;
    width: 274px;
    height: 85px;
}

.qaz:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 5px;
    background: #eb913a;
}

/* footer */
.footer {
	background-color: #007cc2;
	padding: 25px 0;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer .copyright {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.footer .txt {
	flex: 1;
	font-size: 14px;
	line-height: 1.6;
}
.footer .txt .admin{
	padding:0 5px 0 10px;
}
.footer .txt .admin img{
	padding-right: 5px;
}
.footer .ewm {
	width: 230px;

}

.flink {
	padding-bottom: 30px;
}
.flink span{
	display: inline-block;
	color: #fff;
	padding-right: 30px;
}
.flink .mainboxBd{
	display: flex;
	justify-content: space-between;
}
.flink .mainboxHd{
	border-bottom: 0 none;
	margin-bottom: 15px;
	font-size: 22px;
}
.flink select {
  position: relative;
  width: calc(33.3% - 17px);
  height: 40px;
  padding-left: 23px;
  outline: none;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 3px;
  background:transparent url(../images/xsj.png) no-repeat 96% center;
}
.flink option{color: #666;}
